@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Sora:wght@100..800&display=swap");
:root {
  --focus-ring: 2px solid #4c70d6;
  --focus-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

*:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wp--skip-link--target {
  scroll-margin-top: 7.5rem;
}

.smooth-wrapper {
  will-change: transform;
}

:focus-visible {
  outline: 0.125rem solid #f47f38;
  outline-offset: 0.25rem;
}

html,
body {
  overflow-x: hidden;
}

.smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

main {
  overflow: hidden;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1550px) {
  html {
    font-size: 13.65px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 12.5px;
  }
}
@media (max-width: 1180px) {
  html {
    font-size: 10.5px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 16px;
  }
}

.is-layout-constrained > .alignwide, .menu > .menu-item > .sub-menu > .menu-item {
  width: 100%;
  max-width: 93.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}
.is-layout-constrained > .alignwide .container, .is-layout-constrained > .alignwide .alignwide, .menu > .menu-item > .sub-menu > .menu-item .container, .menu > .menu-item > .sub-menu > .menu-item .alignwide {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .is-layout-constrained > .alignwide, .menu > .menu-item > .sub-menu > .menu-item {
    max-width: 23.4375rem;
  }
}
@media (max-width: 781px) {
  .is-layout-constrained > .alignwide, .menu > .menu-item > .sub-menu > .menu-item {
    max-width: 100%;
  }
}

#page-wrap, .alignfull .alignwide, .small-container {
  width: 100%;
  max-width: 93.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}
#page-wrap .container, #page-wrap .alignwide, .alignfull .alignwide .container, .alignfull .alignwide .alignwide, .small-container .container, .small-container .alignwide {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  #page-wrap, .alignfull .alignwide, .small-container {
    max-width: 23.4375rem;
  }
}
@media (max-width: 781px) {
  #page-wrap, .alignfull .alignwide, .small-container {
    max-width: 100%;
  }
}

.container, .alignwide {
  width: 100%;
  max-width: 93.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}
.container .container, .container .alignwide, .alignwide .container, .alignwide .alignwide {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .container, .alignwide {
    max-width: 23.4375rem;
  }
}
@media (max-width: 781px) {
  .container, .alignwide {
    max-width: 100%;
  }
}

.alignfull .container, .alignfull .alignwide {
  width: 100%;
  max-width: 93.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}
.alignfull .container .container, .alignfull .container .alignwide, .alignfull .alignwide .container, .alignfull .alignwide .alignwide {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .alignfull .container, .alignfull .alignwide {
    max-width: 23.4375rem;
  }
}
@media (max-width: 781px) {
  .alignfull .container, .alignfull .alignwide {
    max-width: 100%;
  }
}

.alignfull {
  width: 100%;
  max-width: 100%;
}

