






.sp-icon {
	position: relative;
	display: block;
  margin: 0 0 15px 0;
}

.sp-icon svg {
	display: block;
}

.sp-icon img,
.sp-icon svg{
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .sp-icon {
    margin: 0 0 20px 0;
  }
  .sp-icon img,
  .sp-icon svg{
    width: 100px;
    height: 100px;
  }
}




.sp-icon-card {
  padding: 0 0 !important;
  color: #fff;
  margin: 0 auto;
  max-width: 1400px;
}

.sp-icon-card .card-content  {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.sp-headline p {
  margin: 0 24px;
}
.sp-icon-card .sp-headline .hd-headline {
  margin-bottom:24px;
}
.sp-icon-card  .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  gap: 24px;
}
.sp-icon-card .hd-headline {
  line-height: 110%;
  margin: 24px 0;
  color: #fff;
  margin: 0 24px;
}
.sp-icon-card .cards {
  margin-top:26px;
}

.sp-icon-card  .card-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 24px;
}
.sp-icon-card  .card-items .hd-headline {
  margin: 0 !important;
}

@media(min-width: 992px) {
  .sp-icon-card  .cards {
    flex-direction: row

  }
  .sp-icon-card .hd-headline {
    margin: 0;
  }
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider {
  position: relative;
  z-index: 1;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-track {
  display: flex;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  height: inherit !important;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .sd-logo-slides{
  margin: 0 auto;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .sd-logo-slides .sd-logo-link {
  opacity: 1;
  transition: all .3s linear;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .sd-logo-slides .sd-logo-link:hover {
  opacity: 0.5; 
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-next, 
.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-prev {
  top: 38%;
}

.sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-dots {
  margin: 15px 0 0 0;
}

@media (min-width: 768px){
  .sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-next, 
  .sp-logo-slider.sd-logo-slider-wrapper .sd-logo-slider .slick-prev {
    top: 25%;
  }
}

.sp-video-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  max-width: 1440px;

}
.sp-video-container .video-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;

}
.sp-video-container .video {
  width:100%;
}
.sp-video-container .hd-headline,
.sp-video-container .contant {
  color: #fff;
}
.sp-video-container .tag .hd-headline {
  color: #F3960D;
  font-weight: 700;
  line-height: 110%;
}

@media(min-width: 768px) {
  .sp-video-container .video-cards {
    flex-direction: row;
  }
  .sp-video-container .contant,
  .sp-video-container .video {
    width:50%;
  }

}

/* Mobile first - stack vertically */
.sp-video-v2-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  max-width: 1440px;

}

.sp-video-v2-container .contant {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.sp-video-v2-container .tag .hd-headline {
  color: #F3960D;
  font-weight: 700;
  line-height: 110%; 
}

.sp-video-v2-container .hd-headline {
  color: #fff;
}

/* Video cards wrapper - this is where the grid happens */
.sp-video-v2-container .video-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr; /* Single column on mobile */
  gap: 30px;
}

.sp-video-v2-container .video-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.sp-video-v2-container .video {
  width: 100%;
}

/* Description styling */
.sp-video-v2-container .description {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}

/* Tablet and desktop: 2 columns */
@media(min-width: 768px) {
  .sp-video-v2-container .video-cards-wrapper {
    grid-template-columns: 1fr 1fr; /* Two columns on tablet and desktop */
    gap: 30px;
  }

  .sp-video-v2-container .video-cards {
    align-items: stretch; /* Make cards same height */
  }

  .sp-video-v2-container .description {
    font-size: 18px;
    padding: 20px 0;
    margin-top: 20px ;
  }
}

@media(min-width: 992px) {
  .sp-video-v2-container {
    gap: 50px;
  }
  .sp-video-v2-container .contant {
    width:50%
  }
}

.sp-service-card .heading-button {
  padding: 24px;
}
.sp-service-card .hd-headline,
.sp-service-card .main-headline {
  color: #fff;
}
.sp-service-card  .service-cards .preheading  .hd-headline {
  font-size: 26.322px;
  color:#F3960D;
  font-weight: 700;
  line-height: 110%; /* 28.954px */
  text-transform: uppercase;"

}
.sp-service-card .service-cards {
  border-radius: 4px;
  border: 1px solid #F3960D ;
  padding: 20px;
}
.sp-service-card {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1440px;
}

@media(min-width:992px) {
  .sp-service-card {
    flex-direction: row;
  }
}


.sp-casestudy-card {
  margin: 0 auto;
  max-width: 1440px;
}
.sp-casestudy-card .main-title-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #7C7B7B;
  padding-bottom: 53px;
}
.sp-casestudy-card .btn.secondary {
  color: #001D4D !important;
  border: 2px solid #001D4D !important;

}
.sp-casestudy-card .btn.secondary:hover, 
.sp-casestudy-card .btn.secondary:focus, 
.sp-casestudy-card .btn.secondary:active {
  color: #F3960D !important;
  border: 2px solid #F3960D !important;
}

.sp-casestudy-card .case-cards-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 57px;
}

.sp-casestudy-card .content-section {
  padding: 40px;
  gap: 27px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.sp-casestudy-card .hd-headline {
  color: #001D4D;
}

.sp-casestudy-card .card {
  display: flex;
  flex-direction: column-reverse;
  background: rgba(124, 123, 123, 0.12);
}

/* New styles for full-height image */
.sp-casestudy-card .image-section {
  display: flex;
  height: 193px;
  align-items: stretch; /* This ensures the image container stretches to full height */
  overflow: hidden;
}

.sp-casestudy-card .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This maintains aspect ratio while filling the container */
  object-position: center; /* Centers the image if cropping occurs */
  transition: 0.3s;
}
.sp-casestudy-card .image-section img:hover {
  transform: scale(1.2);
}
.case-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 5); /* fallback for non-webkit browsers */
}

