#home .s1 {
  position: relative;
  background: #132341;
  overflow: hidden;
}

#home .s1 .top-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  background: url(/i/header-gradient.svg) center bottom/cover no-repeat;
  z-index: 2;
}

#home .s1 .contain {
  position: relative;
  z-index: 4;
}

#home .s1 .hero-text {
  min-height: 100vh;
  padding: 8rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 6rem;
  width: 100%;
  max-width: 600px;
}

@media all and (max-width: 767px) {
  #home .s1 .hero-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
    height: 100vh;
    max-height: 700px;
    padding-bottom: 8rem;
  }
}

#home .s1 .hero-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background: url(/i/homepage-hero-grid.svg) center/cover no-repeat;
}

#home .s1 h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 10vw, 5.7rem);
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  margin-bottom: 7rem;
}

@media all and (max-width: 767px) {
  #home .s1 h1 {
    margin-bottom: 1rem;
  }
}

#home .s1 h2 {
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 0.02em;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  will-change: transform, opacity;
}

#home .s1 h2 strong {
  font-weight: 600;
}

#home .s1 .text-line {
  height: 1.11em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#home .s1 .text-line span {
  display: block;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  top: 0;
  left: 0;
}

#home .s1.--active .contain h1 .text-line span, #home .s1.--active .contain h2 {
  transform: translate3d(0, 0, 0);
  transition: all .75s ease .15s;
}

#home .s1.--active .contain h2 {
  opacity: 0.8;
  transition-delay: .9s;
}

#home .s1 .home-intro {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 6rem 0;
}

@media all and (max-width: 767px) {
  #home .s1 .home-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  #home .s1 .home-intro h3, #home .s1 .home-intro p {
    width: 100% !important;
  }
  #home .s1 .home-intro h3 {
    max-width: 350px !important;
    margin: 0 auto 0 0;
  }
}

#home .s1 .home-intro h3, #home .s1 .home-intro p {
  width: 50%;
}

#home .s1 .home-intro h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 6.5vw, 4.25rem);
  line-height: 1.08em;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 650px;
}

#home .s1 .home-intro p {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 520px;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  will-change: transform, opacity;
  position: relative;
}

#home .s1 .home-intro.--in-view h3 .text-line span, #home .s1 .home-intro.--in-view p {
  transform: translate3d(0, 0, 0);
  transition: all .75s ease;
}

#home .s1 .home-intro.--in-view p {
  opacity: 1;
  transition-delay: .75s;
}

#home .s1 .video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#home .s1 .video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .s1 .video-wrapper video.--desktop {
  display: block;
}

#home .s1 .video-wrapper video.--mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  #home .s1 .hero-text {
    max-width: 100%;
  }
  #home .s1 .hero-text h2 {
    width: 50%;
  }
  #home .s1 .video-wrapper video.--desktop {
    display: none;
  }
  #home .s1 .video-wrapper video.--mobile {
    display: block;
  }
}

@media all and (max-width: 767px) {
  #home .s1 .hero-text {
    width: 600px;
  }
  #home .s1 .hero-text h2 {
    width: 100%;
  }
}

#home .s2 {
  position: relative;
  height: 100vh;
  background-color: #132341;
}

#home .s2 * {
  color: #fff;
}

#home .s2 .s2-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .s2 .s2-card:first-child {
  z-index: 1;
}

#home .s2 .s2-card:nth-child(2) {
  z-index: 2;
}

#home .s2 .s2-card:nth-child(3) {
  z-index: 3;
}

#home .s2 .s2-card:nth-child(4) {
  z-index: 4;
}

#home .s2 .s2-card.--buyside .s2-card-body {
  max-width: 550px;
}

#home .s2 .s2-card.--buyside .s2-card-bg {
  background-image: url(/i/home-s2-01.png);
}

#home .s2 .s2-card.--sourcing .s2-card-body p {
  max-width: 550px;
}

#home .s2 .s2-card.--sourcing .s2-card-bg {
  background-image: url(/i/home-s2-02.png);
}

#home .s2 .s2-card.--expertise .s2-card-body p {
  max-width: 550px;
}

#home .s2 .s2-card.--expertise .s2-card-bg {
  background-image: url(/i/home-s2-03.png);
}

#home .s2 .s2-card.--partnerships .s2-card-body {
  max-width: 870px;
}

#home .s2 .s2-card.--partnerships .s2-card-body p {
  max-width: 630px;
}

#home .s2 .s2-card.--partnerships .s2-card-bg {
  background-image: url(/i/home-s2-04.png);
}

#home .s2 .s2-card.--active .s2-card-body h3 .text-line span, #home .s2 .s2-card.--active .s2-card-body p {
  transform: translate3d(0, 0, 0);
  transition: all .5s ease;
}

