:root {
  --coal-black: #112621;
  --cloud-grey: #f0ede8;
  --coral: #ff9375;
  --sage-green: #bfc9bd;
  --forest-green: #1f453b;
  --cornflower-blue: #528cff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gascogne, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 74px;
}

h3 {
  color: var(--coal-black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gascogne, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.container {
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.bcorp-container {
  margin-bottom: 200px;
  position: relative;
}

.container.clients-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.footer-container {
  height: auto;
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.subtitle {
  color: var(--coal-black);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Untitled Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph {
  max-width: 816px;
  color: var(--coal-black);
  letter-spacing: -.4px;
  margin-bottom: 10px;
  font-family: Untitled Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.enviro-text {
  width: 500px;
}

.paragraph.community-parapgrah {
  max-width: 900px;
  text-align: center;
}

.paragraph.community-parapgrah.white-text {
  max-width: 900px;
  color: var(--cloud-grey);
  text-align: center;
  align-self: center;
}

.paragraph.paragraph-income-impact {
  max-width: 840px;
}

.paragraph.paragraph-pgb {
  max-width: 840px;
  margin-top: 0;
  padding-top: 5px;
}

.button {
  background-color: var(--coral);
  color: var(--coal-black);
  border-radius: 50px;
  margin-top: 30px;
  padding: 20px 50px;
  font-family: Untitled Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  transition: color .3s, background-color .3s ease-in-out;
}

.button:hover {
  background-color: var(--sage-green);
  color: var(--coal-black);
}

.button.footer-button {
  letter-spacing: -.6px;
  padding: 30px 72px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.button.footer-button:hover {
  background-color: var(--sage-green);
  color: var(--coal-black);
}

.button.button-header {
  opacity: 0;
  letter-spacing: -.15px;
  flex: none;
  margin-top: 0;
  padding: 16px 30px;
  font-size: 15px;
  line-height: 12px;
  display: block;
}

.intro-shape-2 {
  display: block;
  position: absolute;
  top: 179px;
  bottom: 0%;
  left: auto;
  right: 146px;
}

.intro-content {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: 0;
}

.body {
  background-color: var(--cloud-grey);
}

.section {
  margin-top: 140px;
  margin-left: 60px;
  margin-right: 60px;
}

.section.perspectives {
  height: 200vw;
  opacity: 1;
  -webkit-text-stroke-color: var(--sage-green);
  background-color: rgba(191, 201, 189, .3);
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

.section.sticky-section {
  min-height: 100vh;
  padding-top: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.header {
  z-index: 1000;
  background-color: rgba(240, 237, 232, .92);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 60px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.intro {
  margin-top: 170px;
}

.section.partners-section {
  background-color: var(--forest-green);
  color: var(--cloud-grey);
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 130px;
}

.section.section-wrapper {
  width: 100%;
  background-color: rgba(191, 201, 189, .3);
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100vh;
  position: static;
}

.intro-shape-1 {
  display: block;
  position: absolute;
  top: -62px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bcorp {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bcorp-img {
  width: auto;
  height: auto;
  background-color: rgba(191, 201, 189, .3);
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-left: 0;
  margin-right: 74px;
  padding: 80px 96px;
  display: flex;
}

.bcorp-content {
  width: 820px;
  display: block;
}

.tag-title {
  letter-spacing: -.34px;
  border: 1px solid rgba(31, 69, 59, .5);
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 10px 24px;
  font-family: Untitled Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.tag-title.tag-white {
  border-color: var(--sage-green);
  color: var(--cloud-grey);
}

.tag-text {
  color: var(--forest-green);
  font-weight: 400;
  display: inline;
}

.tag-text.white-text {
  color: var(--cloud-grey);
}

.heading-2 {
  color: var(--coal-black);
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}

.heading-2.title-incomeimpact {
  text-align: left;
  align-self: center;
}

.heading-2.pgb-title {
  max-width: 1000px;
}

.heading-2.header-team {
  z-index: 10;
  position: relative;
}

.testimonials-cards {
  width: 100%;
  height: 70vh;
  max-width: 50vw;
  min-height: 620px;
  color: #fcfbfa;
  background-color: #1f453b;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 24px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: Untitled Sans, sans-serif;
  font-size: 22px;
  line-height: 33px;
  display: flex;
}

.credits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 48px;
  display: flex;
}

.credits-name {
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.credits-position {
  letter-spacing: -.16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.camera {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-left: 0;
  padding-top: 50px;
  padding-left: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  width: 100vw;
  height: 100%;
  max-width: none;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  overflow: visible;
}

.header {
  margin-top: 32px;
  margin-left: 60px;
  margin-right: 60px;
}

.quotation-mark {
  width: 36px;
  position: absolute;
}

.credits-image {
  width: 100px;
}

.heading-4 {
  color: var(--coal-black);
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-family: Gascogne, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  position: static;
}

.heading-4.partner-title {
  color: var(--cloud-grey);
  text-align: center;
  padding-left: 0;
  font-weight: 600;
}

.heading-4.perspectives-header {
  text-align: left;
  padding-left: 60px;
  position: relative;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.team-content {
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 180px;
  display: flex;
}

.team-text {
  width: auto;
  max-width: 464px;
}

.team-text.paragraph {
  z-index: 10;
  width: auto;
  max-width: none;
  flex: 3%;
  position: relative;
}

.team-photos {
  width: auto;
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  display: block;
  position: relative;
}

.team-shape {
  z-index: 1;
  width: 80%;
  max-width: 520px;
  position: absolute;
  top: -23%;
  bottom: auto;
  left: 30%;
  right: 0%;
}

.team-photo1 {
  z-index: 2;
  width: 50%;
  max-width: 333px;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 15%;
  right: auto;
  overflow: visible;
  transform: rotate(-8deg);
}

.team-photo2 {
  z-index: 3;
  width: 50%;
  max-width: 333px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 36%;
  right: auto;
  transform: rotate(1.83deg);
}

.team-photo3 {
  z-index: 3;
  width: 50%;
  max-width: 333px;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: 54%;
  right: auto;
  transform: rotate(10.46deg);
}

.twocolumns-stats {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.stat {
  width: 48%;
  border-top: 1px solid var(--sage-green);
  border-bottom: 1px solid var(--sage-green);
  padding-top: 24px;
  padding-bottom: 14px;
}

.stat.stat-bottom {
  border-top-style: none;
}

.stat-title {
  color: var(--forest-green);
  margin-bottom: 0;
  font-family: Gascogne, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.stat-info {
  color: rgba(17, 38, 33, .8);
  letter-spacing: -.24px;
  margin-top: 4px;
  font-family: Untitled Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-4 {
  margin: auto;
}

.title-incomeimpact {
  max-width: 1100px;
  margin-bottom: 30px;
}

.income-stats {
  margin-top: 80px;
  display: block;
}

.income-stat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--sage-green);
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.income-stat.last-stat {
  border-bottom: 1px solid var(--sage-green);
  border-top-color: var(--sage-green);
}

.income-stat-number {
  font-family: Gascogne, sans-serif;
  font-size: 128px;
  font-weight: 600;
  line-height: 128px;
}

.income-stat-number.charities {
  min-width: 300px;
  color: var(--cornflower-blue);
  margin-bottom: 0;
}

.income-stat-number.purpose-organizations {
  min-width: 300px;
  color: var(--forest-green);
  margin-bottom: 0;
}

.income-stat-number.profit-organizations {
  min-width: 300px;
  color: #718c6c;
  margin-bottom: 0;
}

.income-stat-info {
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Untitled Sans, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  position: relative;
}

.enviro-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.enviro-graphic {
  width: 700px;
  position: relative;
}

.community-impact-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.community-images-wrapper {
  width: 100vw;
  height: 300px;
  max-width: 100vw;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: fill;
  margin: 65px -50vw 20px;
  display: block;
  position: relative;
  left: 50%;
  right: 50%;
  overflow: visible;
}

.block-quote {
  border-left-style: none;
  margin-top: 50px;
  padding: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.paragraph-small {
  color: rgba(17, 38, 33, .8);
  text-align: center;
  letter-spacing: -.24px;
  padding-top: 10px;
  font-family: Untitled Sans, sans-serif;
  font-size: 16px;
}

.paragraph-small.community-p-small {
  padding-top: 20px;
}

.footer {
  height: auto;
  min-height: 0;
  background-color: var(--forest-green);
  border-bottom: 0 #e4ebf3;
  flex-direction: column;
  padding: 50px 30px 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-top {
  height: 50vh;
  color: var(--cloud-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.footer__socials-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer__socials-container__affiliates {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  align-items: flex-end;
  display: flex;
}

.social-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.footer__bottom-nav {
  border-top: 1px solid var(--sage-green);
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.nav-footer-main-menu {
  background-color: rgba(0, 0, 0, 0);
}

.footer-main-menu__list {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__bottom__copyright {
  color: var(--cloud-grey);
  letter-spacing: -.3px;
  font-family: Untitled Sans, sans-serif;
  font-size: 15px;
}

.image-6 {
  max-width: none;
}

.footer-menu-item {
  color: var(--cloud-grey);
  letter-spacing: -.3px;
  font-family: Untitled Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-title {
  text-align: center;
  font-family: Gascogne, sans-serif;
  font-weight: 600;
}

.community-images {
  width: 100%;
  height: 20vw;
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
}

.community-images-container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bcorp-shape-1 {
  position: absolute;
  top: auto;
  bottom: -143px;
  left: auto;
  right: 200px;
}

.bcorp-shape-2 {
  position: absolute;
  top: auto;
  bottom: -315px;
  left: auto;
  right: 0%;
}

.enviro-lottie {
  max-width: 100%;
  position: relative;
  top: -110px;
}

.enviro-lottie-line-1 {
  z-index: 10;
  width: 211px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: 45%;
}

.enviro-lottie-line-2 {
  z-index: 10;
  width: 235px;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: auto;
  right: -2%;
}

.heading1-test {
  white-space: pre;
  font-weight: 600;
}

.intro-header {
  width: auto;
  max-width: 800px;
  margin-bottom: 30px;
  font-family: Gascogne, sans-serif;
  font-size: 80px;
  line-height: 84px;
}

.intro-header-word {
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.lottie-animation-2 {
  width: 110%;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: -20px;
  right: 0%;
}

.logo {
  flex: none;
  margin-bottom: 5px;
}

.header-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-size: 56px;
  line-height: 60px;
}

.heading-3.heading-clients {
  max-width: 1240px;
  font-weight: 600;
}

.clients-logo-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  margin-top: 80px;
  display: flex;
}

.client {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  letter-spacing: -.36px;
  flex-direction: column;
  align-items: center;
  font-family: Untitled Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: flex;
}

.text-links {
  color: var(--forest-green);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-links.external-link {
  position: relative;
}

.text-links.external-link:hover {
  opacity: .8;
}

.text-links.disabled {
  opacity: .7;
}

.client-logo {
  height: 60px;
  max-width: 190px;
}

.partners-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.partners-grid {
  grid-column-gap: 40px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin-top: 90px;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.counter {
  text-align: left;
}

.pgb-carolyn-container {
  max-height: none;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

.carolyn-logo-container {
  width: 50%;
  background-color: #fdfaf6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carolyn-impact-image-container {
  width: 50%;
  flex: 0 auto;
  display: block;
}

.lottie-animation-3 {
  width: auto;
  max-width: 500px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: block;
}

.link-block {
  width: auto;
  color: var(--cloud-grey);
  margin-left: auto;
  margin-right: auto;
}

.link-block:hover {
  color: var(--coral);
}

.links {
  color: var(--coal-black);
}

.links:hover {
  color: var(--coral);
}

.team-photo-container {
  width: 30%;
  height: auto;
  padding-top: 0%;
  position: absolute;
}

.team-photo-test {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-height {
  width: 100%;
  height: 200vw;
  max-width: none;
  position: static;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.track {
  height: 100%;
  min-height: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: static;
  transform: translate(0%);
}

.track-flex {
  height: auto;
  max-width: none;
  align-items: center;
  margin-right: -100vw;
  padding-top: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.footer-bottom {
  flex-direction: column;
  display: block;
}

.footer-top-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block {
  opacity: .8;
  font-weight: 300;
}

.percent {
  font-size: 72px;
  position: relative;
  top: -50px;
}

.superscript, .superscript-2 {
  position: static;
  top: auto;
}

.superscript-3 {
  position: static;
}

.image-7 {
  min-width: 100%;
}

.bcorp-footer {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    flex-direction: column;
    display: block;
  }

  .container.footer-container {
    justify-content: space-around;
  }

  .paragraph.paragraph-income-impact, .paragraph.paragraph-pgb {
    max-width: 900px;
  }

  .testimonials-cards {
    max-width: 600px;
    min-height: 670px;
  }

  .paragraph-small.community-p-small {
    margin-top: 12px;
    padding-top: 10px;
  }

  .footer {
    max-height: none;
    min-height: 100vh;
  }

  .footer-top {
    height: 50vh;
    justify-content: center;
  }

  .footer-title {
    margin-bottom: 16px;
  }

  .community-images {
    height: 20vw;
  }

  .text-links.external-link:hover {
    border-bottom: 1px none var(--forest-green);
    text-decoration: underline;
  }

  .section-height {
    height: 500vw;
    padding-left: 0;
  }

  .sticky-element {
    overflow: hidden;
  }

  .footer-bottom {
    margin-top: auto;
  }

  .footer-top-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-cards {
    width: auto;
    max-width: 800px;
    min-height: 800px;
    flex: none;
  }

  .community-images-wrapper {
    height: auto;
  }

  .block-quote {
    font-size: 28px;
    line-height: 40px;
  }

  .community-images {
    height: 20vw;
  }

  .track {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    max-width: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph.enviro-text {
    width: auto;
  }

  .paragraph.paragraph-income-impact {
    max-width: none;
  }

  .button.footer-button {
    padding: 24px 60px;
    font-size: 24px;
    line-height: 30px;
  }

  .intro-shape-2 {
    max-width: 10%;
    top: auto;
    bottom: -61px;
    left: auto;
    right: 124px;
  }

  .section {
    margin-top: 120px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section.perspectives {
    height: auto;
  }

  .section.sticky-section {
    z-index: -1;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.partners-section {
    padding-bottom: 90px;
  }

  .section.section-wrapper {
    padding-bottom: 0;
    display: block;
  }

  .intro-shape-1 {
    max-width: 15%;
    top: auto;
    bottom: -5px;
    left: auto;
    right: 0%;
  }

  .bcorp {
    flex-wrap: wrap;
  }

  .bcorp-img {
    width: 100em;
    order: 1;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-2 {
    font-size: 58px;
    line-height: 62px;
  }

  .testimonials-cards {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 200px;
    padding-top: 36px;
  }

  .camera {
    width: auto;
    height: auto;
    max-width: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .frame {
    width: auto;
    height: auto;
    max-width: none;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    position: static;
    overflow: visible;
  }

  .heading-4, .heading-4.partner-title {
    text-align: center;
  }

  .heading-4.perspectives-header {
    padding-left: 24px;
    position: static;
  }

  .team-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .team-text {
    max-width: none;
  }

  .team-text.paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .team-photos {
    min-height: 550px;
    object-fit: contain;
    flex: 0 auto;
    align-self: auto;
  }

  .team-shape {
    top: 0%;
    bottom: auto;
    left: 15%;
    right: 0%;
  }

  .team-photo1 {
    width: 42%;
    top: 18%;
    left: 5%;
  }

  .team-photo2 {
    width: 42%;
    top: 10%;
    left: 27%;
  }

  .team-photo3 {
    width: 42%;
    top: 20%;
    left: 52%;
  }

  .twocolumns-stats {
    flex-direction: column;
  }

  .stat {
    width: 100%;
    margin-top: -1px;
  }

  .stat-info {
    font-weight: 400;
  }

  .image-4 {
    max-height: 200px;
  }

  .income-stat-number.charities, .income-stat-number.purpose-organizations, .income-stat-number.profit-organizations {
    min-width: 240px;
  }

  .income-stat-info {
    font-size: 32px;
    font-weight: 400;
  }

  .enviro-content {
    grid-row-gap: 65px;
    flex-direction: column;
  }

  .community-images-wrapper {
    height: auto;
    margin-top: 30px;
  }

  .block-quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-small.community-p-small {
    padding-bottom: 20px;
  }

  .footer {
    z-index: 5;
  }

  .footer__bottom-nav {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .footer__bottom__copyright, .footer-menu-item {
    letter-spacing: 0;
    font-size: 13px;
  }

  .footer-title {
    font-size: 58px;
    line-height: 62px;
  }

  .community-images {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 0%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-content: flex-start;
    justify-content: space-between;
  }

  .enviro-lottie {
    top: -70px;
  }

  .enviro-lottie-line-2 {
    bottom: 18%;
    right: 2%;
  }

  .intro-header-word {
    font-size: 68px;
    line-height: 74px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .heading-3.heading-clients {
    font-size: 46px;
    line-height: 50px;
  }

  .clients-logo-wrapper {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column;
    margin-top: 48px;
  }

  .client {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .client-logo {
    margin-bottom: 10px;
  }

  .partners-grid {
    grid-column-gap: 50px;
    grid-row-gap: 80px;
  }

  .lottie-animation-3 {
    max-width: 250px;
  }

  .section-height {
    height: auto;
  }

  .sticky-element {
    height: auto;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .track {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    position: static;
    transform: none;
  }

  .track-flex {
    height: auto;
    max-width: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    padding-top: 0;
    padding-left: 24px;
  }

  .image-8 {
    width: 50%;
    height: auto;
    max-width: none;
    flex: 1 0 auto;
  }

  .image-9 {
    max-width: 45%;
    flex: 0 auto;
    display: block;
  }

  .image-10 {
    width: 40%;
    max-width: none;
    flex: 0 auto;
  }

  .image-11 {
    max-width: 50%;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .section {
    margin-top: 100px;
  }

  .section.sticky-section {
    z-index: -1;
  }

  .section.intro {
    margin-top: 120px;
  }

  .bcorp-img {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 54px;
  }

  .heading-2.title-incomeimpact {
    font-size: 50px;
    line-height: 52px;
  }

  .heading-4.partner-title {
    text-align: center;
  }

  .team-text.paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .team-photos {
    min-height: 400px;
  }

  .image-4 {
    width: 50%;
    max-height: 200px;
    max-width: 70%;
  }

  .income-stat {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
  }

  .income-stat-number.charities, .income-stat-number.purpose-organizations, .income-stat-number.profit-organizations {
    font-size: 70px;
    line-height: 70px;
  }

  .enviro-graphic {
    width: auto;
  }

  .paragraph-small.community-p-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-title {
    text-align: center;
    font-size: 60px;
    line-height: 64px;
  }

  .enviro-lottie {
    max-width: 100%;
  }

  .heading1-test {
    font-size: 48px;
    line-height: 48px;
  }

  .intro-header {
    font-size: 60px;
    line-height: 64px;
  }

  .intro-header-word {
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
  }

  .clients-logo-wrapper {
    flex-wrap: wrap;
  }

  .client {
    margin-left: 40px;
    margin-right: 40px;
  }

  .partners-header {
    align-items: center;
  }

  .partners-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .lottie-animation-3 {
    max-width: 170px;
  }

  .percent {
    font-size: 48px;
    top: -23px;
  }
}

@media screen and (max-width: 479px) {
  .container.bcorp-container {
    margin-bottom: 100px;
  }

  .container.clients-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .subtitle {
    margin-bottom: 12px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph.enviro-text {
    margin-bottom: 20px;
  }

  .button {
    padding: 16px 36px;
  }

  .button.footer-button {
    text-align: center;
    padding: 16px 40px;
    font-size: 20px;
  }

  .button.button-header {
    opacity: 0;
    padding: 13px 18px 12px;
    font-size: 14px;
    line-height: 11px;
  }

  .intro-shape-2 {
    display: none;
  }

  .section {
    margin-top: 72px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.team {
    margin-top: 72px;
  }

  .section.sticky-section {
    z-index: -1;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.header {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.intro {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .section.partners-section {
    margin-top: 60px;
    padding: 72px 16px 80px;
  }

  .section.section-wrapper {
    padding-top: 60px;
    padding-bottom: 36px;
  }

  .intro-shape-1 {
    display: none;
  }

  .bcorp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bcorp-img {
    max-width: 100%;
    flex: 1 0 auto;
    margin-top: 30px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tag-title {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px 6px;
    font-size: 15px;
    line-height: 19px;
  }

  .heading-2, .heading-2.title-incomeimpact {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2.pgb-title {
    margin-bottom: 18px;
  }

  .heading-2.header-team {
    margin-bottom: -20px;
    line-height: 42px;
  }

  .testimonials-cards {
    min-height: 420px;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .credits {
    padding-bottom: 24px;
  }

  .credits-name {
    font-size: 16px;
  }

  .credits-position {
    font-size: 14px;
    line-height: 20px;
  }

  .quotation-mark {
    width: 27px;
  }

  .credits-image {
    width: 72px;
  }

  .heading-4 {
    padding-left: 10px;
    font-size: 27px;
    line-height: 32px;
  }

  .heading-4.partner-title {
    font-size: 27px;
    line-height: 32px;
  }

  .heading-4.perspectives-header {
    padding-left: 24px;
  }

  .team-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-text.paragraph {
    font-size: 17px;
    line-height: 25px;
  }

  .team-photos {
    min-height: 200px;
  }

  .team-shape {
    width: 60%;
    left: 39%;
  }

  .twocolumns-stats {
    flex-flow: column wrap;
  }

  .stat {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 4px;
  }

  .stat-title {
    font-size: 18px;
    line-height: 24px;
  }

  .stat-info {
    font-size: 15px;
    line-height: 20px;
  }

  .image-4 {
    width: auto;
    max-height: 200px;
    max-width: 70%;
    flex: 0 auto;
  }

  .income-stats {
    margin-top: 40px;
  }

  .income-stat {
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .income-stat-number.charities, .income-stat-number.purpose-organizations, .income-stat-number.profit-organizations {
    font-size: 70px;
    line-height: 70px;
  }

  .income-stat-info {
    letter-spacing: -.3px;
    font-size: 20px;
    line-height: 26px;
  }

  .enviro-content {
    grid-row-gap: 80px;
  }

  .community-impact-text {
    align-items: flex-start;
  }

  .block-quote {
    margin-top: 36px;
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-small {
    padding-top: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph-small.community-p-small {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-top {
    flex: 1;
    margin-top: 0;
    margin-bottom: 72px;
  }

  .footer__socials-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer__socials-container__affiliates {
    width: 80%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    order: -1;
  }

  .footer__bottom-nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .footer-main-menu__list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 42px;
  }

  .community-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bcorp-shape-1, .bcorp-shape-2 {
    display: none;
  }

  .enviro-lottie-line-1 {
    width: 150px;
    top: -30%;
    right: 50%;
  }

  .enviro-lottie-line-2 {
    width: 150px;
  }

  .intro-header {
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 52px;
  }

  .logo {
    width: 90px;
  }

  .heading-3.heading-clients {
    font-size: 32px;
    line-height: 36px;
  }

  .clients-logo-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .client {
    margin-left: 0;
    margin-right: 0;
  }

  .partners-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .pgb-carolyn-container {
    flex-direction: column;
    margin-top: 48px;
  }

  .carolyn-logo-container {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .carolyn-impact-image-container {
    width: 100%;
  }

  .track-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .image-7 {
    background-color: #fcc055;
    border-radius: 0 0 20px 20px;
  }

  .bcorp-footer {
    justify-content: flex-end;
    display: flex;
  }
}

#w-node-_3aeaa6d9-36b6-224a-6025-c07d92f56287-904cfce6, #w-node-_90663f2d-b4ab-6849-41b8-8b69b9b3f4dd-904cfce6, #w-node-_54df128e-05a1-3078-24e8-523c43933758-904cfce6, #w-node-_23e31bd2-6cd0-5690-a835-b22d0241f09f-904cfce6, #w-node-fa833b15-2459-39dc-c6cd-bed46fb73d9f-904cfce6, #w-node-_044b39ec-9bed-55bc-ee9d-6f1cd9bec256-904cfce6, #w-node-e7103256-0ad3-8152-99fb-acdbf7e2c67c-904cfce6, #w-node-_1de0a608-321d-9504-6433-04d9520fe937-904cfce6, #w-node-_18a93a52-0f03-e93d-cc90-aabfcc197ee1-904cfce6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gascogne';
  src: url('../fonts/TypeShop-Collection---GascogneTS-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}