@media(min-width:992px) {
  .sp-casestudy-card .main-title-section {
    flex-direction: row;
  }
  .sp-casestudy-card .card {
    flex-direction: row;
  }
  .sp-casestudy-card .case-cards-container {
    flex-direction: row;
  }
  .sp-casestudy-card .content-section {
    width:423px;
  }
  .sp-casestudy-card .image-section {
    height: auto;
    max-width: 220px;
  }
}



*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-column {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
}




body {
  overflow-wrap: break-word;
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}

strong {
  font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}
/* H1 */
h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 59.4px */
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

.eyebrow {
  color: #F3960D;
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  padding-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px!important;
    font-weight: 600!important;    
  }
  
  h2 {
    font-size: 32px!important;
  }
  
  h3 {
    font-size: 24px!important;
  }
  
  h4 {
    font-size: 24px!important;
    font-weight: 600!important;
  }
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
/*   outline: auto; */
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}



button.button,
.btn {
  border-radius: 4px;
  white-space: nowrap;
  display: flex;
  padding: 14px 24px;
  border: 2px solid transparent;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .0s ease-in-out;
  color: #001D4D;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  text-decoration: none;
  place-self: flex-start;
  min-height: 50px;
  transition: all 0.15s linear;
  width: fit-content;
}
button.button:hover,
button.button:hover,
button.button:hover,
.btn:hover,
.btn:focus,
.btn:active {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 23px;
  border: 3px solid transparent;
}
button.button:hover,
button.button:hover,
button.button:hover {
  border: 2px solid transparent;
  padding: 14px 24px;
  background: #001D4D;
  color: #FFFFFF !important;
}

.btn.primary {
  background: #F3960D;
  color: #001D4D !important;
}
.btn.primary:hover,
.btn.primary:focus,
.btn.primary:active {
  background: #FFFFFF;
  border: 2px solid transparent;
  padding: 14px 24px;
}

