@font-face {
  font-family: Mrs Eaves XL Serif Ot;
  src: url('../fonts/MrsEavesXLSerifOT-Reg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mrs-Eaves-XLSerif-OT;
  src: url('../fonts/fonnts.com-Mrs-Eaves-XLSerif-OT-.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: fonnts\.com-Mrs-Eaves-XLSerif-OT;
  src: url('../fonts/fonnts.com-Mrs-Eaves-XLSerif-OT-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --_global---olive: #0d261d;
  --_global---soft-green: #effffb;
  --_global---white: white;
  --_global---light-green: #00dfaf;
  --_global---black: black;
}

.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: #333;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header {
  z-index: 10;
  background-color: var(--_global---olive);
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  object-fit: fill;
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.donate-wrapper {
  max-width: 1016px;
}

.header-inner {
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  display: flex;
  position: relative;
}

.header-navigation {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-link {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 31px;
  display: flex;
  position: relative;
}

.logo-link.w--current {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.normal-logo {
  width: 160px;
}

.header-navbar {
  grid-column-gap: 29px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.header-nav-link {
  color: var(--_global---white);
  padding: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53);
}

.header-nav-link:hover, .header-nav-link.w--current, .header-nav-link.last.w--current {
  color: var(--_global---light-green);
}

.button {
  border: 1px solid var(--_global---light-green);
  background-color: var(--_global---light-green);
  color: var(--_global---olive);
  border-radius: 50px;
  padding: 6px 28px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  background-color: var(--_global---white);
}

.button.banner-button {
  border-color: var(--_global---olive);
  background-color: var(--_global---olive);
  color: var(--_global---white);
  letter-spacing: -.48px;
  padding-left: 57px;
  padding-right: 57px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 24px;
  line-height: 36px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button.banner-button:hover {
  background-color: var(--_global---white);
  color: var(--_global---olive);
}

.button.banner-button.cta {
  letter-spacing: -.9px;
  padding: 10px 46px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.button.banner-button.cta.donate-button, .button.banner-button.donate-button {
  font-family: mrs-eaves-xl-serif, sans-serif;
}

.button.footer-btn1 {
  border-color: var(--_global---olive);
  background-color: var(--_global---olive);
  color: var(--_global---white);
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button.footer-btn1:hover {
  background-color: var(--_global---white);
  color: var(--_global---olive);
}

.button.footer-btn2 {
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button.footer-btn2:hover {
  background-color: var(--_global---soft-green);
  color: var(--_global---olive);
}

.button.olive {
  border-color: var(--_global---olive);
  background-color: var(--_global---olive);
  color: var(--_global---white);
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button.olive:hover {
  background-color: var(--_global---soft-green);
  color: var(--_global---olive);
}

.button.olive.popup-btn.project-read-more {
  position: static;
}

.banner-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-inner {
  max-width: 740px;
}

.banner-bottom-content {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.banner-button-right-text {
  color: var(--_global---olive);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.bg-image {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.banner-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.banner-image-bg {
  object-fit: cover;
  width: 100%;
  height: 130%;
}

.heading {
  color: var(--_global---olive);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 72px;
}

.heading.donate-form-title {
  margin-bottom: 58px;
  font-style: normal;
}

.video-section {
  background-color: var(--_global---light-green);
  padding-top: 120px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.video-inner {
  justify-content: space-between;
  display: flex;
}

.videon-content {
  letter-spacing: -3px;
  width: 539px;
  padding-right: 15px;
  font-family: fonnts\.com-Mrs-Eaves-XLSerif-OT, sans-serif;
  font-weight: 800;
}

.video-main {
  z-index: 2;
  width: 690px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: fonnts\.com-Mrs-Eaves-XLSerif-OT, sans-serif;
}

.video-title {
  letter-spacing: -1.35px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.video-content-text {
  letter-spacing: -.69px;
  max-width: 515px;
  padding-right: 20px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.bg-video {
  width: 100%;
  height: 380px;
}

.bg-video.temp-hide {
  display: none;
}

.video-bottom-svg {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
}

.video-bottom-img {
  letter-spacing: -.03px;
  border: 1px solid #0000;
  margin-bottom: -20px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

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

.cta-inner {
  grid-column-gap: 21px;
  justify-content: center;
  align-items: center;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-content {
  color: var(--_global---olive);
  letter-spacing: -.9px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.map-section {
  background-color: var(--_global---soft-green);
  background-image: url('../images/banner-background-image-original.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.map-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-title {
  color: var(--_global---olive);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 68px;
}

.map-title.cta-title {
  display: none;
}

.map-content {
  width: 50%;
}

.map-content-text {
  color: var(--_global---olive);
  letter-spacing: -.69px;
  max-width: 500px;
  margin-bottom: 24px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.map-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.logo-listing-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-listing-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.logo-heading {
  color: var(--_global---olive);
  margin-top: 0;
  margin-bottom: 58px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.logo-listing {
  grid-column-gap: 48px;
  grid-row-gap: 54px;
  text-align: center;
  border: 0 #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.logo-img {
  border: 0 #0000;
  position: static;
}

.accordion-header {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.use-case-accordion {
  border-top: 1px solid var(--_global---light-green);
  width: 100%;
}

.accordion-section {
  background-color: var(--_global---olive);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordion-content-text {
  font-family: mrs-eaves-xl-serif, sans-serif;
  display: inline-block;
}

.section-heading-content {
  text-align: center;
}

.section-heading-content.uc-content {
  text-align: left;
}

.section-heading {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.section-heading.accordion-sec-header-heading {
  color: #fff;
  text-align: left;
}

.accordion {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.accordion-content {
  border: 1px #f8f8f8;
  max-width: 910px;
  padding: 0;
  display: none;
}

.accordion-item {
  border-bottom: 1px solid var(--_global---light-green);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.accordion-inner {
  grid-column-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  z-index: 2;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section-header {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.section-header.accordion-section-header {
  grid-row-gap: 16px;
  max-width: 407px;
  margin-bottom: 0;
}

.accordion-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.accordion-main-title {
  color: var(--_global---light-green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.footer-section {
  background-color: #00dfaf;
  align-items: center;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-right-menu {
  grid-column-gap: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--_global---olive);
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_global---olive);
  text-decoration: underline;
}

.footer-link.btn1 {
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-intro {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.intro-logo {
  min-width: 261px;
}

.footer-intro-text {
  flex: 0 auto;
  max-width: 600px;
}

.intro-text-f {
  color: var(--_global---olive);
  margin-left: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.social-items {
  grid-column-gap: 18px;
  margin-bottom: 24px;
  display: flex;
}

.social-icon-link {
  border: 2px solid var(--_global---light-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: background-color .25s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.social-icon-link:hover {
  background-color: var(--_global---light-green);
}

.social-bottom-text-1 {
  color: var(--_global---olive);
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.social-bottom-text-1._2 {
  color: var(--_global---olive);
  margin-top: 10px;
}

.video-play-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.video-play-pause {
  inset: 0% 0 0 0%;
}

.pause-state {
  background-image: url('../images/video-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.scrolllogo {
  position: absolute;
  top: 0;
  left: 0;
}

.map-popup-main {
  position: absolute;
}

.map-popup-main.popup1 {
  top: 44px;
  left: 334px;
}

.map-popup-main.popup2 {
  top: 64px;
  left: 356px;
}

.map-popup-main.popup3 {
  top: 90px;
  left: 396px;
}

.map-popup-main.popup4 {
  top: 104px;
  left: 347px;
}

.map-popup-main.popup5 {
  top: 117px;
  left: 374px;
}

.map-popup-main.popup6 {
  top: 127px;
  left: 387px;
}

.map-popup-main.popup7 {
  top: 194px;
  left: 472px;
}

.map-popup-main.popup8 {
  top: 269px;
  left: 334px;
}

.map-popup-main.popup9 {
  top: 269px;
  left: 523px;
}

.map-popup-main.popup10 {
  top: 340px;
  left: 264px;
}

.map-popup-main.popup11 {
  top: 376px;
  left: 373px;
}

.map-popup-main.popup12 {
  top: 388px;
  left: 359px;
}

.map-popup-main.popup13 {
  top: 430px;
  left: 217px;
}

.map-popup-main.popup14 {
  top: 506px;
  left: 157px;
}

.map-popup-main.popup15 {
  top: 509px;
  left: 188px;
}

.map-popup-main.popup16 {
  top: 514px;
  left: 281px;
}

.map-popup-main.popup17 {
  top: 642px;
  left: 503px;
}

.map-popup-main.popup18 {
  top: 636px;
  left: 164px;
}

.map-pointer {
  background-color: var(--_global---olive);
  cursor: pointer;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: static;
}

.map-popup-content {
  grid-row-gap: 10px;
  border: 1px solid var(--_global---olive);
  background-color: var(--_global---soft-green);
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding: 32px;
  display: flex;
}

.popup-title {
  color: var(--_global---olive);
  letter-spacing: -1.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.popup-content-text {
  color: var(--_global---olive);
  letter-spacing: -.54px;
  padding-bottom: 16px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.map-popup-content-main {
  opacity: 0;
  visibility: hidden;
  padding-top: 2px;
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.map-popup-content-main.constrained {
  inset: auto auto 100% 50%;
}

.map-popup-content-main.constrained.constrained-right {
  left: -200px;
  right: auto;
}

.map-popup-content-main.constrained-right {
  left: -200px;
}

.map-image-inner {
  transform-style: preserve-3d;
  min-width: 560px;
  margin-left: -153px;
  position: relative;
  transform: scale3d(.75, .75, .75);
}

.donate-section {
  background-color: var(--_global---light-green);
  padding-top: 170px;
  padding-bottom: 90px;
}

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

.years-item {
  flex-flow: wrap;
}

.checkbox_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.checkbox_field.years_checkbox_field {
  background-color: var(--_global---soft-green);
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  margin-bottom: 0;
  padding: 0;
  font-size: 23px;
  line-height: 22px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
  position: relative;
}

.checkbox_field.years_checkbox_field:hover {
  background-color: var(--_global---olive);
  color: var(--_global---soft-green);
}

.checkbox_field.years_checkbox_field {
  color: #000;
  background-color: #effffb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  margin-bottom: 0;
  padding: 0;
  font-size: 23px;
  line-height: 22px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
  position: relative;
}

.checkbox_field.years_checkbox_field:hover {
  color: #effffb;
  background-color: #0d261d;
}

.checkbox_input {
  border: 1px solid #0009;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox_input.w--redirected-checked {
  background-color: #f57e2b;
  border-color: #f57e2b;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
}

.checkbox_input.year_input {
  opacity: 0;
  background-color: #f3f3f3;
  border-width: 0;
  border-radius: 62px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.checkbox_input.year_input.w--redirected-checked {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 0;
}

.checkbox_label {
  color: #0009;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 26px;
}

.checkbox_label.year_label {
  z-index: 2;
  background-color: var(--_global---soft-green);
  color: var(--_global---olive);
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  padding: 7px 20px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: relative;
}

.call-kiwi {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.kiwi-defined-checkbox {
  grid-column-gap: 21px;
  display: none;
}

.custom-kiwi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 340px;
  margin-left: 60px;
  display: flex;
}

.donate-what-you-want-heading {
  width: 370px;
  margin-bottom: 15px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 26px;
}

.form-input {
  background-color: var(--_global---soft-green);
  color: var(--_global---olive);
  border: 0 solid #000;
  border-radius: 100px;
  height: auto;
  padding: 12px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 23px;
  line-height: 22px;
}

.form-input.custom-kiwi-input {
  text-align: center;
  width: 110px;
  margin-bottom: 0;
}

.popup-close {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 46px;
  right: 40px;
}

.normal-que {
  width: 44px;
  height: 76px;
  margin-bottom: 4px;
  margin-left: -7px;
}

.hide {
  display: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 15px;
}

.holding-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 100px 0 0;
  display: flex;
}

.holding-page-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.holding-page-content {
  width: 50%;
}

.holding-page-icons {
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.holding-icon {
  margin-left: -8px;
  padding-bottom: 32px;
}

.holding-icon._2 {
  margin-top: auto;
  margin-left: -8px;
  padding-bottom: 32px;
  display: block;
}

.holding-page-title {
  color: var(--_global---white);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 45px;
}

.holding-page-subtitle {
  color: var(--_global---white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.email-link {
  color: var(--_global---white);
  transition: color .25s cubic-bezier(.55, .085, .68, .53);
}

.email-link:hover {
  color: var(--_global---light-green);
}

.holding-footer {
  margin-top: auto;
  padding-bottom: 16px;
}

.holding-footer-inner {
  justify-content: space-between;
  display: flex;
}

.holding-footer-text {
  color: var(--_global---soft-green);
  font-size: 14px;
  line-height: 21px;
  display: block;
}

.utility-page-wrap {
  color: var(--_global---white);
  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: 400px;
  display: flex;
}

.tax-amt-info {
  color: var(--_global---olive);
  line-height: 20px;
}

.body {
  background-color: var(--_global---white);
  background-image: url('../images/holding-page-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block {
  font-family: fonnts\.com-Mrs-Eaves-XLSerif-OT, sans-serif;
  font-weight: 800;
}

.text-span {
  font-weight: 400;
}

.faq-link {
  color: var(--_global---soft-green);
  text-decoration: underline;
  transition: color .25s cubic-bezier(.55, .085, .68, .53);
}

.faq-link:hover {
  color: var(--_global---light-green);
}

.vimeo-video {
  display: none;
}

.video-wrapper {
  position: relative;
}

.play-pause-icon {
  z-index: 3;
  background-color: #3898ec00;
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 82px;
  font-size: 0;
  display: block;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-icon.play {
  opacity: 0;
  background-image: url('../images/pause-icon.svg');
}

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

.video-cover-image.play {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.body-landing {
  color: var(--_global---soft-green);
  background-image: url('../images/holding-page-banner.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  display: flex;
}

.holding-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  place-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: var(--_global---soft-green);
  display: block;
}

.flex-block {
  flex-flow: column;
  width: 50%;
}

.flex-block-2 {
  width: 50%;
}

.container-3 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-3 {
  letter-spacing: -.03em;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.container-4 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.container-5 {
  display: block;
}

.holding-banner-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.email-link-2 {
  color: #fff;
  transition: color .25s cubic-bezier(.55, .085, .68, .53);
}

.email-link-2:hover {
  color: #00dfaf;
}

.holding-page-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 45px;
  position: static;
}

.holding-footer-text-2 {
  color: #effffb;
  font-size: 14px;
  line-height: 21px;
}

.holding-footer-2 {
  margin-top: auto;
  padding-bottom: 16px;
  display: block;
}

.holding-page-inner-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.holding-page-subtitle-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.holding-icon-2._2 {
  margin-left: -8px;
  padding-bottom: 32px;
}

.container-6 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.holding-page-content-2 {
  width: 50%;
}

.container-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.holding-banner-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.holding-page-title-3 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: var(--_global---soft-green);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  position: static;
}

.holding-footer-3 {
  margin-top: auto;
  padding-bottom: 16px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  display: block;
}

.holding-page-subtitle-3 {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: var(--_global---soft-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.holding-page-content-3 {
  width: 50%;
}

.section {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.container-8, .container-9 {
  width: 40%;
  max-width: none;
}

.text-block-4, .text-block-5 {
  letter-spacing: -.01em;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-color: #00dfaf;
  background-clip: border-box;
  border-radius: 67%;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block;
}

.link-block {
  overflow-wrap: normal;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_global---soft-green);
  text-decoration-color: var(--_global---soft-green);
  border: 2px solid #00dfaf;
  border-radius: 30px;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 24px;
  text-decoration-style: solid;
  display: block;
}

.text-block-6 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_global---soft-green);
  text-decoration-color: var(--_global---soft-green);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  vertical-align: middle;
  text-decoration-style: solid;
  display: inline-block;
}

.image-3 {
  padding-right: 24px;
}

.code-embed {
  -webkit-text-stroke-color: var(--_global---white);
  width: 90%;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 23px;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.grid-home {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkbox_field_home {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.checkbox_field_home.years_checkbox_field {
  background-color: var(--_global---soft-green);
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  margin-bottom: 0;
  padding: 0;
  font-size: 23px;
  line-height: 22px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
  position: relative;
}

.checkbox_field_home.years_checkbox_field:hover {
  background-color: var(--_global---olive);
  color: var(--_global---soft-green);
}

.checkbox_field_home.years_checkbox_field {
  color: #000;
  background-color: #effffb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  margin-bottom: 0;
  padding: 0;
  font-size: 23px;
  line-height: 22px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
  position: relative;
}

.checkbox_field_home.years_checkbox_field:hover {
  color: #effffb;
  background-color: #0d261d;
}

.checkbox_field_home.years_checkbox_field.donate-link.one-dollar {
  background-color: var(--_global---light-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-weight: 700;
}

.checkbox_field_home.years_checkbox_field.donate-link.one-dollar:hover {
  border: 1px solid var(--_global---light-green);
  background-color: var(--_global---white);
  color: var(--_global---olive);
}

.checkbox_field_home.years_checkbox_field.donate-link.one-dollar {
  background-color: #00dfaf;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 57px;
  padding-right: 57px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-weight: 700;
}

.checkbox_field_home.years_checkbox_field.donate-link.one-dollar:hover {
  color: #0d261d;
  background-color: #fff;
  border: 1px solid #00dfaf;
}

.link {
  color: var(--_global---olive);
  font-weight: 700;
  -webkit-text-decoration: underline #0d2634;
  text-decoration: underline #0d2634;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.button-2 {
  color: #0d261d;
  background-color: #00dfaf;
  border: 1px solid #00dfaf;
  border-radius: 50px;
  padding: 6px 28px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button-2:hover {
  background-color: #fff;
}

.button-2.banner-button {
  color: #fff;
  letter-spacing: -.48px;
  background-color: #0d261d;
  border-color: #0d261d;
  padding-left: 57px;
  padding-right: 57px;
  font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
  font-size: 24px;
  line-height: 36px;
  transition: color .25s cubic-bezier(.55, .085, .68, .53), background-color .25s cubic-bezier(.55, .085, .68, .53);
}

.button-2.banner-button:hover {
  color: #0d261d;
  background-color: #fff;
}

.button-2.banner-button.donate-button {
  color: #0d261d;
  background-color: #00dfaf;
  border-color: #00dfaf;
  font-family: mrs-eaves-xl-serif, sans-serif;
}

.button-2.banner-button.donate-button:hover {
  background-color: var(--_global---soft-green);
}

.body-3, .staticsite {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button.banner-button.cta {
    padding: 10px 54px;
    font-size: 45px;
    line-height: 68px;
  }

  .banner-section {
    min-height: 900px;
  }

  .banner-inner {
    max-width: 890px;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 85px;
  }

  .video-section {
    padding-top: 210px;
    padding-bottom: 220px;
  }

  .video-title {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 48px;
  }

  .video-content-text {
    max-width: 515px;
    font-size: 23px;
    line-height: 26px;
  }

  .video-bottom-svg {
    bottom: -34px;
  }

  .cta-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .cta-content {
    letter-spacing: -1.35px;
    font-size: 45px;
    line-height: 66px;
  }

  .map-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .map-title {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 85px;
  }

  .map-content {
    width: 58%;
  }

  .map-content-text {
    font-size: 23px;
    line-height: 26px;
  }

  .map-image {
    width: 42%;
  }

  .logo-listing-section {
    padding-top: 121px;
    padding-bottom: 129px;
  }

  .logo-heading {
    margin-bottom: 68px;
  }

  .logo-listing {
    grid-column-gap: 99px;
    grid-row-gap: 66px;
  }

  .accordion-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .accordion-item {
    padding-top: 27px;
    padding-bottom: 32px;
  }

  .accordion-inner {
    grid-column-gap: 40px;
  }

  .section-header {
    margin-bottom: 60px;
  }

  .section-header.accordion-section-header {
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .accordion-main-title {
    font-size: 100px;
    line-height: 100px;
  }

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

  .footer-top {
    margin-bottom: 69px;
  }

  .intro-text-f {
    font-size: 23px;
    line-height: 26px;
  }

  .social-items {
    margin-bottom: 37px;
  }

  .map-popup-content {
    width: 600px;
    padding: 32px;
  }

  .popup-title {
    font-size: 36px;
    line-height: 36px;
  }

  .popup-content-text {
    font-size: 16px;
    line-height: 18px;
  }

  .map-image-inner {
    margin-left: -90px;
    transform: scale3d(.75, .75, .75);
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    margin-bottom: 40px;
  }

  .video-bottom-svg {
    bottom: -40px;
  }

  .map-title {
    margin-bottom: 40px;
  }

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

  .map-popup-content {
    width: 600px;
    padding: 36px 40px 45px 43px;
  }

  .popup-title {
    color: var(--_global---olive);
    font-size: 45px;
    line-height: 45px;
  }

  .popup-content-text {
    font-size: 18px;
    line-height: 20px;
  }

  .map-image-inner {
    margin-left: 0;
    transform: scale3d(.8, .8, .8);
  }
}

@media screen and (min-width: 1920px) {
  .map-popup-content {
    width: 600px;
  }

  .map-image-inner {
    margin-left: -84px;
    transform: scale(1);
  }

  .link {
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .header-navigation {
    margin-right: -7px;
  }

  .header-navbar {
    grid-column-gap: 0px;
    margin-left: 8px;
    position: static;
  }

  .navbar-menu {
    grid-row-gap: 10px;
    background-color: var(--_global---soft-green);
    flex-flow: column;
    padding: 24px 20px;
    box-shadow: 15px 10px 15px #0d261d1f;
  }

  .header-nav-link {
    color: var(--_global---olive);
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .header-nav-link.last {
    margin-bottom: 0;
  }

  .button {
    order: -1;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.banner-button {
    margin-left: 0;
  }

  .button.banner-button.cta {
    padding: 8px 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .banner-section {
    min-height: 750px;
    padding-bottom: 100px;
  }

  .heading {
    font-size: 72px;
    line-height: 64px;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .video-inner {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .videon-content {
    width: 100%;
    padding-right: 0;
  }

  .video-main {
    order: -1;
    width: 100%;
  }

  .video-content-text {
    max-width: 100%;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .video-bottom-svg {
    margin-left: -10px;
    margin-right: -10px;
    bottom: -24px;
  }

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

  .cta-inner {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cta-content {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .map-inner {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .map-content {
    width: 100%;
  }

  .map-content-text {
    max-width: 100%;
  }

  .map-image {
    width: 100%;
    max-width: 560px;
  }

  .logo-listing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-heading {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .logo-listing {
    grid-column-gap: 65px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .use-case-accordion {
    width: 100%;
  }

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

  .section-heading-content {
    font-size: 14px;
    line-height: 20px;
  }

  .section-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .accordion-content {
    max-width: 100%;
    padding-right: 48px;
  }

  .accordion-inner {
    grid-column-gap: 24px;
    flex-flow: column;
  }

  .section-header.accordion-section-header {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .accordion-heading {
    font-size: 24px;
    line-height: 30px;
  }

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

  .footer-top {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-right-menu {
    grid-column-gap: 20px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-intro {
    margin-bottom: 30px;
  }

  .footer-social-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-intro-text {
    max-width: 340px;
  }

  .intro-text-f {
    font-size: 18px;
    line-height: 24px;
  }

  .social-icon-link {
    width: 48px;
    height: 48px;
  }

  .image, .social-image {
    max-height: 25px;
  }

  .header-menu-button {
    color: var(--_global---white);
    background-image: url('../images/mobile-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .header-menu-button.w--open {
    background-color: var(--_global---olive);
  }

  .map-image-inner {
    margin-left: -60px;
    transform: scale3d(.85, .85, .85);
  }

  .donate-section {
    padding-top: 220px;
  }

  .checkbox_field.years_checkbox_field {
    font-size: 20px;
    line-height: 20px;
  }

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

  .call-kiwi {
    flex-flow: column;
  }

  .custom-kiwi {
    max-width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .holding-banner {
    padding-top: 150px;
  }

  .holding-page-inner {
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .holding-page-content, .holding-page-icons {
    width: 100%;
  }

  .holding-icon._2 {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .holding-icon-img, .holding-icon-img._2 {
    max-width: none;
  }

  .holding-page-title, .holding-page-subtitle {
    text-align: center;
  }

  .opacity-0 {
    opacity: 0;
  }

  .holding-banner-2 {
    margin-top: 0;
    padding-top: 150px;
  }

  .holding-page-title-2 {
    text-align: center;
  }

  .holding-page-inner-2 {
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .holding-page-subtitle-2 {
    text-align: center;
  }

  .holding-icon-2._2 {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .holding-page-content-2 {
    width: 100%;
  }

  .holding-banner-3 {
    margin-top: 0;
    padding-top: 150px;
  }

  .holding-page-title-3, .holding-page-subtitle-3 {
    text-align: left;
  }

  .holding-page-content-3 {
    width: 100%;
  }

  .section {
    justify-content: space-around;
    align-items: flex-start;
  }

  .grid-home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .checkbox_field_home.years_checkbox_field {
    font-size: 20px;
    line-height: 20px;
  }

  .link {
    font-weight: 700;
    text-decoration: underline;
  }

  .button-2 {
    order: -1;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2.banner-button {
    margin-left: 0;
  }

  .staticsite {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 160px;
  }

  .button {
    margin-left: 12px;
  }

  .button.banner-button {
    font-size: 20px;
    line-height: 28px;
  }

  .button.banner-button.cta {
    font-size: 24px;
    line-height: 32px;
  }

  .button.footer-btn1 {
    order: 0;
    margin-left: 0;
    margin-right: 12px;
  }

  .button.footer-btn2 {
    order: 0;
    margin-left: 0;
  }

  .button.olive {
    margin-left: 0;
  }

  .button.olive.popup-btn {
    order: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .button.olive.popup {
    order: 0;
  }

  .banner-section {
    min-height: 600px;
  }

  .banner-bottom-content {
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .banner-button-right-text {
    font-size: 20px;
    line-height: 28px;
  }

  .heading {
    font-size: 52px;
    line-height: 48px;
  }

  .heading.donate-form-title {
    margin-bottom: 52px;
  }

  .video-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .video-inner {
    grid-row-gap: 24px;
  }

  .video-title {
    font-size: 30px;
    line-height: 34px;
  }

  .video-content-text {
    font-size: 18px;
    line-height: 24px;
  }

  .video-bottom-svg {
    display: none;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-inner {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cta-content {
    text-align: center;
    max-width: 208px;
    font-size: 24px;
    line-height: 28px;
  }

  .map-section {
    flex-flow: column;
  }

  .map-title {
    font-size: 52px;
    line-height: 48px;
  }

  .map-title.cta-title {
    color: var(--_global---light-green);
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
    display: block;
  }

  .map-content-text {
    font-size: 18px;
    line-height: 26px;
  }

  .logo-listing-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .logo-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .logo-listing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .accordion-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .accordion-content-text {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-header {
    margin-bottom: 24px;
  }

  .accordion-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-main-title {
    font-size: 60px;
    line-height: 60px;
  }

  .footer-section {
    margin-top: 360px;
  }

  .footer-top {
    grid-row-gap: 58px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-right-menu {
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    line-height: 20px;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 58px;
  }

  .footer-intro {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-social-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 45px;
  }

  .intro-logo {
    max-width: 348px;
  }

  .footer-intro-text {
    max-width: 100%;
  }

  .intro-text-f {
    font-size: 18px;
    line-height: 22px;
  }

  .social-items {
    width: 100%;
    margin-bottom: 52px;
  }

  .social-bottom-text-1 {
    width: auto;
  }

  .social-bottom-text-1._2 {
    text-align: right;
    margin-top: 0;
  }

  .header-menu-button {
    background-image: url('../images/mobile-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .map-popup-main.popup5 {
    left: 366px;
  }

  .map-pointer {
    width: 18px;
    height: 18px;
  }

  .map-popup-content {
    grid-row-gap: 15px;
    width: 400px;
    padding: 20px;
  }

  .popup-title {
    font-size: 36px;
    line-height: 40px;
  }

  .popup-content-text {
    font-size: 26px;
    line-height: 32px;
  }

  .map-image-inner {
    margin-left: 0;
    transform: scale(1);
  }

  .donate-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .checkbox_field.years_checkbox_field {
    width: 55px;
    height: 55px;
    font-size: 18px;
    line-height: 18px;
  }

  .call-kiwi {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .custom-kiwi {
    padding-top: 0;
  }

  .donate-what-you-want-heading {
    max-width: 245px;
    font-size: 18px;
    line-height: 22px;
  }

  .popup-close {
    bottom: 30px;
    right: 20px;
  }

  .normal-que {
    width: 32px;
    height: 45px;
    margin-bottom: 4px;
    margin-left: -5px;
  }

  .grid {
    justify-content: flex-start;
    place-items: flex-start start;
    display: flex;
  }

  .holding-banner {
    background-image: url('../images/mobile-holding-image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 90px;
  }

  .holding-page-icons {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .holding-icon._2 {
    padding-bottom: 0;
  }

  .holding-icon-img, .holding-icon-img._2 {
    max-width: none;
  }

  .holding-page-title {
    text-align: left;
    max-width: 266px;
    font-size: 35px;
    line-height: 38px;
  }

  .holding-page-subtitle {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }

  .play-pause-icon {
    width: 56px;
    height: 56px;
  }

  .image-2 {
    max-width: 348px;
  }

  .holding-banner-2 {
    text-align: left;
    background-image: url('../images/mobile-holding-image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 90px;
  }

  .holding-page-title-2 {
    text-align: left;
    width: 100%;
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 38px;
  }

  .holding-page-inner-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .holding-page-subtitle-2 {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

  .holding-icon-2._2 {
    padding-bottom: 0;
  }

  .holding-page-content-2 {
    text-align: center;
  }

  .holding-banner-3 {
    text-align: left;
    background-image: url('../images/mobile-holding-image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 90px;
  }

  .holding-page-title-3 {
    text-align: left;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 38px;
  }

  .holding-page-subtitle-3 {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
  }

  .holding-page-content-3 {
    text-align: center;
  }

  .container-8, .container-9 {
    width: 50%;
  }

  .text-block-4, .text-block-5, .code-embed {
    text-align: left;
  }

  .link-block-2 {
    width: 50%;
  }

  .grid-home {
    justify-content: flex-start;
    place-items: flex-start start;
    display: flex;
  }

  .checkbox_field_home.years_checkbox_field {
    width: 55px;
    height: 55px;
    font-size: 18px;
    line-height: 18px;
  }

  .link {
    text-decoration: underline;
  }

  .button-2 {
    margin-left: 12px;
  }

  .button-2.banner-button {
    font-size: 20px;
    line-height: 28px;
  }

  .body-4 {
    flex-flow: column;
    display: flex;
  }

  .section-2 {
    margin-top: 400px;
  }
}

@media screen and (max-width: 479px) {
  .normal-logo {
    width: 80px;
  }

  .header-nav-link {
    font-size: 16px;
    line-height: 20px;
  }

  .button.banner-button {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .button.footer-btn2 {
    margin-left: -10px;
  }

  .button.olive {
    font-size: 20px;
  }

  .button.olive.popup-btn {
    order: 0;
    font-size: 26px;
  }

  .banner-section {
    padding-bottom: 60px;
  }

  .banner-bottom-content {
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-button-right-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Mrs Eaves XL Serif Ot, Georgia, sans-serif;
    line-height: 24px;
  }

  .heading {
    font-size: 52px;
  }

  .heading.donate-form-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 46px;
  }

  .bg-video {
    height: 250px;
  }

  .cta-content {
    text-align: center;
  }

  .map-section {
    background-image: url('../images/Rectangle-28.jpg');
  }

  .map-inner {
    flex-flow: column;
  }

  .map-title {
    font-size: 52px;
    line-height: 48px;
  }

  .map-title.cta-title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
  }

  .map-content {
    margin-bottom: 0;
  }

  .map-content-text {
    font-size: 16px;
  }

  .map-image {
    max-height: 500px;
  }

  .footer-section {
    margin-top: 0;
  }

  .footer-logo-link {
    max-width: 200px;
  }

  .footer-right-menu {
    grid-row-gap: 24px;
  }

  .footer-intro {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    flex-flow: column;
    justify-content: space-between;
    padding-right: 0;
  }

  .intro-logo {
    max-width: 100%;
  }

  .footer-intro-text {
    text-align: center;
    max-width: 100%;
  }

  .intro-text-f {
    text-align: center;
  }

  .social-bottom-text-1 {
    width: auto;
  }

  .social-bottom-text-1._2 {
    text-align: center;
    width: auto;
  }

  .video-icon {
    width: 60px;
    height: 60px;
  }

  .map-pointer {
    width: 22px;
    height: 22px;
  }

  .map-popup-content {
    font-size: 16px;
  }

  .popup-title {
    font-size: 36px;
    line-height: 40px;
  }

  .popup-content-text {
    font-size: 26px;
    line-height: 32px;
  }

  .map-popup-content-main.constrained {
    font-size: 16px;
  }

  .map-popup-content-main.constrained.constrained-right {
    left: -200%;
  }

  .map-popup-content-main.constrained-right {
    font-size: 16px;
    left: -200%;
  }

  .map-large-image {
    transition: opacity .2s;
  }

  .map-image-inner {
    transform: scale(.5);
  }

  .donate-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .checkbox_field.years_checkbox_field {
    width: 50px;
    height: 50px;
  }

  .call-kiwi {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .donate-what-you-want-heading {
    text-align: left;
    max-width: 245px;
    font-size: 18px;
    line-height: 22px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-items: stretch;
    width: 100%;
  }

  .holding-icon-img, .holding-icon-img._2, .image-2 {
    max-width: 100%;
  }

  .holding-page-inner-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .holding-page-title-3, .holding-page-subtitle-3 {
    text-align: left;
  }

  .section {
    flex-flow: column;
  }

  .container-8 {
    width: 100%;
  }

  .container-9 {
    width: 100%;
    margin-top: 24px;
  }

  .text-block-4, .text-block-5 {
    text-align: left;
  }

  .code-embed {
    text-align: left;
    min-width: 175px;
  }

  .link-block-2 {
    text-align: center;
    width: auto;
  }

  .grid-home {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-items: stretch;
    width: 100%;
  }

  .checkbox_field_home.years_checkbox_field {
    width: 50px;
    height: 50px;
  }

  .body-2 {
    flex-flow: column;
  }

  .button-2.banner-button {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-2.banner-button.donate-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Mrs Eaves XL Serif Ot';
  src: url('../fonts/MrsEavesXLSerifOT-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mrs-Eaves-XLSerif-OT';
  src: url('../fonts/fonnts.com-Mrs-Eaves-XLSerif-OT-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fonnts.com-Mrs-Eaves-XLSerif-OT';
  src: url('../fonts/fonnts.com-Mrs-Eaves-XLSerif-OT-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}