main.wp-block-group-is-layout-constrained .entry-content {
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

figure.wp-block-image.size-full img {
  width: 100%;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.33%;
}

.col-3 {
  width: 25%;
}

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

.row {
  margin: 0 -15px;
}
.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row > * {
  padding: 0 15px;
}

.error404 main {
  padding: 0 !important;
}

.wp-block-cover.has-parallax {
  overflow: hidden;
}
.wp-block-cover.has-parallax .wp-block-cover__image-background {
  background-attachment: scroll !important;
}

body {
  color: #ffffff;
  font-family: "Literata", serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.section-label {
  font-size: 1rem !important;
  line-height: normal !important;
  display: inline-block;
  border-radius: 3.125rem;
  background: #2b746a;
  padding: 0.9375rem 1.875rem;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .section-label {
    font-size: 0.875rem !important;
    padding: 0.625rem 1.25rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

p {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  color: #8dada7;
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 1.1em;
  }
}

h2, .h2 {
  font-size: 2.625rem;
  line-height: 3.125rem;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (max-width: 781px) {
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 781px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media (max-width: 781px) {
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (max-width: 781px) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a, button, input[type=submit], input[type=button] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 2.375rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(0px, -170px);
          transform: translate(0px, -170px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .site-header {
    padding: 0.9375rem 0rem;
  }
}
.site-header::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 17.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 104, 93)), color-stop(20%, rgb(20, 104, 93)), to(rgba(20, 104, 93, 0)));
  background: linear-gradient(to bottom, rgb(20, 104, 93) 0%, rgb(20, 104, 93) 20%, rgba(20, 104, 93, 0) 100%);
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .site-header::before {
    height: 9.375rem;
  }
}
@media (max-width: 991px) {
  .site-header .wp-block-group.container .wp-block-navigation {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
    gap: 3.4375rem !important;
  }
}
.site-header .custom-logo-link {
  width: 6.25rem;
  display: block;
}
@media (max-width: 991px) {
  .site-header .custom-logo-link {
    width: 5.625rem;
  }
}
.site-header .custom-logo-link img {
  width: 100%;
  display: block;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container a {
  font-family: "Sora", sans-serif;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 991px) {
  .site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container a {
    font-size: 2.25rem;
    font-weight: bold;
    color: #8dada7;
  }
}
.site-header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container a:hover {
  color: #f47f38;
}
.site-header .donate-btn a {
  font-family: "Sora", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5625rem;
  min-width: 10rem;
  padding: 0.65625rem 1.875rem;
  border-radius: 3.125rem;
  background: #f47f38;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 991px) {
  .site-header .donate-btn a {
    min-width: 6.25rem;
    padding: 0.5rem 0.9375rem;
    font-size: 0.875rem;
    gap: 0.3125rem;
  }
}
.site-header .donate-btn a:hover {
  background-color: #c85f1e;
  color: #ffffff;
}
.site-header .donate-btn a img {
  width: 1.8125rem;
}
@media (max-width: 991px) {
  .site-header .donate-btn a img {
    width: 1.25rem;
  }
}
@media (max-width: 991px) {
  .site-header__nav {
    display: none;
  }
  .site-header__logo {
    width: 5rem;
  }
}

@media (min-width: 992px) {
  .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
  .wp-block-navigation__container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .site-header > .wp-block-group > .wp-block-buttons {
    margin-left: auto;
    margin-right: 0.4375rem;
  }
  .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close {
    width: 3.5625rem;
    height: 3.5625rem;
    border-radius: 50%;
    background: url(../images/menu.svg) no-repeat center/contain;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg {
    display: none;
  }
  .wp-block-navigation__responsive-container-close {
    top: 0.6875rem !important;
    display: none !important;
  }
  .wp-block-site-logo, .wp-block-buttons, .wp-block-navigation__responsive-container-open {
    position: relative;
    z-index: 10;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    z-index: 9;
  }
  .wp-block-navigation__responsive-container-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  .wp-block-navigation__container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    background: #14685d;
  }
  .wp-block-navigation__responsive-container {
    position: fixed;
    height: 100vh;
  }
  .wp-block-navigation__responsive-container-content {
    padding: 0 !important;
  }
  .has-modal-open .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-dialog {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-navigation__responsive-container-close {
    color: #fff;
    top: 1.25rem;
    right: 1.25rem;
  }
}
.site-footer {
  padding: 4.0625rem 0 4.375rem;
  background: #f47f38;
  color: #ffffff;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 3.5rem 0 2.25rem;
  }
}
.site-footer a:focus-visible {
  outline: 0.125rem solid #14685d;
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .site-footer__top {
    display: block;
    margin-bottom: 0rem;
    gap: 1.25rem;
  }
}
.site-footer__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem !important;
}
@media (max-width: 991px) {
  .site-footer__profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 1.25rem !important;
    width: 100%;
  }
}
.site-footer__photo {
  margin: 0;
  width: 10.625rem;
  height: 10.625rem;
}
@media (max-width: 991px) {
  .site-footer__photo {
    margin: 0 auto 1.5rem;
    width: 9.375rem;
    height: 9.375rem;
  }
}
.site-footer__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .site-footer__info {
    width: 100%;
  }
}
.site-footer__info h3 {
  margin: 0.625rem 0 0.0625rem;
  color: #14685d;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .site-footer__info h3 {
    font-size: 1.375rem;
    margin-top: 0;
  }
}
.site-footer__info p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.55em;
}
@media (max-width: 991px) {
  .site-footer__info p {
    font-size: 0.875rem;
  }
}
.site-footer__info p a {
  color: #ffffff;
  border-bottom: 0.0625rem dotted;
}
.site-footer__info p a:hover {
  text-decoration: none;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem !important;
}
@media (max-width: 991px) {
  .site-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem !important;
    margin-top: 0rem !important;
    width: 100%;
  }
}
.site-footer__social figure {
  margin: 0;
}
.site-footer__social a {
  display: block;
  opacity: 0.5;
}
.site-footer__social a:hover {
  opacity: 1;
}
.site-footer__social img {
  display: block;
  width: 3.375rem;
  height: 3.375rem;
}
@media (max-width: 991px) {
  .site-footer__social img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.site-footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem auto 1.5rem 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer__bottom {
    display: block;
    text-align: center;
    gap: 0;
  }
}
.site-footer__bottom p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65em;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .site-footer__bottom p {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .site-footer__bottom {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .site-footer__bottom .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
    width: 100%;
  }
}
.site-footer__bottom .wp-block-column:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .site-footer__bottom .wp-block-column:last-child {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .site-footer__copyright {
    width: 100%;
  }
}
.site-footer__copyright p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65em;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .site-footer__copyright p {
    margin-top: 0rem;
    font-size: 0.75rem;
  }
}
.site-footer__copyright p a {
  color: #ffffff;
  border-bottom: 0.0625rem dotted;
}
.site-footer__copyright p a:hover {
  text-decoration: none;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  background: none;
  padding: 0;
  border: 0;
}

.gform_confirmation_wrapper {
  padding: 3.125rem 0;
}

