/*
Theme Name: WebNL
Description: Een WordPress thema door WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 2.0
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
}
html.no-scroll {
  overflow-y: hidden;
}
@media only screen and (max-width: 1170px) {
  html.no-scroll-mobile {
    overflow-y: hidden;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #44BF02;
  background-color: white;
  font-family: "Nunito Sans", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
}

p, ul, ol, a, .p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  p, ul, ol, a, .p {
    font-size: 16px;
    line-height: 150%;
  }
}

p > span, p.bold, ul > span, ul.bold, ol > span, ol.bold, span > span, span.bold, .p > span, .p.bold {
  font-weight: 570;
}
p.small, ul.small, ol.small, span.small, .p.small {
  font-size: 16px;
  line-height: 150%;
}
p.white, ul.white, ol.white, span.white, .p.white {
  color: white;
}

a {
  color: #0F5C5C;
  text-decoration: none;
}
a.bold {
  font-weight: 570;
}
a.small {
  font-size: 16px;
  line-height: 150%;
}
a.white {
  color: white;
}

h1, .h1 {
  color: #44BF02;
  text-align: start;
  font-family: "Quicksand", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin: 0;
  text-wrap: wrap;
}
h1.white, .h1.white {
  color: white;
}
h1 > span, h1.bold, .h1 > span, .h1.bold {
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  h1, .h1 {
    font-size: 48px;
    letter-spacing: -1.44px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}

h2, .h2 {
  color: #44BF02;
  text-align: start;
  font-family: "Quicksand", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.44px;
  margin: 0;
  text-wrap: wrap;
}
h2.white, .h2.white {
  color: white;
}
h2 > span, h2.bold, .h2 > span, .h2.bold {
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  h2, .h2 {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 30px;
    letter-spacing: -0.86px;
  }
}

h3, .h3 {
  color: #44BF02;
  text-align: start;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.08px;
  margin: 0;
  text-wrap: wrap;
}
h3.white, .h3.white {
  color: white;
}
h3 > span, h3.bold, .h3 > span, .h3.bold {
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  h3, .h3 {
    font-size: 24px;
    letter-spacing: -0.64px;
  }
}

blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 4px solid #44BF02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  padding: 96px 0;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 64px 0;
  }
}
body.has-notification section {
  scroll-margin-top: 132px;
}
section.bg-transparent {
  background-color: transparent;
}
section.bg-transparent:not(.has-bg-image) + section.bg-transparent.bg-transparent:not(.has-bg-image) {
  padding-top: 0;
}
section.bg-green {
  background-color: rgba(68, 191, 2, 0.1490196078);
}
section.bg-green:not(.has-bg-image) + section.bg-green.bg-green:not(.has-bg-image) {
  padding-top: 0;
}
section.bg-teal {
  background-color: rgba(15, 92, 92, 0.1490196078);
}
section.bg-teal:not(.has-bg-image) + section.bg-teal.bg-teal:not(.has-bg-image) {
  padding-top: 0;
}
section.content .layout-container *:first-child {
  margin-top: 0;
}
section.content .layout-container *:last-child {
  margin-bottom: 0;
}

.section--header .control-buttons, .section--footer .control-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
}
.section--header .control-buttons .prev, .section--header .control-buttons .next, .section--footer .control-buttons .prev, .section--footer .control-buttons .next {
  padding: 10px;
  border: none;
  background: #44BF02;
  min-width: 46px;
  min-height: 46px;
  border-radius: 8px;
}
.section--header .control-buttons .prev:hover, .section--header .control-buttons .next:hover, .section--footer .control-buttons .prev:hover, .section--footer .control-buttons .next:hover {
  cursor: pointer;
}
.section--header .control-buttons .prev svg, .section--header .control-buttons .next svg, .section--footer .control-buttons .prev svg, .section--footer .control-buttons .next svg {
  height: 24px;
  width: 24px;
}
.section--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .section--header {
    margin-bottom: 24px;
  }
}
.section--header .title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.section--header .btn, .section--header .control-buttons {
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .section--header .btn, .section--header .control-buttons {
    display: none;
  }
}
.section--footer {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 24px;
}
@media only screen and (max-width: 800px) {
  .section--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.layout-container--inset {
  width: 100%;
  max-width: 750px;
}
.layout-container--inset--center {
  margin: 0 auto;
}
.layout-container--inset .content_text + .content_buttons {
  margin-top: 20px;
}
.layout-container--inset .content_accordion + .content_accordion {
  margin-top: 20px;
}
.layout-container {
  padding: 0 64px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.7);
}

#swipebox-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #swipebox-close {
    top: 25px;
    right: 25px;
  }
}

#swipebox-slider .slide .swipebox-video-container {
  padding: 0 !important;
}

#spotify-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#spotify-popup-content {
  position: relative;
  max-width: 1080px;
  aspect-ratio: 16/9;
  width: 90%;
  padding: 0;
  border-radius: 12px;
}

#spotify-popup-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #spotify-popup-close {
    top: 25px;
    right: 25px;
  }
}

#spotify-popup-iframe-container {
  padding: 0 !important;
  height: 100%;
}

#spotify-popup-iframe-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

#spotify-popup-overlay[data-active-type=track] #spotify-popup-content {
  max-width: 1080px;
  height: 352px;
  aspect-ratio: unset;
}

#spotify-popup-overlay[data-active-type=video] #spotify-popup-content {
  max-width: 1080px;
  aspect-ratio: 16/9;
}

.logo {
  height: 100%;
  width: 100%;
}
.logo img {
  max-height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo--center img {
  margin: 0 auto;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/**
 * Partials: Template Parts
 */
