#how-we-work .s1 .bg-img {
  background-image: url(/i/how-hero-img-parallax.jpg);
}

#how-we-work .s2 {
  position: relative;
  overflow: hidden;
}

#how-we-work .s2 .container {
  position: relative;
  z-index: 1;
}

#how-we-work .s2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  pointer-events: none;
  user-select: none;
}

#how-we-work .s2 .top h2 {
  max-width: 730px;
}

#how-we-work .s2 .top .line {
  width: 0;
  height: 1px;
  background-color: rgba(6, 81, 51, 0.4);
  margin: 2rem 0;
}

#how-we-work .s2 .top .two-col p {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}

#how-we-work .s3 {
  position: relative;
  background: #031D13;
  overflow: hidden;
}

#how-we-work .s3 .intro {
  text-align: center;
  padding: 7.5rem 1rem 4rem 1rem;
  position: relative;
  z-index: 2;
}

#how-we-work .s3 .intro h2 {
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(30px);
}

#how-we-work .s3 .intro p {
  max-width: 752px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}

#how-we-work .s3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#how-we-work .s3 .box {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  position: relative;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#how-we-work .s3 .box + .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

#how-we-work .s3 .box.box-intro p {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(16px);
}

#how-we-work .s3 .box:nth-child(4)::before {
  display: none;
}

#how-we-work .s3 .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39B54A;
  flex-shrink: 0;
  margin-bottom: 14px;
  opacity: 0;
}

#how-we-work .s3 .label {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
}

#how-we-work .s3 .plx-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 545px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  margin: 4rem auto 7.5rem auto;
}

#how-we-work .s3 .plx-container .plx-wrap {
  overflow: visible;
}

#how-we-work .s3 .plx-bg {
  background: url(/i/by-indetity-bg-img-parallax.jpg) no-repeat center/cover;
}

#how-we-work .s3 .plx-content p {
  width: calc(100% - 2rem);
  font-size: 2rem;
  max-width: 890px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  z-index: 2;
}

#how-we-work .s4 {
  position: relative;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

#how-we-work .s4 .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#how-we-work .s4 .bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

#how-we-work .s4 .bg-img.active {
  opacity: 1;
}

#how-we-work .s4 .bg-img.first {
  background-image: url("/i/slider1.jpg");
}

#how-we-work .s4 .bg-img.second {
  background-image: url("/i/slider2.jpg");
}

#how-we-work .s4 .bg-img.third {
  background-image: url("/i/slider3.jpg");
}

#how-we-work .s4 .bg-img.fourth {
  background-image: url("/i/slider4.jpg");
}

#how-we-work .s4 .bg-img.fifth {
  background-image: url("/i/slider5.jpg");
}

#how-we-work .s4 .left {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

#how-we-work .s4 .left > div {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.5rem 3rem 3rem 4rem;
  padding-top: calc(3.5rem + 110px);
}

#how-we-work .s4 .label {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}

#how-we-work .s4 .copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
}

#how-we-work .s4 h2 {
  color: #fff;
  margin-bottom: 1rem;
}

#how-we-work .s4 p {
  font-size: 1.7rem;
  color: #fff;
}

#how-we-work .s4 .progress {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#how-we-work .s4 .progress-num {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #fff;
  min-width: 1.5rem;
  font-variant-numeric: tabular-nums;
}

#how-we-work .s4 .progress-track {
  flex: 1;
  height: 3px;
  background: rgba(240, 244, 242, 0.4);
  position: relative;
  overflow: hidden;
}

#how-we-work .s4 .progress-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #39B54A;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#how-we-work .s4 .right {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}

#how-we-work .s4 .right::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
  background: linear-gradient(90deg, #FFF -6.11%, rgba(255, 255, 255, 0) 73.47%);
  pointer-events: none;
}

#how-we-work .s4 .right > div {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding: 3.5rem 4rem 3rem 3rem;
}

#how-we-work .s4 .items {
  position: absolute;
  top: calc(3.5rem + 110px);
  bottom: 3rem;
  left: 3rem;
  right: 4rem;
  visibility: hidden;
}

#how-we-work .s4 .item {
  position: absolute;
  left: 0;
  right: 0;
  will-change: top;
}

#how-we-work .s4 .item .header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#how-we-work .s4 .item[data-index='0'] .header {
  border-top: none;
  padding-top: 0;
}

#how-we-work .s4 .item .num {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  min-width: 1.5rem;
  font-variant-numeric: tabular-nums;
}

#how-we-work .s4 .item .title {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  transition: all .5s ease;
}

#how-we-work .s4 .item .body {
  overflow: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  padding-left: calc(1.5rem + 1.5rem);
}

#how-we-work .s4 .item .body-inner {
  padding: 1.2rem 0 2rem;
}

#how-we-work .s4 .item .body-inner p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

#how-we-work .s4 .item .body-inner p:last-of-type {
  margin-bottom: 0;
}

#how-we-work .s4 .item .body-inner a {
  color: #fff;
  transition: color .3s ease;
}

