#approach .s2 {
  background: #fff;
}

#approach .s2 .contain {
  max-width: 815px;
}

#approach .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;
}

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

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

#approach .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;
}

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

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

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

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

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

#approach .s3 {
  background: #172C54;
  padding: 7rem 0 0;
}

#approach .s3 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 2.5rem;
}

#approach .s3 .s3-rows {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#approach .s3 .s3-row {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  height: 160px;
  transition: height .4s ease-in-out;
  cursor: default;
}

#approach .s3 .s3-row:nth-child(1) {
  background: #172C54;
}

#approach .s3 .s3-row:nth-child(1) .img-wrapper {
  background-image: url(/i/normandy-diff-01.png);
}

#approach .s3 .s3-row:nth-child(2) {
  background: #132341;
}

#approach .s3 .s3-row:nth-child(2) .img-wrapper {
  background-image: url(/i/normandy-diff-02.png);
}

#approach .s3 .s3-row:nth-child(3) {
  background: #0B162B;
}

#approach .s3 .s3-row:nth-child(3) .img-wrapper {
  background-image: url(/i/normandy-diff-03.png);
}

#approach .s3 .s3-row .s3-row-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
  padding: 2rem 0;
}

#approach .s3 .s3-row .s3-row-img {
  flex: 1;
  overflow: hidden;
  border-radius: 2px;
  height: 100%;
}

#approach .s3 .s3-row .s3-row-img .img-wrapper {
  width: 100%;
  height: 248px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #132341;
}

#approach .s3 .s3-row .s3-row-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1.5;
}

#approach .s3 .s3-row .s3-row-content p {
  padding-left: 3.1rem;
}

#approach .s3 .s3-row .s3-row-content-header {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  padding-top: 1rem;
}

#approach .s3 .s3-row .s3-row-content-header .s3-row-title {
  position: relative;
  flex: 1;
}

#approach .s3 .s3-row .s3-row-content-header .s3-row-title::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(/i/plus-icon-blue.svg) center/contain no-repeat;
  transition: transform .3s ease;
}

#approach .s3 .s3-row .s3-row-content-header span {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.23em;
  color: #fff;
}

#approach .s3 .s3-row.--active .s3-row-content-header .s3-row-title::after {
  transform: rotate(45deg);
}

#approach .s3 .s3-row .s3-row-num {
  flex-shrink: 0;
  width: 2.25rem;
}

#approach .s3 .s3-row p {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  will-change: transform, opacity;
}

#approach .s3 .s3-row.--active {
  height: 328px;
}

#approach .s3 .s3-row.--active p {
  transition: transform .5s ease .35s, opacity .5s ease .35s;
  transform: translateY(0);
  opacity: 1;
}

@media all and (max-width: 767px) {
  #approach .s3 {
    padding: 5rem 0 0;
  }
  #approach .s3 .s3-row .s3-row-img {
    display: none;
  }
}

#approach .s4 {
  position: relative;
  background: #132341;
}

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

#approach .s4 .plx-bg {
  background-image: url(/i/approach-practices-bg.jpeg);
}

#approach .s4 .contain {
  position: relative;
  z-index: 1;
}

#approach .s4 .s4-body {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

#approach .s4 .s4-left {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 7.5rem 2rem 7.5rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-end;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
  top: auto;
}

#approach .s4 .s4-left h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: .8rem;
}

#approach .s4 .s4-right {
  flex: 1;
  max-width: 610px;
}

#approach .s4 .s4-item {
  padding: 2.5rem 1rem;
  position: relative;
  height: 375px;
  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;
}

#approach .s4 .s4-item.--empty {
  height: 200px;
}

#approach .s4 .s4-item.--empty.--top::before, #approach .s4 .s4-item.--empty.--top .c::before {
  display: none;
}

#approach .s4 .s4-item.--empty.--top .c {
  top: 0;
}

#approach .s4 .s4-item.--empty.--bot .c {
  bottom: 0;
}

#approach .s4 .s4-item::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background: rgba(217, 217, 217, 0.5);
  left: .75rem;
  right: .75rem;
  top: 0;
}

#approach .s4 .s4-item .c {
  position: absolute;
  display: block;
  width: 1px;
  background: rgba(217, 217, 217, 0.35);
  top: .75rem;
  bottom: .75rem;
}

#approach .s4 .s4-item .c::before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  transform: rotate(45deg);
  left: -.15rem;
  top: -.9rem;
}

#approach .s4 .s4-item .c.tl {
  left: 0;
}

#approach .s4 .s4-item .c.tr {
  right: 0;
}

#approach .s4 .s4-item-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  max-width: 490px;
}

#approach .s4 .s4-item-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

#approach .s4 .s4-item-icon.--market {
  background-image: url(/i/market-icon.svg);
}