.contact-hero {
  margin-top: 100px;
  padding-top: 32px;
}
body.has-notification .contact-hero {
  margin-top: 132px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero {
    padding-top: 16px;
  }
}
.contact-hero .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}
.contact-hero--form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background-color: #0F5C5C;
  padding: 64px;
  border-radius: 24px;
}
@media only screen and (max-width: 1000px) {
  .contact-hero--form {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .contact-hero--form {
    padding: 48px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-hero--form {
    padding: 32px;
  }
}
.contact-hero--form--title {
  text-align: start;
}
.contact-hero--form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-hero--form .gform_wrapper .gfield {
  position: relative;
  list-style: none;
}
.contact-hero--form .gform_wrapper .gfield:has(.ginput_container_consent) .gfield_label,
.contact-hero--form .gform_wrapper legend.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.contact-hero--form .gform_wrapper .gfield--type-honeypot,
.contact-hero--form .gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.contact-hero--form .gform_wrapper .gfield.gfield_visibility_hidden, .contact-hero--form .gform_wrapper .gfield.gfield_visibility_administrative, .contact-hero--form .gform_wrapper .gfield.gform_hidden, .contact-hero--form .gform_wrapper .gfield.gf_hidden, .contact-hero--form .gform_wrapper .gfield.gf_invisible {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_hidden, .contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_administrative, .contact-hero--form .gform_wrapper .gform_fields.grid_layout .gfield.gform_hidden {
  grid-row: auto !important;
}
.contact-hero--form .gform_wrapper .gfield .ginput_container .gfield_description {
  color: white !important;
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label {
  position: absolute;
  top: 25px;
  left: 12px;
  right: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(calc(-50% - 11px)) scale(0.75);
          transform: translateY(calc(-50% - 11px)) scale(0.75);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label {
  top: 2px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(4px) scale(0.75);
          transform: translateY(4px) scale(0.75);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(11px) scale(1);
          transform: translateY(11px) scale(1);
}
.contact-hero--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):focus-within .gfield_label {
  color: #44BF02;
}
.contact-hero--form .gform_wrapper input[type=text], .contact-hero--form .gform_wrapper input[type=email], .contact-hero--form .gform_wrapper input[type=tel], .contact-hero--form .gform_wrapper input[type=number], .contact-hero--form .gform_wrapper textarea, .contact-hero--form .gform_wrapper select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: white;
  padding: 24px 12px 4px 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.contact-hero--form .gform_wrapper input[type=text]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-webkit-input-placeholder, .contact-hero--form .gform_wrapper textarea::-webkit-input-placeholder, .contact-hero--form .gform_wrapper select::-webkit-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-moz-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-moz-placeholder, .contact-hero--form .gform_wrapper textarea::-moz-placeholder, .contact-hero--form .gform_wrapper select::-moz-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]:-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]:-ms-input-placeholder, .contact-hero--form .gform_wrapper textarea:-ms-input-placeholder, .contact-hero--form .gform_wrapper select:-ms-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=email]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=tel]::-ms-input-placeholder, .contact-hero--form .gform_wrapper input[type=number]::-ms-input-placeholder, .contact-hero--form .gform_wrapper textarea::-ms-input-placeholder, .contact-hero--form .gform_wrapper select::-ms-input-placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]::placeholder, .contact-hero--form .gform_wrapper input[type=email]::placeholder, .contact-hero--form .gform_wrapper input[type=tel]::placeholder, .contact-hero--form .gform_wrapper input[type=number]::placeholder, .contact-hero--form .gform_wrapper textarea::placeholder, .contact-hero--form .gform_wrapper select::placeholder {
  color: transparent;
}
.contact-hero--form .gform_wrapper input[type=text]:focus, .contact-hero--form .gform_wrapper input[type=email]:focus, .contact-hero--form .gform_wrapper input[type=tel]:focus, .contact-hero--form .gform_wrapper input[type=number]:focus, .contact-hero--form .gform_wrapper textarea:focus, .contact-hero--form .gform_wrapper select:focus {
  -webkit-box-shadow: 0 0 0 2px #44BF02;
          box-shadow: 0 0 0 2px #44BF02;
}
.contact-hero--form .gform_wrapper fieldset {
  margin: 12px 0 16px 0;
  padding: 0;
  border: unset;
}
.contact-hero--form .gform_wrapper textarea {
  min-height: 128px;
  padding: 25px 12px 6px 12px;
  resize: vertical;
}
.contact-hero--form .gform_wrapper .charleft {
  color: white;
  margin-top: 6px;
}
.contact-hero--form .gform_wrapper select {
  cursor: pointer;
  padding-right: 48px;
  background-image: url("assets/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 5px;
}
.contact-hero--form .gform_wrapper select:has(option:checked[value=""]) {
  color: transparent;
}
.contact-hero--form .gform_wrapper .gfield_checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  border-radius: 4px;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  margin-top: 2px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input:checked {
  background-color: #44BF02;
  border-color: #44BF02;
  background-image: url("assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox input:focus-visible {
  outline: 2px solid #44BF02;
  outline-offset: 2px;
}
.contact-hero--form .gform_wrapper .gfield_checkbox label {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
}
.contact-hero--form .gform_wrapper .gfield_checkbox label a {
  color: white;
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
}
.contact-hero--form .gform_wrapper .gform_footer {
  margin: 8px 0 0 0;
}
.contact-hero--form .gform_wrapper .gform_footer input[type=submit], .contact-hero--form .gform_wrapper .gform_footer button {
  padding: 14px 22px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #44BF02;
  border-color: #44BF02;
  color: white;
}
.contact-hero--form .gform_wrapper .gform_footer input[type=submit]:hover, .contact-hero--form .gform_wrapper .gform_footer button:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}
.contact-hero--form .gform_wrapper .validation_message {
  color: #ff8a80;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  margin-top: 2px;
}
.contact-hero--form .gform_wrapper .gform_validation_errors ol {
  display: none;
}
.contact-hero--form .gform_wrapper .gform_submission_error {
  color: #ff8a80;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
  letter-spacing: normal;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
  border: 1px solid #ff8a80;
  background-color: rgba(255, 138, 128, 0.15);
}
.contact-hero--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 8px;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .contact-hero--info {
    width: 100%;
  }
}
.contact-hero--info .text {
  margin-top: 16px;
}
.contact-hero--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact-hero--column--content span, .contact-hero--column--content p, .contact-hero--column--content a {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
@media only screen and (max-width: 800px) {
  .contact-hero--column--content span, .contact-hero--column--content p, .contact-hero--column--content a {
    font-size: 16px;
  }
}
.contact-hero--column--content svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.contact-hero--column--content svg path {
  fill: #0F5C5C;
  fill-opacity: 1;
}
.contact-hero--column--content-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.contact-hero--column-address .contact-hero--column--content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}

