@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Corda;
  src: url('../fonts/Corda-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --apple: #84c22d;
  --dark-green: #006f46;
}

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

body {
  color: #000;
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Corda, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-underline-offset: 4px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
}

.body200 {
  color: #fff;
  margin-bottom: 0;
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.body200.body200--medium {
  font-weight: 500;
}

.body200.body200--black {
  color: #000;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-8 {
  margin-top: 8px;
}

.fs-radio_label {
  z-index: 2;
  color: #564260;
  margin-bottom: 0;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.spaces__h {
  width: 100%;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2em;
}

.mb-12 {
  margin-bottom: 12px;
}

.h400 {
  color: #2c1138;
  font-family: Corda, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.h100 {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Corda, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.h100.h100--black {
  color: #000;
}

.body500 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.body500.body500--link:hover {
  text-decoration: none;
}

.body500.body500--black {
  color: #000;
}

.body500.body500--medium {
  font-weight: 500;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-16 {
  margin-bottom: 16px;
}

.spaces {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mt-28 {
  margin-top: 28px;
}

.body400 {
  pointer-events: auto;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.body400.body400--black {
  color: #000;
}

.body300 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.body300.body300--black {
  color: #000;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.body300.body300--black.body300--bold {
  font-weight: 700;
}

.body300.body300--black.body300--link {
  text-underline-offset: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.body300.body300--black.body300--link:hover {
  text-decoration: none;
}

.body300.body300--black.body300--medium {
  font-weight: 500;
}

.body300.body300--black.body300--medium.body300--inline {
  display: inline-block;
}

.body300.body300--black.body300--1-1em {
  line-height: 1.1em;
}

.body300.body300--grey {
  color: #000000b3;
}

.body300.body300--breadcrumb {
  color: #000;
  line-height: 1.3em;
  text-decoration: underline;
}

.body300.body300--breadcrumb:hover {
  text-decoration: none;
}

.mt-48 {
  margin-top: 48px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.link-btn {
  color: #412a4c;
  font-size: 16px;
  font-weight: 500;
  transition: color .25s;
}

.link-btn:hover {
  color: #6b5a74;
}

.body100 {
  color: #fff;
  margin-bottom: 0;
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.body100.body100--black {
  color: #000;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.space-scale-div {
  text-align: center;
  border: 1px solid #ab96e9;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  display: flex;
}

.mt-12 {
  margin-top: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.h50 {
  color: #2c1138;
  font-family: Corda, Verdana, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4em;
}

.mt-56 {
  margin-top: 56px;
}

.space-scale-div__name {
  color: #851414;
  background-color: #f0dcdc;
  border-radius: 3px;
  margin-bottom: 4px;
  padding: 6px;
  font-size: 14px;
}

.mt-36 {
  margin-top: 36px;
}

.h300 {
  color: var(--black);
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.h200 {
  color: var(--white);
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.h200.h200--black {
  color: var(--black);
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.spaces-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mt-16 {
  margin-top: 16px;
}

.dd {
  margin-left: 16px;
  margin-right: 16px;
  position: static;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-8 {
  margin-bottom: 8px;
}

.footer {
  flex: 1;
  overflow: hidden;
}

.footer__top {
  background-color: #004e36;
  padding-bottom: 32px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer__logo {
  width: 90px;
  height: 90px;
  transform: translate(0, -8px);
}

.footer__links-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / 1fr 1fr 1fr 1.4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer__links-item.footer__links-item--last {
  width: 100%;
  max-width: 320px;
  padding-left: 0;
}

.footer__links-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.footer__socials-links {
  justify-content: space-between;
  max-width: 250px;
  display: flex;
}

.footer__social-ic {
  width: 34px;
  height: 34px;
}

.footer__socials-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-btn {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .2s;
}

.footer-btn:hover {
  background-color: #00000026;
  text-decoration: none;
}

.footer-rights {
  background-color: #006f46;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-rights__wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-line {
  background-color: #fff;
  width: 52px;
  height: 1px;
}

.footer-rights__links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-rights__logo {
  height: 22px;
}

.footer-rights__logo-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-rights__links-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__link-ic {
  margin-left: 12px;
}

.footer__link-ic.footer__link-ic--arrow {
  margin-left: 8px;
}

.footer-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link.footer-link--mobile-show {
  display: none;
}

.footer-link.footer-link--underline:hover {
  text-underline-offset: 6px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.footer__social {
  transition: opacity .2s;
}

.footer__social:hover {
  opacity: .9;
}

.footer__mobile-links {
  display: none;
}

.h500 {
  color: #fff;
  font-size: 96px;
  line-height: 1.1em;
}

.h500.h500--black {
  color: #000;
}

.h500.h500--italic {
  letter-spacing: -3px;
  font-family: Corda, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.hero {
  background-image: none;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.container--1220 {
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero__text {
  pointer-events: auto;
  flex-flow: column;
  max-width: 490px;
  display: flex;
}

.h500-circular {
  letter-spacing: -3px;
  font-family: Circularstd, Verdana, sans-serif;
  font-style: normal;
}

.cta-link {
  pointer-events: auto;
  color: var(--white);
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  padding: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.mw-532 {
  max-width: 532px;
}

.hero-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--apple);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  padding-top: 40px;
  padding-bottom: 48px;
  display: flex;
}

.hero__bottom-num {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.hero-bottom__text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-bottom__arrow {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section.section--full {
  padding-top: 0;
  padding-bottom: 0;
}

.about {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about__block {
  flex-flow: column;
  flex: 3;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body700 {
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.body700.body700--white {
  color: #fff;
}

.mw-740 {
  max-width: 740px;
}

.mw-740.mw-740--center {
  margin-left: auto;
  margin-right: auto;
}

.about__photo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about__photo-item {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about__photo-wrap {
  cursor: pointer;
  border: 1px solid #d3d3d3;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 151.5%;
  display: flex;
  position: relative;
}

.about__photo-subtext {
  padding: 16px;
}

.body600 {
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.body600.body600--link {
  color: #000;
  text-decoration: none;
}

.hero__bottom-label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.body-link {
  color: #000;
  text-underline-offset: 4px;
  background-color: #fff0;
  margin-left: -8px;
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.body-link:hover {
  text-decoration: none;
}

.years-wrap {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.years__col {
  margin-bottom: 120px;
}

.years__col.years__col--right {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.years__num {
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.years__num--corda {
  color: #fff;
  font-family: Corda, Verdana, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.initiatives {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  display: flex;
}

.initiative__col {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.initiative__photos-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.initiative__photo-item {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.initiative__photo-text {
  padding: 16px;
}

.initiative__photo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.mission-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  max-width: 480px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.initiative__photos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: static;
  top: 0;
}

.initiative__sticky-wrap {
  position: static;
  top: 40px;
}

.initiative__sticky-text {
  display: none;
}

.hero-wrap {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-video__wrap {
  z-index: -1;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: -88px 0% auto;
}

.hero-video__block {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background-image: none;
  background-size: auto;
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-video__video-modal {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.video-modal {
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-modal-content {
  aspect-ratio: 16 / 9;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.video-modal-js {
  display: none;
}

.video-modal-close {
  cursor: pointer;
  position: absolute;
  inset: -40px -40px auto auto;
}

.hero-logo {
  z-index: 0;
  position: absolute;
  inset: -28px 4% auto auto;
}

.in-hero {
  padding-top: 320px;
  padding-bottom: 220px;
  position: relative;
}

.in-hero.in-hero--big {
  padding-top: 290px;
  padding-bottom: 190px;
}

.container--1040 {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}

.h350-circ {
  color: #2c1138;
  font-family: Circularstd, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.blog-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.blog-img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.cta-link__play {
  height: 20px;
  margin-right: 6px;
}

.mt-120 {
  margin-top: 120px;
}

.hero-wrap__content {
  pointer-events: none;
}

.body300-corda {
  color: #fff;
  font-family: Corda, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.body300-corda.body300-corda--it {
  font-style: italic;
  font-weight: 300;
}

.about__photo-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.about__photo-text-shadow {
  background-image: linear-gradient(#fff0, #00000080);
  height: 44%;
  position: absolute;
  inset: auto 0% 0%;
}

.about__pic-text {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mt-4 {
  margin-top: 4px;
}

.founding {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.founding__col {
  flex-flow: column;
  flex: 1.3;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.founding__sticky-wrap {
  position: sticky;
  top: 40px;
}

.founding__sticky-wrap.founding__sticky-wrap--no-sticky {
  position: static;
}

.founding__sticky-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.founding__logos-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  flex: 3;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.founding__logos {
  grid-column-gap: 64px;
  grid-row-gap: 120px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.hero__bg-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero__bg-shadow {
  z-index: -1;
  background-image: linear-gradient(#fff0, #000000d9);
  height: 42%;
  position: absolute;
  inset: auto 0% 0%;
}

.founding__notes {
  cursor: default;
  background-color: #f9fcf5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 755px;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.founding__notes-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.years {
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
}

.years__bg-vid {
  background-image: linear-gradient(#0006, #0006);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mission {
  padding-top: 164px;
  padding-bottom: 164px;
  position: relative;
}

.mission__bg-vid {
  background-image: linear-gradient(#0006, #0006);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.years__link:hover, .years__link.years__link--non {
  text-decoration: none;
}

.years__link.years__link--non:hover {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.years__link.years__link--new {
  transition: opacity .2s;
}

.years__link.years__link--new:hover {
  opacity: .7;
  color: #fff;
  text-decoration: underline;
}

.founding__logo {
  object-fit: contain;
  flex: 0 auto;
}

.mw-720 {
  max-width: 720px;
}

.mw-600 {
  max-width: 600px;
}

.green-bold {
  color: var(--dark-green);
  font-weight: 700;
}

.breadcrumbs {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.in-hero__bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.in-hero__bg-overlay {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(45deg, #000000b3, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quote__text {
  color: #000000b3;
  font-family: Corda, Verdana, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4em;
}

.quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.quote__author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote__author-img {
  background-color: #84c22d33;
  border-radius: 100px;
  flex: none;
  width: 92px;
  height: 92px;
  position: relative;
  overflow: hidden;
}

.cover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quote__author-role {
  color: #000000b3;
  font-size: 14px;
}

.quote__author-name {
  color: var(--dark-green);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.inline-link {
  color: #000;
  text-decoration: underline;
  transition: color .2s;
}

.inline-link:hover {
  color: #545454;
}

.windfall {
  margin-top: 40px;
  position: relative;
}

.windfall__note {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.windfall__note-text {
  color: #000000b3;
  text-align: center;
  font-family: Corda, Verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4em;
}

.full-size-img {
  width: 100%;
}

.stat {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stat__value {
  color: var(--dark-green);
  font-family: Corda, Verdana, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.single-stat-wrap {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.founding__popup {
  z-index: 10;
  cursor: pointer;
  display: none;
  position: fixed;
  inset: 0%;
}

.founding-notes__close-ic {
  cursor: pointer;
  position: absolute;
  inset: 16px 16px auto auto;
}

.founding__notes-heading {
  text-align: center;
}

.founding__notes-body {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.hero-old {
  overflow: hidden;
}

.about__photo-vid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  display: none;
}

.years__col-thumb {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-bottom: 12px;
  margin-left: 8px;
  display: flex;
  position: relative;
}

.years__thumb-img {
  max-width: 200px;
}

.image {
  margin-right: 40px;
}

.years__links {
  margin-bottom: 120px;
}

.years__links.years__col--right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.years__shadow {
  background-image: linear-gradient(90deg, #fff0, #0000004d);
  width: 30%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.years__thumb-link {
  z-index: -1;
  color: #fff;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  transform: scale(1.08);
}

.o-videomodal {
  z-index: 200;
  background-color: #000000d9;
  position: fixed;
  inset: 0%;
}

.o-videomodal.u-backgroundblur {
  justify-content: center;
  align-items: center;
  display: none;
}

.a-modalplayer {
  width: 60vw;
  height: 33.37vw;
  margin-left: auto;
  margin-right: auto;
}

.m-modalclose {
  margin-top: 16px;
  margin-right: 16px;
  padding: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-modalclosebutton {
  width: 32px;
}

.hero-video__el {
  flex: 1;
}

.hero__cta-link {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-video__video-sec {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero__text-bottom {
  flex-flow: column;
  max-width: 490px;
  display: flex;
}

.hero-player__wrap {
  pointer-events: none;
  height: 100%;
  position: relative;
}

.modal-player__wrap, .code-embed-2, .code-embed-3 {
  height: 100%;
}

.about__photo-modal-2 {
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: none;
  position: fixed;
  inset: 0%;
}

.about__modal-content {
  aspect-ratio: 16 / 9;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.video-modal-1, .video-modal-2 {
  height: 100%;
}

.about__photo-modal-1 {
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: none;
  position: fixed;
  inset: 0%;
}

.founding__notes-email {
  color: #000;
  text-decoration: none;
}

.founding__notes-email:hover {
  color: #000;
  text-decoration: underline;
}

.founding__overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.links-lines {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a0a0a0;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.links-lines-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a0a0a0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-wrap:hover {
  color: #fff;
  text-decoration-color: #fff0;
}

.link-wrap.link-wrap--8px-padding {
  pointer-events: auto;
  white-space: nowrap;
  padding: 8px;
  transform: translate(-8px);
}

.link-wrap.link-wrap--8px-padding:hover {
  text-decoration-color: #fff0;
}

.link-wrap.link-wrap--inline-right {
  margin-right: 6px;
  display: inline-flex;
}

.link-wrap.link-wrap--inline-both {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.link-wrap.link-wrap--inline-left {
  margin-left: 6px;
  display: inline-flex;
}

.link-wrap__icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-wrap__line-wrap {
  flex-flow: column;
  display: flex;
}

.link-wrap__no-line {
  background-color: #fff;
  width: 0%;
  height: 2px;
}

.link-wrap__no-line.link-wrap__no-line--4px {
  height: 4px;
}

.link-wrap__line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.link-wrap__line.link-wrap__line--black {
  background-color: #000;
}

.link-wrap__line.link-wrap__line--4px {
  height: 4px;
}

.link-wrap__line.link-wrap__line--3px {
  height: 3px;
}

.about__photo-cta {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.founding__sticky-text-link {
  display: inline-block;
}

.text-block {
  display: inline;
}

.initiative__photo-text-cta {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mission__cta {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mw-260, .mw-260-copy {
  max-width: 300px;
  display: inline-block;
}

.founding__notes-email-text {
  display: inline-block;
}

.mission-wrap-cta {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-logo__img {
  width: 176px;
  height: 176px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  a:hover {
    text-decoration: underline;
  }

  .video-modal-content {
    max-width: 1220px;
  }

  .hero-logo {
    width: 176px;
    height: 176px;
  }

  .years__col-thumb {
    transition: transform .2s;
  }

  .years__col-thumb:hover {
    transform: scale(1.1);
  }

  .about__modal-content {
    max-width: 1220px;
  }
}

@media screen and (max-width: 991px) {
  .h100.h100--hide-tablet {
    display: none;
  }

  .body300 {
    font-size: 18px;
  }

  .mb-20.mb-20--hide-tablet {
    display: none;
  }

  .dd {
    border-bottom: 1px dashed #aba0af;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__top {
    padding-left: 64px;
    padding-right: 64px;
  }

  .footer__links-wrap {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer__links-item {
    width: 46%;
  }

  .footer__links-item.footer__links-item--last {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__links-item.footer__links-item--hide-tablet {
    display: none;
  }

  .footer__socials-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__socials-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .footer__socials {
    width: 100%;
  }

  .footer-rights {
    padding-left: 64px;
    padding-right: 64px;
  }

  .footer-rights__links {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-rights__links-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer__mobile-links {
    display: block;
  }

  .footer__mobile-download {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    height: 40px;
    display: flex;
  }

  .h500.h500--italic {
    letter-spacing: -4px;
    font-size: 72px;
  }

  .hero {
    background-image: url('../images/Hero-min-min-1-1.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .hero__bottom-num {
    font-size: 48px;
  }

  .hero-bottom__text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about__block.about__col--hidden-mob {
    display: none;
  }

  .body700 {
    font-size: 36px;
  }

  .body600 {
    font-size: 28px;
  }

  .hero__bottom-label {
    font-size: 18px;
  }

  .years-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .years__col.years__col--right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .initiatives {
    grid-column-gap: 48px;
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .initiative__col {
    flex: 1.8;
  }

  .initiative__photo {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .initiative__photos {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-video__wrap {
    top: -5%;
  }

  .hero-video__block {
    max-width: 60%;
  }

  .in-hero {
    padding-top: 440px;
    padding-bottom: 88px;
  }

  .blog-img {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-wrap__content {
    flex-flow: column;
    display: flex;
  }

  .body300-corda {
    font-size: 18px;
  }

  .founding {
    grid-column-gap: 48px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .founding__col {
    flex: 1.8;
  }

  .founding__logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: start center;
    display: flex;
  }

  .founding__notes {
    width: 70%;
    min-width: auto;
  }

  .initiative__photo-image {
    width: 100%;
  }

  .windfall__note-arrow {
    width: 64px;
  }

  .windfall__note {
    justify-content: flex-start;
    align-items: center;
    max-width: 140px;
  }

  .years__links.years__col--right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .o-videomodal.u-backgroundblur {
    display: none;
  }

  .a-modalplayer {
    width: 90vw;
    height: 50.625vw;
  }
}

@media screen and (max-width: 767px) {
  .m-mb-24 {
    margin-bottom: 24px;
  }

  .m-mt-32 {
    margin-top: 32px;
  }

  .spaces__h {
    font-size: 24px;
  }

  .h400 {
    font-size: 32px;
  }

  .m-mb-48 {
    margin-bottom: 48px;
  }

  .m-mb-64 {
    margin-bottom: 64px;
  }

  .h100 {
    font-size: 24px;
  }

  .m-mt-8 {
    margin-top: 8px;
  }

  .body500 {
    font-size: 20px;
  }

  .m-mt-20 {
    margin-top: 20px;
  }

  .m-mb-32 {
    margin-bottom: 32px;
  }

  .m-mb-56 {
    margin-bottom: 56px;
  }

  .m-mt-56 {
    margin-top: 56px;
  }

  .body400 {
    font-size: 18px;
  }

  .body300 {
    font-size: 16px;
  }

  .m-mb-40 {
    margin-bottom: 40px;
  }

  .m-mt-64 {
    margin-top: 64px;
  }

  .m-mt-12 {
    margin-top: 12px;
  }

  .m-mb-12 {
    margin-bottom: 12px;
  }

  .m-mt-48 {
    margin-top: 48px;
  }

  .m-mt-16 {
    margin-top: 16px;
  }

  .m-mb-20 {
    margin-bottom: 20px;
  }

  .m-mb-28 {
    margin-bottom: 28px;
  }

  .h300 {
    font-size: 26px;
  }

  .mb-24.mb-24--landscape-hide {
    display: none;
  }

  .m-mt-40 {
    margin-top: 40px;
  }

  .h200 {
    font-size: 24px;
  }

  .m-mt-36 {
    margin-top: 36px;
  }

  .m-mt-28 {
    margin-top: 28px;
  }

  .m-mt-24 {
    margin-top: 24px;
  }

  .m-mb-16 {
    margin-bottom: 16px;
  }

  .m-mb-8 {
    margin-bottom: 8px;
  }

  .mmb-36 {
    margin-bottom: 36px;
  }

  .footer__top {
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer__links-wrap {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer__links-item {
    width: auto;
  }

  .footer__links-item.footer__links-item--hide-landscape {
    display: none;
  }

  .footer-rights {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-rights__links {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link.footer-link--mobile-show {
    display: block;
  }

  .h500.h500--italic {
    letter-spacing: -3px;
    font-size: 64px;
  }

  .hero {
    background-image: linear-gradient(#0000004d, #fff0), url('../images/Hero-min-min-1-1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-top: 100px;
  }

  .hero__bottom-num {
    font-size: 38px;
  }

  .hero-bottom__text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .about__photo {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .about__photo-wrap {
    padding-bottom: 140%;
  }

  .about__photo-subtext {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__bottom-label {
    font-size: 14px;
  }

  .years__col {
    margin-bottom: 0;
  }

  .years__num, .years__num--corda {
    font-size: 36px;
  }

  .initiatives {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .initiative__photos-wrap {
    flex-flow: column;
  }

  .initiative__photo-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-video__wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    position: static;
    top: -5%;
  }

  .hero-video__block {
    max-width: 440px;
  }

  .video-modal-close {
    inset: -40px -40px auto auto;
  }

  .hero-logo {
    top: -20px;
  }

  .in-hero {
    padding-top: 320px;
    padding-bottom: 40px;
  }

  .h350-circ {
    font-size: 32px;
  }

  .blog-img {
    grid-template-columns: 1fr;
  }

  .body300-corda {
    font-size: 14px;
  }

  .founding {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .founding__logos-wrap {
    flex-flow: column;
    padding-top: 0;
  }

  .founding__logos {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .hero__bg-shadow {
    inset: 0% 0% auto;
  }

  .founding__notes {
    border-radius: 8px;
    width: 80%;
    padding: 32px;
  }

  .years {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .founding__logo {
    max-width: 26%;
  }

  .quote__text {
    font-size: 18px;
  }

  .windfall__note-arrow {
    display: none;
  }

  .windfall__note {
    max-width: 600px;
    margin-top: 24px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .windfall__note-text {
    text-align: left;
    font-size: 16px;
  }

  .stat__value {
    font-size: 56px;
  }

  .years__col-thumb {
    justify-content: flex-start;
    align-items: flex-start;
    top: -48px;
  }

  .years__thumb-img {
    max-width: 140px;
  }

  .image {
    object-fit: scale-down;
    height: 60px;
    margin-top: -8px;
    margin-left: 8px;
    margin-right: 0;
  }

  .years__links {
    margin-bottom: 80px;
  }

  .years__links.years__col--right {
    align-self: center;
    margin-top: 40px;
  }

  .years__thumb-link:hover {
    transform: none;
  }

  .hero-logo__img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .body400 {
    font-size: 16px;
  }

  .h50 {
    font-size: 20px;
  }

  .h300, .h200 {
    font-size: 24px;
  }

  .footer__top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer__links-wrap {
    grid-template-columns: 1fr;
  }

  .footer__socials-wrap {
    text-align: center;
  }

  .footer-rights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__mobile-download {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer__mobile-download-ic {
    height: 100%;
  }

  .nowrap {
    white-space: nowrap;
  }

  .h500.h500--italic {
    font-size: 56px;
  }

  .hero {
    padding-top: 120px;
  }

  .mw-532 {
    max-width: none;
  }

  .hero-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 48px;
    display: flex;
  }

  .hero__bottom-num {
    font-size: 32px;
  }

  .hero-bottom__arrow {
    order: 1;
    align-self: center;
    margin-top: 24px;
    display: none;
  }

  .body700 {
    font-size: 32px;
  }

  .about__photo-wrap {
    width: 100%;
    padding-bottom: 120%;
  }

  .hero__bottom-label {
    font-size: 14px;
  }

  .years-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .years__col {
    margin-bottom: 0;
  }

  .years__col.years__col--right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .initiatives {
    flex-flow: column;
  }

  .mission-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-video__wrap {
    margin-top: 16px;
    margin-bottom: 16px;
    top: 0;
  }

  .video-modal-content {
    width: 100%;
  }

  .video-modal-close {
    right: 0;
  }

  .in-hero__block {
    margin-bottom: 0;
  }

  .body300-corda {
    font-size: 14px;
  }

  .about__pic-text {
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px;
  }

  .about__pic-btn {
    width: 64px;
  }

  .founding {
    flex-flow: column;
  }

  .founding__logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .founding__notes {
    width: 90%;
    padding: 24px;
  }

  .years {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mission {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .initiative__photo-image {
    width: 100%;
  }

  .stat {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats {
    flex-flow: column;
  }

  .founding__notes-heading {
    text-align: left;
  }

  .years__col-thumb {
    width: 160px;
    position: static;
    top: 19px;
    right: -105px;
  }

  .years__thumb-img {
    max-width: 100%;
  }

  .image {
    margin-left: 0;
    margin-right: 16px;
    transform: rotate(180deg);
  }

  .years__links {
    margin-bottom: 0;
  }

  .years__links.years__col--right {
    align-self: center;
    margin-top: 0;
    display: flex;
  }

  .about__modal-content {
    width: 100%;
  }
}

#w-node-_7753c627-84e3-bf73-4a54-8c43ed2e6a6d-28cba0fa {
  justify-self: center;
}

#w-node-_7753c627-84e3-bf73-4a54-8c43ed2e6a6f-28cba0fa, #w-node-d8e0171e-2087-dadb-2b9f-6d41943d235d-943d2307 {
  justify-self: end;
}

#w-node-_9348767f-57b5-8763-a145-84f35bb1abe4-cc9adeff {
  justify-self: center;
}

#w-node-_9348767f-57b5-8763-a145-84f35bb1abe6-cc9adeff {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d8e0171e-2087-dadb-2b9f-6d41943d235d-943d2307 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}