#evergreen-fund .s1 .plx-bg {
  background: url(/i/evergreen-fund-hero.jpeg) center/cover no-repeat;
}

#evergreen-fund .sticky-scroller {
  position: relative;
}

#evergreen-fund .sticky-scroller > section {
  min-height: 1100px;
  position: sticky;
  top: 0;
}

#evergreen-fund .sticky-scroller .contain {
  padding: 7.5rem 0;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

#evergreen-fund .sticky-scroller .contain .number {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1em;
  padding-bottom: .75rem;
  border-bottom: 3px solid #AB4110;
  height: 100%;
  margin-top: .6rem;
}

#evergreen-fund .sticky-scroller p {
  line-height: 1.4em;
}

#evergreen-fund .sticky-scroller .s2 {
  background: url(/i/evergreen-fund-s2-bg.jpeg) center/cover no-repeat;
}

#evergreen-fund .sticky-scroller .s2 .content {
  max-width: 780px;
}

#evergreen-fund .sticky-scroller .s2 h4 {
  margin: 3.75rem 0 1.75rem;
}

#evergreen-fund .sticky-scroller .s3 {
  background: url(/i/evergreen-fund-s3-bg-new.jpeg) center/cover no-repeat;
}

#evergreen-fund .sticky-scroller .s3 .contain {
  position: sticky;
  top: 0;
  z-index: 4;
}

#evergreen-fund .sticky-scroller .s3 .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#evergreen-fund .sticky-scroller .s3 .content > div {
  width: 50%;
  max-width: 590px;
  position: relative;
}

#evergreen-fund .sticky-scroller .s3 .content img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .1s ease;
  object-fit: contain;
  object-position: center 10px;
}

#evergreen-fund .sticky-scroller .s3 .content img.active {
  opacity: 1;
  transition: opacity .4s ease;
}

#evergreen-fund .sticky-scroller .s3 .right {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem;
  height: max-content;
}

#evergreen-fund .sticky-scroller .s3 .right .number-box {
  width: calc(50% - .75rem);
  height: 100%;
  padding-top: 2.5rem;
  border-top: 1px solid #CFE0EE;
}

#evergreen-fund .sticky-scroller .s3 .right .big-number {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 4.5rem;
  line-height: 1em;
}

#evergreen-fund .sticky-scroller .s3 .right .big-number span {
  font-size: .667em;
}

#evergreen-fund .sticky-scroller .s3 h2, #evergreen-fund .sticky-scroller .s3 p {
  color: #fff;
}

#evergreen-fund .sticky-scroller .s3 h2 {
  margin-bottom: 3rem;
}

#evergreen-fund .sticky-scroller .s3 p.xs {
  padding-top: .5rem;
  font-size: .6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 3.5rem;
}

#evergreen-fund .sticky-scroller .s4 {
  background: url(/i/evergreen-fund-s4-bg.jpeg) center/cover no-repeat;
}

#evergreen-fund .sticky-scroller .s4 h2, #evergreen-fund .sticky-scroller .s4 p {
  color: #fff;
}

#evergreen-fund .sticky-scroller .s4 .contain {
  padding-bottom: 0;
}

#evergreen-fund .sticky-scroller .s4 .container {
  padding-bottom: 7.5rem;
}

#evergreen-fund .sticky-scroller .s4 .container svg {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

#evergreen-fund .sticky-scroller .s4 .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

#evergreen-fund .sticky-scroller .s4 .content h2 {
  width: 60%;
  max-width: 670px;
}

#evergreen-fund .sticky-scroller .s4 .content p {
  width: 40%;
  max-width: 500px;
  margin-top: .5rem;
}

#evergreen-fund .sticky-scroller .s4 .circle-inner {
  fill: rgba(207, 224, 238, 0);
  transition: fill .4s ease;
}

#evergreen-fund .sticky-scroller .s4 .circle-inner:hover {
  fill: rgba(207, 224, 238, 0.5);
}

#evergreen-fund .sticky-scroller .s4 .venn_diagram.--desktop {
  display: block;
}

#evergreen-fund .sticky-scroller .s4 .venn_diagram.--mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  #evergreen-fund .sticky-scroller .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 0;
    gap: 1.5rem;
  }
  #evergreen-fund .sticky-scroller .contain .number {
    width: max-content;
    max-width: 30px;
  }
  #evergreen-fund .sticky-scroller section {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
  }
  #evergreen-fund .sticky-scroller .s2 {
    min-height: 900px !important;
  }
  #evergreen-fund .sticky-scroller .s3 .contain {
    position: relative;
  }
  #evergreen-fund .sticky-scroller .s3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #evergreen-fund .sticky-scroller .s3 .content > div {
    width: 100%;
    max-width: 100%;
  }
  #evergreen-fund .sticky-scroller .s3 .content > div.right {
    margin-top: 3.5rem;
  }
  #evergreen-fund .sticky-scroller .s3 .content > div img {
    opacity: 1 !important;
    position: static;
    max-width: 590px;
    height: auto;
    margin: 0 auto 4rem;
    object-position: center;
  }
  #evergreen-fund .sticky-scroller .s3 .content > div img:last-child {
    margin-bottom: 0;
  }
  #evergreen-fund .sticky-scroller .s4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #evergreen-fund .sticky-scroller .s4 .content h2, #evergreen-fund .sticky-scroller .s4 .content p {
    width: 100%;
    max-width: 100%;
  }
  #evergreen-fund .sticky-scroller .s4 .container {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
  #evergreen-fund .sticky-scroller .s4 .venn_diagram.--desktop {
    display: none;
  }
  #evergreen-fund .sticky-scroller .s4 .venn_diagram.--mobile {
    display: block;
  }
}