footer {
  background-color: #0F5C5C;
  position: relative;
  z-index: 2;
}
footer .footer {
  padding: 96px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 44px;
}
@media only screen and (max-width: 600px) {
  footer .footer {
    padding: 48px 0;
    gap: 24px;
  }
}
footer .footer--column {
  width: calc(25% - 33px);
}
@media only screen and (max-width: 1170px) {
  footer .footer--column {
    width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 600px) {
  footer .footer--column {
    width: 100%;
  }
}
footer .footer--column-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer--column-nav a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer--column-3 .btn-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer--column-3 .btn-container .btn {
  min-width: 80%;
}
footer .footer--column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
footer .footer--column-4--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer--column-4--contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
footer .footer--column-4--contact svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
footer .footer--column-4--contact svg path {
  fill: white;
  fill-opacity: 1;
}
footer .sub-footer {
  background-color: #44BF02;
}
footer .sub-footer .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 800px) {
  footer .sub-footer .layout-container {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0;
  width: 100%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
footer .sub-footer--items a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 14px;
  line-height: 150%;
}

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
header #notification {
  background-color: #44BF02;
  max-height: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  z-index: 9998;
}
header #notification .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 8px;
}
header #notification span svg {
  width: 16px;
  height: 16px;
}
header #notification span svg path {
  fill: white;
}
header #notification span {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header #notification p {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 570;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
  line-height: 100%;
}
header #notification a {
  color: white;
  margin: 0;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 100%;
}
header .hbar {
  position: relative;
  background-color: transparent;
  z-index: 11;
  background-color: white;
  height: 100px;
}
header .hbar .layout-container {
  height: 100%;
}
header .hbar--container {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  header .hbar--container {
    gap: 0;
  }
}
header .hbar--container--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}
@media only screen and (max-width: 1000px) {
  header .hbar--container--logo {
    width: 50%;
  }
}
header .hbar--container--logo .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .hbar--container--nav {
  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;
  width: 50%;
  position: relative;
}
header .hbar--container--nav > ul.nav-parents {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > a {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-color: white;
  border-radius: 8px;
  margin-top: 22px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 22px;
  display: block;
  background: transparent;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 32px;
  min-width: 390px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > span.title {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li {
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 40px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a.nav-heading {
  font-size: 19px;
  font-weight: 600;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:hover .icon {
  right: -8px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading) {
  margin-top: 16px;
  padding-right: 0;
  pointer-events: none;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading):first-of-type {
  margin-top: 0;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta {
  background: #0F5C5C;
  border-radius: 8px;
  min-width: 390px;
  width: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .title {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .text {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: -8px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image {
  width: 100%;
  height: 208px;
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button {
  position: absolute;
  inset: auto 10px 10px 10px;
  background-color: #0F5C5C;
  border-radius: 5px;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 60px 14px 20px;
  text-decoration: none;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  width: 20px;
  height: 20px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon svg {
  width: 100%;
  height: 100%;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  header .hbar--container--nav {
    display: none;
  }
}
header .hbar--container--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  header .hbar--container--btns {
    width: 50%;
  }
}
header .hbar--container--btns a.header-mobile-menu {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .hbar--container--btns a.header-mobile-menu {
    display: block;
  }
}
header .hbar--container--btns a.header-mobile-menu, header .hbar--container--btns a.header-search {
  border: transparent;
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns a.header-cta {
    display: none;
  }
}
header .hnav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  position: relative;
  display: none;
  min-height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  padding: 16px 0 32px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: opacity 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, display 0.25s allow-discrete;
  transition: opacity 0.25s ease, transform 0.25s ease, display 0.25s allow-discrete, -webkit-transform 0.25s ease;
}
header .hnav::-webkit-scrollbar {
  display: none;
}
header .hnav.is-open {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@starting-style {
  header .hnav.is-open {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}
@media (min-width: 1347px) {
  header .hnav {
    display: none !important;
  }
}
header .hnav .hnav--nav > ul.nav-parents {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > a {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  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;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon svg {
  height: 34.5px;
  width: 34.5px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon svg path {
  fill: #0F5C5C;
  fill-opacity: 1;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle.icon[aria-expanded=true] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.25s ease, margin-top 0.25s ease;
  transition: grid-template-rows 0.25s ease, margin-top 0.25s ease;
  transition: grid-template-rows 0.25s ease, margin-top 0.25s ease, -ms-grid-rows 0.25s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner {
  overflow: hidden;
  min-height: 0;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > span.title {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li > a {
  color: #0F5C5C;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding: 8px 44px 8px 0;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li > a.nav-heading {
  font-size: 19px;
  font-weight: 600;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li > .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li:has(a.nav-heading) {
  margin-top: 16px;
  padding-right: 0;
  pointer-events: none;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > ul.nav-child-list > li:has(a.nav-heading):first-of-type {
  margin-top: 0;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  margin: 32px -24px 8px -24px;
  background-color: #0F5C5C;
  border-radius: 8px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .title {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .text {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: -8px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .image {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .image .button {
  position: absolute;
  inset: auto 10px 10px 10px;
  background-color: #0F5C5C;
  border-radius: 5px;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 60px 14px 20px;
  text-decoration: none;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .image .button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  width: 20px;
  height: 20px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .image .button .icon svg {
  width: 100%;
  height: 100%;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > .nav-child-inner > div.nav-child-cta .image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .submenu-toggle[aria-expanded=true] + div.nav-child {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-top: 12px;
}

body.has-notification header .hnav {
  min-height: calc(100vh - 100px - 32px);
  max-height: calc(100vh - 100px - 32px);
}

body.admin-bar header #notification {
  top: 32px;
}
body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 32px;
  min-height: calc(100vh - 100px - 32px);
  max-height: calc(100vh - 100px - 32px);
}

body.admin-bar.has-notification header .hnav {
  min-height: calc(100vh - 100px - 64px);
  max-height: calc(100vh - 100px - 64px);
}

.page-header {
  width: 100%;
  background-color: #44BF02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 150px 0 50px 0;
  min-height: unset;
  position: relative;
}
.page-header .page_back {
  padding-bottom: 20px;
}
.page-header.size-regular {
  padding: 200px 0 100px 0;
  min-height: 644px;
}
@media only screen and (max-width: 800px) {
  .page-header.size-regular {
    padding: 150px 0 50px 0;
    min-height: unset;
  }
}
.page-header.size-large {
  padding: 200px 0 100px 0;
  min-height: calc(100vh - 200px);
}
@media only screen and (max-width: 800px) {
  .page-header.size-large {
    padding: 150px 0 50px 0;
    min-height: unset;
  }
}
.page-header.size-xlarge {
  padding: 200px 0 100px 0;
  min-height: 100vh;
}
@media only screen and (max-width: 800px) {
  .page-header.size-xlarge {
    min-height: calc(100vh - 200px);
  }
}
body.has-notification .page-header {
  margin-top: 32px;
}
body.has-notification .page-header.size-xlarge {
  min-height: calc(100vh - 32px);
}
.page-header .layout-container {
  position: relative;
}
.page-header--main-content {
  max-width: 700px;
}
.page-header--main-content .search {
  margin-top: 20px;
}
.page-header--main-content .page_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-header--main-content .page_back a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-header--main-content .page_back a:hover svg path {
  fill: #44BF02;
}
.page-header--main-content--title h1 {
  max-width: 600px;
}
.page-header--main-content--text {
  margin-top: 32px;
}
@media only screen and (max-width: 800px) {
  .page-header--main-content--text {
    margin-top: 18px;
  }
}
.page-header--main-content--sublabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header--main-content--sublabels div {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #fff;
  border-radius: 32px;
}
.page-header--main-content a.hero-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .page-header--main-content a.hero-guide {
    display: none;
  }
}
.page-header--main-content a.hero-guide svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.page-header--main-content a.hero-guide:hover svg {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.page-header--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header--image img, .page-header--image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header .btn-container {
  margin-top: 24px;
}

/**
 * Elements
 */
.video-holder a.video {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
.video-holder a.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #0F5C5C;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-holder a.video .play svg {
  width: 40px;
  height: 40px;
}
.video-holder a.video .play svg path {
  fill: white;
}
.video-holder a.video .video-thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #0F5C5C;
  border-radius: 24px;
  aspect-ratio: 16/9;
}
.video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-holder .video-slot video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  background-color: #44BF02;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .video-holder .video-slot video {
    height: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .video-holder .video-slot video {
    height: 256px;
  }
}

.btn {
  padding: 14px 22px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-pri {
  background-color: #44BF02;
  border-color: #44BF02;
  color: white;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}

.btn-sec {
  background-color: #0F5C5C;
  border-color: #0F5C5C;
  color: white;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #0F5C5C 90%);
  border-color: color-mix(in hsl, black 10%, #0F5C5C 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #44BF02;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-pri {
  border-color: #44BF02;
  color: #44BF02;
}
.btn-gho.btn-pri:before {
  background-color: rgba(68, 191, 2, 0.1490196078);
}
.btn-gho.btn-sec {
  border-color: #0F5C5C;
  color: #0F5C5C;
}
.btn-gho.btn-sec:before {
  background-color: rgba(15, 92, 92, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: white;
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 14px;
}
.btn-icon span svg {
  width: 24px;
  height: 24px;
}

.btn-pri.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #44BF02;
}

.btn-sec.btn-icon span svg path {
  fill: white;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #0F5C5C;
}

.btn-whi.btn-icon span svg path {
  fill: #44BF02;
}

.btn-whi.btn-gho.btn-icon span svg path {
  fill: white;
}

.btn-no-title {
  padding: 10px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-hero {
  margin-bottom: 68px;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.search-wrapper .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 250px;
}
.search-wrapper .search-field-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.search-wrapper .search-field-wrap:focus-within .search-label {
  color: #44BF02;
}
.search-wrapper .search-label {
  position: absolute;
  top: 25px;
  left: 12px;
  right: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(calc(-50% - 11px)) scale(0.75);
          transform: translateY(calc(-50% - 11px)) scale(0.75);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
}
.search-wrapper .search-label.label-empty-not-focused {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.search-wrapper .search-field {
  display: block;
  width: 100%;
  border: 1px solid rgba(68, 191, 2, 0.2509803922);
  border-radius: 8px;
  background-color: white;
  padding: 24px 12px 4px 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.search-wrapper .search-field:focus {
  -webkit-box-shadow: 0 0 0 2px #44BF02;
          box-shadow: 0 0 0 2px #44BF02;
}
.search-wrapper .search-submit {
  color: white;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 570;
  line-height: 100%;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  background-color: #44BF02;
  border: 1px solid #44BF02;
}
.search-wrapper .search-submit:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}

nav.pagination {
  margin-top: 32px;
}
nav.pagination ul.page-numbers {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
nav.pagination ul.page-numbers li span, nav.pagination ul.page-numbers li a {
  padding: 14px 0;
  border: 1px solid transparent;
  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;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 570;
  line-height: 100%;
  max-width: 46px;
  min-width: 46px;
  max-height: 46px;
  min-height: 46px;
}
nav.pagination ul.page-numbers li span.next, nav.pagination ul.page-numbers li span.prev, nav.pagination ul.page-numbers li a.next, nav.pagination ul.page-numbers li a.prev {
  padding: 10px;
}
nav.pagination ul.page-numbers li span.next svg, nav.pagination ul.page-numbers li span.prev svg, nav.pagination ul.page-numbers li a.next svg, nav.pagination ul.page-numbers li a.prev svg {
  width: 24px;
  height: 24px;
}
nav.pagination ul.page-numbers li a {
  background-color: #44BF02;
  border-color: #44BF02;
  color: white;
}
nav.pagination ul.page-numbers li a:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}
nav.pagination ul.page-numbers li span {
  background-color: transparent;
  border-color: rgba(68, 191, 2, 0.2509803922);
  color: #44BF02;
  pointer-events: none;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.filters a {
  padding: 14px 22px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 570;
  line-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #44BF02;
  border-color: #44BF02;
  color: white;
}
.filters a:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}
.filters a.is-active {
  background-color: transparent;
  border-color: rgba(68, 191, 2, 0.2509803922);
  color: #44BF02;
  pointer-events: none;
}

.posts--container--item {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 24px;
  overflow: hidden;
  -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;
  gap: 24px;
  -webkit-box-shadow: 3px 6px 12px 0 rgba(26, 23, 27, 0.1);
          box-shadow: 3px 6px 12px 0 rgba(26, 23, 27, 0.1);
  background-color: #0F5C5C;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.posts--container--item > .image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.posts--container--item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts--container--item > .image:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.posts--container--item > .content {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  top: 70px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.posts--container--item > .content > .category {
  display: inline-block;
  padding: 2px 8px;
  background-color: #0F5C5C;
  border-radius: 2px;
}
.posts--container--item > .content > .title {
  margin: 10px 0 24px 0;
}
.posts--container--item[href]:not([href=""]):hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.posts--container--item[href]:not([href=""]):hover > .content {
  top: 0;
}

/**
 * Templates
 */
.search-page .information {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .search-page .information {
    margin-left: 0;
  }
}
.search-page .information--title {
  margin-bottom: 24px;
}
.search-page .information--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 600px) {
  .search-page .information--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
.search-page .information--meta--filter {
  width: 200px;
  position: relative;
}
.search-page .information--meta--filter:focus-within .filter-label {
  color: #44BF02;
}
.search-page .information--meta--filter .filter-label {
  position: absolute;
  top: 25px;
  left: 12px;
  right: 40px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(calc(-50% - 11px)) scale(0.75);
          transform: translateY(calc(-50% - 11px)) scale(0.75);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
}
.search-page .information--meta--filter .filter-label.label-empty-not-focused {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.search-page .information--meta--filter select {
  display: block;
  width: 100%;
  border: 1px solid rgba(68, 191, 2, 0.2509803922);
  border-radius: 8px;
  background-color: white;
  padding: 24px 40px 4px 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  background-image: url("assets/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 5px;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.search-page .information--meta--filter select:focus {
  -webkit-box-shadow: 0 0 0 2px #44BF02;
          box-shadow: 0 0 0 2px #44BF02;
}
.search-page .information--meta--filter select:has(option:checked[value=""]) {
  color: transparent;
}
.search-page .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.search-page .results--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.search-page .results--item .image {
  width: 155px;
  height: 90px;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .image {
    width: 90px;
  }
}
.search-page .results--item .image img {
  min-width: 155px;
  max-width: 155px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .image img {
    min-width: 90px;
    max-width: 90px;
  }
}
.search-page .results--item .image .placeholder {
  min-width: 155px;
  max-width: 155px;
  height: 100%;
  background-color: #44BF02;
  border-radius: 8px;
  opacity: 0.2;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .image .placeholder {
    min-width: 90px;
    max-width: 90px;
  }
}
.search-page .results--item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.search-page .results--item .content .label {
  padding: 2px 8px;
  background-color: #0F5C5C;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error-container {
  height: 80vh;
  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;
  gap: 20px;
}
.error-container p {
  margin-bottom: 20px;
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Partials: Content
 */
.content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.content_text h2, .content_text h3 {
  margin-top: 20px;
}
.content_text h2:first-child, .content_text h3:first-child {
  margin: 0;
}

.content_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.content_socials:first-child {
  margin-top: 0;
}
.content_socials p {
  margin-right: 8px;
  width: 100%;
}

.content_video {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.content_video:first-child {
  margin-top: 0;
}
.content_video .caption {
  margin-top: -10px;
}

.content_image {
  aspect-ratio: 16/9;
  margin-top: 40px;
}
.content_image:first-child {
  margin-top: 0;
}
.content_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.content_cta {
  padding: 44px;
  border-radius: 24px;
  background-color: #44BF02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.content_cta:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .content_cta {
    padding: 32px;
  }
}
.content_cta > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.content_cta > .image {
  aspect-ratio: 1;
  max-width: 200px;
}
.content_cta > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .content_cta > .image {
    display: none;
  }
}

.content_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.content_share:first-child {
  margin-top: 0;
}
.content_share p {
  margin-right: 8px;
  width: 100%;
}
.content_share a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_share .btn-link {
  position: relative;
}
.content_share .btn-link > span > svg {
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip {
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip svg path {
  fill: white;
}
.content_share .btn-link.copied {
  border-color: #0F5C5C;
  background-color: #0F5C5C;
}
.content_share .btn-link.copied > span > svg {
  opacity: 0;
}
.content_share .btn-link.copied .copy-tooltip {
  opacity: 1;
}

.content_buttons {
  margin-top: 40px;
}
.content_buttons:first-child {
  margin-top: 0;
}

.content_accordion--group {
  margin-top: 40px;
}
.content_accordion--group:first-child {
  margin-top: 0;
}

.content_accordion {
  max-width: 800px;
  border: 1px solid #44BF02;
  border-radius: 4px;
  overflow: hidden;
}
.content_accordion--group .content_accordion {
  margin-top: 16px;
}
.content_accordion--group .content_accordion:first-child {
  margin-top: 0;
}
.content_accordion--header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  background: #44BF02;
  border: none;
  outline: none;
  cursor: pointer;
}
.content_accordion--header--icon {
  position: relative;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.content_accordion--header--icon::before, .content_accordion--header--icon::after {
  content: "";
  position: absolute;
  background-color: white;
}
.content_accordion--header--icon::before {
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
}
.content_accordion--header--icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
}
.content_accordion--header.is-open .accordion--header--icon::after {
  opacity: 0;
}
.content_accordion--content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background-color: white;
}
.content_accordion--content--inner {
  padding: 24px;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}
.content_accordion--content--inner p:last-child {
  margin-bottom: 0;
}

/**
 * Partials: Sections
 */
.cta-section.has-bg-image {
  background-size: cover;
  background-position: center;
}
.cta-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.cta-section .layout-container .floating {
  background-color: #44BF02;
  padding: 64px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1170px) {
  .cta-section .layout-container .floating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .cta-section .layout-container .floating {
    padding: 48px;
  }
}
@media only screen and (max-width: 600px) {
  .cta-section .layout-container .floating {
    padding: 32px;
  }
}
.cta-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
.cta-section--image {
  max-width: 35%;
  min-width: 35%;
  height: 100%;
}
@media only screen and (max-width: 1170px) {
  .cta-section--image {
    max-width: unset;
    min-width: unset;
    width: 100%;
    height: 300px;
  }
}
.cta-section--image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.form-section--content {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}
.form-section--content .title {
  max-width: 450px;
}
@media only screen and (max-width: 1000px) {
  .form-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
.form-section .floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background-color: #0F5C5C;
  padding: 64px;
  border-radius: 24px;
}
@media only screen and (max-width: 800px) {
  .form-section .floating {
    padding: 48px;
  }
}
@media only screen and (max-width: 600px) {
  .form-section .floating {
    padding: 32px;
  }
}
.form-section--form {
  width: 100%;
}
.form-section--form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-section--form .gform_wrapper .gfield {
  position: relative;
  list-style: none;
}
.form-section--form .gform_wrapper .gfield:has(.ginput_container_consent) .gfield_label,
.form-section--form .gform_wrapper legend.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.form-section--form .gform_wrapper .gfield--type-honeypot,
.form-section--form .gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.form-section--form .gform_wrapper .gfield.gfield_visibility_hidden, .form-section--form .gform_wrapper .gfield.gfield_visibility_administrative, .form-section--form .gform_wrapper .gfield.gform_hidden, .form-section--form .gform_wrapper .gfield.gf_hidden, .form-section--form .gform_wrapper .gfield.gf_invisible {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.form-section--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_hidden, .form-section--form .gform_wrapper .gform_fields.grid_layout .gfield.gfield_visibility_administrative, .form-section--form .gform_wrapper .gform_fields.grid_layout .gfield.gform_hidden {
  grid-row: auto !important;
}
.form-section--form .gform_wrapper .gfield .ginput_container .gfield_description {
  color: white !important;
}
.form-section--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label {
  position: absolute;
  top: 25px;
  left: 12px;
  right: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 430;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(calc(-50% - 11px)) scale(0.75);
          transform: translateY(calc(-50% - 11px)) scale(0.75);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.form-section--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.form-section--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label {
  top: 2px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(4px) scale(0.75);
          transform: translateY(4px) scale(0.75);
}
.form-section--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):has(textarea) .gfield_label.label-empty-not-focused {
  -webkit-transform: translateY(11px) scale(1);
          transform: translateY(11px) scale(1);
}
.form-section--form .gform_wrapper .gfield:not(:has(.ginput_container_consent)):focus-within .gfield_label {
  color: #44BF02;
}
.form-section--form .gform_wrapper input[type=text], .form-section--form .gform_wrapper input[type=email], .form-section--form .gform_wrapper input[type=tel], .form-section--form .gform_wrapper input[type=number], .form-section--form .gform_wrapper textarea, .form-section--form .gform_wrapper select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: white;
  padding: 24px 12px 4px 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.form-section--form .gform_wrapper input[type=text]::-webkit-input-placeholder, .form-section--form .gform_wrapper input[type=email]::-webkit-input-placeholder, .form-section--form .gform_wrapper input[type=tel]::-webkit-input-placeholder, .form-section--form .gform_wrapper input[type=number]::-webkit-input-placeholder, .form-section--form .gform_wrapper textarea::-webkit-input-placeholder, .form-section--form .gform_wrapper select::-webkit-input-placeholder {
  color: transparent;
}
.form-section--form .gform_wrapper input[type=text]::-moz-placeholder, .form-section--form .gform_wrapper input[type=email]::-moz-placeholder, .form-section--form .gform_wrapper input[type=tel]::-moz-placeholder, .form-section--form .gform_wrapper input[type=number]::-moz-placeholder, .form-section--form .gform_wrapper textarea::-moz-placeholder, .form-section--form .gform_wrapper select::-moz-placeholder {
  color: transparent;
}
.form-section--form .gform_wrapper input[type=text]:-ms-input-placeholder, .form-section--form .gform_wrapper input[type=email]:-ms-input-placeholder, .form-section--form .gform_wrapper input[type=tel]:-ms-input-placeholder, .form-section--form .gform_wrapper input[type=number]:-ms-input-placeholder, .form-section--form .gform_wrapper textarea:-ms-input-placeholder, .form-section--form .gform_wrapper select:-ms-input-placeholder {
  color: transparent;
}
.form-section--form .gform_wrapper input[type=text]::-ms-input-placeholder, .form-section--form .gform_wrapper input[type=email]::-ms-input-placeholder, .form-section--form .gform_wrapper input[type=tel]::-ms-input-placeholder, .form-section--form .gform_wrapper input[type=number]::-ms-input-placeholder, .form-section--form .gform_wrapper textarea::-ms-input-placeholder, .form-section--form .gform_wrapper select::-ms-input-placeholder {
  color: transparent;
}
.form-section--form .gform_wrapper input[type=text]::placeholder, .form-section--form .gform_wrapper input[type=email]::placeholder, .form-section--form .gform_wrapper input[type=tel]::placeholder, .form-section--form .gform_wrapper input[type=number]::placeholder, .form-section--form .gform_wrapper textarea::placeholder, .form-section--form .gform_wrapper select::placeholder {
  color: transparent;
}
.form-section--form .gform_wrapper input[type=text]:focus, .form-section--form .gform_wrapper input[type=email]:focus, .form-section--form .gform_wrapper input[type=tel]:focus, .form-section--form .gform_wrapper input[type=number]:focus, .form-section--form .gform_wrapper textarea:focus, .form-section--form .gform_wrapper select:focus {
  -webkit-box-shadow: 0 0 0 2px #44BF02;
          box-shadow: 0 0 0 2px #44BF02;
}
.form-section--form .gform_wrapper fieldset {
  margin: 12px 0 16px 0;
  padding: 0;
  border: unset;
}
.form-section--form .gform_wrapper textarea {
  min-height: 128px;
  padding: 25px 12px 6px 12px;
  resize: vertical;
}
.form-section--form .gform_wrapper .charleft {
  color: white;
  margin-top: 6px;
}
.form-section--form .gform_wrapper select {
  cursor: pointer;
  padding-right: 48px;
  background-image: url("assets/svg/down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 5px;
}
.form-section--form .gform_wrapper select:has(option:checked[value=""]) {
  color: transparent;
}
.form-section--form .gform_wrapper .gfield_checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.form-section--form .gform_wrapper .gfield_checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  border-radius: 4px;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  margin-top: 2px;
}
.form-section--form .gform_wrapper .gfield_checkbox input:checked {
  background-color: #44BF02;
  border-color: #44BF02;
  background-image: url("assets/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.form-section--form .gform_wrapper .gfield_checkbox input:focus-visible {
  outline: 2px solid #44BF02;
  outline-offset: 2px;
}
.form-section--form .gform_wrapper .gfield_checkbox label {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
}
.form-section--form .gform_wrapper .gfield_checkbox label a {
  color: white;
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
}
.form-section--form .gform_wrapper .gform_footer {
  margin: 8px 0 0 0;
}
.form-section--form .gform_wrapper .gform_footer input[type=submit], .form-section--form .gform_wrapper .gform_footer button {
  padding: 14px 22px;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #44BF02;
  border-color: #44BF02;
  color: white;
}
.form-section--form .gform_wrapper .gform_footer input[type=submit]:hover, .form-section--form .gform_wrapper .gform_footer button:hover {
  background-color: color-mix(in hsl, black 10%, #44BF02 90%);
  border-color: color-mix(in hsl, black 10%, #44BF02 90%);
}
.form-section--form .gform_wrapper .validation_message {
  color: #ff8a80;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  margin-top: 2px;
}
.form-section--form .gform_wrapper .gform_validation_errors ol {
  display: none;
}
.form-section--form .gform_wrapper .gform_submission_error {
  color: #ff8a80;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 430;
  line-height: 150%;
  letter-spacing: normal;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
  border: 1px solid #ff8a80;
  background-color: rgba(255, 138, 128, 0.15);
}

.quote .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.quote .text {
  max-width: 756px;
}

.intro--content {
  max-width: 750px;
  border-left: 4px solid #44BF02;
  padding-left: 24px;
}

.image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  overflow-x: hidden;
}
.image-slider--container--item {
  height: 340px;
  width: 100%;
}
.image-slider--container--item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.image-slider .splide__track {
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
}

.reviews {
  overflow-x: hidden;
}
.reviews.hide_controls .control-buttons {
  display: none;
}
.reviews.hide_controls .section--header:not(:has(h2)) {
  margin-bottom: 0;
}
.reviews.hide_controls .section--footer {
  display: none;
}
.reviews .splide__track {
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
}
.reviews--container--item {
  padding: 32px 24px;
  border: 1px solid rgba(68, 191, 2, 0.2509803922);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}
.reviews--container--item[href]:not([href=""]):hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.reviews--container--item > .top, .reviews--container--item > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews--container--item > .top {
  gap: 10px;
}
.reviews--container--item > .top > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.reviews--container--item > .bottom {
  gap: 20px;
}
.reviews--container--item .title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.reviews--container--item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.reviews--container--item .rating svg {
  width: 20px;
  height: 20px;
}
.reviews--container--item .rating svg path {
  fill: #44BF02;
}
.reviews--container--item .line {
  background: rgba(68, 191, 2, 0.1490196078);
  height: 1px;
}

.tiles--container {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.tiles--container--item {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  -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;
  padding: 24px;
  gap: 24px;
  border-radius: 24px;
}
.tiles--container--item[href]:not([href=""]):hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tiles--container--item.width_1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.tiles--container--item.width_2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.tiles--container--item.width_3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.tiles--container--item.width_4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.tiles--container--item.height_1 {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.tiles--container--item.height_2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.tiles--container--item.height_3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.tiles--container--item.type_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(68, 191, 2, 0.2509803922);
}
.tiles--container--item.type_text .btn {
  margin-top: auto;
  margin-left: auto;
}
.tiles--container--item.type_image {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  min-height: 250px;
}
.tiles--container--item.type_image .overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, #000000 100%);
  z-index: -1;
}
.tiles--container--item.type_image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.tiles--container--item.type_image .title, .tiles--container--item.type_image .btn {
  position: relative;
  top: 70px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.tiles--container--item.type_image:hover h3, .tiles--container--item.type_image:hover .btn, .tiles--container--item.type_image:not(:has(div.btn)) h3, .tiles--container--item.type_image:not(:has(div.btn)) .btn {
  top: 0;
}
.tiles--container--item.type_counter {
  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;
  border: 1px solid rgba(68, 191, 2, 0.2509803922);
}
.tiles--container--item.type_counter .counter {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tiles--container--item.type_counter .counter--prefix, .tiles--container--item.type_counter .counter--suffix {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #44BF02;
}
.tiles--container--item.type_counter .counter--number {
  margin: 0;
}
.tiles--container--item.type_counter .counter--label {
  margin-top: 8px;
}
.tiles--container.grid_3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1170px) {
  .tiles--container.grid_3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles--container.grid_3 .tiles--container--item.width_3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container.grid_3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tiles--container.grid_3 .tiles--container--item.width_2, .tiles--container.grid_3 .tiles--container--item.width_3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.tiles--container.grid_4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1346px) {
  .tiles--container.grid_4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles--container.grid_4 .tiles--container--item.width_3, .tiles--container.grid_4 .tiles--container--item.width_4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 800px) {
  .tiles--container.grid_4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .tiles--container.grid_4 .tiles--container--item.width_2, .tiles--container.grid_4 .tiles--container--item.width_3, .tiles--container.grid_4 .tiles--container--item.width_4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.list--layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 64px;
}
@media only screen and (max-width: 1170px) {
  .list--layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list--container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 750px;
          flex: 1 1 750px;
  max-width: 750px;
}
.list--container--item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(68, 191, 2, 0.1490196078);
}
.list--container--item:first-child {
  padding-top: 0;
}
.list--container--item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list--container--item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.list--container--item .icon {
  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;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.list--container--item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list--container--item .label-value {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.list--container--item .label-value .label {
  font-weight: 570;
}
.list--container--item .label-value .value {
  color: #757575;
}
.list--container--item .text {
  margin: 12px 0 0;
  padding: 16px;
  background: rgba(68, 191, 2, 0.0509803922);
  border-radius: 12px;
}
.list--contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: rgba(68, 191, 2, 0.0509803922);
  border-radius: 24px;
  position: sticky;
  top: 164px;
}
@media only screen and (max-width: 1170px) {
  .list--contact {
    position: static;
    width: 100%;
    max-width: 750px;
  }
}
.list--contact .title {
  font-size: 22px;
  letter-spacing: normal;
}
.list--contact--address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list--contact--address svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.list--contact--address svg path {
  fill: #0F5C5C;
  fill-opacity: 1;
}

.steps--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.steps--container--item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.steps--container--item--number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #44BF02;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  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;
}
.steps--container--item--content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  padding-top: 8px;
}
.steps--container--item--content .btn {
  margin-top: 8px;
}
@media only screen and (max-width: 800px) {
  .steps--container {
    gap: 32px;
  }
}
.steps--line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 23px;
  width: 2px;
  background: rgba(68, 191, 2, 0.1490196078);
}
.steps--line--fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #44BF02;
}

.before-after--frame {
  --pos: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  border-radius: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  cursor: ew-resize;
}
@media only screen and (max-width: 800px) {
  .before-after--frame {
    aspect-ratio: 4/5;
  }
}
.before-after--image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-drag: none;
}
.before-after--after-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.before-after--frame.is-hinting .before-after--after-wrap, .before-after--frame.is-hinting .before-after--handle {
  -webkit-transition: clip-path 0.5s ease, left 0.5s ease;
  transition: clip-path 0.5s ease, left 0.5s ease;
}
.before-after--label {
  position: absolute;
  top: 16px;
  z-index: 2;
  padding: 6px 16px;
  border-radius: 100px;
  background: #44BF02;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.before-after--label-before {
  left: 16px;
}
.before-after--label-after {
  right: 16px;
}
.before-after--handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  z-index: 3;
  width: 2px;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.before-after--handle--grip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  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;
  gap: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.before-after--handle--grip svg {
  width: 10px;
  height: 10px;
}

.alternating-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
@media only screen and (max-width: 1000px) {
  .alternating-content--container {
    gap: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.alternating-content--container > .image, .alternating-content--container > .content {
  width: 50%;
  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;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image, .alternating-content--container > .content {
    width: 100%;
  }
}
.alternating-content--container > .content {
  gap: 24px;
}
.alternating-content--container > .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.alternating-content--container > .content .text strong {
  font-weight: 700;
}
.alternating-content--container > .image {
  min-height: 545px;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image {
    min-height: unset;
  }
}
.alternating-content--container > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image img {
    max-height: 200px;
  }
}
.alternating-content--container > .image.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.alternating-content--container > .image.sticky {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.alternating-content--container > .image.sticky img {
  position: sticky;
  top: 164px;
  height: 545px;
}
@media only screen and (max-width: 800px) {
  .alternating-content--container > .image.sticky {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .alternating-content--container > .image.sticky img {
    position: static;
    top: auto;
    height: auto;
  }
}
.alternating-content.alternate-sides .alternating-content--container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .alternating-content.alternate-sides .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.posts--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1170px) {
  .posts--container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .posts--container--item:first-of-type {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    aspect-ratio: 2/1;
  }
}
@media only screen and (max-width: 600px) {
  .posts--container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .posts--container--item:first-of-type {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    aspect-ratio: 1;
  }
}

.logos--text {
  max-width: 750px;
  margin: 0 0 40px;
}
.logos--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1170px) {
  .logos--grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1000px) {
  .logos--grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .logos--grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.logos--grid--item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid rgba(68, 191, 2, 0.1490196078);
  border-radius: 16px;
  text-align: center;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.logos--grid--item[href] {
  cursor: pointer;
}
.logos--grid--item[href]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1490196078);
  border-color: rgba(68, 191, 2, 0.2509803922);
}
.logos--grid--item .logo {
  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;
  width: 100%;
  height: 56px;
}
.logos--grid--item .logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos--grid--item .name {
  font-size: 14px;
  font-weight: 570;
  color: #757575;
}