.btn.secondary {
  background: transparent;
  color: #F3960D;
  border: 2px solid #F3960D;
  transition: all 0s linear;
}
.btn.secondary:hover,
.btn.secondary:focus,
.btn.secondary:active {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.btn.orange {
  background: #F3960D;
  color: #001D4D;
}
.btn.orange:hover,
.btn.orange:focus,
.btn.orange:active {
  background: #001D4D;
  color: #FFFFFF;
  border: 2px solid transparent;
  padding: 14px 24px;
}

.btn.orange-blue {
  background: #F3960D;
  color: #001D4D;
}
.btn.orange-blue:hover,
.btn.orange-blue:focus,
.btn.orange-blue:active {
  background: #001D4D;
  color: #FFFFFF;
  border: 2px solid transparent;
  padding: 14px 24px;
}

.btn.blue {
  background: #001D4D;
  color: #FFFFFF;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active {
  background: #FFFFFF;
  color: #001D4D;
  border: 2px solid transparent;
  padding: 14px 24px;
}

.btn.blue-orange {
  background: #001D4D;
  color: #F3960D;
}
.btn.blue-orange:hover,
.btn.blue-orange:focus,
.btn.blue-orange:active {
  background: #F3960D;
  color: #001D4D;
  border: 2px solid transparent;
  padding: 14px 24px;
}

.btn.orange_border {
  background: transparent;
  color: #F3960D;
  border: 2px solid #F3960D;
  transition: all 0s linear;
}
.btn.orange_border:hover,
.btn.orange_border:focus,
.btn.orange_border:active {
  color: #001D4D;
  border: 3px solid #001D4D;
}

.btn.orange-white_border {
  background: transparent;
  color: #F3960D;
  border: 2px solid #F3960D;
  transition: all 0s linear;
}
.btn.orange-white_border:hover,
.btn.orange-white_border:focus,
.btn.orange-white_border:active {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.btn.blue_border {
  background: transparent;
  color: #001D4D;
  border: 2px solid #001D4D;
  transition: all 0s linear;
}
.btn.blue_border:hover,
.btn.blue_border:focus,
.btn.blue_border:active {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.btn.blue-orange_border {
  background: transparent;
  color: #001D4D;
  border: 2px solid #001D4D;
  transition: all 0s linear;
}
.btn.blue-orange_border:hover,
.btn.blue-orange_border:focus,
.btn.blue-orange_border:active {
  color: #F3960D;
  border: 3px solid #F3960D;
}

.text-link_icon {
  color: #f3960d;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: auto;
  text-transform: uppercase;
  transition: all .15s linear;
}
.text-link_icon:hover {
  color: #FFFFFF;
  font-weight: 500;
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

input[type="search"]::placeholder,
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='tel']::placeholder,
input[type='number']::placeholder,
input[type='file']::placeholder {
  color: white;
}

select::-ms-expand {
  display: none;
}

fieldset {
  max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

main {
  overflow: hidden;
}

@media (max-width: 1000px) {
  main {
/*     padding-top: 3.125rem; */
    padding-top: 3.125rem;
  }
}

header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  gap: 280px;
  background: linear-gradient(180deg, #001D4D 12.87%, rgba(0, 29, 77, 0.87) 41.42%, rgba(0, 29, 77, 0.85) 57.69%, rgba(0, 29, 77, 0.75) 70.96%, rgba(0, 29, 77, 0.52) 84.91%, rgba(0, 29, 77, 0.00) 100%);
}

.header.fixed {
  border-bottom: 3px solid #FBF6FF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 650;
}
.header.fixed .header__top {
  display: none;
}

.header__logo {
  flex: none;
  margin-right: 80px;
}

@media (max-width: 1225px) {
  .header__logo {
    margin-right: 0;
  }
}

.header__container {
  display: flex;
  position: relative;  
  width: 100%;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
/*   gap: 280px; */
  flex-shrink: 0;
}

.header__container.light {
  justify-content:space-between;
}


.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
}
.header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__column .hs-menu-item {
  margin-bottom: 0;
}

.header__column ul li.hs-menu-item:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #D9D9D9;
}

.header__column .hs-menu-item > a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

.header__column .hs-menu-item > a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__column {
    position: relative;
  }
}

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Search bar */

.header__search {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-right: 44px;
  margin-left: 44px;
  position: relative;
}

.header__search .header--cta-links {
  position: absolute; 
  width: auto;
  right: 39px;
}

.header__search.open .header--cta-links {
  visibility: hidden;
}

.header__search .header--cta-links ul {
  width: max-content;
}

.header__search .hs-search-field {
/*   margin-left: 23px; */
  display: none;
}
.header__search .hs-search-field form {
  padding: 0;
  background: transparent;
}

.header__search .hs-search-field__input {
  border-radius: 0px;
  border: none;
  align-items: center;
  gap: 10px;
  opacity: 0;
  width: 0;
  height: 20px; 
  padding: 0px 30px 4px 10px;
  position: relative;
/*   right: -10px; */
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7; /* 27.2px */
  transition: opacity .25s ease, width .6s ease;
  visibility: collapse;
  display: none;
}

.header__search .search-close-icon {
  background-image: url("https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/search-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
  display: none; /* Hide close icon by default */  
}

.header__search .search-open-icon {
  background-image: url("https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/search.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 0;
  margin: 0;
}

.header__search .hs-search-field__form .hs-search-field__button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cg clip-path='url(%23clip0_1092_15632)'%3E%3Cpath d='M2.64882 11.5302C3.01614 12.3945 3.5501 13.178 4.22021 13.8359C4.89033 14.4939 5.68347 15.0134 6.55436 15.3648C7.42525 15.7162 8.35683 15.8927 9.29591 15.8841C10.235 15.8755 11.1632 15.682 12.0275 15.3147C12.8918 14.9473 13.6753 14.4134 14.3332 13.7433C14.9912 13.0731 15.5107 12.28 15.8621 11.4091C16.2135 10.5382 16.39 9.60664 16.3814 8.66756C16.3728 7.72848 16.1793 6.80029 15.8119 5.93598C15.4446 5.07168 14.9107 4.28818 14.2406 3.63024C13.5704 2.97229 12.7773 2.45277 11.9064 2.10135C11.0355 1.74993 10.1039 1.57348 9.16485 1.58209C8.22577 1.59069 7.29758 1.78418 6.43328 2.1515C5.56897 2.51882 4.78548 3.05278 4.12754 3.7229C3.46959 4.39301 2.95008 5.18616 2.59866 6.05705C2.24724 6.92794 2.07079 7.85952 2.0794 8.7986C2.08801 9.73768 2.2815 10.6659 2.64882 11.5302Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2866 13.7893L19.8329 19.3364' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1092_15632'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.956055 0.459473)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  cursor: pointer;
  border: 0;
  margin: 0;
  display: none; /* Hide close icon by default */  
}

.header__search.open .search-open-icon {
/*   display: none; */
}

.header__search.open .hs-search-field__input {
  display: flex;
  background: transparent;  
  width: 220px !important;
  visibility: visible;
  opacity: 1;
  transition: opacity .25s ease, width .6s ease;  
  border-bottom: 1px solid #F3960D;
  border-radius: 0px;
}
.header__search.open .hs-search-field__input:focus {
  outline-color: transparent;
  outline: none;
}

.header__search.open .search-close-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0px;
  cursor: pointer;
  border: 0;
  margin: 0;
}

.header__search.open .hs-search-field__button {
  display: block;
}

.header__search .hs-search-field--open .hs-search-field__input {
  max-width: 100%;
}

.header__search .hs-search-field__suggestions-container {
  display: none;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.mobile-nav {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1330px) {
  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 1190px) {
  main {
/*     padding-top: 86px; */
    padding-top: 0px;
  }
  header.header {
/*     padding: 18px 0px 28px 0px; */
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    background: linear-gradient(180deg, #001D4D 12.87%, rgba(0, 29, 77, 0.87) 48.85%, rgba(0, 29, 77, 0.75) 70.96%, rgba(0, 29, 77, 0.85) 93.86%, rgba(0, 29, 77, 0.00) 100%, rgba(0, 29, 77, 0.52) 100%);
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .header__top,
  .header__cta {
    display: none;
  }
  .header__container {
    height: 3.75rem;
  }
  
  .header__logo {
    padding-left: 20px;
  }
  
  .header__column {
    justify-content: end;
  }
  
  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    display: none;
  }
 
  .header__navigation--toggle {
    cursor: pointer;
    position: relative;
    margin-left: 13px;
  }
  
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: block;
  }
  
  .header__bottom {
/*     margin-top: 15px; */
    display: none;
  }
  
  .mobile-nav.open {
    background: #001D4D;
    display: flex;
    top: 73px;
    position: absolute;
    flex-direction: column;
    left: 0;
    right: 0;
    height: calc(100vh - 46px);
    overflow: auto;  
    padding: 45px 16px;
  }

  .header__navigation--toggle.open {
    display: none;
    margin-left: 0;
    margin-right: auto;
  }
  
  .header__navigation--toggle {
    background-image: url("https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/header-toggle.svg");
    background-size: cover;
    height: 18px;
    width: 24px;
    margin-right: 20px;
  }

  .header__close--toggle {
    background-image: url("https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/Close%20Icon.svg");
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 18px;
    margin-right: 20px;
    width: 18px;
  }

  .header__close--toggle.show {
    display: block;
    margin-left: 13px;
  }
  
  .mobile-nav .mobile-links {
    padding-top: 36px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 40px;
  }
  
  .mobile-nav .mobile-links ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;    
  }

  .mobile-nav .mobile-links a {
    color: #0C0320;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%; /* 24px */
    letter-spacing: -0.3px;
    text-decoration: underline;
  }

  .mobile-nav .mobile-links a:hover {
    color: #0C0320;  
    text-decoration: none;
  }  
  
  .mobile-nav .mobile-search-input {
    border-bottom: 1px solid rgba(12, 3, 32, 0.25);      
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 36px;
    display: none;
  }
  
  .mobile-nav .mobile-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding-top: 27px;
  }
  .mobile-nav .mobile-cta a {
    display: flex;
    height: 74px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    right: 0;
  }
  
  .mobile-search-input .hs-search-field__input {
    border-radius: 8px;
    border: 1px solid #F4F2F7;
    background: #F4F2F7;
    padding: 12px 17px;
    padding-left: 47px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7; /* 27.2px */
  }
  
  .mobile-search-input .hs-search-field__button {
    bottom: 0;
    left: 10px;
    position: absolute;
    top: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cg clip-path='url(%23clip0_1092_15632)'%3E%3Cpath d='M2.64882 11.5302C3.01614 12.3945 3.5501 13.178 4.22021 13.8359C4.89033 14.4939 5.68347 15.0134 6.55436 15.3648C7.42525 15.7162 8.35683 15.8927 9.29591 15.8841C10.235 15.8755 11.1632 15.682 12.0275 15.3147C12.8918 14.9473 13.6753 14.4134 14.3332 13.7433C14.9912 13.0731 15.5107 12.28 15.8621 11.4091C16.2135 10.5382 16.39 9.60664 16.3814 8.66756C16.3728 7.72848 16.1793 6.80029 15.8119 5.93598C15.4446 5.07168 14.9107 4.28818 14.2406 3.63024C13.5704 2.97229 12.7773 2.45277 11.9064 2.10135C11.0355 1.74993 10.1039 1.57348 9.16485 1.58209C8.22577 1.59069 7.29758 1.78418 6.43328 2.1515C5.56897 2.51882 4.78548 3.05278 4.12754 3.7229C3.46959 4.39301 2.95008 5.18616 2.59866 6.05705C2.24724 6.92794 2.07079 7.85952 2.0794 8.7986C2.08801 9.73768 2.2815 10.6659 2.64882 11.5302Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2866 13.7893L19.8329 19.3364' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1092_15632'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.956055 0.459473)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0;
    cursor: pointer;
    margin: 0;
  }
  
  .mobile-search-input .hs-search-field__suggestions-container {
    display: none;
  }
  
}