#approach .s4 .s4-item-icon.--outreach {
  background-image: url(/i/targeted-outreach.svg);
}

#approach .s4 .s4-item-icon.--communication {
  background-image: url(/i/thoughtfulcommunication.svg);
}

#approach .s4 .s4-item-icon.--relationship {
  background-image: url(/i/relationship-building.svg);
}

#approach .s4 .s4-item-text {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

#approach .s4 .s4-item-text h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.01em;
}

#approach .s4 .s4-item-text .text-line {
  height: 1.2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

#approach .s4 .s4-item-text p {
  transform: translateY(-20px);
  opacity: 0;
  will-change: transform, opacity;
}

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

#approach .s4 .s4-item.--in-view p {
  opacity: 1;
  transition-delay: .65s;
}

#approach .s4 .s4-item.--in-view .s4-item-icon {
  opacity: 1;
  transition: opacity .4s ease;
}

@media all and (max-width: 1024px) {
  #approach .s4 .s4-left {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 3rem;
  }
  #approach .s4 .s4-right {
    padding-left: 3rem;
  }
}

@media all and (max-width: 767px) {
  #approach .s4 .s4-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  #approach .s4 .s4-left {
    flex: none;
    max-width: 100%;
    position: static;
    padding: 4rem 0 2.5rem;
    border-bottom: 1px solid rgba(217, 217, 217, 0.35);
  }
  #approach .s4 .s4-right {
    flex: none;
    border-left: none;
    padding: 0;
  }
  #approach .s4 .s4-item.--empty {
    display: none !important;
  }
  #approach .s4 .s4-item.--penultimate .c {
    bottom: 0;
  }
}

#approach .s5 {
  overflow: hidden;
}

#approach .s5 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  color: #172C54;
  margin-bottom: 3.5rem;
  text-align: center;
}

#approach .s5 .flickity-viewport {
  overflow: visible;
}

#approach .s5 .ap-tx-wrapper {
  width: 100%;
  overflow: visible;
}

#approach .s5 .box {
  width: 30vw;
  height: 400px;
  padding: 2rem 1rem 1rem;
  border: 1px solid rgba(143, 169, 217, 0.5);
  border-left-width: 0;
  position: relative;
  cursor: default;
}

@media all and (max-width: 900px) {
  #approach .s5 .box {
    width: 45vw;
  }
}

@media all and (max-width: 600px) {
  #approach .s5 .box {
    width: 85vw;
  }
}

#approach .s5 .box-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#approach .s5 .img-wrap {
  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;
  height: 115px;
  width: 90%;
  max-width: 240px;
  flex-shrink: 0;
}

#approach .s5 .img-wrap img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

#approach .s5 .diamond {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 5px #fff;
  background-color: #8FA9D9;
  bottom: -4px;
  right: -4px;
}

#approach .s5 .diamond.tl {
  left: -4px;
  top: -4px;
}

#approach .s5 .diamond.tr {
  top: -4px;
}

#approach .s5 .diamond.bl {
  left: -4px;
}

#approach .s5 p.sec_label {
  text-align: center;
  padding: .5rem 1.1rem;
  background: rgba(143, 169, 217, 0.2);
  border-radius: 4rem;
  color: #172C54;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  font-size: .8rem;
  margin-top: 1.2rem;
}

#approach .s5 p.aq_title {
  font-size: 1.15rem;
  text-align: center;
  font-weight: 400;
  max-width: 275px;
  color: #172C54;
}

#approach .s5 p.ac_label {
  font-size: .9rem;
  line-height: 1em;
  margin: .5rem auto;
  color: #172C54;
}

#approach .s5 .ap-tx-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}

#approach .s5 .ap-tx-arrows {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

#approach .s5 .ap-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.25s;
}

#approach .s5 .ap-arrow:hover {
  opacity: .8;
}

#approach .s5 .ap-arrow img {
  display: block;
  height: 3.5rem;
  width: auto;
}

#approach .s5 .ap-tx-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #172C54;
  border-radius: 4rem;
  padding: 0.75rem 1.5rem;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.95rem;
  color: #172C54;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

#approach .s5 .ap-tx-btn img {
  display: block;
  height: 0.85rem;
  width: auto;
  filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(800%) hue-rotate(195deg) brightness(90%);
  transition: filter 0.25s;
}

#approach .s5 .ap-tx-btn:hover {
  background: #172C54;
  color: #fff;
}

#approach .s5 .ap-tx-btn:hover img {
  filter: none;
}

@media all and (max-width: 600px) {
  #approach .s5 .ap-tx-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 295px;
    margin: 2.5rem auto 0;
  }
  #approach .s5 .ap-tx-arrows {
    display: none !important;
  }
}
