/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/style.scss ***!
  \**************************************************************************************************************************************************************************************/
@keyframes hi {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.button {
  background: #267363;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 19px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  position: relative;
  -webkit-appearance: none;
}
.button:hover {
  transform: scale(1.05);
}
.button.button--cta {
  display: inline-block;
  background-color: #D6164A;
}
.button.button--cta:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
  float: right;
}
.button.button--centered {
  margin-left: auto;
  margin-right: auto;
}

.featured-image {
  height: 400px;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .featured-image {
    height: 734px;
    margin-top: 80px;
  }
}
.featured-image .featured-image__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.featured-image .featured-image__overlay {
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  position: absolute;
}

.gutenberg {
  display: flow-root;
}
.gutenberg img[class*=wp-image-] {
  height: auto;
}
.gutenberg a {
  color: #267363;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg .button, .gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #267363;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 19px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  position: relative;
  -webkit-appearance: none;
}
.gutenberg .button:hover, .gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  transform: scale(1.05);
}
.gutenberg .button.button--cta, .gutenberg .wp-block-buttons .wp-block-button .button--cta.wp-block-button__link {
  display: inline-block;
  background-color: #D6164A;
}
.gutenberg .button.button--cta:after, .gutenberg .wp-block-buttons .wp-block-button .button--cta.wp-block-button__link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
  float: right;
}
.gutenberg .button.button--centered, .gutenberg .wp-block-buttons .wp-block-button .button--centered.wp-block-button__link {
  margin-left: auto;
  margin-right: auto;
}
.gutenberg > .wp-block-buttons {
  max-width: 1200px;
  padding: 0 15px;
}
.gutenberg .wp-block-buttons {
  box-sizing: border-box;
  margin: 60px auto;
}
.gutenberg .wp-block-buttons.alignwide {
  max-width: 1400px;
}
.gutenberg .wp-block-buttons.alignfull {
  max-width: none;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg > .wp-block-columns {
  max-width: 1200px;
  padding: 0 15px;
}
.gutenberg .wp-block-columns {
  align-items: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
}
@media (min-width: 1200px) {
  .gutenberg .wp-block-columns {
    flex-direction: row;
  }
}
@media not all and (min-width: 1200px) {
  .gutenberg .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:first-child) > * {
    margin-top: 0;
  }
  .gutenberg .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:last-child) > * {
    margin-bottom: 0;
  }
}
.gutenberg .wp-block-columns.alignwide {
  max-width: 1400px;
}
.gutenberg .wp-block-columns.alignfull {
  max-width: none;
}
.gutenberg .wp-block-columns.is-not-stacked-on-mobile {
  flex-direction: row;
}
.gutenberg .wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.gutenberg .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.gutenberg .wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
.gutenberg .wp-block-columns.has-background {
  padding: 30px;
}
.gutenberg .wp-block-columns .wp-block-column {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.gutenberg .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.gutenberg .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.gutenberg .wp-block-columns .wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.gutenberg .wp-block-columns .wp-block-column > :first-child {
  margin-top: 0;
}
.gutenberg .wp-block-columns .wp-block-column > :last-child {
  margin-bottom: 0;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg .gform_wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.gutenberg .gform_wrapper .gfield_required.gfield_required_asterisk {
  color: #267363;
}
.gutenberg .gform_wrapper .gform_validation_errors {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.gutenberg .gform_wrapper .gform_validation_errors .gform_submission_error {
  align-items: center;
  color: #267363;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 10px;
  line-height: 1.625rem;
  margin: 0;
}
.gutenberg .gform_wrapper .gform_validation_errors .gform_submission_error span {
  left: auto;
  position: relative;
  top: auto;
}
.gutenberg .gform_wrapper .gform_validation_errors ol {
  margin: 0;
  padding: 0 0 0 40px;
}
.gutenberg .gform_wrapper .gform_validation_errors ol li .gform_validation_error_link {
  color: #267363;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.gutenberg .gform_wrapper .gform_heading {
  margin: 30px 0 0;
}
.gutenberg .gform_wrapper .gform_heading .gform_title {
  margin: 0;
}
.gutenberg .gform_wrapper .gform_heading .gform_description {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 15px 0;
}
.gutenberg .gform_wrapper .gform_heading .gform_required_legend {
  margin: 15px 0;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: unset;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  border: 1px solid #E8E6DB;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 15px;
  transition: border-color 0.15s;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:hover, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  border-color: #BBB9AD;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:focus-visible, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus-visible, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus-visible {
  outline: none;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  resize: vertical;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
  -moz-column-gap: 25px;
       column-gap: 25px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input {
  cursor: pointer;
  height: 22px;
  margin: 0 5px 0 0;
  position: relative;
  visibility: hidden;
  width: 22px;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input:hover::after, .gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input:focus::after,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input:hover::after,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input:focus::after {
  border-color: #BBB9AD;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input:checked::after,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input:checked::after {
  background: #267363;
  border-color: #267363;
  content: "\f00c";
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input::after,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input::after {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E8E6DB;
  border-radius: 50%;
  box-sizing: border-box;
  color: #FFFFFF;
  content: "";
  display: flex;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 0.75rem;
  height: 22px;
  justify-content: center;
  position: absolute;
  transition: border-color 0.15s;
  visibility: visible;
  width: 22px;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice label,
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice input::after {
  border-radius: 0;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .ginput_counter {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 0 10px 0;
  padding: 0;
}
.gutenberg .gform_wrapper .gform_body .gform_fields .gfield .gfield_validation_message {
  background: none;
  border: none;
  color: #267363;
}
.gutenberg .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.gutenberg > .wp-block-group {
  padding: 0 15px;
}
.gutenberg .wp-block-group {
  box-sizing: border-box;
}
.gutenberg .wp-block-group.alignwide {
  margin: 0 auto;
  max-width: 1400px;
}
.gutenberg .wp-block-group.alignfull {
  max-width: none;
}
.gutenberg .wp-block-group.has-background {
  padding: 30px;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg .heading, .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
  color: #92BB44;
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .gutenberg .heading, .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .gutenberg .heading, .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .gutenberg .heading, .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
    font-size: 5rem;
  }
}
.gutenberg .heading.heading--small, .gutenberg h1.heading--small, .gutenberg h2.heading--small, .gutenberg h3.heading--small, .gutenberg h4.heading--small, .gutenberg h5.heading--small, .gutenberg h6.heading--small, .gutenberg h2.heading, .gutenberg h2, .gutenberg h3.heading, .gutenberg h3, .gutenberg h4.heading, .gutenberg h4, .gutenberg h5.heading, .gutenberg h5, .gutenberg h6.heading, .gutenberg h6 {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .gutenberg .heading.heading--small, .gutenberg h1.heading--small, .gutenberg h2.heading--small, .gutenberg h3.heading--small, .gutenberg h4.heading--small, .gutenberg h5.heading--small, .gutenberg h6.heading--small, .gutenberg h2.heading, .gutenberg h2, .gutenberg h3.heading, .gutenberg h3, .gutenberg h4.heading, .gutenberg h4, .gutenberg h5.heading, .gutenberg h5, .gutenberg h6.heading, .gutenberg h6 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.gutenberg > h1, .gutenberg > h2, .gutenberg > h3, .gutenberg > h4, .gutenberg > h5, .gutenberg > h6 {
  max-width: 1400px;
  padding: 0 15px;
}
.gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
  box-sizing: border-box;
  margin: 60px auto;
}
.gutenberg h1.has-text-align-left, .gutenberg h2.has-text-align-left, .gutenberg h3.has-text-align-left, .gutenberg h4.has-text-align-left, .gutenberg h5.has-text-align-left, .gutenberg h6.has-text-align-left {
  text-align: left;
}
.gutenberg h1.has-text-align-center, .gutenberg h2.has-text-align-center, .gutenberg h3.has-text-align-center, .gutenberg h4.has-text-align-center, .gutenberg h5.has-text-align-center, .gutenberg h6.has-text-align-center {
  text-align: center;
}
.gutenberg h1.has-text-align-right, .gutenberg h2.has-text-align-right, .gutenberg h3.has-text-align-right, .gutenberg h4.has-text-align-right, .gutenberg h5.has-text-align-right, .gutenberg h6.has-text-align-right {
  text-align: right;
}
.gutenberg h1 {
  color: inherit;
}
.gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5, .gutenberg h6 {
  color: inherit;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg > .wp-block-image {
  max-width: 1200px;
  padding: 0 15px;
}
.gutenberg .wp-block-image {
  box-sizing: border-box;
  height: auto;
  margin: 60px auto;
}
.gutenberg .wp-block-image.alignwide img, .gutenberg .wp-block-image.alignfull img {
  width: 100%;
}
.gutenberg .wp-block-image.alignwide {
  max-width: 1400px;
}
.gutenberg .wp-block-image.alignfull {
  max-width: none;
}
.gutenberg .wp-block-image.alignleft, .gutenberg .wp-block-image.aligncenter, .gutenberg .wp-block-image.alignright {
  display: table;
}
.gutenberg .wp-block-image.alignleft figcaption, .gutenberg .wp-block-image.aligncenter figcaption, .gutenberg .wp-block-image.alignright figcaption {
  caption-side: bottom;
  display: table-caption;
}
.gutenberg .wp-block-image.alignleft {
  float: left;
}
.gutenberg .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.gutenberg .wp-block-image.alignright {
  float: right;
}
.gutenberg .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.gutenberg .wp-block-image figcaption {
  color: inherit;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg > ul, .gutenberg > ol {
  max-width: 1400px;
  padding: 0 15px;
}
.gutenberg ul, .gutenberg ol {
  box-sizing: border-box;
  list-style-position: inside;
  margin: 60px auto;
}
.gutenberg ul li, .gutenberg ol li {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}
.gutenberg ul li::marker, .gutenberg ol li::marker {
  color: #267363;
}
.gutenberg ul li > ul, .gutenberg ul li ol, .gutenberg ol li > ul, .gutenberg ol li ol {
  margin: 0;
}
.gutenberg ul li .rich-text, .gutenberg ol li .rich-text {
  display: inline;
}
.gutenberg ul.wp-list--timeline, .gutenberg ol.wp-list--timeline {
  padding-left: 15px;
  list-style: none;
}
.gutenberg ul.wp-list--timeline::before, .gutenberg ul.wp-list--timeline::after, .gutenberg ol.wp-list--timeline::before, .gutenberg ol.wp-list--timeline::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin-left: 7px;
  background-color: rgba(38, 115, 99, 0.5);
}
.gutenberg ul.wp-list--timeline li, .gutenberg ol.wp-list--timeline li {
  padding: 8px 0 8px 15px;
  margin-left: 10px;
  position: relative;
  border-left: 1px solid rgba(38, 115, 99, 0.5);
}
.gutenberg ul.wp-list--timeline li strong, .gutenberg ol.wp-list--timeline li strong {
  display: block;
  width: 50px;
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1em;
}
@media (min-width: 640px) {
  .gutenberg ul.wp-list--timeline li strong, .gutenberg ol.wp-list--timeline li strong {
    display: inline-block;
  }
}
.gutenberg ul.wp-list--timeline li::before, .gutenberg ol.wp-list--timeline li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #92BB44;
  position: absolute;
  top: 18px;
  left: -4px;
}
.gutenberg ul.wp-list--timeline li::marker, .gutenberg ol.wp-list--timeline li::marker {
  color: #92BB44;
  font-size: 1.2em;
  display: none;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg h1 + p,
.gutenberg h2 + p,
.gutenberg h3 + p,
.gutenberg h4 + p,
.gutenberg h5 + p,
.gutenberg h6 + p {
  margin-top: -45px;
}
.gutenberg > p {
  max-width: 1400px;
  padding: 0 15px;
}
.gutenberg p {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 60px auto;
}
.gutenberg p.has-text-align-left {
  text-align: left;
}
.gutenberg p.has-text-align-center {
  text-align: center;
}
.gutenberg p.has-text-align-right {
  text-align: right;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Inter-Regular.woff2) format("woff2"), url(../fnt/Inter-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Inter-SemiBold.woff2) format("woff2"), url(../fnt/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Inter-Bold.woff2) format("woff2"), url(../fnt/Inter-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/Quicksand-Regular.woff2) format("woff2"), url(../fnt/Quicksand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url(../fnt/Quicksand-SemiBold.woff2) format("woff2"), url(../fnt/Quicksand-SemiBold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/Quicksand-Bold.woff2) format("woff2"), url(../fnt/Quicksand-Bold.woff) format("woff");
}
.gutenberg > .wp-block-table {
  max-width: 1200px;
  padding: 0 15px;
}
.gutenberg .wp-block-table {
  box-sizing: border-box;
  margin: 60px auto;
  overflow: auto;
}
.gutenberg .wp-block-table.alignwide {
  max-width: 1400px;
}
.gutenberg .wp-block-table.alignfull {
  max-width: none;
}
.gutenberg .wp-block-table.is-style-regular table {
  border-collapse: collapse;
}
.gutenberg .wp-block-table.is-style-regular table thead tr th, .gutenberg .wp-block-table.is-style-regular table thead tr td,
.gutenberg .wp-block-table.is-style-regular table tbody tr th,
.gutenberg .wp-block-table.is-style-regular table tbody tr td,
.gutenberg .wp-block-table.is-style-regular table tfoot tr th,
.gutenberg .wp-block-table.is-style-regular table tfoot tr td {
  border: 1px solid #000000;
}
.gutenberg .wp-block-table.is-style-stripes table thead {
  background: #267363;
}
.gutenberg .wp-block-table.is-style-stripes table thead tr th {
  color: #FFFFFF;
  font-weight: 400;
  text-align: left;
}
.gutenberg .wp-block-table.is-style-stripes table tbody tr {
  background: #FFFFF5;
}
.gutenberg .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.gutenberg .wp-block-table.is-style-stripes table tfoot tr {
  background: #66ccb7;
}
.gutenberg .wp-block-table table {
  border-spacing: 0;
  width: 100%;
}
.gutenberg .wp-block-table table thead,
.gutenberg .wp-block-table table tfoot {
  border: none;
}
.gutenberg .wp-block-table table thead tr th, .gutenberg .wp-block-table table thead tr td,
.gutenberg .wp-block-table table tbody tr th,
.gutenberg .wp-block-table table tbody tr td,
.gutenberg .wp-block-table table tfoot tr th,
.gutenberg .wp-block-table table tfoot tr td {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding: 15px 20px;
}
.gutenberg .wp-block-table table thead tr th.has-text-align-left, .gutenberg .wp-block-table table thead tr td.has-text-align-left,
.gutenberg .wp-block-table table tbody tr th.has-text-align-left,
.gutenberg .wp-block-table table tbody tr td.has-text-align-left,
.gutenberg .wp-block-table table tfoot tr th.has-text-align-left,
.gutenberg .wp-block-table table tfoot tr td.has-text-align-left {
  text-align: left;
}
.gutenberg .wp-block-table table thead tr th.has-text-align-center, .gutenberg .wp-block-table table thead tr td.has-text-align-center,
.gutenberg .wp-block-table table tbody tr th.has-text-align-center,
.gutenberg .wp-block-table table tbody tr td.has-text-align-center,
.gutenberg .wp-block-table table tfoot tr th.has-text-align-center,
.gutenberg .wp-block-table table tfoot tr td.has-text-align-center {
  text-align: center;
}
.gutenberg .wp-block-table table thead tr th.has-text-align-right, .gutenberg .wp-block-table table thead tr td.has-text-align-right,
.gutenberg .wp-block-table table tbody tr th.has-text-align-right,
.gutenberg .wp-block-table table tbody tr td.has-text-align-right,
.gutenberg .wp-block-table table tfoot tr th.has-text-align-right,
.gutenberg .wp-block-table table tfoot tr td.has-text-align-right {
  text-align: right;
}
.gutenberg .wp-block-table figcaption {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 15px;
  text-align: center;
}

.heading {
  color: #92BB44;
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .heading {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .heading {
    font-size: 5rem;
  }
}
.heading.heading--small {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading.heading--small {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.hero {
  top: 45%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.hero .hero__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hero .hero__container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.hero .hero__container .hero__heading {
  color: #FFFFFF;
  margin: 30px 30px 15px;
  font-size: 40px;
}
@media (min-width: 1200px) {
  .hero .hero__container .hero__heading {
    margin: 15px;
    width: 70%;
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .hero .hero__container .hero__heading {
    width: 65%;
    font-size: 80px;
  }
}
.hero .hero__container .hero__text {
  color: #FFFFFF;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 15px 30px 30px;
}
@media (min-width: 1200px) {
  .hero .hero__container .hero__text {
    margin: 15px;
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .hero .hero__container .hero__text {
    width: 65%;
  }
}
.hero .hero__container .hero__buttons {
  margin: 30px;
}
@media (min-width: 1200px) {
  .hero .hero__container .hero__buttons {
    margin: 15px;
  }
}
.hero .hero__container .hero__buttons .hero__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .hero .hero__container .hero__buttons .hero__list {
    flex-direction: row;
  }
}
.logo {
  display: block;
  border-radius: 10px;
  background-color: #FAFAFA;
  box-shadow: 0 0 20px rgb(250, 250, 250);
  padding-bottom: 5px;
}
.logo .logo__image {
  display: block;
  height: 35px;
  width: auto;
  margin: 8px 15px 0 15px;
}
@media (min-width: 768px) {
  .logo .logo__image {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .logo .logo__image {
    height: 75px;
    margin: 5px 15px 0 15px;
  }
}

.menu.menu--header {
  background: #fafafa;
  height: calc(100% - 80px);
  left: 0;
  margin-left: auto;
  max-height: 100vh;
  max-width: 100vw;
  position: fixed;
  top: 0;
  transform: translateY(calc(-100% - 80px));
  width: 100%;
}
.menu.menu--header::after {
  content: "";
  display: block;
  width: 100%;
  height: 66px;
  background: transparent;
  background-image: url(../img/header-rip.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 866px 80px;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (min-width: 1200px) {
  .menu.menu--header {
    align-items: center;
    background: none;
    display: flex;
    height: auto;
    left: auto;
    max-height: none;
    max-width: none;
    position: static;
    top: auto;
    transform: none;
    width: auto;
  }
  .menu.menu--header::after {
    display: none;
  }
}
.menu.menu--header.menu--mobile {
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .menu.menu--header.menu--mobile {
    transition: none;
  }
}
.menu.menu--header.menu--open {
  transform: translateY(0%);
}
@media (min-width: 1200px) {
  .menu.menu--header.menu--open {
    transform: none;
  }
}
.menu.menu--header .menu__buttons {
  display: flex;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__buttons {
    display: none;
  }
}
.menu.menu--header .menu__buttons .menu__button {
  align-items: center;
  background: #267363;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin: 6px;
  padding: 0;
  transition: background 0.15s;
  width: 48px;
}
.menu.menu--header .menu__buttons .menu__button.menu__button--close {
  background: #92BB44;
  color: #FFFFFF;
  margin: 6px 6px 6px auto;
}
.menu.menu--header .menu__buttons .menu__button.menu__button--close:hover {
  background: #133a32;
}
.menu.menu--header .menu__buttons .menu__button.menu__button--previous {
  background: #92BB44;
  color: #FFFFFF;
  margin: 6px auto 6px 6px;
}
.menu.menu--header .menu__buttons .menu__button.menu__button--previous:hover {
  background: #133a32;
}
.menu.menu--header .menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item.menu__list-item--has-children:hover .menu {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.menu.menu--header .menu__list .menu__list-item.menu__list-item--has-children > .menu__anchor {
  align-items: baseline;
  display: flex;
}
.menu.menu--header .menu__list .menu__list-item.menu__list-item--has-children > .menu__anchor::after {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 0 auto;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item.menu__list-item--has-children > .menu__anchor::after {
    content: "\f078";
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0 0 0 15px;
  }
}
.menu.menu--header .menu__list .menu__list-item .menu__anchor {
  color: #121212;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 15px 30px 15px 60px;
  text-decoration: none;
  transition: background 0.15s;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu__anchor {
    color: #121212;
    font-size: 1rem;
    transition: color 0.15s;
    padding: 15px 20px;
  }
}
@media (min-width: 1400px) {
  .menu.menu--header .menu__list .menu__list-item .menu__anchor {
    padding: 15px 30px;
  }
}
.menu.menu--header .menu__list .menu__list-item .menu__anchor:hover {
  color: #92BB44;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu__anchor:hover {
    background: none;
    color: #267363;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu {
    background: #92BB44;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    min-width: 300px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu.menu--desktop {
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu .menu__list {
    display: block;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu .menu__list .menu__anchor {
    color: #FFFFFF;
    padding: 10px 30px;
    transition: color 0.15s;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item .menu .menu__list .menu__anchor:hover {
    color: #267363;
  }
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item.wpml-ls-menu__list-item {
    margin: 0 15px 0 0;
  }
}
.menu.menu--header .menu__list .menu__list-item.wpml-ls-menu__list-item .menu__anchor {
  border: 1px solid #212121;
  border-radius: 2px;
}
.menu.menu--header .menu__list .menu__list-item.btn {
  color: #fff;
  max-width: 150px;
  margin: 30px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .menu.menu--header .menu__list .menu__list-item.btn {
    margin: 0 15px 0 0;
  }
}
.menu.menu--header .menu__list .menu__list-item.btn .menu__anchor {
  background-color: #D6164A;
  border-radius: 2px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.menu.menu--header .menu__list .menu__list-item.btn .menu__anchor:hover {
  background-color: #e81e54;
}
.menu.menu--header .menu__list .menu__list-item.btn .menu__anchor:hover::before {
  animation-name: hi;
  animation-duration: 1s;
  animation-iteration-count: 2;
}
.menu.menu--header .menu__list .menu__list-item.btn .menu__anchor:before {
  content: "\e1a7";
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.menu.menu--footer-top {
  margin: 15px 15px 0;
}
@media (min-width: 1200px) {
  .menu.menu--footer-top {
    margin: 15px;
  }
}
.menu.menu--footer-top .menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu.menu--footer-top .menu__list .menu__list-item .menu__anchor {
  color: #A3ACBE;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  padding: 5px 0;
  text-decoration: none;
}
.menu.menu--footer-top .menu__list .menu__list-item .menu__anchor:hover {
  text-decoration: underline;
}
.menu.menu--footer-bottom {
  display: flex;
  justify-content: center;
  margin: 30px;
}
.menu.menu--footer-bottom .menu__list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .menu.menu--footer-bottom .menu__list {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .menu.menu--footer-bottom .menu__list .menu__list-item {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .menu.menu--footer-bottom .menu__list .menu__list-item:last-of-type {
    border: none;
  }
}
.menu.menu--footer-bottom .menu__list .menu__list-item .menu__anchor {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 15px;
}
.pagination .pagination__list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .pagination__list .pagination__list-item .pagination__current,
.pagination .pagination__list .pagination__list-item .pagination__anchor {
  align-items: center;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.pagination .pagination__list .pagination__list-item .pagination__current {
  background: #267363;
  color: #FFFFFF;
}
.pagination .pagination__list .pagination__list-item .pagination__anchor {
  background: #FFFFFF;
  color: #414B53;
  text-decoration: none;
}
.pagination .pagination__list .pagination__list-item .pagination__anchor.pagination__anchor--previous, .pagination .pagination__list .pagination__list-item .pagination__anchor.pagination__anchor--next {
  font-size: 0.75rem;
}

.post.post--404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
}
.post.post--404 .post__header {
  bottom: auto;
  left: auto;
  position: static;
  width: auto;
}
@media (min-width: 1200px) {
  .post.post--404 .post__header {
    margin: 0;
  }
}
.post.post--404 .post__header .post__heading {
  margin: 0;
}
@media (min-width: 1200px) {
  .post.post--404 .post__header .post__heading {
    margin: 0;
  }
}
.post.post--404 .post__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 15px;
}
.post.post--404 .post__content .post__heading {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
}
@media (min-width: 1200px) {
  .post.post--404 .post__content .post__heading {
    margin: 0;
  }
}
.post.post--404 .post__content .post__paragraph {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
}
.post .post__header {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .post .post__header {
    margin: 0 0 90px 0;
  }
}
.post .post__header .post__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1200px) {
  .post .post__header .post__container {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.post .post__header .post__container .post__date,
.post .post__header .post__container .post__archive {
  color: #FFFFFF;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 30px 30px 15px 30px;
}
@media (min-width: 1200px) {
  .post .post__header .post__container .post__date,
.post .post__header .post__container .post__archive {
    margin: 15px;
  }
}
.post .post__header .post__container .post__heading {
  color: #FFFFFF;
  margin: 15px 30px 30px 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .post .post__header .post__container .post__heading {
    margin: 15px;
  }
}

.downunder {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 7;
  transition: all 0.3s ease;
}
@media (max-height: 1024px) {
  .downunder {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .downunder {
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.downunder i {
  animation-name: jump;
  animation-duration: 2s;
  animation-iteration-count: 3;
}
.downunder:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.downunder:hover i {
  animation-iteration-count: infinite;
}

.post-tile {
  background: #FFFFFF;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.post-tile .post-tile__anchor {
  display: flow-root;
  text-decoration: none;
}
.post-tile .post-tile__anchor:hover .post-tile__featured-image img {
  transform: scale(1.05);
}
.post-tile .post-tile__anchor .post-tile__featured-image {
  height: 250px;
  overflow: hidden;
  margin-top: 0;
}
.post-tile .post-tile__anchor .post-tile__featured-image img {
  transition: transform 0.15s;
}

.post-tiles {
  background: #FFFFF5;
  display: flow-root;
  padding-bottom: 100px;
}
.post-tiles .post-tiles__header {
  background-color: #83a83d;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .post-tiles .post-tiles__header {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .post-tiles .post-tiles__header {
    padding-top: 150px;
  }
}
.post-tiles .post-tiles__header .post-tiles__heading {
  margin: 30px 15px;
  color: #fff;
}
@media (min-width: 1440px) {
  .post-tiles .post-tiles__container {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.post-tiles .post-tiles__container .post-tiles__list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 30px 15px;
  padding: 0;
}
@media (min-width: 640px) {
  .post-tiles .post-tiles__container .post-tiles__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .post-tiles .post-tiles__container .post-tiles__list {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 60px 15px;
  }
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__news {
  background-color: transparent;
  box-shadow: none;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__news .post-tile__featured-image {
  background-color: #267363;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__news .post-tile__heading {
  color: #242424;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__news .post-tile__heading:after {
  content: "\f178";
  padding-left: 8px;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product {
  display: flex;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__anchor {
  display: flex;
  flex-direction: column;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__featured-image {
  flex-shrink: 0;
  flex-grow: 0;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content {
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__content--bottom {
  margin-top: auto;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__heading {
  color: #242424;
  font-family: "Quicksand", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__excerpt {
  font-family: "Inter", sans-serif;
  color: #555;
  line-height: 1.4;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__specs {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  color: #242424;
  font-family: "Quicksand", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__specs i {
  color: #92BB44;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates {
  padding: 15px 15px 10px 15px;
  text-align: center;
  color: #777;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates ul li {
  min-width: 44px;
  height: 44px;
  max-width: 48px;
  position: relative;
  transform-origin: center;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates ul li label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  background-color: #fff;
  white-space: nowrap;
  font-size: 0.75em;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
  pointer-events: none;
  z-index: 2;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.post-tiles .post-tiles__container .post-tiles__list .post-tiles__list-item .post-tile__product .post-tile__content .post-tile__certificates ul li:hover label {
  opacity: 1;
  transition-delay: 1s;
}

.site-main--404 {
  position: relative;
}
.site-main--404 .post--404 {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 3;
  background-image: linear-gradient(45deg, transparent 20%, #222 25%, transparent 25%), linear-gradient(-45deg, transparent 20%, #222 25%, transparent 25%), linear-gradient(-45deg, transparent 75%, #222 80%, transparent 0);
  background-size: 30px 30px, 30px 30px;
  background-color: #000;
}
.site-main--404 .post__description {
  text-align: center;
  line-height: 1.4;
}
.site-main--404 .button {
  display: inline-block;
  margin: 0 auto;
}

.site-footer {
  position: relative;
  padding-top: 33px;
}
.site-footer::after {
  content: " ";
  background: transparent;
  background-image: url(../img/grond.webp);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 866px 80px;
  height: 66px;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .site-footer::after {
    background-image: url(../img/grond@2x.webp);
    height: 100px;
    background-size: 1440px 133px;
  }
}
.site-footer .site-footer__bottom {
  background-color: #352105;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
.site-footer .site-footer__bottom .site-footer__container {
  margin: 0px auto;
  max-width: 1400px;
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper {
  padding: 15px 15px 30px 15px;
}
@media (min-width: 1200px) {
  .site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper {
    align-items: center;
    display: flex;
  }
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 15px;
  }
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__company-name,
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__email-address,
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__phone-number {
  color: #fff;
  text-decoration: none;
  margin: 10px auto;
}
@media (min-width: 1200px) {
  .site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__company-name,
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__email-address,
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__phone-number {
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__contact .site-footer__phone-number {
    border: none;
  }
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__social-media {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 30px;
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__social-media .site-footer__social-medium {
  align-items: center;
  background: #643e09;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s;
  width: 32px;
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__social-media .site-footer__social-medium:hover {
  background: #7b4d0c;
  transform: scale(1.05);
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__website {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 30px;
}
@media (min-width: 768px) {
  .site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__website {
    margin-left: auto;
  }
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__website .site-footer__website-text {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.site-footer .site-footer__bottom .site-footer__container .site-footer__wrapper .site-footer__website .site-footer__website-anchor .site-footer__website-image {
  height: 16px;
}

body::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: ""; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 8;
}
@media (min-width: 1200px) {
  body::after {
    height: 133px;
  }
}

.site-header {
  background: transparent;
  background-image: url(../img/header-rip.webp);
  background-position: -50px bottom;
  background-repeat: repeat-x;
  background-size: 866px 80px;
  height: 66px;
  padding-bottom: 14px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .site-header {
    background-image: url(../img/header-rip@x2.webp);
    height: 100px;
    padding-bottom: 33px;
    background-size: 1440px 133px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    height: 100px;
    padding-bottom: 33px;
    background-position: -50px bottom;
  }
  .site-header::after {
    height: 133px;
  }
}
.site-header .site-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .site-header .site-header__container {
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
  }
}
.site-header .site-header__container .site-header__navigation {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 1200px) {
  .site-header .site-header__container .site-header__navigation {
    flex-direction: row;
  }
}
.site-header .site-header__container .site-header__button {
  align-items: center;
  background: #267363;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  padding: 0;
  transition: background 0.15s;
  width: 48px;
  margin: 6px 6px 6px 6px;
}
.site-header .site-header__container .site-header__button.site-header__button--right {
  margin-left: auto;
}
.site-header .site-header__container .site-header__button.site-header__button--contact {
  background: #FFFFF5;
  color: #267363;
}
@media (min-width: 1200px) {
  .site-header .site-header__container .site-header__button.site-header__button--contact {
    display: none;
  }
}
.site-header .site-header__container .site-header__button.site-header__button--contact:hover {
  background: #ffffa9;
}
.site-header .site-header__container .site-header__button.site-header__button--menu {
  background: #92BB44;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .site-header .site-header__container .site-header__button.site-header__button--menu {
    display: none;
  }
}
.site-header .site-header__container .site-header__button.site-header__button--menu:hover {
  background: #133a32;
}

.language-switcher {
  width: 60px;
}
@media (min-width: 1200px) {
  .language-switcher {
    margin-right: 15px;
  }
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 36px;
}
@media (min-width: 1200px) {
  .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    height: 38px;
  }
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  border: none !important;
  position: absolute;
  right: 10px;
  top: auto;
  font-family: "Font Awesome 6 Pro";
  color: #212121;
}
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFF5;
}
body .site-footer {
  margin-top: auto;
}
