.s-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {

  .s-hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.s-hero__label {
  margin-bottom: 24px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-hero__label {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.s-hero__title {
  font-family: Reform-ST, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-hero__title {
    font-size: 48px;
  }
}

@media (min-width: 1440px) {

  .s-hero__title {
    font-size: 66px;
  }
}
.s-hero__title.js--animate-title .word {
  height: 40px;
}
@media (min-width: 768px) {

  .s-hero__title.js--animate-title .word {
    height: 48px;
  }
}
@media (min-width: 1440px) {

  .s-hero__title.js--animate-title .word {
    height: 60px;
  }
}
.s-hero__title + .s-hero__description {
  margin-top: 32px;
}
@media (min-width: 768px) {

  .s-hero__title + .s-hero__description {
    margin-top: 30px;
  }
}

.s-hero__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-hero__description {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.s-hero__description p:last-child {
  margin-bottom: 0px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-solutions__button a, .s-image-banner__button a {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-solutions__button a, .s-image-banner__button a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-solutions__button a svg, .s-image-banner__button a svg {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-solutions__button a svg, .s-image-banner__button a svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-image-banner__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a svg {
  fill: #191919;
}
.s-image-banner__button a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:hover svg {
  fill: #E6E6E6;
}
.s-image-banner__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:focus svg {
  fill: #E6E6E6;
}

.s-faq__button a, .s-who-we-are__button a, .s-solutions__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-faq__button a svg, .s-who-we-are__button a svg, .s-solutions__button a svg {
  fill: #191919;
}
.s-faq__button a:hover, .s-who-we-are__button a:hover, .s-solutions__button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:hover svg, .s-who-we-are__button a:hover svg, .s-solutions__button a:hover svg {
  fill: #D9D9D9;
}
.s-faq__button a:focus, .s-who-we-are__button a:focus, .s-solutions__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:focus svg, .s-who-we-are__button a:focus svg, .s-solutions__button a:focus svg {
  fill: #D9D9D9;
}

.s-cta__btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-cta__btn svg {
  fill: #191919;
}
.s-cta__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:hover svg {
  fill: #6695F7;
}
.s-cta__btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:focus svg {
  fill: #6695F7;
}

.s-image-banner {
  position: relative;
  height: 80vw;
}

@media (min-width: 768px) {

  .s-image-banner {
    height: 60vw;
  }
}

@media (min-width: 1440px) {

  .s-image-banner {
    height: 47vw;
  }
}
.s-image-banner:has(.image--mobile) .image--desktop {
  display: none;
}
@media (min-width: 768px) {

  .s-image-banner:has(.image--mobile) .image--desktop {
    display: block;
  }

  .s-image-banner:has(.image--mobile) .image--mobile {
    display: none;
  }
}

.s-image-banner__parallax-container {
  position: relative;
  height: 80vw;
  overflow: hidden;
}

@media (min-width: 768px) {

  .s-image-banner__parallax-container {
    height: 60vw;
  }
}

@media (min-width: 1440px) {

  .s-image-banner__parallax-container {
    height: 47vw;
  }
}

.s-image-banner__parallax-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 140%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  will-change: transform;
}

.s-image-banner__button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {

  .s-image-banner__button {
    left: auto;
    right: 40px;
    bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1024px) {

  .s-image-banner__button {
    bottom: 80px;
  }
}

.s-image-banner__button {
  opacity: 0;
  transform: translateY(-80px);
}
.s-image-banner__button.is-active {
  position: fixed;
  animation: buttonVisible 0.8s ease-out forwards;
}
@keyframes buttonVisible {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-solutions__button a, .s-image-banner__button a {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-solutions__button a, .s-image-banner__button a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-solutions__button a svg, .s-image-banner__button a svg {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-solutions__button a svg, .s-image-banner__button a svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-image-banner__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a svg {
  fill: #191919;
}
.s-image-banner__button a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:hover svg {
  fill: #E6E6E6;
}
.s-image-banner__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:focus svg {
  fill: #E6E6E6;
}

.s-faq__button a, .s-who-we-are__button a, .s-solutions__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-faq__button a svg, .s-who-we-are__button a svg, .s-solutions__button a svg {
  fill: #191919;
}
.s-faq__button a:hover, .s-who-we-are__button a:hover, .s-solutions__button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:hover svg, .s-who-we-are__button a:hover svg, .s-solutions__button a:hover svg {
  fill: #D9D9D9;
}
.s-faq__button a:focus, .s-who-we-are__button a:focus, .s-solutions__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:focus svg, .s-who-we-are__button a:focus svg, .s-solutions__button a:focus svg {
  fill: #D9D9D9;
}

.s-cta__btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-cta__btn svg {
  fill: #191919;
}
.s-cta__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:hover svg {
  fill: #6695F7;
}
.s-cta__btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:focus svg {
  fill: #6695F7;
}

.s-solutions {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-solutions {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-solutions__title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-solutions__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {

  .s-solutions__title {
    margin-bottom: 72px;
    font-size: 48px;
  }
}

.s-solutions__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

@media (min-width: 768px) {

  .s-solutions__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .s-solutions__cards {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}

.s-solutions__cards-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-solutions__cards-arrows svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {

  .s-solutions__cards-arrows svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 1023px) {

  .s-solutions__cards-arrows svg {
    width: 60px;
  }
}

.s-solutions__card {
  display: flex;
  flex-direction: column;
}

.s-solutions__card-header {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {

  .s-solutions__card-header {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1140px) {

  .s-solutions__card-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.s-solutions__card-label {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .s-solutions__card-label {
    font-size: 32px;
  }
}

.s-solutions__card-body {
  flex-grow: 1;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
}

@media (min-width: 1024px) {

  .s-solutions__card-body {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 56px;
  }
}

@media (min-width: 1140px) {

  .s-solutions__card-body {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.s-solutions__card-title {
  font-family: Reform-ST, sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 104%;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .s-solutions__card-title {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {

  .s-solutions__card-title {
    font-size: 60px;
  }
}
.s-solutions__card-title.js--animate-title .word {
  height: 35px;
}
@media (min-width: 1024px) {

  .s-solutions__card-title.js--animate-title .word {
    height: 40px;
  }
}
@media (min-width: 1440px) {

  .s-solutions__card-title.js--animate-title .word {
    height: 60px;
  }
}

.s-solutions__button {
  margin-top: 32px;
}

@media (min-width: 768px) {

  .s-solutions__button {
    margin-top: 72px;
  }
}
.s-solutions__button a {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 768px) {

  .s-solutions__button a {
    margin-right: 0px !important;
    margin-left: auto !important;
  }
}

.s-ai-revolution {
  --tw-bg-opacity: 1;
  background-color: rgb(236 97 75 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-ai-revolution {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-ai-revolution {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-ai-revolution__title {
  margin-bottom: 32px;
  font-family: Reform-ST, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-ai-revolution__title {
    margin-bottom: 40px;
    font-size: 48px;
  }
}

@media (min-width: 1024px) {

  .s-ai-revolution__title {
    margin-bottom: 64px;
  }
}

@media (min-width: 1440px) {

  .s-ai-revolution__title {
    font-size: 68px;
  }
}
.s-ai-revolution__title.js--animate-title .word {
  height: 40px;
}
@media (min-width: 768px) {

  .s-ai-revolution__title.js--animate-title .word {
    height: 48px;
  }
}
@media (min-width: 1440px) {

  .s-ai-revolution__title.js--animate-title .word {
    height: 60px;
  }
}
@media (max-width: 767px) {

  .s-ai-revolution__title br {
    display: none;
  }
}

.s-ai-revolution__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {

  .s-ai-revolution__row {
    gap: 24px;
  }
}

@media (min-width: 992px) {

  .s-ai-revolution__row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.s-ai-revolution__col {
  grid-column: span 2 / span 2;
}

@media (min-width: 576px) {

  .s-ai-revolution__col {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 992px) {

  .s-ai-revolution__col {
    grid-column: span 2 / span 2;
  }

  .s-ai-revolution__col:nth-child(4) {
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 576px) {

  .s-ai-revolution__col:nth-child(5) {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 992px) {

  .s-ai-revolution__col:nth-child(5) {
    grid-column: span 3 / span 3;
  }
}

.s-ai-revolution-card {
  height: 100%;
  min-height: 208px;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

  .s-ai-revolution-card {
    border-radius: 24px;
  }
}

.s-ai-revolution-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}

@media (min-width: 768px) {

  .s-ai-revolution-card {
    padding: 24px;
  }
}

@media (min-width: 1024px) {

  .s-ai-revolution-card {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.s-ai-revolution-card__icon {
  height: 64px;
  width: 64px;
}

.s-ai-revolution-card__description {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-ai-revolution-card__description {
    font-size: 28px;
  }
}
.s-ai-revolution-card__description br {
  display: none;
}
@media (min-width: 1024px) {

  .s-ai-revolution-card__description br {
    display: block;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-image-banner__button a, .s-solutions__button a {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .s-faq__button a, .s-cta__btn, .s-who-we-are__button a, .s-image-banner__button a, .s-solutions__button a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-image-banner__button a svg, .s-solutions__button a svg {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .s-faq__button a svg, .s-cta__btn svg, .s-who-we-are__button a svg, .s-image-banner__button a svg, .s-solutions__button a svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-image-banner__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a svg {
  fill: #191919;
}
.s-image-banner__button a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:hover svg {
  fill: #E6E6E6;
}
.s-image-banner__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:focus svg {
  fill: #E6E6E6;
}

.s-faq__button a, .s-who-we-are__button a, .s-solutions__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-faq__button a svg, .s-who-we-are__button a svg, .s-solutions__button a svg {
  fill: #191919;
}
.s-faq__button a:hover, .s-who-we-are__button a:hover, .s-solutions__button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:hover svg, .s-who-we-are__button a:hover svg, .s-solutions__button a:hover svg {
  fill: #D9D9D9;
}
.s-faq__button a:focus, .s-who-we-are__button a:focus, .s-solutions__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:focus svg, .s-who-we-are__button a:focus svg, .s-solutions__button a:focus svg {
  fill: #D9D9D9;
}

.s-cta__btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-cta__btn svg {
  fill: #191919;
}
.s-cta__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:hover svg {
  fill: #6695F7;
}
.s-cta__btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:focus svg {
  fill: #6695F7;
}

.s-who-we-are {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-who-we-are {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-who-we-are {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-who-we-are__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

@media (min-width: 768px) {

  .s-who-we-are__row {
    gap: 40px;
  }
}

@media (min-width: 1024px) {

  .s-who-we-are__row {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}

.s-who-we-are__col {
  width: 100%;
}

@media (min-width: 1024px) {

  .s-who-we-are__col {
    width: 51%;
  }

  .s-who-we-are__col:last-child {
    width: 49%;
  }
}

.s-who-we-are__title {
  margin-bottom: 32px;
  font-family: Reform-ST, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-who-we-are__title {
    margin-bottom: 40px;
    font-size: 48px;
  }
}

@media (min-width: 1440px) {

  .s-who-we-are__title {
    font-size: 68px;
  }
}
.s-who-we-are__title.js--animate-title .word {
  height: 40px;
}
@media (min-width: 768px) {

  .s-who-we-are__title.js--animate-title .word {
    height: 48px;
  }
}
@media (min-width: 1440px) {

  .s-who-we-are__title.js--animate-title .word {
    height: 60px;
  }
}

.s-who-we-are__description {
  max-width: 590px;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}

@media (min-width: 768px) {

  .s-who-we-are__description {
    max-width: 660px;
    font-size: 22px;
    line-height: 28px;
  }
}
.s-who-we-are__description p {
  margin-bottom: 24px;
}
.s-who-we-are__description p:last-child {
  margin-bottom: 0px;
}

.s-who-we-are__button {
  margin-top: 32px;
}

@media (min-width: 768px) {

  .s-who-we-are__button {
    margin-top: 40px;
  }
}
.s-partnership {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {

  .s-partnership {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {

  .s-partnership {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-partnership__title {
  margin-bottom: 32px;
  font-family: Reform-ST, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-partnership__title {
    margin-bottom: 52px;
    font-size: 48px;
  }
}

@media (min-width: 1440px) {

  .s-partnership__title {
    font-size: 68px;
  }
}
.s-partnership__title.js--animate-title .word {
  height: 40px;
}
@media (min-width: 768px) {

  .s-partnership__title.js--animate-title .word {
    height: 48px;
  }
}
@media (min-width: 1440px) {

  .s-partnership__title.js--animate-title .word {
    height: 60px;
  }
}

.s-partnership__row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}

.s-partnership__col {
  width: 100%;
  padding: 12px;
}

@media (min-width: 576px) {

  .s-partnership__col {
    width: 50%;
  }
}

@media (min-width: 992px) {

  .s-partnership__col {
    width: 42.2%;
  }

  .s-partnership__col:nth-child(4n+2), .s-partnership__col:nth-child(4n+3) {
    width: 57.8%;
  }
}

.s-partnership-card {
  display: flex;
  height: 100%;
  min-height: 222px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border-radius: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  padding: 24px;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .s-partnership-card {
    min-height: 312px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {

  .s-partnership-card {
    padding: 48px;
  }
}

.s-partnership-card__icon {
  height: 64px;
  width: 64px;
}

@media (min-width: 768px) {

  .s-partnership-card__icon {
    height: 84px;
    width: 84px;
  }
}
.s-partnership-card__icon img, .s-partnership-card__icon picture {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-partnership-card__title {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 115%;
}

@media (min-width: 768px) {

  .s-partnership-card__title {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {

  .s-partnership-card__title {
    font-size: 48px;
  }
}

.s-partnership-card__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
}
.s-partnership-card__description p:last-child {
  margin-bottom: 0px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-faq__button a, .s-cta__btn, .s-image-banner__button a, .s-solutions__button a, .s-who-we-are__button a {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .s-faq__button a, .s-cta__btn, .s-image-banner__button a, .s-solutions__button a, .s-who-we-are__button a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-faq__button a svg, .s-cta__btn svg, .s-image-banner__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .s-faq__button a svg, .s-cta__btn svg, .s-image-banner__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-image-banner__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a svg {
  fill: #191919;
}
.s-image-banner__button a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:hover svg {
  fill: #E6E6E6;
}
.s-image-banner__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:focus svg {
  fill: #E6E6E6;
}

.s-faq__button a, .s-solutions__button a, .s-who-we-are__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-faq__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg {
  fill: #191919;
}
.s-faq__button a:hover, .s-solutions__button a:hover, .s-who-we-are__button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:hover svg, .s-solutions__button a:hover svg, .s-who-we-are__button a:hover svg {
  fill: #D9D9D9;
}
.s-faq__button a:focus, .s-solutions__button a:focus, .s-who-we-are__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:focus svg, .s-solutions__button a:focus svg, .s-who-we-are__button a:focus svg {
  fill: #D9D9D9;
}

.s-cta__btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-cta__btn svg {
  fill: #191919;
}
.s-cta__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:hover svg {
  fill: #6695F7;
}
.s-cta__btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:focus svg {
  fill: #6695F7;
}

.s-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-cta__box {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 149 247 / var(--tw-bg-opacity, 1));
  padding: 20px;
}

@media (min-width: 768px) {

  .s-cta__box {
    border-radius: 32px;
    padding: 40px;
  }
}

@media (min-width: 1024px) {

  .s-cta__box {
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 96px;
    padding-right: 96px;
  }
}

.s-cta__title {
  font-family: Reform-ST, sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}

@media (min-width: 768px) {

  .s-cta__title {
    font-size: 50px;
  }
}

@media (min-width: 1440px) {

  .s-cta__title {
    font-size: 80px;
  }
}
.s-cta__title.js--animate-title .word {
  height: 36px;
}
@media (min-width: 768px) {

  .s-cta__title.js--animate-title .word {
    height: 50px;
  }
}
@media (min-width: 1440px) {

  .s-cta__title.js--animate-title .word {
    height: 80px;
  }
}

.s-cta__btn {
  margin-top: 32px;
}

@media (min-width: 768px) {

  .s-cta__btn {
    margin-top: 40px;
  }
}
@media (max-width: 425px) {

  .s-cta__btn svg {
    display: none !important;
  }
}

.c-swiper_autoplay-progress {
  position: relative;
  display: flex;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}

.c-swiper_autoplay-progress_content {
  position: absolute;
  height: 100%;
  width: 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 195 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

  .s-testimonials {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1440px) {

  .s-testimonials {
    padding-top: 77px;
    padding-bottom: 44px;
  }
}

@media (min-width: 1600px) {

  .s-testimonials {
    padding-top: 104px;
    padding-bottom: 76px;
  }
}

.s-testimonials__slider {
  width: 100%;
}
.s-testimonials__slider .swiper-wrapper {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .s-testimonials__slider .swiper-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {

  .s-testimonials__slider .swiper-wrapper {
    padding-bottom: 124px;
  }
}
.s-testimonials__slider .swiper-navigation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 768px) {

  .s-testimonials__slider .swiper-navigation {
    justify-content: flex-start;
  }
}
.s-testimonials__slider .swiper-navigation > .swiper-fraction {
  width: auto;
}
@media (min-width: 768px) {

  .s-testimonials__slider .swiper-navigation > .swiper-fraction {
    width: 75%;
  }
}
.s-testimonials__slider .swiper-navigation > .swiper-buttons {
  display: flex;
  gap: 1rem;
}
.s-testimonials__slider .swiper-button-next svg,
.s-testimonials__slider .swiper-button-prev svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.s-testimonials__slider .swiper-button-next:hover svg,
.s-testimonials__slider .swiper-button-prev:hover svg {
  fill: #6695F7;
}
.s-testimonials__slider .swiper-button-next.swiper-button-disabled,
.s-testimonials__slider .swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.s-testimonials__slide-title {
  margin-bottom: 24px;
  font-family: Reform-ST, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-testimonials__slide-title {
    margin-bottom: 40px;
    font-size: 50px;
  }
}

@media (min-width: 1024px) {

  .s-testimonials__slide-title {
    font-size: 65px;
  }
}

.s-testimonials__slide-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

@media (min-width: 768px) {

  .s-testimonials__slide-row {
    flex-direction: row;
    gap: 3rem;
  }
}

.s-testimonials__slide-text {
  margin-bottom: 0px;
  max-width: 1152px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 115%;
}

@media (min-width: 992px) {

  .s-testimonials__slide-text {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {

  .s-testimonials__slide-text {
    min-height: 330px;
  }
}

.s-testimonials__slide-badge {
  display: flex;
  flex-shrink: 0;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {

  .s-testimonials__slide-badge {
    max-width: 120px;
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 767px) {

  .s-testimonials__slide-badge {
    justify-content: space-between;
  }
}

.s-testimonials__slide-badge-logo {
  display: flex;
  height: 80px;
  width: 80px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {

  .s-testimonials__slide-badge-logo {
    height: 120px;
    width: 120px;
  }
}
.s-testimonials__slide-badge-logo img, .s-testimonials__slide-badge-logo picture {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-testimonials__slide-badge-text {
  font-size: 16px;
  line-height: 115%;
}

@media (min-width: 768px) {

  .s-testimonials__slide-badge-text {
    text-align: center;
  }
}
.s-testimonials__slide-badge-text p {
  margin-bottom: 4px;
}
.s-testimonials__slide-badge-text p:last-child {
  margin-bottom: 0px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.s-faq__button a, .s-image-banner__button a, .s-solutions__button a, .s-who-we-are__button a, .s-cta__btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .s-faq__button a, .s-image-banner__button a, .s-solutions__button a, .s-who-we-are__button a, .s-cta__btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-faq__button a svg, .s-image-banner__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg, .s-cta__btn svg {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .s-faq__button a svg, .s-image-banner__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg, .s-cta__btn svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-image-banner__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a svg {
  fill: #191919;
}
.s-image-banner__button a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:hover svg {
  fill: #E6E6E6;
}
.s-image-banner__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}
.s-image-banner__button a:focus svg {
  fill: #E6E6E6;
}

.s-faq__button a, .s-solutions__button a, .s-who-we-are__button a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-faq__button a svg, .s-solutions__button a svg, .s-who-we-are__button a svg {
  fill: #191919;
}
.s-faq__button a:hover, .s-solutions__button a:hover, .s-who-we-are__button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:hover svg, .s-solutions__button a:hover svg, .s-who-we-are__button a:hover svg {
  fill: #D9D9D9;
}
.s-faq__button a:focus, .s-solutions__button a:focus, .s-who-we-are__button a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.s-faq__button a:focus svg, .s-solutions__button a:focus svg, .s-who-we-are__button a:focus svg {
  fill: #D9D9D9;
}

.s-cta__btn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.s-cta__btn svg {
  fill: #191919;
}
.s-cta__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:hover svg {
  fill: #6695F7;
}
.s-cta__btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 149 247 / var(--tw-text-opacity, 1));
}
.s-cta__btn:focus svg {
  fill: #6695F7;
}

.s-faq {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-faq {
    padding-top: 120px;
    padding-bottom: 104px;
  }
}

.s-faq__header {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 768px) {

  .s-faq__header {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {

  .s-faq__header {
    margin-bottom: 72px;
  }
}

@media (min-width: 1140px) {

  .s-faq__header {
    flex-direction: row;
    align-items: center;
  }
}

.s-faq__title {
  font-family: Reform-ST, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-faq__title {
    font-size: 68px;
  }
}
.s-faq__title.js--animate-title .word {
  height: 40px;
}
@media (min-width: 768px) {

  .s-faq__title.js--animate-title .word {
    height: 60px;
  }
}

@media (max-width: 425px) {

  .s-faq__button svg {
    display: none !important;
  }
}

.c-faq-list__item {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.c-faq-list__item.is--active {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .c-faq-list__item.is--active {
    border-radius: 32px;
  }
}
.c-faq-list__item.is--active .c-faq-list__item-header {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.c-faq-list__item.is--active .c-faq-list__item-title,
.c-faq-list__item.is--active .c-faq-list__item-content-box {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.c-faq-list__item.is--active .c-faq-list__item-icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.c-faq-list__item.is--active .c-faq-list__item-icon svg {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.c-faq-list__item-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 768px) {

  .c-faq-list__item-header {
    padding-top: 44.5px;
    padding-bottom: 44.5px;
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (min-width: 1440px) {

  .c-faq-list__item-header {
    gap: 72px;
  }
}

.c-faq-list__item-title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 115%;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 768px) {

  .c-faq-list__item-title {
    font-size: 48px;
  }
}

.c-faq-list__item-icon {
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.c-faq-list__item-icon svg {
  max-width: 16px;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
@media (min-width: 576px) {

  .c-faq-list__item-icon svg {
    max-width: none;
  }
}

.c-faq-list__item-content {
  display: none;
}

.c-faq-list__item-content-box {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 768px) {

  .c-faq-list__item-content-box {
    padding: 64px;
    font-size: 30px;
    line-height: 115%;
    letter-spacing: 0;
  }
}
.c-faq-list__item-content-box p {
  margin-bottom: 0px;
  max-width: 900px;
}

.s-animated-cards {
  --tw-bg-opacity: 1;
  background-color: rgb(236 97 75 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {

  .s-animated-cards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {

  .s-animated-cards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.s-animated-cards__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1440px) {

  .s-animated-cards__cards {
    gap: 72px;
  }
}

.s-animated-cards__cards-title {
  margin-bottom: 0px;
}

.s-animated-cards__cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .s-animated-cards__cards-container {
    flex-direction: row;
    align-items: stretch;
    gap: 0px;
    border-radius: 32px;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  }
}

.s-animated-cards__card {
  width: 100%;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {

  .s-animated-cards__card {
    width: 33.333333%;
    border-radius: 0;
    border-right-width: 2px;
    background-color: transparent;
  }

  .s-animated-cards__card:last-child {
    border-right-width: 0px;
  }
}

.s-animated-cards__card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1440px) {

  .s-animated-cards__card-top {
    padding: 2rem;
  }
}

.s-animated-cards__card-top__animation {
  height: 180px;
  width: 100%;
}

@media (min-width: 1440px) {

  .s-animated-cards__card-top__animation {
    height: 200px;
  }
}

.s-animated-cards__card-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {

  .s-animated-cards__card-bottom {
    gap: 1.5rem;
  }
}

@media (min-width: 1140px) {

  .s-animated-cards__card-bottom {
    padding-bottom: 56px;
  }
}

@media (min-width: 1440px) {

  .s-animated-cards__card-bottom {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
  }
}

.s-animated-cards__card-title {
  margin-bottom: 0px;
  align-self: stretch;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 1440px) {

  .s-animated-cards__card-title {
    font-size: 32px;
    line-height: 120%;
  }
}

.o-header {
  position: absolute;
  padding-top: 23px;
  padding-bottom: 23px;
}

.o-header::before {
  --tw-content: none;
  content: var(--tw-content);
}

.o-header::after {
  --tw-content: none;
  content: var(--tw-content);
}
.o-header .container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {

  .o-header .container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {

  .o-header .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px) {

  .o-header .container {
    max-width: 1920px;
  }
}
