.s-hero-about {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(236 97 75 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1440px) {

  .s-hero-about {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1600px) {

  .s-hero-about {
    padding-top: 120px;
    padding-bottom: 3rem;
  }
}

.s-hero-about__content {
  display: flex;
  min-height: 184px;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .s-hero-about__content {
    min-height: 365px;
    border-radius: 32px;
  }
}

@media (min-width: 1024px) {

  .s-hero-about__content {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1600px) {

  .s-hero-about__content {
    min-height: 477px;
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

.s-hero-about__title {
  max-width: 546px;
  overflow-wrap: break-word;
  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-hero-about__title {
    font-size: 68px;
  }
}

@media (min-width: 1440px) {

  .s-hero-about__title {
    font-size: 80px;
  }
}

.s-hero-about__title.js--animate-title .word {
  height: 40px;
}

@media (min-width: 768px) {

  .s-hero-about__title.js--animate-title .word {
    height: 70px;
  }
}

@media (min-width: 1440px) {

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

.s-hero-about__marquee {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}

@media (max-width: 767px) {

  .s-hero-about__marquee {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.s-hero-about__marquee {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.s-hero-about__marquee-content {
  display: flex;
  min-width: 100%;
  flex-shrink: 0;
  gap: 0.5rem;
  animation: scroll 28s linear infinite;
}
.s-hero-about__marquee-content li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.s-hero-about__marquee-content li:after {
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .s-hero-about__marquee-content li:after {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.s-hero-about__marquee-content h3 {
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 8px));
  }
}
.s-proofs {
  --tw-bg-opacity: 1;
  background-color: rgb(236 97 75 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 1440px) {

  .s-proofs {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1600px) {

  .s-proofs {
    padding-bottom: 6rem;
  }
}

.s-proofs__top {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {

  .s-proofs__top {
    margin-bottom: 70px;
  }
}

@media (min-width: 1140px) {

  .s-proofs__top {
    flex-direction: row;
  }
}

.s-proofs__top-subtext {
  margin-bottom: 0px;
  max-width: 600px;
  font-weight: 400;
}

@media (min-width: 992px) {

  .s-proofs__top-subtext {
    font-weight: 500;
  }
}

.s-proofs__top-title {
  max-width: 600px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {

  .s-proofs__top-title {
    font-size: 48px;
  }
}

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

@media (min-width: 1440px) {

  .s-proofs__cards {
    gap: 72px;
  }
}

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

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

@media (min-width: 1024px) {

  .s-proofs__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));
  }
}

.s-proofs__card {
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .s-proofs__card {
    border-radius: 0;
    border-right-width: 2px;
    background-color: transparent;
  }
}

@media (min-width: 1140px) {

  .s-proofs__card {
    max-width: 426px;
  }
}

@media (min-width: 1600px) {

  .s-proofs__card {
    max-width: 457px;
  }
}
@media (min-width: 1024px) {

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

.s-proofs__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-proofs__card-top {
    padding: 2rem;
  }
}

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

@media (min-width: 1440px) {

  .s-proofs__card-top__animation {
    height: 200px;
  }
}

.s-proofs__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-proofs__card-bottom {
    gap: 1.5rem;
  }
}

@media (min-width: 1440px) {

  .s-proofs__card-bottom {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 74px;
  }
}

.s-proofs__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: 768px) {

  .s-proofs__card-title {
    font-size: 37px;
  }
}

@media (min-width: 1440px) {

  .s-proofs__card-title {
    font-size: 48px;
  }
}

.s-proofs__card-text {
  margin-bottom: 0px;
  font-weight: 400;
}

.s-teamwork {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(102 149 247 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.s-teamwork .container {
  position: relative;
  height: 2600px;
}
@media (min-width: 768px) {

  .s-teamwork .container {
    height: calc(1900px + 100vh);
  }
}

.s-teamwork__title-wrapper {
  position: sticky;
  top: 0px;
  display: flex;
  padding-top: 300px;
}

@media (min-width: 768px) {

  .s-teamwork__title-wrapper {
    z-index: 10;
    height: 100vh;
    padding-top: 350px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__title-wrapper {
    padding-bottom: 155px;
  }
}

.s-teamwork__title {
  right: 0px;
  left: 0px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  text-align: center;
  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-teamwork__title {
    position: absolute;
    max-width: 810px;
    font-size: 56px;
  }
}

@media (min-width: 1280px) {

  .s-teamwork__title {
    font-size: 80px;
  }
}

.s-teamwork__title.js--animate-title .word {
  height: 40px;
}

@media (min-width: 768px) {

  .s-teamwork__title.js--animate-title .word {
    height: 56px;
  }
}

@media (min-width: 1280px) {

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

@media (min-width: 768px) {

  .s-teamwork__image-sticky-element {
    position: sticky;
    top: var(--top-offset, 0);
    height: calc(100vh - var(--top-offset, 0));
  }
}

.s-teamwork__image-wrapper {
  position: absolute;
  top: 0px;
}

@media (min-width: 768px) {

  .s-teamwork__image-wrapper {
    top: 0px;
    bottom: 0px;
  }
}
.s-teamwork__image-wrapper:nth-child(1) {
  margin-top: 120px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(1) {
    left: 2.5rem;
    margin-top: 620px;
  }
}
@media (min-width: 992px) {

  .s-teamwork__image-wrapper:nth-child(1) {
    left: 5rem;
  }
}
@media (min-width: 1140px) {

  .s-teamwork__image-wrapper:nth-child(1) {
    left: 96px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(1) {
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(1) .s-teamwork__image-sticky-element {
    --top-offset: 80px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(1) .s-teamwork__image-sticky-element {
    --top-offset: 80px;
  }
}
.s-teamwork__image-wrapper:nth-child(2) {
  left: 0px;
  right: 0px;
  margin-top: 470px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(2) {
    margin-top: 1400px;
  }
  .s-teamwork__image-wrapper:nth-child(2) .s-teamwork__image-sticky-element {
    --top-offset: 200px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(2) .s-teamwork__image-sticky-element {
    --top-offset: 200px;
  }
}
.s-teamwork__image-wrapper:nth-child(3) {
  margin-top: 870px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(3) {
    right: 2.5rem;
    margin-top: 900px;
  }
}
@media (min-width: 992px) {

  .s-teamwork__image-wrapper:nth-child(3) {
    right: 5rem;
  }
}
@media (min-width: 1140px) {

  .s-teamwork__image-wrapper:nth-child(3) {
    right: 190px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(3) {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(3) .s-teamwork__image-sticky-element {
    --top-offset: 80px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(3) .s-teamwork__image-sticky-element {
    --top-offset: 110px;
  }
}
.s-teamwork__image-wrapper:nth-child(4) {
  margin-top: 1270px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(4) {
    left: 0px;
    margin-top: 1700px;
  }
}
@media (min-width: 1440px) {

  .s-teamwork__image-wrapper:nth-child(4) {
    left: 50px;
  }
}
@media (min-width: 1600px) {

  .s-teamwork__image-wrapper:nth-child(4) {
    left: -30px;
    margin-top: 1800px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(4) {
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(4) .s-teamwork__image-sticky-element {
    --top-offset: 480px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(4) .s-teamwork__image-sticky-element {
    --top-offset: 380px;
  }
}
.s-teamwork__image-wrapper:nth-child(5) {
  margin-top: 1670px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(5) {
    left: 0px;
    right: 0px;
    margin-top: 2100px;
  }
}
@media (min-width: 992px) {

  .s-teamwork__image-wrapper:nth-child(5) {
    left: 350px;
  }
}
@media (min-width: 1600px) {

  .s-teamwork__image-wrapper:nth-child(5) {
    left: 370px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(5) {
    right: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(5) .s-teamwork__image-sticky-element {
    --top-offset: 510px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(5) .s-teamwork__image-sticky-element {
    --top-offset: 490px;
  }
}
.s-teamwork__image-wrapper:nth-child(6) {
  margin-top: 2070px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(6) {
    right: 0px;
    margin-top: 1650px;
  }
}
@media (min-width: 992px) {

  .s-teamwork__image-wrapper:nth-child(6) {
    right: 20px;
  }
}
@media (min-width: 1600px) {

  .s-teamwork__image-wrapper:nth-child(6) {
    right: -20px;
    margin-top: 1650px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(6) {
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(6) .s-teamwork__image-sticky-element {
    --top-offset: 490px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(6) .s-teamwork__image-sticky-element {
    --top-offset: 355px;
  }
}
.s-teamwork__image-wrapper:nth-child(7) {
  margin-top: 2470px;
}
@media (min-width: 768px) {

  .s-teamwork__image-wrapper:nth-child(7) {
    right: 30px;
    margin-top: 2480px;
  }
}
@media (min-width: 992px) {

  .s-teamwork__image-wrapper:nth-child(7) {
    right: 70px;
  }
}
@media (min-width: 1140px) {

  .s-teamwork__image-wrapper:nth-child(7) {
    right: 220px;
  }
}
@media (min-width: 1600px) {

  .s-teamwork__image-wrapper:nth-child(7) {
    right: 330px;
    margin-top: 2550px;
  }
}
@media (max-width: 767px) {

  .s-teamwork__image-wrapper:nth-child(7) {
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .s-teamwork__image-wrapper:nth-child(7) .s-teamwork__image-sticky-element {
    --top-offset: 560px;
  }
}
@media (min-width: 991px) {
  .s-teamwork__image-wrapper:nth-child(7) .s-teamwork__image-sticky-element {
    --top-offset: 500px;
  }
}

.s-teamwork__images {
  display: flex;
  flex-wrap: wrap;
}
.s-teamwork__images img,
.s-teamwork__images picture {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {

  .s-teamwork__images img,
.s-teamwork__images picture {
    z-index: 2;
  }
}

.s-teamwork__image--1 {
  max-width: 220px;
}

@media (min-width: 768px) {

  .s-teamwork__image--1 {
    max-width: 300px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--1 {
    max-width: 460px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--1 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--1 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--1 {
    width: 300px !important;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--1 {
    width: 528px !important;
  }
}

.s-teamwork__image--2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}

@media (min-width: 768px) {

  .s-teamwork__image--2 {
    max-width: 200px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--2 {
    max-width: 315px;
  }
}

.s-teamwork__image--2 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--2 {
    width: 200px !important;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--2 {
    width: 315px !important;
  }
}

.s-teamwork__image--3 {
  max-width: 220px;
}

@media (min-width: 768px) {

  .s-teamwork__image--3 {
    max-width: 290px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--3 {
    max-width: 365px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--3 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--3 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--3 {
    width: 290px !important;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--3 {
    width: 410px !important;
  }
}

.s-teamwork__image--4 {
  max-width: 220px;
}

@media (min-width: 1280px) {

  .s-teamwork__image--4 {
    max-width: 250px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--4 {
    max-width: 335px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--4 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--4 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--4 {
    width: 250px !important;
  }
}

@media (min-width: 1140px) {

  .s-teamwork__image--4 {
    width: 465px !important;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--4 {
    width: 565px !important;
  }
}

.s-teamwork__image--5 {
  max-width: 220px;
}

@media (min-width: 768px) {

  .s-teamwork__image--5 {
    max-width: 275px;
  }
}

@media (min-width: 1280px) {

  .s-teamwork__image--5 {
    max-width: 375px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--5 {
    max-width: 475px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--5 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {

  .s-teamwork__image--5 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--5 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--5 {
    width: 475px !important;
  }
}

.s-teamwork__image--6 {
  max-width: 240px;
}

@media (min-width: 1280px) {

  .s-teamwork__image--6 {
    max-width: 340px;
  }
}

@media (min-width: 1600px) {

  .s-teamwork__image--6 {
    max-width: 450px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--6 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--6 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--6 {
    width: 590px !important;
  }
}

.s-teamwork__image--7 {
  max-width: 340px;
}

@media (min-width: 768px) {

  .s-teamwork__image--7 {
    max-width: 290px;
  }
}

@media (max-width: 767px) {

  .s-teamwork__image--7 {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-teamwork__image--7 {
  width: 220px !important;
}

@media (min-width: 768px) {

  .s-teamwork__image--7 {
    display: none !important;
    width: 290px !important;
  }
}

@media (min-width: 992px) {

  .s-teamwork__image--7 {
    display: block !important;
  }
}

.c-team-member {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border-radius: 24px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 992px) {

  .c-team-member {
    border-radius: 32px;
    padding: 2.5rem;
  }
}
.c-team-member p {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-team-member:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.c-team-member:hover .c-team-member__image:after {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.c-team-member:hover p {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.c-team-member:hover .c-team-member__social {
  --tw-text-opacity: 1;
  color: rgb(255 196 205 / var(--tw-text-opacity));
}

.c-team-member__image {
  position: relative;
  height: 188px;
  border-radius: 16px;
}

@media (min-width: 576px) {

  .c-team-member__image {
    height: 246px;
  }
}

@media (min-width: 768px) {

  .c-team-member__image {
    border-radius: 24px;
  }
}
.c-team-member__image img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {

  .c-team-member__image img {
    border-radius: 24px;
  }
}
.c-team-member__image::after {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(102 149 247 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.c-team-member__image.JS-slide-in::after {
  right: -100%;
}

.c-team-member__info {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {

  .c-team-member__info {
    margin-top: 2rem;
  }
}

.c-team-member__name {
  margin-bottom: 0.5rem;
  font-family: Karl-ST, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {

  .c-team-member__name {
    font-size: 32px;
  }
}

.c-team-member__position {
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .c-team-member__position {
    margin-bottom: 1.5rem;
  }
}

.c-team-member__social ul {
  display: flex;
  gap: 1rem;
}
.c-team-member__social li a svg {
  fill: #191919;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.c-team-member__social li a svg:hover {
  fill: #FFBAC3;
}

.s-team {
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(102 149 247 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

  .s-team {
    margin-bottom: 67px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-top: 220px;
  }
}

@media (min-width: 1440px) {

  .s-team {
    padding-bottom: 6rem;
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {

  .s-team {
    margin-bottom: 104px;
  }
}

.s-team__title {
  margin-bottom: 1.5rem;
  text-align: center;
  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(25 25 25 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .s-team__title {
    margin-bottom: 72px;
    font-size: 68px;
  }
}

.s-team__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 992px) {

  .s-team__items {
    gap: 2.5rem;
  }
}

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

.s-cta__button {
  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-cta__button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.s-cta__button 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-cta__button svg {
    margin-left: 0.75rem;
    width: 1.25rem;
  }
}

.s-cta__button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.s-cta__button svg {
  fill: #191919;
}
.s-cta__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 186 195 / var(--tw-text-opacity));
}
.s-cta__button:hover svg {
  fill: #FFBAC3;
}
.s-cta__button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 186 195 / var(--tw-text-opacity));
}
.s-cta__button:focus svg {
  fill: #FFBAC3;
}

.s-cta {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 1440px) {

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

@media (min-width: 1600px) {

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

.s-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 195 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .s-cta__content {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {

  .s-cta__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 32px;
  }
}

@media (min-width: 1280px) {

  .s-cta__content {
    padding-left: 152px;
    padding-right: 152px;
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

@media (max-width: 425px) {

  .s-cta__content {
    align-items: flex-start;
  }
}

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

@media (min-width: 768px) {

  .s-cta__title {
    max-width: none;
    line-height: 104%;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {

  .s-cta__title {
    margin-bottom: 0px;
    max-width: 450px;
  }
}

@media (min-width: 1280px) {

  .s-cta__title {
    max-width: 540px;
    font-size: 48px;
  }
}

@media (min-width: 1440px) {

  .s-cta__title {
    max-width: 715px;
    font-size: 60px;
  }
}

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

@media (min-width: 1280px) {

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

@media (min-width: 1440px) {

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

.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));
}

.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));
}

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

@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;
  }
}

.JS-slider-reviews {
  width: 100%;
}

@media (min-width: 768px) {

  .JS-slider-reviews {
    max-width: 976px;
  }
}

@media (min-width: 1600px) {

  .JS-slider-reviews {
    max-width: none;
  }
}

.JS-slider-reviews > .swiper-wrapper > .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}

@media (min-width: 768px) {

  .JS-slider-reviews > .swiper-wrapper > .swiper-slide {
    flex-direction: row;
  }
}

.JS-slider-reviews > .swiper-wrapper {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

  .JS-slider-reviews > .swiper-wrapper {
    padding-bottom: 60px;
  }
}

.JS-slider-reviews > .swiper-wrapper > .swiper-slide > .slide-text {
  margin-bottom: 0px;
  min-height: 210px;
  max-width: 1138px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 115%;
}

@media (min-width: 992px) {

  .JS-slider-reviews > .swiper-wrapper > .swiper-slide > .slide-text {
    font-size: 32px;
  }
}

.slide-badge {
  display: flex;
  flex-shrink: 0;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {

  .slide-badge {
    flex-direction: column;
  }
}

.slide-badge > .badge-logo {
  display: flex;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 19.2px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  padding: 1rem;
}
.slide-badge > .badge-logo img {
  max-height: 60px;
}

.badge-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  text-align: left;
  font-size: 16px;
  line-height: 115%;
}

@media (min-width: 768px) {

  .badge-text {
    max-width: 165px;
    align-items: center;
    text-align: center;
  }
}

.badge-text > p {
  margin-bottom: 0px;
}

.swiper-navigation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {

  .swiper-navigation {
    justify-content: flex-start;
    padding-top: 1.5rem;
  }
}

.swiper-navigation > .swiper-fraction {
  width: auto;
}

@media (min-width: 768px) {

  .swiper-navigation > .swiper-fraction {
    width: 75%;
  }
}

.swiper-navigation > .swiper-buttons {
  display: flex;
  gap: 1rem;
}

.swiper-button-next svg,
.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;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  fill: #6695F7;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