#home .s2 .s2-card.--active .s2-card-body p {
  opacity: 1;
  transition-delay: .35s;
}

#home .s2 .s2-card-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
}

#home .s2 .s2-card-body {
  position: relative;
  z-index: 1;
  max-width: 630px;
}

#home .s2 .s2-card-body h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.3rem, 5.5vw, 4.25rem);
  line-height: 1.08em;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.5rem;
}

#home .s2 .s2-card-body h3 .text-line {
  height: 1.11em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#home .s2 .s2-card-body h3 .text-line span {
  display: block;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  top: 0;
  left: 0;
  transition: all .4s ease;
}

#home .s2 .s2-card-body p {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  will-change: transform, opacity;
  position: relative;
  transition: all .4s ease;
}

@media all and (max-width: 1024px) {
  #home .s2 {
    height: auto;
  }
  #home .s2 .s2-card {
    position: relative;
    inset: auto;
    height: 500px;
  }
  #home .s2 .s2-card:first-child, #home .s2 .s2-card:nth-child(2), #home .s2 .s2-card:nth-child(3), #home .s2 .s2-card:nth-child(4) {
    z-index: auto;
  }
  #home .s2 .s2-card-bg {
    clip-path: none !important;
  }
  #home .s2 .s2-card-body {
    max-width: 100%;
    padding: 0;
  }
}

#home .s3 {
  background: #fff;
  padding: 6rem 0;
}

#home .s3 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.02em;
  color: #172C54;
  margin-bottom: 4.5rem;
  text-align: center;
}

#home .s3 h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #172C54;
  font-size: 2rem;
  line-height: 1.25em;
  flex: 1;
}

#home .s3 .link-off-btn {
  margin: 4rem 0 0 auto;
  width: 100%;
  max-width: 14rem;
}

#home .s3 .boxes-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#home .s3 .boxes-wrapper .box {
  width: 50%;
  height: 350px;
  padding: 2rem 2.5rem;
  position: relative;
}

#home .s3 .boxes-wrapper .box:nth-child(1), #home .s3 .boxes-wrapper .box:nth-child(2) {
  border-bottom: 1px solid #D8DCE3;
}

#home .s3 .boxes-wrapper .box:nth-child(1), #home .s3 .boxes-wrapper .box:nth-child(3) {
  border-right: 1px solid #D8DCE3;
}

#home .s3 .boxes-wrapper .title-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
  max-width: 500px;
}

#home .s3 .boxes-wrapper .title-wrapper .icon-wrapper {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

#home .s3 .boxes-wrapper .title-wrapper .icon-wrapper.--prop {
  background: url(/i/prop-icon.svg) center/contain no-repeat;
}

#home .s3 .boxes-wrapper .title-wrapper .icon-wrapper.--coverage {
  background: url(/i/mid-market-icon.svg) center/contain no-repeat;
}

#home .s3 .boxes-wrapper .title-wrapper .icon-wrapper.--cap {
  background: url(/i/response-icon.svg) center/contain no-repeat;
}

#home .s3 .boxes-wrapper .title-wrapper .icon-wrapper.--long {
  background: url(/i/relationships-icon.svg) center/contain no-repeat;
}

#home .s3 .boxes-wrapper .d {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #D8DCE3;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px #fff;
  z-index: 3;
}

#home .s3 .boxes-wrapper .d.tl {
  left: -.25rem;
  top: -.25rem;
}

#home .s3 .boxes-wrapper .d.tr {
  right: -.25rem;
  top: -.25rem;
}

#home .s3 .boxes-wrapper .d.bl {
  bottom: -.25rem;
  left: -.25rem;
}

#home .s3 .boxes-wrapper .d.br {
  bottom: -.25rem;
  right: -.25rem;
}

