#approach .img-bg .img-blue {
  background-image: url(/i/approach-hero-bl.jpg);
}
#approach .img-bg .img-light {
  background-image: url(/i/approach-hero-lt.jpg);
}
#approach .s1 {
  position: relative;
}
#approach .s1 .container {
  max-width: 1230px;
}
#approach .s2 {
  padding: 7.5rem 0;
}
#approach .s2 .wrap.first {
  align-items: flex-end;
}
#approach .s2 .wrap.first p {
  padding-bottom: 0 !important;
  margin-bottom: 1em;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 200;
}
#approach .s2 .wrap.first p:last-child {
  margin-bottom: 0;
}
#approach .s2 .wrap.first p::after {
  display: none !important;
}
#approach .s2 h2 {
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
}
#approach .s2 .circles {
  overflow: hidden;
  margin: 4rem 0;
  width: 100%;
  display: flex;
  width: 100%;
}
#approach .s2 .circles > div {
  flex: 0 0 auto;
  width: calc(25% + 37.5px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px rgba(165, 210, 255, 0.5);
  position: relative;
}
#approach .s2 .circles > div p {
  font-weight: 200;
  font-size: 23px;
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 3rem;
  opacity: 0;
  transition: opacity 1s ease;
}
#approach .s2 .circles > div p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #389CFF;
  top: 0;
  left: 0;
}
#approach .s2 .circles > div:nth-child(2) {
  margin-left: -50px;
}
#approach .s2 .circles > div:nth-child(3) {
  margin-left: -50px;
}
#approach .s2 .circles > div:nth-child(4) {
  margin-left: -50px;
}
#approach .s2 h4 {
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 300;
}
#approach .s2 .container.in-view .circles > div p {
  opacity: 1;
}
#approach .s2 .container.in-view .circles > div:nth-child(1) p {
  transition-delay: 0.1s;
}
#approach .s2 .container.in-view .circles > div:nth-child(2) p {
  transition-delay: 0.35s;
}
#approach .s2 .container.in-view .circles > div:nth-child(3) p {
  transition-delay: 0.6s;
}
#approach .s2 .container.in-view .circles > div:nth-child(4) p {
  transition-delay: 0.85s;
}
#approach .s3 {
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
#approach .s3 .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#approach .s3 .left {
  max-width: 600px;
  position: sticky;
  top: 8rem;
  height: 400px;
}
#approach .s3 .left h2 {
  margin-bottom: 3rem;
  color: #fff;
}
#approach .s3 .left h2 span {
  color: #389CFF;
}
#approach .s3 .left p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 23px;
  line-height: 130%;
}
#approach .s3 .right {
  max-width: 565px;
  width: 100%;
}
#approach .s3 .right > div, #approach .s3 .right .last {
  display: block;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(165, 210, 255, 0.5);
  background: var(--Gradient-Linear-Light, linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%));
  margin-bottom: 2.5rem;
  padding: 2.5rem 0;
  position: relative;
}
#approach .s3 .right > div h3, #approach .s3 .right .last h3 {
  position: relative;
  left: 2.5rem;
  padding-top: 3rem;
  color: #fff;
  max-width: calc(100% - 5rem);
}
#approach .s3 .right > div h3::before, #approach .s3 .right .last h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  top: 0;
  left: 0;
}
#approach .s3 .right > div:nth-child(6) {
  margin-bottom: -200px;
}
#approach .s3 .right .pleft {
  position: absolute;
  background: none;
  border: none;
  left: 0;
  max-width: 50%;
}
#approach .s3 .right .pleft p {
  font-size: 33px;
  font-weight: 300;
  line-height: 120%;
  letter-spacgin: 1px;
  color: rgb(56, 156, 255);
}
#approach .s4 {
  padding: 7.5rem 0;
  z-index: 1;
  position: relative;
}
#approach .s4 .wrap {
  align-items: flex-end;
}
#approach .s4 .wrap p {
  padding-bottom: 0 !important;
  margin-bottom: 1em;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 200;
}
#approach .s4 .wrap p:last-child {
  margin-bottom: 0;
}
#approach .s4 .wrap p::after {
  display: none !important;
}
#approach .s4 h2 {
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
  color: rgb(56, 156, 255);
  transition: color 1s ease;
}
#approach .s4 h2 span {
  color: #fff;
  transition: color 1s ease;
}
#approach .s4 .circles {
  overflow: hidden;
  margin: 4rem 0;
  width: 100%;
  display: flex;
  width: 100%;
}
#approach .s4 .circles > div {
  flex: 0 0 auto;
  width: calc(25% + 37.5px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px rgba(165, 210, 255, 0.5);
  position: relative;
}
#approach .s4 .circles > div p {
  font-weight: 200;
  font-size: 23px;
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 3rem;
  opacity: 0;
  transition: opacity 1s ease, color 1s ease;
}
#approach .s4 .circles > div p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #389CFF;
  top: 0;
  left: 0;
}
#approach .s4 .circles > div:nth-child(2) {
  margin-left: -50px;
}
#approach .s4 .circles > div:nth-child(3) {
  margin-left: -50px;
}
#approach .s4 .circles > div:nth-child(4) {
  margin-left: -50px;
}
#approach .s4 h3 {
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 300;
}
#approach .s4.is-light h2 span {
  color: rgb(35, 53, 110);
}
#approach .s4.is-light .wrap p {
  color: rgb(35, 53, 110);
}
#approach .s4.is-light .circles > div {
  border-color: rgb(35, 53, 110);
}
#approach .s4.is-light .circles > div p {
  color: rgb(35, 53, 110);
}
#approach .s4.is-light h3 {
  color: rgb(35, 53, 110);
}
#approach .s4 .container.in-view .circles > div p {
  opacity: 1;
}
#approach .s4 .container.in-view .circles > div:nth-child(1) p {
  transition-delay: 0.1s;
}
#approach .s4 .container.in-view .circles > div:nth-child(2) p {
  transition-delay: 0.35s;
}
#approach .s4 .container.in-view .circles > div:nth-child(3) p {
  transition-delay: 0.6s;
}
#approach .s4 .container.in-view .circles > div:nth-child(4) p {
  transition-delay: 0.85s;
}
#approach .s5 {
  z-index: 1;
  position: relative;
  padding: 7.5rem 0;
}
#approach .s5 h2 {
  color: rgb(35, 53, 110);
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
  text-align: center;
  margin-bottom: 90px;
}
#approach .s5 h2 span {
  color: #389CFF;
}
#approach .s5 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1060px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
#approach .s5 p {
  font-size: 23px;
  color: #fff;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  transition: color 0.5s ease;
  margin-bottom: 0.5em;
}
#approach .s5 p:last-child {
  margin-bottom: 0;
}
#approach .s5 p {
  color: rgb(35, 53, 110);
}
#approach .s6 {
  padding: 7.5rem 0;
}
#approach .s6 h2 {
  color: rgb(35, 53, 110);
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
  text-align: left;
  margin-bottom: 90px;
}
#approach .s6 h2 span {
  color: #389CFF;
}
#approach .s6 .line {
  background: #6C9FD5;
}
#approach .s6 .boxes {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
#approach .s6 .boxes > div {
  border-radius: 12px;
  border: 1px solid rgb(35, 53, 110);
  background: var(--Gradient-Linear-Light, linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%));
  padding: 2.5rem;
  opacity: 0;
}
#approach .s6 .boxes > div p {
  position: relative;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 auto;
  padding-top: 2rem;
}
#approach .s6 .boxes > div p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  top: 0;
  left: 0;
}
#approach .s6 p {
  color: rgb(35, 53, 110);
}
#approach .s7 {
  padding-bottom: 7.5rem;
}
#approach .s7 h2 {
  font-size: 5.5rem;
  margin-bottom: 3.5rem;
  color: #23356E;
  transition: color 1s ease;
}
#approach .s7 .line {
  background-color: rgba(16, 98, 179, 0.5);
}
#approach .s7 p {
  color: #23356E;
  transition: color 1s ease;
}
#approach .s7 .cards {
  margin-top: 4rem;
}
#approach .s7 .cards .card {
  padding: 1.5rem 0;
  border-bottom: solid 1px rgba(16, 98, 179, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  margin-bottom: 1.5rem;
}
#approach .s7 .cards .card h3 {
  color: #23356E;
  font-size: 3.6rem;
  position: relative;
  padding-left: 4rem;
  transition: color 1s ease;
}
#approach .s7 .cards .card h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  left: 0;
  bottom: 20px;
}
#approach .s7 .cards .card:last-of-type {
  margin-bottom: 0;
}
#approach .s7.is-blue h2, #approach .s7.is-blue p, #approach .s7.is-blue .cards .card h3 {
  color: #fff;
}
#approach .s7.is-blue .card {
  border-color: #6795CB;
}
#approach .s9 {
  background: url(/i/svg/golden-ratio.svg) no-repeat center/contain;
  aspect-ratio: 1.62/1;
  z-index: 1;
  position: relative;
}
#approach .s9 h2 {
  color: #fff;
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
  text-align: center;
  margin-bottom: 90px;
}
#approach .s9 h2 span {
  color: #389CFF;
}
#approach .s9 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1060px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
#approach .s9 p {
  font-size: 23px;
  color: #fff;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  transition: color 0.5s ease;
}
#approach .s9.is-light p {
  color: #23356E;
}

