/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff");
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff");
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff");
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff");
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff");
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
.page-section__heading {
  margin-top: 3rem;
  padding: 2rem 0;
  text-align: center;
}
.page-section__title {
  font-family: Anton, "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.1176470588rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: #008943;
}
@media (min-width: 768px) {
  .page-section__title {
    font-size: 3.7647058824rem;
  }
}
.page-section__intro {
  margin-top: 0.1176470588rem;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.0588235294rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #008943;
}
@media (min-width: 768px) {
  .page-section__intro {
    font-size: 1.4117647059rem;
  }
}

.page-section__heading--bg {
  background-color: #008943;
  color: #FFFFFF;
}
.page-section__heading--bg .page-section__title,
.page-section__heading--bg .page-section__intro {
  color: currentColor;
}

.page-section__heading--bg-offset-right {
  background-color: #008943;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .page-section__heading--bg-offset-right {
    position: relative;
    overflow: hidden;
    background: none;
  }
  .page-section__heading--bg-offset-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #008943;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.page-section__heading--bg-offset-right .page-section__heading-content {
  position: relative;
}
.page-section__heading--bg-offset-right .page-section__title,
.page-section__heading--bg-offset-right .page-section__intro {
  color: currentColor;
}

.page-section__heading--bg-offset-left {
  background-color: #008943;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .page-section__heading--bg-offset-left {
    position: relative;
    overflow: hidden;
    background: none;
  }
  .page-section__heading--bg-offset-left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #008943;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.page-section__heading--bg-offset-left .page-section__heading-content {
  position: relative;
}
.page-section__heading--bg-offset-left .page-section__title,
.page-section__heading--bg-offset-left .page-section__intro {
  color: currentColor;
}