@media all and (min-width: 768px) {
  #home .s3 .boxes-wrapper {
    border-color: transparent;
    position: relative;
  }
  #home .s3 .boxes-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    inset: -1px;
    border: 1px solid #D8DCE3;
    clip-path: inset(0 100% 100% 0);
    pointer-events: none;
    z-index: 2;
  }
  #home .s3 .boxes-wrapper .box {
    border-color: transparent;
  }
  #home .s3 .boxes-wrapper .box::before {
    content: '';
    position: absolute;
    display: block;
    inset: -1px;
    border: 1px solid #D8DCE3;
    clip-path: inset(0 100% 100% 0);
    pointer-events: none;
    z-index: 1;
  }
  #home .s3 .boxes-wrapper .box .d {
    opacity: 0;
  }
  #home .s3 .boxes-wrapper .box .box-content {
    opacity: 0;
    transform: translateY(10px);
  }
  #home .s3.--in-view .boxes-wrapper::before {
    clip-path: inset(0 0% 0% 0);
    transition: clip-path 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(1)::before {
    clip-path: inset(0 0% 0% 0);
    transition: clip-path 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(1) .d {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(1) .box-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(2)::before {
    clip-path: inset(0 0% 0% 0);
    transition: clip-path 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(2) .d {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(2) .box-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.25s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.25s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(3)::before {
    clip-path: inset(0 0% 0% 0);
    transition: clip-path 0.75s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(3) .d {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(3) .box-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.25s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.25s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(4)::before {
    clip-path: inset(0 0% 0% 0);
    transition: clip-path 0.75s cubic-bezier(0.4, 0, 0.2, 1) 1.3s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(4) .d {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 1.75s;
  }
  #home .s3.--in-view .boxes-wrapper .box:nth-child(4) .box-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.9s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 1.9s;
  }
}

@media all and (max-width: 1200px) {
  #home .s3 .boxes-wrapper .box {
    padding: 2rem 1rem;
  }
  #home .s3 h4 {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 767px) {
  #home .s3 .boxes-wrapper {
    border: 1px solid #D8DCE3;
  }
  #home .s3 .boxes-wrapper .box {
    width: 100%;
    height: auto;
    min-height: 250px;
    border-right: 0 !important;
    border-bottom: 1px solid #D8DCE3;
  }
  #home .s3 .boxes-wrapper .box:last-child {
    border-bottom: none;
  }
}

#home .s4 {
  position: relative;
  background-color: #132341;
  overflow: hidden;
}

#home .s4 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
  line-height: 1.15em;
  margin-bottom: 4rem;
  text-align: center;
}

#home .s4 .carousel-images {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-width: 1px 0;
  display: flex;
}

#home .s4 .carousel-track {
  display: flex;
  flex-shrink: 0;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#home .s4 .logo-wrap {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .s4 .logo-wrap::before, #home .s4 .logo-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px #132341;
  z-index: 2;
  right: -4px;
  bottom: -4px;
}

#home .s4 .logo-wrap::before {
  top: -4px;
  bottom: auto;
}

#home .s4 .logo-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

#home .s4 .ts-quote {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 6rem;
}

#home .s4 .ts-quote-text {
  flex: 1;
  text-align: center;
  max-width: 920px;
  position: relative;
}

#home .s4 .ts-quote-item {
  display: none;
  text-align: center;
}

#home .s4 .ts-quote-item.--active {
  display: block;
}

#home .s4 .ts-quote-item p {
  text-align: center;
  color: #fff;
}

#home .s4 .ts-quote-item p.quote {
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  line-height: 1.4em;
  margin-bottom: 1.5rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
}

#home .s4 .ts-quote-item p.quote::before {
  content: '\201C';
}

#home .s4 .ts-quote-item p.quote::after {
  content: '\201D';
}

#home .s4 .ts-quote-item p.name {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  line-height: 1.2em;
}

#home .s4 .ts-quote-item p.title {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
}

#home .s4 .ts-arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease;
  line-height: 0;
  margin-top: 1.6rem;
}

#home .s4 .ts-arrow:hover {
  opacity: .75;
}

#home .s4 .ts-arrow img {
  display: block;
  height: auto;
  width: 6.1rem;
  object-fit: contain;
}

@media all and (max-width: 1024px) {
  #home .s4 .logo-wrap {
    width: 30vw;
    height: 30vw;
  }
  #home .s4 .ts-arrow img {
    width: 4.5rem;
  }
}

@media all and (max-width: 599px) {
  #home .s4 .logo-wrap {
    width: 60vw;
    height: 60vw;
  }
  #home .s4 .ts-quote {
    margin-top: 3.5rem;
  }
  #home .s4 .ts-arrow {
    display: none;
  }
}

#home .callout-section {
  background: url(/i/homepage-prefooter.png) center/cover no-repeat #132341;
}

#home .callout-section .wrapper {
  padding: 6rem 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  transition: all .5s ease;
}

@media all and (max-width: 1024px) {
  #home .callout-section .wrapper {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0);
  }
}

#home .callout-section .wrapper:hover {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
}

#home .callout-section .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#home .callout-section h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.5rem, 4.5vw, 3rem);
  color: #fff;
  letter-spacing: -0.02em;
  flex: 1;
  max-width: 740px;
}

#home .callout-section img {
  width: 25%;
  height: auto;
  max-width: 190px;
}

@media all and (max-width: 767px) {
  #home .callout-section .contain {
    gap: 1rem;
  }
  #home .callout-section img {
    width: 40px;
    height: 10px;
    object-position: right center;
    object-fit: cover;
  }
}
