:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}
body {
  font-family: Inter, sans-serif;
}

.fp-hero__banner {
  background-image: url("../img/hero.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding-block: 9.5rem;
}
@media (max-width: 1079px) {
  .fp-hero__banner {
    background-position: center left 70%;
  }
}
@media (max-width: 575px) {
  .fp-hero__banner {
    background-image: url("../img/hero-sm.png");
    padding-top: 35vh;
    padding-bottom: 1.5rem;
    text-align: center;
    background-position: right top;
  }
  .fp-hero__banner .row.align-items-center {
    align-items: flex-end !important;
  }
}
.fp-hero__banner h1 {
  color: #fff;
  background: #03193b;
  display: inline-flex;
  padding: 0 0.3125rem;
  font-size: 4.0625rem;
}
@media (max-width: 1199px) {
  .fp-hero__banner h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .fp-hero__banner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 399px) {
  .fp-hero__banner h1 {
    font-size: 2.25rem;
  }
}
.fp-hero__banner h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.fp-hero__banner p {
  font-size: 1.75rem;
  line-height: 130%;
}
@media (max-width: 991px) {
  .fp-hero__banner p {
    font-size: 1.25rem;
  }
}
.fp-hero__banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
}
.fp-hero__content {
  position: relative;
  z-index: 2;
  height: 0;
  overflow: visible;
}
@media (max-width: 1079px) {
  .fp-hero__content {
    height: auto;
  }
}
.fp-hero__card {
  margin-top: -4rem;
  margin-bottom: -6rem;
  padding: 2.5rem;
  background: #03193b;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
}
.fp-hero__card p {
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .fp-hero__card p {
    font-size: 0.9375rem;
    text-wrap: pretty;
  }
}
@media (max-width: 1079px) {
  .fp-hero__card {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .fp-hero__card {
    padding-block: 2.5rem;
  }
}
.fp-hero__intro {
  color: #348a00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .fp-hero__intro {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fp-hero__intro {
    font-size: 1rem;
    text-wrap: balance;
  }
}

.fp-banner {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 2.5rem;
  background: #348a00;
}
.fp-banner__heading {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  text-wrap: balance;
}
.fp-banner__heading + .fp-banner__heading {
  margin-top: 1rem;
}
@media (max-width: 1079px) {
  .fp-banner__heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .fp-banner__heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 1079px) {
  .fp-banner {
    padding-block: 2.5rem;
  }
}

.home .join {
  padding-block: 5rem;
}
@media (max-width: 767px) {
  .home .join {
    padding-block: 2.5rem;
  }
}
.home .join h2 {
  font-size: 33px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .home .join h2 {
    font-size: 1.5rem;
  }
}

.fp-gtf {
  padding-block: 5rem;
  background: #03193b;
}
.fp-gtf__heading {
  font-size: 33px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fp-gtf__heading {
    font-size: 1.75rem;
  }
}
.fp-gtf__facts {
  display: flex;
  flex-direction: column;
}
.fp-gtf__fact {
  position: relative;
  padding-left: 0;
}
.fp-gtf__fact:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #203A63;
}
.fp-gtf__intro {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.fp-gtf__fact-body {
  display: flow-root;
}
.fp-gtf__fact-image {
  display: block;
  width: clamp(10rem, 26%, 16rem);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  shape-outside: margin-box;
}
.fp-gtf__fact-image--left {
  float: left;
  margin: 0 2.5rem 0.5rem 0;
}
.fp-gtf__fact-image--right {
  float: right;
  margin: 0 0 0.5rem 2.5rem;
}
.fp-gtf__fact-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  padding-right: 0.5rem;
  height: auto;
}
.fp-gtf__fact-title {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.fp-gtf__fact-title-sub {
  display: block;
  margin-top: 0.35rem;
  color: #F5BF00;
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.3;
}
.fp-gtf__list {
  margin: 0;
  padding-left: 1.25em;
  list-style: disc;
}
.fp-gtf__list li::marker {
  color: #348a00;
  font-size: 1.25em;
}
.fp-gtf__list p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fp-gtf__list p {
    font-size: 0.9375rem;
  }
}
.fp-gtf__list li + li {
  margin-top: 0.75rem;
}
.fp-gtf__closing {
  margin-top: 3rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fp-gtf {
    padding-block: 2.5rem;
  }
  .fp-gtf__fact:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .fp-gtf__fact--has-image {
    display: flex;
    flex-direction: column;
  }
  .fp-gtf__fact-body {
    display: contents;
  }
  .fp-gtf__fact-image {
    float: none !important;
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0 0 1.25rem;
    aspect-ratio: 2/2;
    object-fit: cover;
    object-position: center;
  }
  .fp-gtf__fact-title {
    order: 2;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
  .fp-gtf__list {
    order: 3;
  }
  .fp-gtf__list li + li {
    margin-top: 0.625rem;
  }
  .fp-gtf__fact-icon {
    width: 40px;
    padding-right: 0.5rem;
  }
}
.fp-gtf .underline-green {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #348a00;
}
@media (max-width: 767px) {
  .fp-gtf .underline-green {
    font-size: 18px;
  }
}