.header__bottom {
  display: flex;
  background: transparent;
  transition: all 0.30s linear;
}
.header__bottom .header__bottom-wrapper {
  max-width: 1400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 24px;
}
.header__search--bottom.open {
  padding: 20px 0px;
      margin: 0;
}

.header__search--bottom button,
.header__search--bottom button:hover,
.header__search--bottom button:active,
.header__search--bottom button:focus {
  display: none;
  
  border-radius: 4px;
  border: 2px solid #F3960D;
  color: #F3960D;
  background-color: transparent;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  margin: 0;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header__search--bottom button:hover,
.header__search--bottom button:active,
.header__search--bottom button:focus {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.header__search--bottom.open button {
  display: block;
}
.header__search--bottom.open form {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.header__search--bottom.open .hs-search-field {
  display: block;
}
.header__search--bottom.open .hs-search-field__input {
  height: 52px;
  color: #FFF;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  width: 410px !important;
  border-bottom: 1px solid #FFF;
  padding: 0px 35px 0px 40px;
}
.header__search--bottom.open .search-close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 36px;
  bottom: 0;
  right: 155px;
  cursor: pointer;
  border: 0;
  margin: 0;
  background-image: url(https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/search-close-btn.svg);
  background-size: 15px 15px;
}

.header__search--bottom .search-open-icon {
  display: none;
}
.header__search--bottom.open .search-open-icon {
  display: block;
  position: absolute;
}
.header__search--bottom .hs-search-field__suggestions {
  display: none;
}



.mobile-search {
  display: none;
}
@media (max-width: 1190px) {
  .mobile-search,
  .mobile-search .header__search--mobile,
  .mobile-search .header__search--mobile .search-open-icon {
    display: block;
  }
  .mobile-search {
    width: 80px;
  }
  
  .header__bottom.open .header__search,
  .header__bottom.open .header__search--bottom .search-open-icon,
  .header__bottom.open .header__search .hs-search-field,
  .header__bottom.open .header__search .search-close-icon,
  .header__bottom.open .header__search .hs-search-field__input {
    display: block;
  }
  .header__bottom.open .header__search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
    margin: 0 20px 0 0;
    gap: 0;
  }
  .header__bottom.open .header__search .hs-search-field form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
  .header__bottom.open .header__search .hs-search-field__input {
    height: 52px;
    color: #FFF;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 295px !important;
    width: 100% !important;
    border-bottom: 1px solid #FFF;
    padding: 0px 35px 0px 45px;
    visibility: visible;
    opacity: 1;
    background: transparent;
  }
  .header__bottom.open .header__search .hs-search-field__input:focus {
    outline-style: none;
  }
  .header__bottom.open .header__search .search-open-icon {
    position: absolute;
    background-image: url(https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/search.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    height: 20px;
    width: 22px;
    display: block;
    position: relative;
    cursor: pointer;
    border: 0;
    margin: 0 0 0 10px;
    left: 20px;
  }
  .header__bottom.open .header__search .search-close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
/*     top: 36px;
    bottom: 0; */
    right: 155px;
    cursor: pointer;
    border: 0;
    margin: 0;
    background-image: url(https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/search-close-btn.svg);
    background-size: 15px 15px;
  }
}
footer.footer {
  background-color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
}
.footer__container {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 75px 20px 0px 20px;
}
.footer__container a {
  transition: all 0.15s linear;
}
.footer__container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__container .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
/*   gap: 120px; */
}