@media all and (max-width: 1100px) {
  #approach .s1 .container .top h2 br {
    display: none;
  }
  #approach .s2 .wrap.first, #approach .s4 .wrap.first {
    align-items: flex-start;
  }
  #approach .s2 .circles, #approach .s4 .circles {
    flex-wrap: wrap;
  }
  #approach .s2 .circles > div, #approach .s4 .circles > div {
    width: 50%;
  }
  #approach .s2 .circles > div:nth-child(3), #approach .s4 .circles > div:nth-child(3) {
    margin-left: 0;
    margin-top: -50px;
  }
  #approach .s2 .circles > div:nth-child(4), #approach .s4 .circles > div:nth-child(4) {
    margin-top: -50px;
  }
  #approach .s2 h2, #approach .s4 h2, #approach .s5 h2, #approach .s6 h2, #approach .s7 h2, #approach .s9 h2 {
    font-size: 80px;
  }
  #approach .s6 .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  #approach .s6 .two-col-txt .wrap, #approach .s7 .two-col-txt .wrap {
    flex-direction: column-reverse;
  }
  #approach .s9 {
    aspect-ratio: auto;
    padding: 0 0 7.5rem;
  }
  #approach .s9 h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 980px) {
  #approach .s3 {
    padding-bottom: 0;
  }
  #approach .s3 .container {
    flex-direction: column;
  }
  #approach .s3 .left {
    top: auto;
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
  }
  #approach .s3 .left h2 {
    margin-bottom: 2rem;
  }
  #approach .s3 .left h2 br {
    display: none;
  }
  #approach .s3 .left p {
    max-width: 650px;
  }
  #approach .s3 .right {
    display: grid;
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #approach .s3 .right > div, #approach .s3 .right .last {
    height: 250px;
    margin-bottom: 0;
  }
  #approach .s3 .right > div h3, #approach .s3 .right .last h3 {
    font-size: 1.6rem;
    max-width: none;
    bottom: 1rem;
    left: 1rem;
    position: absolute;
  }
  #approach .s3 .right .pleft {
    grid-column: 1/-1;
    position: relative;
    max-width: none;
    margin-top: 2rem;
  }
  #approach .s7 .cards .card h3 {
    font-size: 2rem;
    padding-left: 3rem;
  }
  #approach .s7 .cards .card h3::before {
    bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  #approach .s2 h2, #approach .s4 h2, #approach .s5 h2, #approach .s6 h2, #approach .s7 h2, #approach .s9 h2 {
    font-size: 48px;
  }
  #approach .s2 .circles > div, #approach .s4 .circles > div {
    width: 100%;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto;
  }
  #approach .s2 .circles > div:nth-child(2), #approach .s4 .circles > div:nth-child(2) {
    margin-left: 0;
    margin-top: -50px;
  }
  #approach .s3 .container {
    display: block;
  }
  #approach .s3 .left {
    position: relative;
    margin-bottom: 3rem;
    top: 0;
    height: auto;
  }
  #approach .s3 .right {
    grid-template-columns: repeat(1, 1fr);
  }
  #approach .s3 .right > div {
    height: 150px;
  }
  #approach .s3 .right > div h3 {
    padding-top: 2rem;
  }
  #approach .s3 .right > div:nth-child(6) {
    margin-bottom: 0;
  }
  #approach .s3 .right .pleft {
    margin-top: 0;
  }
  #approach .s5 {
    padding: 0;
  }
  #approach .s5 h2 br {
    display: none;
  }
  #approach .s5 h2 {
    margin-bottom: 2rem;
  }
  #approach .s6 {
    padding: 5rem 0;
  }
  #approach .s6 h2 {
    margin-bottom: 2rem;
  }
  #approach .s6 .boxes > div p {
    font-size: 1.3rem;
  }
  #approach .s7 h2 {
    margin-bottom: 2rem;
  }
  #approach .s7 h2 .cards .card h3 {
    font-size: 2rem;
  }
  #approach .s9 {
    padding-bottom: 5rem;
  }
  #approach .s9 h2 br {
    display: none;
  }
}

/*# sourceMappingURL=approach.css.map */
