#team .s2 {
  background: #fff;
}

#team .s2 .contain {
  max-width: 980px;
}

#team .s2 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: 1rem;
}

#team .s2 .text-line {
  height: 1.2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

#team .s2 p {
  transform: translateY(-40px);
  opacity: 0;
  will-change: transform, opacity;
  font-size: 1.05rem;
  color: #040914;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.6em;
}

#team .s2 p strong {
  font-weight: 500;
  color: #172C54;
}

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

#team .s2.--in-view p {
  opacity: 1;
  transition-delay: .4s;
}

#team .s2 hr {
  border: none;
  border-top: 1px solid #8FA9D9;
  margin-bottom: 1rem;
}

#team .s2 .s2-body {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
}

#team .s2 .s2-body .s2-callout {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.25em;
  color: #172C54;
  flex: 1.5;
  max-width: 670px;
}

#team .s2 .s2-body .s2-blurb {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.05;
  line-height: 1.5em;
  color: #040914;
  flex: 1;
  max-width: 470px;
}

#team .s2 .s2-body .s2-blurb strong {
  font-weight: 500;
}

@media all and (max-width: 767px) {
  #team .s2 {
    padding: 5rem 0;
  }
  #team .s2 .s2-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

#team .s3 {
  padding-bottom: 4.6rem;
  background-color: #fff;
}

#team .s3 .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1rem;
}

#team .s3 .team-grid .img-wrapper {
  margin-bottom: 1rem;
  position: relative;
}

#team .s3 .team-grid .img-wrapper > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
}

#team .s3 .team-grid .img-wrapper .hover-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
  padding: 1.5rem;
  opacity: 0;
  background: rgba(23, 44, 84, 0.2);
  backdrop-filter: blur(14px);
  transition: opacity .4s ease;
}

#team .s3 .team-grid .img-wrapper .hover-wrap img {
  display: block;
  width: 100%;
  max-width: 123px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

#team .s3 .team-grid h3 {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #040914;
  margin-bottom: .35rem;
}

#team .s3 .team-grid p {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: .9rem;
  color: #132341;
  line-height: 120%;
}

#team .s3 .person:hover .img-wrapper .hover-wrap {
  opacity: 1;
}

@media all and (max-width: 1024px) {
  #team .s3 .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 767px) {
  #team .s3 .team-grid {
    grid-template-columns: 1fr;
  }
}

#team .s4 {
  position: relative;
  background: url(/i/team-approach-bg.jpeg) center/cover no-repeat #0B162B;
}

#team .s4 * {
  color: #fff;
}

#team .s4 .text-wrap {
  width: 100%;
  max-width: 615px;
  margin: 0 0 0 auto;
}

#team .s4 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;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 4.5rem;
}

#team .s4 p {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
}

#team .s4 .v-line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(216, 220, 227, 0) 0%, #D8DCE3 50%, rgba(216, 220, 227, 0) 100%);
  margin: 3.5rem 0;
}

@media all and (max-width: 1024px) {
  #team .s4 {
    background-image: none;
  }
  #team .s4 .text-wrap {
    max-width: 100%;
  }
}