.landing-hero {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  height: 100vh;
  overflow: hidden;
  background: #14685d;
}
.landing-hero .alignwide > .wp-block-group {
  max-width: 52.5rem;
  margin: 0;
}
.landing-hero h1,
.landing-hero .h1 {
  margin: 0 0 1.25rem;
  color: #d0dfda;
}
@media (max-width: 991px) {
  .landing-hero h1,
  .landing-hero .h1 {
    margin: 0 0 0.625rem;
  }
}
.landing-hero p {
  font-size: 2.625rem;
  line-height: 1.15em;
  font-weight: 100;
  margin: 0 0 2.125rem;
}
@media (max-width: 991px) {
  .landing-hero p {
    font-size: 1.375rem;
    margin: 0 0 1.25rem;
  }
}
.landing-hero h3, .landing-hero .h3 {
  font-size: 2.125rem;
  color: #cae0d9;
  line-height: 1.24em;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .landing-hero h3, .landing-hero .h3 {
    font-size: 1.125rem;
  }
}
.landing-hero__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  overflow: hidden;
}
@media (max-width: 781px) {
  .landing-hero__inner {
    width: 24.375rem;
    height: 52.75rem;
  }
}

.hero-card {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 77.5rem;
  height: 33.75rem;
  border-radius: 1.125rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
@media (max-width: 991px) {
  .hero-card {
    left: 0rem;
    right: 0;
    top: 0rem;
    width: 21.625rem;
    height: 18.75rem;
    border-radius: 1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

.hero-anim-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 30.9375rem;
  height: auto;
  display: block;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  will-change: transform;
}
@media (max-width: 991px) {
  .hero-anim-logo {
    left: 0rem;
    right: 0;
    margin: 0 auto;
    top: 0rem;
    width: 6.25rem;
    position: relative;
  }
}

.hero-anim-text {
  font-family: "Sora", sans-serif;
  position: absolute;
  right: 0;
  top: 10.625rem;
  z-index: 10;
  margin: 0;
  color: #d0dfda;
  font-size: 3.9375rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  will-change: transform;
}
@media (max-width: 991px) {
  .hero-anim-text {
    right: auto;
    left: 0rem;
    top: 0rem;
    width: 20.9375rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
    margin: 1.25rem auto 0 !important;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.hero-final {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 12;
  opacity: 0;
  will-change: transform;
}
@media (max-width: 991px) {
  .hero-final {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 991px) {
  .hero-final > .container {
    margin: 0 auto;
  }
}
.hero-final__inner {
  width: 100%;
}
.hero-final__wrap {
  width: 100%;
  max-width: 44.375rem;
}
.hero-final__scroll {
  position: absolute;
  bottom: 4.6875rem;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-final__scroll {
    bottom: 1.875rem;
    display: none;
  }
}
.hero-final__scroll .container {
  position: relative;
}
.hero-final__scroll .container .scroll-down {
  width: 2.5rem;
  display: block;
}
@media (max-width: 991px) {
  .hero-final__scroll .container .scroll-down {
    width: 1.875rem;
  }
}

.hero-card__picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero-card__picture {
    height: 100%;
    position: absolute;
  }
}
.hero-card__picture .hero-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.the-problem {
  padding: 4.6875rem 0 10.625rem;
}
@media (max-width: 991px) {
  .the-problem {
    padding: 4.6875rem 0;
  }
}
.the-problem p.section-label {
  margin: 0 0 2.625rem;
}
@media (max-width: 991px) {
  .the-problem p.section-label {
    margin: 0 0 1.25rem;
  }
}
.the-problem h2 {
  margin: 0 0 3rem;
}
@media (max-width: 991px) {
  .the-problem h2 {
    margin: 0 0 1.375rem;
  }
}
.the-problem__list p {
  font-size: 2rem;
  line-height: 1.5em;
  margin: 0 0 2.1875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .the-problem__list p {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin: 0 0 1.375rem;
  }
}
.the-problem__list p:last-child {
  margin: 0;
}

.two-columns {
  padding: 4.6875rem 0;
}
@media (max-width: 991px) {
  .two-columns {
    padding: 3.125rem 0;
  }
}
.two-columns .wp-block-columns {
  gap: 4.6875rem;
}
@media (max-width: 991px) {
  .two-columns .wp-block-columns {
    gap: 0rem;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.two-columns .wp-block-columns h2 {
  color: #f9c2a9;
  margin: 0 0 1.75rem;
}
@media (max-width: 991px) {
  .two-columns .wp-block-columns h2 {
    margin: 0 0 0.9375rem;
  }
}
.two-columns .wp-block-columns p {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.57em;
}
@media (max-width: 991px) {
  .two-columns .wp-block-columns p {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .two-columns .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
.two-columns .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media (max-width: 991px) {
  .two-columns .wp-block-gallery {
    margin: 0;
  }
}
.two-columns .wp-block-gallery .wp-block-image {
  border-radius: 1.125rem;
  overflow: hidden;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
.two-columns .wp-block-gallery .wp-block-image:nth-child(1) {
  width: 23.8125rem !important;
  height: 26rem;
  margin-left: 3.3125rem !important;
}
@media (max-width: 991px) {
  .two-columns .wp-block-gallery .wp-block-image:nth-child(1) {
    margin-left: 0.9375rem !important;
    width: 54% !important;
    height: auto;
  }
}
.two-columns .wp-block-gallery .wp-block-image:nth-child(2) {
  width: 13.125rem !important;
  height: 14.3125rem;
  position: relative;
  top: 18.3125rem;
}
@media (max-width: 991px) {
  .two-columns .wp-block-gallery .wp-block-image:nth-child(2) {
    top: 12.5rem;
    width: 36% !important;
    height: 0;
    padding: 0 0 42%;
  }
}
@media (max-width: 991px) {
  .two-columns .wp-block-gallery .wp-block-image:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.two-columns .wp-block-gallery .wp-block-image:nth-child(3) {
  width: 16.625rem !important;
  height: 18.1875rem;
  margin-top: 2.6875rem !important;
}
@media (max-width: 991px) {
  .two-columns .wp-block-gallery .wp-block-image:nth-child(3) {
    margin-top: 0rem !important;
    width: 45% !important;
    height: auto;
  }
}

.who-we-are {
  padding: 0;
  min-height: auto !important;
}
@media (max-width: 991px) {
  .who-we-are {
    padding: 3.125rem 0;
    min-height: 100vh !important;
  }
}
.who-we-are.mobile-cover {
  padding: 0;
}
@media (max-width: 991px) {
  .who-we-are > .wp-block-cover__inner-container {
    position: static;
  }
}
@media (max-width: 991px) {
  .who-we-are > .wp-block-cover__inner-container > .wp-block-group {
    position: static;
  }
}
@media (max-width: 991px) {
  .who-we-are > .wp-block-cover__inner-container > .wp-block-group > .wp-block-columns {
    position: relative;
  }
}
.who-we-are .desktop-cover {
  padding: 0;
}
@media (max-width: 991px) {
  .who-we-are .desktop-cover > img {
    display: none;
  }
}
.who-we-are .wp-block-columns {
  gap: 4.6875rem;
  min-height: 56.25rem;
}
@media (max-width: 991px) {
  .who-we-are .wp-block-columns {
    gap: 0rem;
    min-height: auto;
    margin: 0;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .who-we-are .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
.who-we-are .section-label {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 4.6875rem;
}
@media (max-width: 991px) {
  .who-we-are .section-label {
    position: absolute;
    top: 3.125rem;
  }
}
.who-we-are h2 {
  color: #8dada7;
  margin-bottom: 1.8125rem;
}
.who-we-are h2 strong {
  font-weight: 300;
}
.who-we-are p {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.57em;
}
@media (max-width: 991px) {
  .who-we-are p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media (max-width: 991px) {
  .who-we-are p:last-child {
    margin: 0;
  }
}

.our-mission-v2 {
  padding: 11.25rem 0 0;
}
@media (max-width: 991px) {
  .our-mission-v2 {
    padding: 5rem 0 0;
  }
}
.our-mission-v2 .wp-block-cover {
  padding: 2.75rem;
  border-radius: 1.125rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-mission-v2 .wp-block-cover {
    padding: 1.5rem;
  }
}
.our-mission-v2 .wp-block-columns {
  gap: 4.6875rem;
  margin: 0;
}
@media (max-width: 991px) {
  .our-mission-v2 .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .our-mission-v2 .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
.our-mission-v2 .wp-block-columns h2 {
  color: #8dada7;
}
.our-mission-v2 .wp-block-columns p {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.57em;
  width: 100%;
  max-width: 31.25rem;
}
.our-mission-v2 .wp-block-columns .wp-block-image {
  margin: 0;
  border-radius: 1.125rem;
  overflow: hidden;
}

.our-mission {
  padding: 11.25rem 0 0;
}
@media (max-width: 991px) {
  .our-mission {
    padding: 3.75rem 0 0;
  }
}
@media (max-width: 991px) {
  .our-mission .wp-block-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group {
  padding: 0.625rem;
  border-radius: 1.125rem;
  width: 100%;
  max-width: 60rem;
  margin: auto;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group {
    padding: 0.3125rem;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-cover {
  padding: 0;
  border-radius: 0.875rem;
  -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
  min-height: 32.5rem;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-cover {
    min-height: 25rem;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-cover + .wp-block-image {
  width: 9.375rem;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-cover + .wp-block-image {
    width: 6.25rem;
    right: 1.25rem;
    top: 1.25rem;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns {
  margin: 0;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column:first-child {
  padding: 1.25rem 3rem 0;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column:first-child {
    padding: 1.5rem;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column h2 {
  color: #8dada7;
  margin: 0 0 1.75rem;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column h2 {
    margin: 0 0 0.9375rem;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column p {
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.57em;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 0 1.9375rem;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column p {
    font-size: 1rem;
    margin: 0 0 0.9375rem;
    line-height: 1.3em;
  }
}
.our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column p:last-child {
  margin: 0;
  font-family: "Cedarville Cursive", cursive;
  font-size: 2.375rem;
  line-height: 1.35em;
}
@media (max-width: 991px) {
  .our-mission .wp-block-group.alignwide > .wp-block-group .wp-block-columns .wp-block-column p:last-child {
    font-size: 1.375rem;
    line-height: 1.3em;
  }
}

.our-guiding-principals {
  padding: 0;
  width: 100%;
  max-width: 100% !important;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-guiding-principals {
    min-height: auto;
    padding: 3.125rem 0;
  }
}
.our-guiding-principals__caps-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__caps-head {
    gap: 0.625rem;
  }
}
.our-guiding-principals__count {
  width: 2.5625rem;
  height: 2.5625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5625rem;
          flex: 0 0 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/counter-bg.svg) no-repeat center/contain;
  color: #14685d;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .our-guiding-principals__count {
    font-size: 1rem;
    width: 1.9375rem;
    height: 1.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.9375rem;
            flex: 0 0 1.9375rem;
  }
}
.our-guiding-principals__pin {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  will-change: transform;
}
@media (max-width: 991px) {
  .our-guiding-principals__pin {
    height: auto;
    display: block;
  }
}
.our-guiding-principals__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media (max-width: 991px) {
  .our-guiding-principals__inner {
    display: block;
    width: 100%;
  }
}
.our-guiding-principals__block {
  width: 31.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25rem;
          flex: 0 0 31.25rem;
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  background: #d0dfda;
  padding: 0.75rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__block {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
  }
}
.our-guiding-principals__block:hover .our-guiding-principals__caps {
  max-height: 20rem;
}
.our-guiding-principals__block:hover p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.our-guiding-principals__heading-block {
  width: 59rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .our-guiding-principals__heading-block {
    width: 100%;
  }
}
.our-guiding-principals__heading-block--icon {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75rem;
}
.our-guiding-principals__heading-block--icon > img {
  width: 5.0625rem;
  height: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .our-guiding-principals__heading-block--icon > img {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  .our-guiding-principals__heading-block h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5625rem;
  }
}
.our-guiding-principals__text-block {
  width: 59rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block {
    width: 100%;
  }
}
.our-guiding-principals__text-block h3 {
  margin: 0;
  color: #8dada7;
  font-size: 2.625rem;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.our-guiding-principals__text-block h3 span {
  height: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  position: relative;
  top: -0.4375rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block h3 span {
    top: -0.125rem;
  }
}
.our-guiding-principals__text-block h3 span:nth-child(1) > img {
  width: 3.5rem;
  height: 4.125rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block h3 span:nth-child(1) > img {
    width: 1.75rem;
    height: 2.0625rem;
  }
}
.our-guiding-principals__text-block h3 span:nth-child(2) > img {
  width: 3.8125rem;
  height: 3.8125rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block h3 span:nth-child(2) > img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.our-guiding-principals__text-block--inner {
  width: 100%;
  max-width: 41.25rem;
}
.our-guiding-principals__text-block p {
  margin: 0.75rem 0 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__text-block p {
    font-size: 0.90625rem;
    line-height: 1.5rem;
  }
}
.our-guiding-principals__img {
  position: relative;
  height: 0;
  border-radius: 0.875rem;
  overflow: hidden;
  padding: 0 0 108.45%;
}
.our-guiding-principals__img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-guiding-principals__caps {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  background: #ffffff;
  padding: 1rem 1.125rem;
  border-radius: 0.5rem;
  color: #000000;
  overflow: hidden;
  -webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 4.6875rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__caps {
    padding: 0.75rem 0.9375rem;
    bottom: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    max-height: 3.4375rem;
  }
}
.our-guiding-principals__caps p {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.our-guiding-principals__caps p:last-child {
  margin: 0;
}
.our-guiding-principals__label {
  display: inline-block;
  width: 100%;
  color: #14685d;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .our-guiding-principals__label {
    font-size: 1rem;
    line-height: 1em;
  }
}
.our-guiding-principals__text {
  margin-top: 0.3125rem;
}

.what-we-do {
  padding: 4.6875rem 0;
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .what-we-do {
    padding: 1.5rem 0;
  }
}
.what-we-do .section-label {
  background: #f58d4e;
  margin-bottom: 3.125rem;
}
@media (max-width: 991px) {
  .what-we-do .section-label {
    margin-bottom: 1.5rem;
  }
}
.what-we-do h2 {
  color: #f9c2a9;
  margin-bottom: 3.75rem;
}
@media (max-width: 991px) {
  .what-we-do h2 {
    margin-bottom: 1.5rem;
  }
}
.what-we-do__text {
  line-height: 1.22em;
}
.what-we-do__title-close {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.what-we-do__content-open {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.what-we-do__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .what-we-do__inner {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .what-we-do__inner {
    display: block;
    min-height: auto;
  }
}
.what-we-do__card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 33.75rem;
  border-radius: 1.125rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color 0.35s ease, -webkit-box-flex 0.55s ease;
  transition: background-color 0.35s ease, -webkit-box-flex 0.55s ease;
  transition: flex 0.55s ease, background-color 0.35s ease;
  transition: flex 0.55s ease, background-color 0.35s ease, -webkit-box-flex 0.55s ease, -ms-flex 0.55s ease;
  color: #ffffff;
}
@media (max-width: 991px) {
  .what-we-do__card {
    height: 12.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    -webkit-transition: height 0.45s ease;
    transition: height 0.45s ease;
  }
}
.what-we-do__card.is-changing {
  pointer-events: none;
}
.what-we-do__card.is-active {
  -webkit-box-flex: 1.935;
      -ms-flex: 1.935;
          flex: 1.935;
}
@media (max-width: 991px) {
  .what-we-do__card.is-active {
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8;
            flex: 1.8;
    height: 25rem;
  }
}
.what-we-do__card.is-active .what-we-do__overlay {
  opacity: 1;
}
.what-we-do__card.is-active .what-we-do__bg {
  opacity: 1;
}
.what-we-do__card.is-active .what-we-do__title-close, .what-we-do__card.is-active .what-we-do__arrow {
  opacity: 0;
  visibility: hidden;
  bottom: -6.25rem;
}
.what-we-do__card.is-active .what-we-do__content-open {
  opacity: 1;
  visibility: visible;
}
.what-we-do__card.is-active .what-we-do__subtitle,
.what-we-do__card.is-active .what-we-do__text {
  opacity: 1;
  visibility: visible;
}
.what-we-do__card.is-active .what-we-do__content {
  max-width: 88%;
}
.what-we-do__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.what-we-do__overlay {
  position: absolute;
  height: 70%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 991px) {
  .what-we-do__overlay {
    height: 100%;
  }
}
.what-we-do__icon {
  position: absolute;
  top: 2.25rem;
  left: 2.5rem;
  max-width: 6.25rem;
  max-height: 4.375rem;
  height: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  .what-we-do__icon {
    top: 1.25rem;
    left: 1.25rem;
  }
}
.what-we-do__content {
  position: absolute;
  left: 1.6875rem;
  right: 1.6875rem;
  bottom: 1.5625rem;
  z-index: 2;
  max-width: 18.75rem;
}
@media (max-width: 991px) {
  .what-we-do__content {
    left: 1.75rem;
    right: 1.75rem;
  }
}
@media (max-width: 991px) {
  .what-we-do__content {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.what-we-do__content h3 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #ffffff;
  padding-right: 1.875rem;
  transiation: all 0.5s;
  bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .what-we-do__content h3 {
    font-size: 1.25rem;
  }
}
.what-we-do__subtitle {
  display: none;
  margin: 0.75rem 0 0;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 991px) {
  .what-we-do__subtitle {
    font-size: 1.125rem;
    line-height: 1.2em;
  }
}
.what-we-do__text {
  display: none;
  margin: 0.8125rem 0 0;
}
.what-we-do__subtitle, .what-we-do__text {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.what-we-do__arrow {
  position: absolute;
  right: 1.5625rem;
  bottom: 1.6875rem;
  z-index: 3;
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .what-we-do__arrow {
    right: 1.5rem;
    bottom: 1.75rem;
    font-size: 2.375rem;
  }
}
.what-we-do__arrow > img {
  width: 1.5rem;
  hegiht: auto;
}
.what-we-do__card:hover .what-we-do__arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.better-new-jersey {
  padding: 3.125rem 0 7.9375rem;
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .better-new-jersey {
    padding: 3.75rem 0 5rem;
  }
}
.better-new-jersey__head {
  text-align: center;
  margin-bottom: 3.25rem;
}
@media (max-width: 991px) {
  .better-new-jersey__head {
    margin-bottom: 2.25rem;
  }
}
.better-new-jersey__head h2 {
  margin: 0 0 0.125rem;
  color: #8dada7;
}
.better-new-jersey__head p {
  margin: 0;
  color: #14685d;
  font-size: 1.4375rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .better-new-jersey__head p {
    font-size: 1.25rem;
  }
}
.better-new-jersey__wrap {
  position: relative;
  max-width: 77.5rem;
  margin: 0 auto;
}
.better-new-jersey__slider.swiper, .better-new-jersey__slider {
  position: relative;
  overflow: visible;
}
.better-new-jersey__slider.swiper .swiper-slide, .better-new-jersey__slider .swiper-slide {
  height: auto;
}
.better-new-jersey__slide.swiper-slide, .better-new-jersey__slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.6875rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33.75rem;
  padding: 2.6875rem;
  border-radius: 1.125rem;
  background: #c6d7d2;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.better-new-jersey__slide.swiper-slide.swiper-slide-active, .better-new-jersey__slide.swiper-slide-active {
  background: #14685d;
}
.better-new-jersey__slide.swiper-slide.swiper-slide-active .better-new-jersey__image img, .better-new-jersey__slide.swiper-slide-active .better-new-jersey__image img {
  opacity: 1;
}
.better-new-jersey__slide.swiper-slide.swiper-slide-active .better-new-jersey__content, .better-new-jersey__slide.swiper-slide-active .better-new-jersey__content {
  opacity: 1;
}
@media (max-width: 991px) {
  .better-new-jersey__slide.swiper-slide, .better-new-jersey__slide {
    gap: 2.5rem;
    min-height: 29.375rem;
    padding: 2.125rem;
  }
}
@media (max-width: 991px) {
  .better-new-jersey__slide.swiper-slide, .better-new-jersey__slide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    min-height: auto;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.better-new-jersey__image {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #b2c1bd;
  height: 0;
  padding: 0 0 83.8%;
  position: relative;
}
.better-new-jersey__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.better-new-jersey__content {
  max-width: 30rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media (max-width: 991px) {
  .better-new-jersey__content {
    max-width: 100%;
  }
}
.better-new-jersey__content p {
  margin: 1.375rem 0 0;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .better-new-jersey__content p {
    margin-top: 1.25rem;
    font-size: 1.4375rem;
  }
}
.better-new-jersey__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/stamp-icon.svg) no-repeat center/contain;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .better-new-jersey__num {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
  }
}
.better-new-jersey__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 3.8125rem;
  height: 3.8125rem;
  border: 0;
  border-radius: 50%;
  font-size: 2.375rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: none;
}
@media (max-width: 991px) {
  .better-new-jersey__arrow {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .better-new-jersey__arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.75rem;
  }
}
.better-new-jersey__arrow--prev {
  left: -2.125rem;
}
@media (max-width: 991px) {
  .better-new-jersey__arrow--prev {
    left: -0.625rem;
  }
}
.better-new-jersey__arrow--next {
  right: -2.125rem;
}
@media (max-width: 991px) {
  .better-new-jersey__arrow--next {
    right: -0.625rem;
  }
}
.better-new-jersey__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  top: auto !important;
  bottom: -3.875rem !important;
  position: absolute;
}
@media (max-width: 991px) {
  .better-new-jersey__dots {
    bottom: -2.5rem !important;
  }
}
.better-new-jersey__dot {
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  border-radius: 50%;
  background: rgba(141, 173, 167, 0.45);
  cursor: pointer;
  padding: 0;
}
@media (max-width: 991px) {
  .better-new-jersey__dot {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.better-new-jersey__dot.is-active {
  background: #8dada7;
}

.stay-updated {
  padding: 4.6875rem 0 12.1875rem;
}
@media (max-width: 991px) {
  .stay-updated {
    padding: 3.125rem 0 3.125rem;
  }
}
@media (max-width: 991px) {
  .stay-updated.desktop-cover > .wp-block-cover__image-background {
    display: none;
  }
}
.stay-updated__cover {
  padding: 0;
}
.stay-updated h2 {
  margin: 0 0 1.9375rem;
}
@media (max-width: 991px) {
  .stay-updated h2 {
    margin: 0 0 1.5625rem;
  }
}
.stay-updated p {
  font-size: 1.3125rem;
  line-height: 1.5em;
  margin: 0;
}
@media (max-width: 991px) {
  .stay-updated p {
    font-size: 1rem;
  }
}
.stay-updated p.section-label {
  margin-bottom: 3.25rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .stay-updated p.section-label {
    margin-bottom: 1.25rem;
  }
}
.stay-updated .wp-block-columns {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media (max-width: 991px) {
  .stay-updated .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
.stay-updated .gform_wrapper {
  margin: 2.9375rem 0 0;
  width: 100%;
  max-width: 43rem;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper {
    margin: 2.5rem 0 0;
  }
}
.stay-updated .gform_wrapper form .gform-body .gform_fields {
  gap: 1.3125rem;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input, .stay-updated .gform_wrapper form .gform-body .gform_fields select, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea {
  height: 3.75rem;
  border-radius: 0.8125rem;
  border: 0;
  background: white;
  color: #14685d;
  font-size: 1.4375rem;
  font-family: "Sora", sans-serif;
  padding: 0 1.375rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform-body .gform_fields input, .stay-updated .gform_wrapper form .gform-body .gform_fields select, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea {
    font-size: 1rem;
    height: 3.125rem;
    border-radius: 0.5rem;
    padding: 0 0.9375rem;
  }
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:-moz-placeholder {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:-ms-input-placeholder {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:placeholder-shown, .stay-updated .gform_wrapper form .gform-body .gform_fields select:placeholder-shown, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:placeholder-shown {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus {
  background: #ffffff;
  color: #14685d;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible::-webkit-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus::-webkit-input-placeholder {
  color: #14685d;
  opacity: 0.4;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible::-moz-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus::-moz-placeholder {
  color: #14685d;
  opacity: 0.4;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible:-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus:-ms-input-placeholder {
  color: #14685d;
  opacity: 0.4;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible::-ms-input-placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus::-ms-input-placeholder {
  color: #14685d;
  opacity: 0.4;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields input:focus-visible::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields input:focus::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus-visible::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields select:focus::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus-visible::placeholder, .stay-updated .gform_wrapper form .gform-body .gform_fields textarea:focus::placeholder {
  color: #14685d;
  opacity: 0.4;
}
.stay-updated .gform_wrapper form .gform-body .gform_fields textarea {
  padding: 1.375rem;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform-body .gform_fields textarea {
    padding: 0.9375rem;
  }
}
.stay-updated .gform_wrapper form .gform-body .gform_fields .gfield_error .gfield_repeater_cell label, .stay-updated .gform_wrapper form .gform-body .gform_fields .gfield_error label, .stay-updated .gform_wrapper form .gform-body .gform_fields .gfield_error legend, .stay-updated .gform_wrapper form .gform-body .gform_fields .gfield_validation_message, .stay-updated .gform_wrapper form .gform-body .gform_fields .validation_message, .stay-updated .gform_wrapper form .gform-body .gform_fields [aria-invalid=true] + label, .stay-updated .gform_wrapper form .gform-body .gform_fields label + [aria-invalid=true] {
  color: #ffffff;
  padding: 0;
  border: 0;
  background: none;
}
.stay-updated .gform_wrapper form .gform_footer {
  margin: 2rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform_footer {
    gap: 1.25rem;
    margin: 2.5rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stay-updated .gform_wrapper form .gform_footer::after {
  content: "*Required Field";
  position: relative;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #8dada7;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform_footer::after {
    font-size: 0.75rem;
  }
}
.stay-updated .gform_wrapper form .gform_footer input.gform_button {
  background-color: #f47f38;
  color: #ffffff;
  border-radius: 3.125rem;
  padding: 1.75rem 2.1875rem;
  text-decoration: none;
  border-radius: 3.125rem;
  cursor: pointer;
  border: 0;
  text-align: center;
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.1;
  width: auto;
  font-family: "Sora", sans-serif;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform_footer input.gform_button {
    padding: 0.75rem 1.25rem;
    min-width: 7.5rem;
    font-size: 1rem;
  }
}
.stay-updated .gform_wrapper form .gform_footer input.gform_button:hover {
  background-color: #ffffff;
  color: #f47f38;
  text-decoration: none;
}
.stay-updated .gform_wrapper form .gform_footer input.gform_button {
  margin: 0;
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  padding-right: 3.5rem;
}
@media (max-width: 991px) {
  .stay-updated .gform_wrapper form .gform_footer input.gform_button {
    background-position: right 1.25rem center;
    padding-right: 2.1875rem;
  }
}
.stay-updated .gform_wrapper form .gform_footer input.gform_button:hover {
  background-color: #c85f1e;
  color: #ffffff;
}

.gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: 0;
  background: none;
}

.donate-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.donate-popup button {
  font-family: "Sora", sans-serif;
  font-weight: normal;
}
.donate-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.donate-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}
.donate-popup__box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 42.9375rem;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 1.125rem;
  padding: 2.125rem 4.125rem 2.5rem;
  text-align: center;
  color: #151515;
  -webkit-box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.28);
          box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.28);
}
@media (max-width: 991px) {
  .donate-popup__box {
    padding: 2.1875rem 1.5625rem 1.875rem;
  }
}
.donate-popup__box h2 {
  margin: 0 0 1rem;
  color: #14685d;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 991px) {
  .donate-popup__box h2 {
    font-size: 1.25rem;
    margin: 0 0 0.625rem;
  }
}
.donate-popup__box p {
  max-width: 37.5rem;
  margin: 0 auto 1.0625rem;
  font-size: 1.125rem;
  line-height: 1.35em;
  color: #000000;
}
@media (max-width: 991px) {
  .donate-popup__box p {
    font-size: 0.9375rem;
  }
}
.donate-popup__close {
  position: absolute;
  right: 0.875rem;
  top: 0.75rem;
  width: 2.625rem;
  height: 2.625rem;
  border: 0;
  border-radius: 50%;
  background: #c8d9d5;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1;
  cursor: pointer;
}
.donate-popup__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  color: #14685d;
  font-size: 1.125rem;
  font-family: "Sora", sans-serif;
  font-weight: normal;
}
.donate-popup__label img {
  width: 1.375rem;
}
.donate-popup__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  background: #edf5f3;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 1.6875rem;
}
.donate-popup__tabs button {
  border: 0;
  border-radius: 0.4375rem;
  background: transparent;
  color: #14685d;
  font-size: 1.3125rem;
  line-height: 1;
  padding: 0.90625rem 1.25rem;
  cursor: pointer;
}
.donate-popup__tabs button.active {
  background: #14685d;
  color: #ffffff;
}
.donate-popup__amounts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
.donate-popup__amounts button {
  border: 0;
  border-radius: 0.5rem;
  background: #edf5f3;
  color: #14685d;
  font-size: 1.3125rem;
  padding: 1.203125rem 1.25rem;
  cursor: pointer;
}
.donate-popup__amounts button.active {
  background: #14685d;
  color: #ffffff;
}
.donate-popup__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #edf5f3;
  border-radius: 0.5rem;
  color: #14685d;
  font-size: 1.125rem;
  padding: 1.34375rem 1.5rem;
  margin-bottom: 1.8125rem;
  font-family: "Sora", sans-serif;
  font-weight: normal;
}
.donate-popup__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #111111;
  text-align: left;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: normal;
}
.donate-popup__note input {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.donate-popup__continue {
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  background: #f47f38;
  color: #ffffff;
  font-size: 1.625rem;
  padding: 1.796875rem 1.375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.625rem;
}
.donate-popup__continue::after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-top: 0.46875rem solid transparent;
  border-bottom: 0.46875rem solid transparent;
  border-left: 0.5rem solid;
}
.donate-popup__continue:hover {
  background-color: #c85f1e;
  color: #ffffff;
}

body.donate-popup-open {
  overflow: hidden;
}