#how-we-work .s4 .item .body-inner a:hover {
  color: #065133;
}

#how-we-work .s4 .item .desc {
  font-size: 2rem;
  color: #fff;
}

#how-we-work .s4 .item.is-active .title {
  font-size: 1.5rem;
  line-height: 1.1em;
}

#how-we-work .s4-mobile {
  position: relative;
  display: none;
}

#how-we-work .s4-mobile .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#how-we-work .s4-mobile .bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

#how-we-work .s4-mobile .bg-img.active {
  opacity: 1;
}

#how-we-work .s4-mobile .bg-img.first {
  background-image: url("/i/slider1.jpg");
}

#how-we-work .s4-mobile .bg-img.second {
  background-image: url("/i/slider2.jpg");
}

#how-we-work .s4-mobile .bg-img.third {
  background-image: url("/i/slider3.jpg");
}

#how-we-work .s4-mobile .bg-img.fourth {
  background-image: url("/i/slider4.jpg");
}

#how-we-work .s4-mobile .bg-img.fifth {
  background-image: url("/i/slider5.jpg");
}

#how-we-work .s4-mobile .top {
  padding: 7.5rem 1rem 3.5rem;
  position: relative;
  z-index: 2;
}

#how-we-work .s4-mobile .top > div {
  display: flex;
  flex-direction: column-reverse;
}

#how-we-work .s4-mobile .top .label {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  margin-top: 4rem;
}

#how-we-work .s4-mobile .top h2 {
  color: #fff;
  margin-bottom: 1rem;
}

#how-we-work .s4-mobile .top p {
  font-size: 1.7rem;
  color: #fff;
}

#how-we-work .s4-mobile .bottom {
  position: relative;
  padding: 3.5rem 1rem 7.5rem 1rem;
  z-index: 2;
}

#how-we-work .s4-mobile .bottom::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
  background: linear-gradient(90deg, #FFF -6.11%, rgba(255, 255, 255, 0) 73.47%);
  pointer-events: none;
}

#how-we-work .s4-mobile .bottom .fx-nav {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  transition: all .5s ease;
}

#how-we-work .s4-mobile .bottom .fx-nav p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
}

#how-we-work .s4-mobile .bottom .fx-nav span {
  display: inline-block;
  margin-right: 40px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

#how-we-work .s4-mobile .bottom .first {
  border-top: none;
  padding-top: 0;
}

#how-we-work .s4-mobile .bottom .fx-slide .content {
  padding: 1rem 0 4rem 70px;
}

#how-we-work .s4-mobile .bottom .fx-slide p {
  color: #fff;
  margin-bottom: 1rem;
}

#how-we-work .s4-mobile .bottom .fx-slide p:last-of-type {
  margin-bottom: 0;
}

#how-we-work .s4-mobile .bottom .fx-slide a {
  color: #fff;
  transition: color .3s ease;
}

#how-we-work .s4-mobile .bottom .fx-slide a:hover {
  color: #065133;
}

@media screen and (max-width: 1099px), screen and (max-height: 899px) {
  #how-we-work .s4 {
    display: none;
  }
  #how-we-work .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #how-we-work .s2 .top h2 {
    max-width: 650px;
  }
  #how-we-work .s3 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #how-we-work .s3 .box:nth-child(2n+1)::before {
    display: none;
  }
  #how-we-work .s3 .box:nth-child(4)::before {
    display: block;
  }
  #how-we-work .s3 .plx-container {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #how-we-work .s2 .top .line {
    margin: 1.5rem 0;
  }
  #how-we-work .s3 .intro {
    padding: 5rem 1rem 3rem 1rem;
  }
  #how-we-work .s3 .grid {
    grid-template-columns: 1fr;
  }
  #how-we-work .s3 .box {
    height: auto;
    padding: 1.5rem 1rem;
  }
  #how-we-work .s3 .box::before {
    display: none;
  }
  #how-we-work .s3 .box.box-intro p {
    font-size: 1.2rem;
  }
  #how-we-work .s3 .label {
    font-size: 0.8rem;
  }
  #how-we-work .s3 .dot {
    width: 8px;
    height: 8px;
  }
  #how-we-work .s3 .plx-container {
    height: 450px;
    border-radius: 20px;
    margin: 3rem auto 6rem auto;
  }
  #how-we-work .s3 .plx-container .plx-content p {
    font-size: 1.3rem;
  }
  #how-we-work .s4-mobile .top {
    padding-top: 5rem;
  }
  #how-we-work .s4-mobile .top p, #how-we-work .s4-mobile .top .label {
    font-size: 1.3rem;
  }
  #how-we-work .s4-mobile .bottom {
    padding-bottom: 5rem;
  }
  #how-we-work .s4-mobile .bottom .fx-nav {
    font-size: 1.2rem;
  }
  #how-we-work .s4-mobile .bottom .fx-nav span {
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #how-we-work .s4-mobile .bottom .fx-slide .content {
    padding: 0 0 3rem 0px;
  }
}