.footer__container .row.main {
  padding: 0 100px;
}

/* Second row with 4 equal columns */
.footer__container .row.main .col {
/*   flex: 1 1 calc(25% - 7.5px); /* 25% minus half of the 10px gap */ */
  flex: 1;
}
.footer__container .row.main .col.ctas ul > li,
.footer__container .row.main .col.links ul > li,
.footer__container .row.main .col.footer-menu ul > li  {
  margin-bottom: 16px;
}
.footer__container .row.main .col.ctas ul > li:last-child,
.footer__container .row.main .col.links ul > li:last-child,
.footer__container .row.main .col.footer-menu ul > li:last-child {
  margin-bottom: 0px;
}
.footer__container .row.main .col.links ul,
.footer__container .row.main .col.footer-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.footer__container .row.main .col.links ul li,
.footer__container .row.main .col.footer-menu ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin: 0;
}
.footer__container .row.main .col.ctas ul li {
  margin: 0;
}
.footer__container .row.main .col.links ul > li a {
  color: #000000;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
}
.footer__container .row.main .col.links ul > li:first-child a {
  color: #001D4D;
}
.footer__container .row.main .col.links ul > li a:hover,
.footer__container .row.main .col.footer-menu ul > li a:hover {
  color: #F3960D;
  text-decoration: none;
}

.footer__container .row.main .col.footer-menu ul {
  display: flex;
  flex-direction: column;
}
.footer__container .row.main .col.footer-menu ul > li a {
  color: #001D4D;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  position: relative;
}
.footer__container .row.main .col.footer-menu ul > li a:after {
  content: ".";
  background: url(https://8550186.fs1.hubspotusercontent-na1.net/hubfs/8550186/SpotDev-2025-Website/icon-link.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  font-size: 0px;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 3px;
}

.footer__container .row.main .col h6 {
  color: #CA80FF;
  font-style: normal;
  margin-bottom: 16px;
}

/* Third row full-width */
.footer__container .row.legal {
  margin-top: 55px;
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 1px solid #7C7B7B;
}
.footer__container .row.legal .col.full-width {
  flex: 1 1 100%;
  text-align: center;
}
.footer__container .row.legal .col.legal ul {
  display: inline-flex;
  align-items: flex-start;
  gap: 64px;
}
.footer__container .row.legal .col.legal ul > li {
  margin: 0px;
  line-height: 100%;
}
.footer__container .row.legal .col.legal ul > li a {
  color: #001D4D;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.footer__container .row.legal .col.legal ul > li a:hover {
  color: #F3960D;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .footer__container .row {
    gap: 24px;
  }
}
@media (max-width: 1190px) {
  .footer__container .row.main {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .footer__container .row {
    flex-direction: column;
  }
  .footer__container .row {
    gap: 40px;
  }
  .footer__container .row.legal .col.legal ul {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer__container .row.main .col ul > li a {
    font-size: 24px !important;
  }
  .footer__container .row.main .col ul > li a.btn {
    font-size: 20px !important;
    justify-content: center;
    padding: 16px 24px;
    min-width: 252px;
    max-width: fit-content;
  }
  .footer__container .row.main .col.footer-menu ul > li a {
    text-transform: capitalize;
  }
  .footer__container .row.legal .col.full-width {
    text-align: left;
  }
  .footer__container .row.legal .col.legal ul {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .footer__container .row.main .col ul > li a {
    font-size: 20px !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}

/* Header Module */
.widget-type-header h1, .hs_cos_wrapper_type_header h1,
.widget-type-header h2, .hs_cos_wrapper_type_header h2,
.widget-type-header h3, .hs_cos_wrapper_type_header h3,
.widget-type-header h4, .hs_cos_wrapper_type_header h4,
.widget-type-header h5, .hs_cos_wrapper_type_header h5,
.widget-type-header h6, .hs_cos_wrapper_type_header h6 {
  margin: 0;
}



.vjs-big-play-button svg path#play {
    fill: #F3960D !important;
}