/**
* Import mixins
*/
/**
* Import base
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }

body {
  width: 100%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  overflow-x: hidden; }

a {
  text-decoration: none;
  transition: color 0.2s ease-out;
  color: #4B8E66;
  cursor: pointer; }
  a:visited {
    color: inherit; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%; }

hr {
  width: 100%;
  height: 1px;
  background-color: #4B8E66; }

/**
* Import components
*/
.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: none; }
  .back-to-top:hover::before {
    filter: invert(54%) sepia(84%) saturate(7042%) hue-rotate(275deg) brightness(110%) contrast(93%); }
  .back-to-top::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/icon--arrow-up.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 26px;
    z-index: 1; }
  .back-to-top--show {
    display: none; }
    @media only screen and (min-width: 1279px) {
      .back-to-top--show {
        display: block; } }

.btn, a.wp-block-button__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.2em 1.8em;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
  .btn:hover, a.wp-block-button__link:hover {
    text-decoration: none !important; }
  @media only screen and (min-width: 768px) {
    .btn, a.wp-block-button__link {
      font-size: 1.4rem; } }
  .btn--sharp, a.wp-block-button__link--sharp {
    border-radius: 0; }
  .btn--primary, .btn.has-green-background-color, a.wp-block-button__link--primary, a.wp-block-button__link.has-green-background-color {
    color: #fff !important;
    background-color: #4B8E66; }
    .btn--primary:hover, .btn.has-green-background-color:hover, a.wp-block-button__link--primary:hover, a.wp-block-button__link.has-green-background-color:hover {
      background-color: #427d5a; }
  .btn--secondary, .btn.has-raspberry-background-color, a.wp-block-button__link--secondary, a.wp-block-button__link.has-raspberry-background-color {
    background-color: #B46272 !important;
    color: #fff !important; }
    .btn--secondary:hover, .btn.has-raspberry-background-color:hover, a.wp-block-button__link--secondary:hover, a.wp-block-button__link.has-raspberry-background-color:hover {
      background-color: #ab5263; }
  .btn--tertiary, a.wp-block-button__link--tertiary {
    background-color: #B57F86;
    color: #fff; }
    .btn--tertiary:hover, a.wp-block-button__link--tertiary:hover {
      background-color: #ac6f77; }
  .btn--custom, a.wp-block-button__link--custom {
    background: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    column-gap: 10px; }
    @media only screen and (min-width: 768px) {
      .btn--custom, a.wp-block-button__link--custom {
        column-gap: 20px; } }
    .btn--custom svg, a.wp-block-button__link--custom svg {
      transform: rotate(-90deg);
      width: 10px;
      margin-top: 5px; }
      @media only screen and (min-width: 768px) {
        .btn--custom svg, a.wp-block-button__link--custom svg {
          width: 15px; } }
  .btn--wide, a.wp-block-button__link--wide {
    min-width: 282px;
    width: 100%; }
    @media only screen and (min-width: 479px) {
      .btn--wide, a.wp-block-button__link--wide {
        width: auto; } }
  .btn--medium, a.wp-block-button__link--medium {
    height: 47px;
    padding: 2px 20px 1px;
    border-radius: 30px;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media only screen and (min-width: 768px) {
      .btn--medium, a.wp-block-button__link--medium {
        height: 59px;
        padding: 2px 30px 1px;
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .btn--arrowDown::after, .btn.wp-element-button::after, a.wp-block-button__link--arrowDown::after, a.wp-block-button__link.wp-element-button::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/icon--arrow.svg) no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    margin-left: 0.5em; }
    @media only screen and (min-width: 768px) {
      .btn--arrowDown::after, .btn.wp-element-button::after, a.wp-block-button__link--arrowDown::after, a.wp-block-button__link.wp-element-button::after {
        width: 16px;
        height: 16px;
        margin-left: 0.8em; } }
  .btn--arrowRight::after, a.wp-block-button__link--arrowRight::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/icon--arrow.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    margin-left: 0.5em; }
    @media only screen and (min-width: 768px) {
      .btn--arrowRight::after, a.wp-block-button__link--arrowRight::after {
        width: 16px;
        height: 16px;
        margin-left: 0.8em; } }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
  visibility: hidden;
  opacity: 0; }
  .cookies.is-cookies {
    visibility: visible;
    animation: fadeIn 0.6s both 0.3s; }
  .cookies.is-accepted {
    visibility: visible; }
  .cookies__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0;
    color: #606060; }
    @media only screen and (min-width: 768px) {
      .cookies__wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 40px 0; } }
    @media only screen and (min-width: 1365px) {
      .cookies__wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 60px 0; } }
  .cookies__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .cookies__text {
        margin-bottom: 0;
        padding-right: 30px;
        font-size: 1.4rem;
        line-height: 2rem; } }
    @media only screen and (min-width: 1365px) {
      .cookies__text {
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit; } }
    .cookies__text a {
      color: #4B8E66;
      text-decoration: underline; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container-xl {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .container-xl {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1650px) {
    .container-xl {
      padding-left: 7vw;
      padding-right: 7vw; } }
  .container-xl--offset-y {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .container-xl--offset-y {
        padding-top: 90px;
        padding-bottom: 90px; } }

.container-sm {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .container-sm {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1650px) {
    .container-sm {
      padding-left: 7vw;
      padding-right: 7vw; } }
  @media only screen and (min-width: 1365px) {
    .container-sm {
      max-width: 1100px;
      padding-left: 0;
      padding-right: 0; } }

.d-hide {
  display: none; }

.d-show {
  display: block; }

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

.hidden-mobile {
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .hidden-mobile {
      display: block !important; } }

@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .mobile-mt-0 {
    margin-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-mb-0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-pt-0 {
    padding-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-pb-0 {
    padding-bottom: 0 !important; } }

.mt-0 {
  margin-top: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mt-0 {
      margin-top: 0px !important; } }

.mb-0 {
  margin-bottom: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mb-0 {
      margin-bottom: 0px !important; } }

.ml-0 {
  margin-left: 0px !important; }
  @media only screen and (min-width: 768px) {
    .ml-0 {
      margin-left: 0px !important; } }

.mr-0 {
  margin-right: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mr-0 {
      margin-right: 0px !important; } }

.mt-1 {
  margin-top: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mt-1 {
      margin-top: 10px !important; } }

.mb-1 {
  margin-bottom: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mb-1 {
      margin-bottom: 10px !important; } }

.ml-1 {
  margin-left: 8px !important; }
  @media only screen and (min-width: 768px) {
    .ml-1 {
      margin-left: 10px !important; } }

.mr-1 {
  margin-right: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mr-1 {
      margin-right: 10px !important; } }

.mt-2 {
  margin-top: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mt-2 {
      margin-top: 20px !important; } }

.mb-2 {
  margin-bottom: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mb-2 {
      margin-bottom: 20px !important; } }

.ml-2 {
  margin-left: 16px !important; }
  @media only screen and (min-width: 768px) {
    .ml-2 {
      margin-left: 20px !important; } }

.mr-2 {
  margin-right: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mr-2 {
      margin-right: 20px !important; } }

.mt-3 {
  margin-top: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mt-3 {
      margin-top: 30px !important; } }

.mb-3 {
  margin-bottom: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mb-3 {
      margin-bottom: 30px !important; } }

.ml-3 {
  margin-left: 24px !important; }
  @media only screen and (min-width: 768px) {
    .ml-3 {
      margin-left: 30px !important; } }

.mr-3 {
  margin-right: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mr-3 {
      margin-right: 30px !important; } }

.mt-4 {
  margin-top: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mt-4 {
      margin-top: 40px !important; } }

.mb-4 {
  margin-bottom: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mb-4 {
      margin-bottom: 40px !important; } }

.ml-4 {
  margin-left: 32px !important; }
  @media only screen and (min-width: 768px) {
    .ml-4 {
      margin-left: 40px !important; } }

.mr-4 {
  margin-right: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mr-4 {
      margin-right: 40px !important; } }

.mt-5 {
  margin-top: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mt-5 {
      margin-top: 50px !important; } }

.mb-5 {
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mb-5 {
      margin-bottom: 50px !important; } }

.ml-5 {
  margin-left: 40px !important; }
  @media only screen and (min-width: 768px) {
    .ml-5 {
      margin-left: 50px !important; } }

.mr-5 {
  margin-right: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mr-5 {
      margin-right: 50px !important; } }

.mt-6 {
  margin-top: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mt-6 {
      margin-top: 60px !important; } }

.mb-6 {
  margin-bottom: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mb-6 {
      margin-bottom: 60px !important; } }

.ml-6 {
  margin-left: 48px !important; }
  @media only screen and (min-width: 768px) {
    .ml-6 {
      margin-left: 60px !important; } }

.mr-6 {
  margin-right: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mr-6 {
      margin-right: 60px !important; } }

.pt-0 {
  padding-top: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pt-0 {
      padding-top: 0px !important; } }

.pb-0 {
  padding-bottom: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pb-0 {
      padding-bottom: 0px !important; } }

.pl-0 {
  padding-left: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pl-0 {
      padding-left: 0px !important; } }

.pr-0 {
  padding-right: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pr-0 {
      padding-right: 0px !important; } }

.pt-1 {
  padding-top: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pt-1 {
      padding-top: 10px !important; } }

.pb-1 {
  padding-bottom: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pb-1 {
      padding-bottom: 10px !important; } }

.pl-1 {
  padding-left: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pl-1 {
      padding-left: 10px !important; } }

.pr-1 {
  padding-right: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pr-1 {
      padding-right: 10px !important; } }

.pt-2 {
  padding-top: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pt-2 {
      padding-top: 20px !important; } }

.pb-2 {
  padding-bottom: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pb-2 {
      padding-bottom: 20px !important; } }

.pl-2 {
  padding-left: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pl-2 {
      padding-left: 20px !important; } }

.pr-2 {
  padding-right: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pr-2 {
      padding-right: 20px !important; } }

.pt-3 {
  padding-top: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pt-3 {
      padding-top: 30px !important; } }

.pb-3 {
  padding-bottom: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pb-3 {
      padding-bottom: 30px !important; } }

.pl-3 {
  padding-left: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pl-3 {
      padding-left: 30px !important; } }

.pr-3 {
  padding-right: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pr-3 {
      padding-right: 30px !important; } }

.pt-4 {
  padding-top: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pt-4 {
      padding-top: 40px !important; } }

.pb-4 {
  padding-bottom: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pb-4 {
      padding-bottom: 40px !important; } }

.pl-4 {
  padding-left: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pl-4 {
      padding-left: 40px !important; } }

.pr-4 {
  padding-right: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pr-4 {
      padding-right: 40px !important; } }

.pt-5 {
  padding-top: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pt-5 {
      padding-top: 50px !important; } }

.pb-5 {
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pb-5 {
      padding-bottom: 50px !important; } }

.pl-5 {
  padding-left: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pl-5 {
      padding-left: 50px !important; } }

.pr-5 {
  padding-right: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pr-5 {
      padding-right: 50px !important; } }

.pt-6 {
  padding-top: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pt-6 {
      padding-top: 60px !important; } }

.pb-6 {
  padding-bottom: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pb-6 {
      padding-bottom: 60px !important; } }

.pl-6 {
  padding-left: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pl-6 {
      padding-left: 60px !important; } }

.pr-6 {
  padding-right: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pr-6 {
      padding-right: 60px !important; } }

.footer {
  background: #4B8E66;
  color: #fff;
  font-size: 1.5rem;
  padding: 30px 0 1px 0;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .footer {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 1023px) {
    .footer {
      padding: 40px 0 1px 0; } }
  @media only screen and (min-width: 1650px) {
    .footer {
      font-size: 2rem;
      margin-top: 75px;
      padding: 60px 0 1px 0; } }
  .footer__logo {
    max-width: 220px; }
  .footer__contactRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.5em; }
    .footer__contactRow span {
      margin-right: 18px; }
  @media only screen and (min-width: 1023px) {
    .footer__columns {
      display: -ms-flexbox;
      display: flex;
      column-gap: 40px;
      -ms-flex-align: center;
          align-items: center; } }
  .footer_column {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media only screen and (min-width: 1279px) {
      .footer_column.footer__columnLogo {
        -ms-flex-positive: 1;
            flex-grow: 1; } }
    @media only screen and (min-width: 1279px) {
      .footer_column.footer__columnHeader {
        -ms-flex-positive: 0;
            flex-grow: 0;
        padding-right: 150px;
        background: url(../img/arrow-footer.svg) no-repeat right center;
        background-size: 130px auto; } }
    @media only screen and (min-width: 1650px) {
      .footer_column.footer__columnHeader {
        padding-right: 220px;
        background-size: 180px auto; } }
  .footer h3 {
    margin: 35px 0; }
    @media only screen and (min-width: 1023px) {
      .footer h3 {
        margin: 0; } }
  .footer img {
    display: block; }
  .footer .author {
    margin-top: 40px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }

textarea {
  width: 100%;
  outline: none;
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  position: relative;
  min-height: 171px;
  max-height: 300px;
  height: 171px;
  resize: vertical; }
  textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  textarea::placeholder {
    color: #fff;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #fff; }
  textarea::-ms-input-placeholder {
    color: #fff; }

select {
  width: 100%;
  outline: none;
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  position: relative;
  height: 45px;
  border: 2px solid #606060;
  font-size: 1.2rem !important;
  letter-spacing: 1px;
  -webkit-appearance: none;
  background: url(../img/svg/icon--arrow-rotate.svg) no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 14px; }
  select:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  select::placeholder {
    color: #fff;
    opacity: 1; }
  select:-ms-input-placeholder {
    color: #fff; }
  select::-ms-input-placeholder {
    color: #fff; }
  select option {
    font-size: 1.4rem; }

@media only screen and (min-width: 768px) {
  .form {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto; } }

.form__title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #fff;
  font-weight: 700; }
  @media only screen and (min-width: 1365px) {
    .form__title {
      margin-bottom: 40px;
      font-size: 5rem;
      line-height: 5.6rem;
      font-family: "Poppins", sans-serif; } }

.form__group {
  margin-bottom: 29px; }

.form__input {
  width: 100%;
  outline: none;
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  position: relative;
  display: block;
  height: 45px;
  box-sizing: border-box;
  background: #3A3A3A !important;
  border: none !important;
  border-top: 2px solid #4B8E66 !important;
  outline: none;
  color: #fff !important;
  padding: 10px !important;
  font-size: 1.2rem;
  line-height: 1.7rem; }
  .form__input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  .form__input::placeholder {
    color: #fff;
    opacity: 1; }
  .form__input:-ms-input-placeholder {
    color: #fff; }
  .form__input::-ms-input-placeholder {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .form__input {
      font-size: 1.4rem;
      line-height: 2rem; } }

.form__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-top: 15px; }
  @media only screen and (min-width: 1023px) {
    .form__submit {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .form__submit .wpcf7-submit {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.2em 1.8em;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    min-width: 135px;
    background-color: transparent;
    outline: none;
    color: #fff !important;
    height: 40px;
    padding: 0 30px 0;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 2rem; }
    .form__submit .wpcf7-submit:hover {
      text-decoration: none !important; }
    @media only screen and (min-width: 768px) {
      .form__submit .wpcf7-submit {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 768px) {
      .form__submit .wpcf7-submit {
        border-color: #4B8E66 !important;
        height: 40px;
        padding: 0 30px 0;
        font-size: 2rem;
        line-height: 2rem; } }
    .form__submit .wpcf7-submit:hover {
      background-color: #fff;
      color: #606060 !important;
      border-color: #fff !important; }
    .form__submit .wpcf7-submit:disabled {
      opacity: 0.5; }
  .form__submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%); }

.form__checkbox-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .form__checkbox-group input {
    margin-right: 12px !important; }

.form__checkbox--secondary {
  background-color: #BFFAFF !important; }
  .form__checkbox--secondary::before {
    box-shadow: inset 1em 1em #B46272 !important; }

.form__acceptance--small .wpcf7-list-item-label {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important; }

.form .wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
  border: none; }

.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.5;
  pointer-events: none; }

input[type="checkbox"] {
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #3A3A3A;
  margin: 0;
  font: inherit;
  color: #606060;
  width: 25px;
  min-width: 25px;
  height: 25px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  place-content: center;
  border-radius: 0; }
  input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff; }
  input[type="checkbox"]:checked::before {
    transform: scale(1); }

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #e35e5e;
  color: #fff;
  border-color: #e35e5e;
  border-bottom: none;
  padding: 10px 16px;
  font-size: 1.4rem;
  line-height: 2rem; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #8dd394;
  color: #fff;
  border-color: #8dd394;
  border-bottom: none;
  padding: 10px 16px;
  font-size: 1.4rem;
  line-height: 2rem; }

.wpcf7-acceptance {
  display: block; }
  .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0; }
  .wpcf7-acceptance label {
    display: -ms-flexbox;
    display: flex;
    position: static;
    transform: translate(0); }
  .wpcf7-acceptance .wpcf7-list-item-label {
    margin-left: 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media only screen and (min-width: 1023px) {
      .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .wpcf7-acceptance a {
    color: #4B8E66;
    border-bottom: 1px solid transparent;
    transition: border-color 0.1s ease-in-out; }
    .wpcf7-acceptance a:hover {
      border-bottom-color: #4B8E66; }

.wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 1.4rem;
  line-height: 2rem; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300; }

.gutenberg {
  font-size: 1.4rem;
  line-height: 2rem; }
  .gutenberg--secondary a {
    color: #40873D !important; }
  .gutenberg .wp-block-group {
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-group {
        padding: 30px 0; } }
    .gutenberg .wp-block-group__inner-container {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-group__inner-container {
          max-width: 1920px;
          padding-left: 60px;
          padding-right: 60px; } }
      @media only screen and (min-width: 1650px) {
        .gutenberg .wp-block-group__inner-container {
          padding-left: 7vw;
          padding-right: 7vw; } }
  .gutenberg .wp-block-columns {
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-columns {
        margin: 30px 0; } }
    .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:first-child {
      -ms-flex-order: 2;
          order: 2; }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:first-child {
          -ms-flex-order: 1;
              order: 1; } }
    .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:last-child {
      -ms-flex-order: 1;
          order: 1; }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:last-child {
          -ms-flex-order: 2;
              order: 2; } }
    .gutenberg .wp-block-columns .figure {
      max-width: 100%; }
    .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
      margin-right: -20px; }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
          margin-right: -60px; } }
      @media only screen and (min-width: 1650px) {
        .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
          margin-right: -7vw;
          margin-left: 7vw; } }
    .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
      margin-left: -20px; }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
          margin-left: -60px; } }
      @media only screen and (min-width: 1650px) {
        .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
          margin-left: -7vw;
          margin-right: 7vw; } }
  .gutenberg .wp-block-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 10px; }
    @media only screen and (min-width: 479px) {
      .gutenberg .wp-block-buttons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .gutenberg .wp-block-buttons.is-content-justification-center .wp-block-button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .gutenberg .wp-block-buttons .wp-block-button {
      width: 100%;
      margin-bottom: 20px; }
      @media only screen and (min-width: 479px) {
        .gutenberg .wp-block-buttons .wp-block-button {
          width: auto;
          margin-right: 10px; } }
      @media only screen and (min-width: 768px) {
        .gutenberg .wp-block-buttons .wp-block-button {
          margin-right: 20px; } }
      .gutenberg .wp-block-buttons .wp-block-button:last-child {
        margin-right: 0; }
  .gutenberg .wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px; }
    .gutenberg .wp-block-image img {
      height: auto; }
  .gutenberg .width-100 {
    width: 100%; }
  .gutenberg .wp-block-pullquote cite {
    display: block;
    margin-top: 15px; }
  .gutenberg .wp-block-gallery li {
    padding: 0 !important; }
    .gutenberg .wp-block-gallery li::before {
      content: none !important; }
  .gutenberg .wp-block-quote {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 40px 0;
    font-weight: 500;
    color: #4B8E66; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-quote {
        margin: 60px 0; } }
    @media only screen and (min-width: 1365px) {
      .gutenberg .wp-block-quote {
        font-size: 2.8em; } }
    @media only screen and (min-width: 1650px) {
      .gutenberg .wp-block-quote {
        font-size: 3rem; } }
    .gutenberg .wp-block-quote cite {
      font-size: 1.4rem;
      line-height: 2rem;
      color: #606060; }
    .gutenberg .wp-block-quote p {
      margin: 10px 0; }
  .gutenberg .wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-media-text {
        margin-top: 50px;
        margin-bottom: 50px; } }
  .gutenberg .has-medium-font-size {
    font-size: 1.4rem !important;
    line-height: 2rem !important; }
    @media only screen and (min-width: 768px) {
      .gutenberg .has-medium-font-size {
        font-size: 1.6rem !important;
        line-height: 2.2rem !important; } }
    @media only screen and (min-width: 1365px) {
      .gutenberg .has-medium-font-size {
        font-size: 1.8rem !important;
        line-height: 2.4rem !important; } }
  .gutenberg .wp-block-table.is-style-stripes {
    border-bottom: none; }
  .gutenberg .has-green-color {
    color: #4B8E66; }
  .gutenberg .has-raspberry-color {
    color: #B46272; }

.wp-block-spacer[style] {
  height: 0 !important; }

.is-style-small-spacer {
  padding-top: 25px; }
  @media only screen and (min-width: 1279px) {
    .is-style-small-spacer {
      padding-top: 40px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-small-spacer {
      padding-top: 75px; } }

.is-style-smaller-spacer {
  padding-top: 20px; }
  @media only screen and (min-width: 1279px) {
    .is-style-smaller-spacer {
      padding-top: 25px; } }

.is-style-medium-spacer {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .is-style-medium-spacer {
      padding-top: 70px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-medium-spacer {
      padding-top: 120px; } }

.is-style-large-spacer {
  padding-top: 50px; }
  @media only screen and (min-width: 1279px) {
    .is-style-large-spacer {
      padding-top: 90px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-large-spacer {
      padding-top: 180px; } }

.hamburger {
  --color: $shadow;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
  padding: 0;
  border: none;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  z-index: 9;
  position: relative;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 1023px) {
    .hamburger {
      display: none; } }
  .hamburger svg {
    width: 48px;
    height: 36px;
    top: -6px;
    left: -14px;
    stroke: #A0A0A0;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute; }
  .hamburger svg path[data-v-75d77b10] {
    transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: 26px 100px;
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: 126px;
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0); }
  .hamburger svg path[data-v-75d77b10]:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px
   ; }
  .hamburger svg path[data-v-75d77b10]:nth-child(3) {
    --offset: 133px;
    --array-2: 107px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10] {
    --offset: 57px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:first-child,
  .hamburger .is-active svg path[data-v-75d77b10]:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1)
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:nth-child(3) {
    --offset: 58px
   ; }

.site {
  margin-top: 80px; }
  @media only screen and (min-width: 1023px) {
    .site {
      margin-top: 100px; } }
  @media only screen and (min-width: 1650px) {
    .site {
      margin-top: 195px; } }

@media only screen and (min-width: 1023px) {
  .columns {
    margin: 40px 0; } }

@media only screen and (min-width: 1650px) {
  .columns {
    margin: 60px 0; } }

@media only screen and (min-width: 479px) {
  .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.columns .column {
  margin-bottom: 40px; }
  .columns .column img {
    max-width: 80%; }

@media only screen and (min-width: 479px) {
  .columns .column-4 {
    width: calc(50% - 15px); } }

@media only screen and (min-width: 1023px) {
  .columns .column-4 {
    width: calc(25% - 28px); } }

.sectionWithVeryLightBackground {
  background: #dbe8e0 no-repeat center top;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .sectionWithVeryLightBackground {
      padding: 50px 0; } }
  @media only screen and (min-width: 1650px) {
    .sectionWithVeryLightBackground {
      padding: 80px 0; } }

.sectionWithCurve {
  position: relative;
  z-index: 2;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .sectionWithCurve {
      background-image: url(../img/curve.png);
      background-size: 100% auto;
      margin-top: -60px;
      padding-top: 80px; } }
  @media only screen and (min-width: 1023px) {
    .sectionWithCurve {
      margin-top: -55px; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 4px 20px 0 #0000000D;
  z-index: 99;
  transition: height 0.5s; }
  @media only screen and (min-width: 1023px) {
    .navbar {
      height: 100px;
      border-color: transparent; } }
  @media only screen and (min-width: 1650px) {
    .navbar {
      height: 195px; } }
  @media only screen and (min-width: 1023px) {
    .navbar--scrolled {
      position: fixed;
      height: 125px; } }
  @media only screen and (min-width: 1023px) {
    .navbar--scrolled .navbar__nav {
      padding-top: 0; } }
  @media only screen and (min-width: 1650px) {
    .navbar--scrolled .navbar__logo img {
      height: 60px; } }
  .navbar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%; }
    @media only screen and (min-width: 1023px) {
      .navbar__container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        position: relative; } }
  @media only screen and (min-width: 1023px) and (min-width: 768px) {
    .navbar__container {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1023px) and (min-width: 1650px) {
    .navbar__container {
      padding-left: 7vw;
      padding-right: 7vw; } }
    @media only screen and (min-width: 1365px) {
      .navbar__container {
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (min-width: 1650px) {
      .navbar__container {
        padding-left: 7vw;
        padding-right: 7vw; } }
  .navbar__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999; }
  .navbar__logo {
    outline: none;
    border: none; }
    @media only screen and (min-width: 1023px) {
      .navbar__logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 20px; } }
    .navbar__logo img {
      transition: height 0.5s; }
      @media only screen and (min-width: 1023px) {
        .navbar__logo img {
          height: 40px; } }
      @media only screen and (min-width: 1650px) {
        .navbar__logo img {
          height: 80px; } }
  @media only screen and (min-width: 1023px) {
    .navbar__nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media only screen and (min-width: 1023px) {
    .navbar__menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px; } }
  .navbar__menu li {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1023px) {
      .navbar__menu li {
        margin: 0 0 0 12px; } }
    @media only screen and (min-width: 1365px) {
      .navbar__menu li {
        margin: 0 0 0 23px; } }
    .navbar__menu li.current-menu-item > a {
      font-weight: 700; }
      .navbar__menu li.current-menu-item > a:hover {
        color: #4B8E66; }
    .navbar__menu li a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 5px;
      white-space: nowrap;
      text-align: center;
      color: #000;
      border: none;
      outline: none;
      font-size: 1.4rem;
      font-weight: 400;
      transition: color 0.2s ease-in-out; }
      @media only screen and (min-width: 1650px) {
        .navbar__menu li a {
          font-size: 1.7rem; } }
      .navbar__menu li a:hover {
        color: #606060; }
  .navbar__languages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (min-width: 1023px) {
      .navbar__languages {
        position: absolute;
        top: 10px;
        right: 73px;
        font-size: 1.7rem; } }
    @media only screen and (min-width: 1650px) {
      .navbar__languages {
        right: 7vw;
        margin-right: 15px; } }

#wpadminbar {
  top: auto;
  bottom: 0;
  opacity: 0.4;
  position: fixed; }
  #wpadminbar:hover {
    opacity: 1; }

@keyframes sticky-animation {
  0% {
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media only screen and (max-width: 1023px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 #0000000D;
    z-index: 99; }
    .navbar__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 100%; }
    .navbar__inner {
      height: 80px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .navbar__inner {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1650px) {
      .navbar__inner {
        padding-left: 7vw;
        padding-right: 7vw; } }

@media only screen and (max-width: 1023px) {
    .navbar__logo {
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .navbar__logo img {
        height: 42px; }
    .navbar__nav {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      background-color: #fff;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transform: translateY(-100%);
      will-change: transform;
      transition: transform 0.5s ease; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .navbar__nav {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (max-width: 1023px) and (min-width: 1650px) {
      .navbar__nav {
        padding-left: 7vw;
        padding-right: 7vw; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .navbar__nav {
        padding: 20px 40px; } }

@media only screen and (max-width: 1023px) {
      .navbar__nav.is-active {
        transform: translateY(0); }
    .navbar__menu {
      padding-top: 40px; }
      .navbar__menu li {
        position: relative;
        z-index: 2; }
        .navbar__menu li.menu-item-has-children:hover > a {
          color: #4B8E66; }
        .navbar__menu li.menu-item-has-children:hover .sub-menu {
          transform: translateY(0);
          opacity: 1;
          pointer-events: all; }
        .navbar__menu li.current-menu-item > a {
          font-weight: 700;
          color: #000; }
          .navbar__menu li.current-menu-item > a:hover {
            color: #4B8E66; }
        .navbar__menu li a {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          padding: 10px 0;
          color: #000;
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: 400;
          transition: color 0.2s ease-in-out;
          position: relative; }
          .navbar__menu li a:hover {
            color: #4B8E66; }
    .navbar__languages {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 40px;
      padding-bottom: 40px; } }

.lang-item {
  display: block;
  margin: 0;
  padding: 0; }
  .lang-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    color: #000; }
    @media only screen and (min-width: 1650px) {
      .lang-item a {
        font-size: 17px; } }
  .lang-item.current-lang a {
    font-weight: 700; }

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1365px) {
    .section {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .section--secondary {
    background-color: #B46272; }
  .section--blue {
    background-color: #BFFAFF; }
  .section--yellow {
    background-color: #F4E8A1; }
  .section--green {
    background-color: #40873D; }
  .section--white {
    background-color: #fff; }
  .section--with-wave {
    margin-top: 70px; }
    @media only screen and (min-width: 1023px) {
      .section--with-wave {
        margin-top: 120px; } }
  .section--minus-margin-top {
    margin-top: 30px; }
    @media only screen and (min-width: 1023px) {
      .section--minus-margin-top {
        margin-top: -65px; } }
  .section__title--white {
    color: #fff; }
  .section__desc--white {
    color: #fff; }
  .section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media only screen and (min-width: 1023px) {
      .section__wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; } }
    @media only screen and (min-width: 1023px) {
      .section__wrapper--reverse {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
    @media only screen and (min-width: 1023px) {
      .section__wrapper--reverse .section__column--left {
        padding-right: 0;
        padding-left: 30px; } }
    @media only screen and (min-width: 1023px) {
      .section__wrapper--reverse .section__column--right {
        padding-left: 0;
        padding-right: 30px; } }
    .section__wrapper--margin {
      margin-top: 40px; }
      @media only screen and (min-width: 1023px) {
        .section__wrapper--margin {
          margin-top: 100px; } }
    @media only screen and (min-width: 1023px) {
      .section__wrapper--flex-start {
        -ms-flex-align: start;
            align-items: flex-start; } }
  .section__column {
    -ms-flex-order: 2;
        order: 2; }
    @media only screen and (min-width: 1023px) {
      .section__column {
        width: 50%;
        -ms-flex-order: 1;
            order: 1; } }
    .section__column--left-short {
      margin-top: 20px; }
      @media only screen and (min-width: 1023px) {
        .section__column--left-short {
          margin-top: 0;
          max-width: 515px;
          padding-right: 30px; } }
    .section__column--order-m-1 {
      -ms-flex-order: 1;
          order: 1; }
      @media only screen and (min-width: 1023px) {
        .section__column--order-m-1 {
          -ms-flex-order: inherit;
              order: inherit; } }
    .section__column--order-m-2 {
      -ms-flex-order: 2;
          order: 2; }
      @media only screen and (min-width: 1023px) {
        .section__column--order-m-2 {
          -ms-flex-order: inherit;
              order: inherit; } }
    .section__column--auto {
      width: auto; }
    @media only screen and (min-width: 1023px) {
      .section__column--left {
        padding-right: 30px; } }
    @media only screen and (min-width: 1023px) {
      .section__column--right {
        padding-left: 30px; } }
  .section__image {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1023px) {
      .section__image {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1023px) {
      .section__image--wide-right {
        margin-right: -40px; } }
    @media only screen and (min-width: 1365px) {
      .section__image--wide-right {
        margin-right: -5vw; } }
    .section__image img {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 1023px) {
        .section__image img {
          margin-left: inherit;
          margin-right: inherit; } }
  @media only screen and (min-width: 1279px) {
    .section__half {
      width: 49%; } }
  @media only screen and (min-width: 1365px) {
    .section__half {
      padding-right: 100px; } }
  .section__wave {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px; }
  .section__wave-line {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 95% bottom;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1023px) {
      .section__wave-line {
        background-position: left bottom; } }
    .section__wave-line--1 {
      background-image: url(../img/wave-1.png); }
    .section__wave-line--2 {
      background-image: url(../img/wave-2.png); }
    .section__wave-line--3 {
      background-image: url(../img/wave-green.png);
      background-position: 50% bottom; }
      @media only screen and (min-width: 1023px) {
        .section__wave-line--3 {
          background-position: left bottom; } }
  .section__tree-1 {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .section__tree-1 {
        position: absolute;
        bottom: 20px;
        left: 35%;
        background: url(../img/tree-secondary.svg) no-repeat;
        background-size: contain;
        background-position: bottom;
        width: 95px;
        height: 172px;
        display: block; } }
    @media only screen and (min-width: 1650px) {
      .section__tree-1 {
        bottom: 0; } }
  .section__tree-2 {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .section__tree-2 {
        position: absolute;
        bottom: 10px;
        right: 5%;
        background: url(../img/tree-primary.svg) no-repeat;
        background-size: contain;
        background-position: bottom;
        width: 103px;
        height: 169px;
        display: block; } }
    @media only screen and (min-width: 1650px) {
      .section__tree-2 {
        bottom: 60px; } }

.h__1 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 800;
  color: #606060; }
  @media only screen and (min-width: 768px) {
    .h__1 {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1023px) {
    .h__1 {
      font-size: 5rem;
      line-height: 5.6rem;
      font-family: "Poppins", sans-serif; } }
  @media only screen and (min-width: 1279px) {
    .h__1 {
      font-size: 8rem;
      line-height: 8.6rem;
      font-family: "Poppins", sans-serif; } }
  .h__1--primary {
    color: #4B8E66; }
  .h__1--white {
    color: #fff; }
  .h__1--thin {
    font-weight: 500; }
  .h__1--bold {
    font-weight: 800; }
  .h__1 span {
    font-weight: 500; }

.h__2 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 800;
  color: #606060; }
  @media only screen and (min-width: 768px) {
    .h__2 {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1023px) {
    .h__2 {
      font-size: 5rem;
      line-height: 5.6rem;
      font-family: "Poppins", sans-serif; } }
  @media only screen and (min-width: 1279px) {
    .h__2 {
      font-size: 8rem;
      line-height: 8.6rem;
      font-family: "Poppins", sans-serif; } }
  .h__2--primary {
    color: #4B8E66; }
  .h__2--white {
    color: #fff; }
  .h__2--thin {
    font-weight: 500; }
  .h__2--bold {
    font-weight: 800; }
  .h__2 span {
    font-weight: 500; }

.h__3 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 800;
  color: #606060; }
  @media only screen and (min-width: 1365px) {
    .h__3 {
      font-size: 5rem;
      line-height: 5.6rem;
      font-family: "Poppins", sans-serif; } }
  .h__3--primary {
    color: #4B8E66; }
  .h__3--white {
    color: #fff; }
  .h__3 span {
    font-weight: 400; }

.h__4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 800;
  color: #606060; }
  @media only screen and (min-width: 1023px) {
    .h__4 {
      font-size: 3.2rem;
      line-height: 3.8rem; } }
  .h__4--primary {
    color: #4B8E66; }
  .h__4--white {
    color: #fff; }
  .h__4--thin {
    font-weight: 500; }
  .h__4 span {
    font-weight: 500; }

.h__5 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 700;
  color: #606060;
  text-transform: inherit; }
  .h__5--primary {
    color: #4B8E66; }
  .h__5--white {
    color: #fff; }
  .h__5--thin {
    font-weight: 50; }
  .h__5 span {
    font-weight: 50; }

.h__6 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #606060;
  text-transform: inherit; }
  .h__6--primary {
    color: #4B8E66; }
  .h__6--white {
    color: #fff; }
  .h__6 span {
    font-weight: 500; }

h1, .h1, .is-style-h1 {
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.3rem; }
  @media only screen and (min-width: 1365px) {
    h1, .h1, .is-style-h1 {
      font-size: 3.6rem; } }
  @media only screen and (min-width: 1650px) {
    h1, .h1, .is-style-h1 {
      font-size: 4rem; } }
  h1 strong, .h1 strong, .is-style-h1 strong {
    font-weight: 900; }

h2, .h2, .is-style-h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700; }
  @media only screen and (min-width: 1365px) {
    h2, .h2, .is-style-h2 {
      font-size: 2.9rem; } }
  @media only screen and (min-width: 1650px) {
    h2, .h2, .is-style-h2 {
      font-size: 3rem; } }
  h2 strong, .h2 strong, .is-style-h2 strong {
    font-weight: 900; }

h3, .h3, .is-style-h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700; }
  @media only screen and (min-width: 1365px) {
    h3, .h3, .is-style-h3 {
      font-size: 2.3em; } }
  @media only screen and (min-width: 1650px) {
    h3, .h3, .is-style-h3 {
      font-size: 2.5rem; } }
  h3 strong, .h3 strong, .is-style-h3 strong {
    font-weight: 900; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.color--lightGreen {
  color: #699C9C; }

.color--primary {
  color: #4B8E66; }

.wysiwyg--white,
.wysiwyg .is-style-with-background-dark,
.wysiwyg .has-white-color {
  color: #fff; }
  .wysiwyg--white h1, .wysiwyg--white h2, .wysiwyg--white h3, .wysiwyg--white h4, .wysiwyg--white h5, .wysiwyg--white h6,
  .wysiwyg--white a,
  .wysiwyg--white cite,
  .wysiwyg--white ol::marker,
  .wysiwyg .is-style-with-background-dark h1,
  .wysiwyg .is-style-with-background-dark h2,
  .wysiwyg .is-style-with-background-dark h3,
  .wysiwyg .is-style-with-background-dark h4,
  .wysiwyg .is-style-with-background-dark h5,
  .wysiwyg .is-style-with-background-dark h6,
  .wysiwyg .is-style-with-background-dark a,
  .wysiwyg .is-style-with-background-dark cite,
  .wysiwyg .is-style-with-background-dark ol::marker,
  .wysiwyg .has-white-color h1,
  .wysiwyg .has-white-color h2,
  .wysiwyg .has-white-color h3,
  .wysiwyg .has-white-color h4,
  .wysiwyg .has-white-color h5,
  .wysiwyg .has-white-color h6,
  .wysiwyg .has-white-color a,
  .wysiwyg .has-white-color cite,
  .wysiwyg .has-white-color ol::marker {
    color: #fff; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  font-weight: bold;
  margin: 1.3em 0; }
  .wysiwyg h1 strong, .wysiwyg h2 strong, .wysiwyg h3 strong, .wysiwyg h4 strong {
    font-weight: 900; }

.wysiwyg h3 {
  margin: 1em 0; }

.wysiwyg .noMarginTop {
  margin-top: 0 !important; }

.wysiwyg .noMarginBottom {
  margin-bottom: 0 !important; }

.wysiwyg .noPaddingTop {
  padding-top: 0 !important; }

.wysiwyg .noPaddingBottom {
  padding-bottom: 0 !important; }

.wysiwyg sup,
.wysiwyg sub {
  font-size: 75%;
  display: inline-block;
  padding: 0 2px;
  transform: translateY(1px); }

.wysiwyg iframe {
  margin-top: 40px;
  margin-bottom: 40px; }

.wysiwyg figcaption {
  font-style: italic; }

.wysiwyg ul {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .wysiwyg ul {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1365px) {
    .wysiwyg ul {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .wysiwyg ul li {
    display: block;
    padding-left: 20px;
    background: url(../img/list-item-bg.svg) no-repeat left 3px;
    background-size: 13px auto;
    margin-bottom: 5px; }
    @media only screen and (min-width: 1023px) {
      .wysiwyg ul li {
        margin-bottom: 10px; } }

.wysiwyg li > ul {
  margin-left: 0;
  padding: 5px 0; }

.wysiwyg ol {
  margin-top: 10px;
  margin-bottom: 10px;
  counter-reset: counter-number; }
  @media only screen and (min-width: 768px) {
    .wysiwyg ol {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1365px) {
    .wysiwyg ol {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .wysiwyg ol li {
    margin-left: 10px;
    margin-bottom: 1px;
    padding-left: 15px;
    counter-increment: counter-number; }
    .wysiwyg ol li::marker {
      content: counter(counter-number) ".";
      color: #606060;
      position: absolute;
      top: 0;
      left: 0; }

.wysiwyg a {
  color: #4B8E66; }
  .wysiwyg a:hover {
    text-decoration: underline; }

p {
  margin: 1.5em 0; }

.homeCards {
  margin: 30px 0; }
  @media only screen and (min-width: 768px) {
    .homeCards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .homeCards .card {
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) {
      .homeCards .card {
        width: calc(33.33% - 8px); } }
    @media only screen and (min-width: 1023px) {
      .homeCards .card {
        width: calc(25% - 8px); } }
  .homeCards .card--greenCard {
    background: #4B8E66;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    color: #fff; }
    .homeCards .card--greenCard img {
      display: block;
      width: 100%; }
    .homeCards .card--greenCard p {
      padding: 20px; }
      @media only screen and (min-width: 1365px) {
        .homeCards .card--greenCard p {
          padding: 40px; } }
  .homeCards .card--desktopCard {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .homeCards .card--desktopCard {
        display: block;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
    @media only screen and (min-width: 1023px) {
      .homeCards .card--desktopCard .inner {
        margin-right: -60px;
        margin-left: 10px; } }
    @media only screen and (min-width: 1650px) {
      .homeCards .card--desktopCard .inner {
        margin-right: -7vw; } }
    .homeCards .card--desktopCard .inner img {
      width: 100%;
      max-width: 580px; }

.pageHeader {
  min-height: calc(100vh - 80px);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff; }
  @media only screen and (min-width: 1023px) {
    .pageHeader {
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1650px) {
    .pageHeader {
      min-height: calc(100vh - 190px); } }
  .pageHeader__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .pageHeader__content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    max-width: 750px; }
  .pageHeader p {
    margin: 4em 0; }

.dictionary {
  margin: 30px auto; }
  @media only screen and (min-width: 1650px) {
    .dictionary {
      margin: 75px auto; } }
  .dictionary__item {
    padding: 20px;
    color: #fff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .dictionary__item {
        padding: 23px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        column-gap: 40px; } }
    @media only screen and (min-width: 1279px) {
      .dictionary__item {
        column-gap: 60px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1650px) {
      .dictionary__item {
        column-gap: 80px; } }
  .dictionary__image {
    width: 100%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .dictionary__image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40%;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1279px) {
      .dictionary__image {
        width: 30%; } }

@media only screen and (min-width: 768px) {
  .post-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 16px; } }

.post-tile {
  padding: 20px;
  background: #fff;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .post-tile {
      width: calc(50% - 8px); } }
  @media only screen and (min-width: 1279px) {
    .post-tile {
      width: calc(33.33% - 11px); } }
  .post-tile__image {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    height: 0;
    padding-bottom: 200px; }
    @media mobile {
      .post-tile__image {
        padding-bottom: 248px; } }
    .post-tile__image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-tile strong {
    color: #4B8E66; }
  .post-tile h2 {
    margin-bottom: 1em; }

.pagination {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 1650px) {
    .pagination {
      margin-top: 75px; } }
  .pagination .page-numbers {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 2px; }
  .pagination a.page-numbers:not(.next):not(.prev) {
    background: #4B8E66;
    color: #fff;
    font-weight: bold; }

.blog-page-container {
  background: #e3ebe7; }

.blog-page {
  margin-bottom: -30px;
  padding: 30px 0; }
  @media only screen and (min-width: 1650px) {
    .blog-page {
      margin-bottom: -75px;
      padding: 75px 0; } }

.post-header {
  background: #4B8E66;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 0 0 0;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .post-header {
      margin-left: -60px;
      margin-right: -60px;
      padding: 0;
      margin-bottom: 70px; } }
  @media only screen and (min-width: 1023px) {
    .post-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  @media only screen and (min-width: 1650px) {
    .post-header {
      margin-left: -7vw;
      margin-right: -7vw;
      margin-bottom: 128px; } }
  .post-header__link {
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 17px;
    background: url(../img/icon--arrow.svg) no-repeat left center;
    background-size: 7px auto;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 1023px) {
      .post-header__link {
        font-size: 2rem;
        padding-left: 20px;
        background-size: 9px auto; } }
    @media only screen and (min-width: 1650px) {
      .post-header__link {
        margin-top: -70px; } }
  .post-header__content {
    padding: 0 20px 20px 20px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .post-header__content {
        padding: 50px 60px; } }
    @media only screen and (min-width: 1023px) {
      .post-header__content {
        width: 50%;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 80px 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 1650px) {
      .post-header__content {
        padding: 100px 7vw;
        min-height: 534px; } }
  .post-header__image {
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .post-header__image img {
      display: block; }
      @media only screen and (min-width: 1023px) {
        .post-header__image img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .post-header__bg {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .post-header__bg {
        display: block;
        position: absolute;
        bottom: 0;
        left: 60px;
        transform: translate(0, 50%);
        display: block;
        width: 45%;
        max-width: 442px; } }
    @media only screen and (min-width: 1650px) {
      .post-header__bg {
        left: 7vw; } }
  .post-header h1 {
    margin-bottom: 1em; }

@media only screen and (min-width: 1023px) {
  .contact-page-wrapper {
    min-height: 100vh;
    background: url(../img/contact-bg.png) no-repeat;
    background-size: contain;
    background-position: 100% center; } }

@media only screen and (min-width: 1023px) {
  .contact-page-wrapper .contact-page {
    padding-right: 50%; } }

.contact-page {
  padding: 50px 0; }
  @media only screen and (min-width: 1279px) {
    .contact-page {
      padding: 90px 0; } }
  @media only screen and (min-width: 1650px) {
    .contact-page {
      padding: 140px 0; } }
  .contact-page .logo {
    max-width: 50%;
    width: 240px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 1023px) {
      .contact-page .logo {
        width: 340px; } }
    @media only screen and (min-width: 1650px) {
      .contact-page .logo {
        width: 440px; } }

p.contactRow {
  font-size: 2rem;
  color: #4B8E66;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 30px;
  background: no-repeat left center;
  background-size: 24px auto;
  line-height: 1.8; }
  @media only screen and (min-width: 1023px) {
    p.contactRow {
      font-size: 2.4rem;
      padding-left: 40px;
      background-size: 30px auto; } }
  @media only screen and (min-width: 1650px) {
    p.contactRow {
      font-size: 2.9rem;
      padding-left: 80px;
      background-size: 49px auto;
      margin-bottom: 14px; } }
  p.contactRow.phone {
    background-image: url(../img/contact-phone.svg); }
  p.contactRow.mail {
    background-image: url(../img/contact-mail.svg); }
  p.contactRow.address {
    background-image: url(../img/contact-address.svg); }

.product-list {
  margin: 40px 0; }
  @media only screen and (min-width: 768px) {
    .product-list__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: stretch;
          align-items: stretch;
      column-gap: 1px; } }
  .product-list .spinner {
    display: none; }
  .product-list.loading .spinner {
    display: block; }

.product-tile {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .product-tile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: calc(50% - 2px);
      padding: 0 20px;
      background: #fff; } }
  @media only screen and (min-width: 1023px) {
    .product-tile {
      width: calc(33.33% - 1px);
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1279px) {
    .product-tile {
      padding: 0 34px; } }
  @media only screen and (min-width: 1650px) {
    .product-tile {
      margin-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-tile:nth-child(2n+1) {
      border-right: solid 1px #749D86; } }
  @media only screen and (min-width: 1023px) {
    .product-tile:nth-child(3n+1), .product-tile:nth-child(3n+2) {
      border-right: solid 1px #749D86; } }
  .product-tile:nth-child(3n+1) h2 {
    color: #4B8E66; }
  .product-tile:nth-child(3n+1) .btn {
    color: #fff;
    background: #4B8E66; }
    .product-tile:nth-child(3n+1) .btn:hover {
      background-color: #396d4e; }
  .product-tile:nth-child(3n+2) h2 {
    color: #699C9C; }
  .product-tile:nth-child(3n+2) .btn {
    color: #fff;
    background: #699C9C; }
    .product-tile:nth-child(3n+2) .btn:hover {
      background-color: #537f7f; }
  .product-tile:nth-child(3n+3) h2 {
    color: #B46272; }
  .product-tile:nth-child(3n+3) .btn {
    color: #fff;
    background: #B46272; }
    .product-tile:nth-child(3n+3) .btn:hover {
      background-color: #9a4959; }
  .product-tile__image {
    max-width: 80%;
    margin: 0 auto;
    cursor: pointer; }
  .product-tile__description {
    margin: 2.5em 0;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .product-tile .btn {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.product-category-filter {
  max-width: 300px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .product-category-filter {
      max-width: 350px; } }
  @media only screen and (min-width: 1650px) {
    .product-category-filter {
      margin-top: 45px; } }

.product-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s all; }
  .product-overlay .spinner {
    display: none; }
  .product-overlay.loading .spinner {
    display: block; }
  .product-overlay__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #699C9C;
    opacity: 0.6; }
  .product-overlay__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 40px);
    background: #fff;
    overflow: hidden;
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 1650px) {
      .product-overlay__inner {
        max-width: 1640px; } }
  .product-overlay__contentWrapper {
    padding: 35px;
    max-height: calc(100vh - 40px);
    min-height: 200px;
    overflow: auto; }
    @media only screen and (min-width: 1279px) {
      .product-overlay__contentWrapper {
        padding: 60px; } }
    @media only screen and (min-width: 1650px) {
      .product-overlay__contentWrapper {
        padding: 85px 135px; } }
  .product-overlay__close {
    width: 15px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    @media only screen and (min-width: 1279px) {
      .product-overlay__close {
        right: 30px;
        top: 30px;
        width: 20px; } }
    @media only screen and (min-width: 1650px) {
      .product-overlay__close {
        right: 40px;
        top: 40px;
        width: 40px; } }

.product-popup__packshot {
  max-width: 70%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .product-popup__packshot {
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.product-popup__logo {
  margin: 20px auto;
  max-width: 80%;
  width: 350px; }
  @media only screen and (min-width: 768px) {
    .product-popup__logo {
      margin: 40px 0; } }
  @media only screen and (min-width: 1650px) {
    .product-popup__logo {
      margin: 50px 0; } }

@media only screen and (min-width: 768px) {
  .product-popup__header {
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0; } }

@media only screen and (min-width: 768px) {
  .product-popup__headerContent {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-left: 40px; } }

@media only screen and (min-width: 1279px) {
  .product-popup__headerContent {
    padding-left: 80px; } }

@media only screen and (min-width: 1650px) {
  .product-popup__headerContent {
    padding-left: 120px; } }

.product-popup__gallery {
  margin: 40px 0; }
  @media only screen and (min-width: 1279px) {
    .product-popup__gallery {
      margin: 80px 0; } }
  .product-popup__gallery img {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .product-popup__content {
    display: -ms-flexbox;
    display: flex; } }

.product-popup__technologies {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 30px;
  background: #4B8E66;
  color: #fff;
  font-weight: bold;
  border-radius: 20px; }
  @media only screen and (min-width: 768px) {
    .product-popup__technologies {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 25px 0 0;
      width: 35%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 500px; } }
  @media only screen and (min-width: 1023px) {
    .product-popup__technologies {
      margin: 0 35px 0 0; } }
  @media only screen and (min-width: 1650px) {
    .product-popup__technologies {
      margin: 0 50px 0 0;
      padding: 50px; } }
  .product-popup__technologies ul {
    margin: 1em 0;
    padding: 0;
    display: block; }
  .product-popup__technologies li {
    display: block;
    padding-left: 20px;
    background: url(../img/list-item-bg-2.svg) no-repeat left 3px;
    background-size: 13px auto;
    margin-bottom: 5px; }
    @media only screen and (min-width: 1023px) {
      .product-popup__technologies li {
        margin-bottom: 10px; } }

.product-popup__text {
  -ms-flex-positive: 1;
      flex-grow: 1; }

body.cover {
  overflow: hidden; }
  body.cover .product-overlay {
    opacity: 1;
    pointer-events: all; }

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #4b8e66);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
  margin: 20px auto; }

@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn); } }

.customSelect {
  position: relative; }
  .customSelect select {
    display: none; }

.customList-input {
  position: relative;
  font-size: 1.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 14px 28px;
  background: #4B8E66; }
  .customList-input::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(../img/icon--arrow.svg) no-repeat center;
    background-size: contain;
    right: 28px;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
    position: absolute; }
    @media only screen and (min-width: 1023px) {
      .customList-input::after {
        height: 18px; } }

.customList-input.active::after {
  transform: translate(0, -50%) rotate(90deg); }

.customList-input.active + .customList-wrapper {
  display: block; }

.formCol {
  position: relative; }

.customList-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  color: #fff;
  z-index: 10;
  border: solid 1px #4B8E66;
  border-top: none;
  background: #fff; }

.customList-option {
  padding: 10px 28px;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 1.8rem;
  color: #4B8E66; }
  .customList-option:hover {
    background: #4B8E66;
    color: #fff; }

.customList-option + .customList-option {
  border-top: solid 1px #fff; }

.fancy__radiobutton,
.fancy__checkbox {
  display: none; }
  .fancy__radiobutton + .fake__input,
  .fancy__checkbox + .fake__input {
    background: rgba(168, 168, 168, 0.1);
    border: solid 1px #A8A8A8;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .fancy__radiobutton:checked + .fake__input::after,
  .fancy__checkbox:checked + .fake__input::after {
    content: "";
    display: block;
    position: absolute;
    background: #ff0000;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px; }

.fake-input {
  margin-right: 15px; }

.fancy__radiobutton + span,
.fancy__radiobutton:checked + span::after {
  border-radius: 100%; }

/**
* Import blocks
*/
.is-style-with-bubble-shadow-1 {
  position: relative; }
  .is-style-with-bubble-shadow-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 70%;
    min-height: 70px;
    transform: translate(-40%, 10%) translate3d(0, 0, 0);
    background-color: #3501D2;
    filter: blur(55px);
    opacity: 0.40;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .is-style-with-bubble-shadow-1::before {
        height: 100%;
        min-height: 180px;
        max-height: 200px;
        transform: translate(-20%, -10%) translate3d(0, 0, 0);
        filter: blur(90px); } }

.is-style-with-bubble-shadow-2 {
  position: relative; }
  .is-style-with-bubble-shadow-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    min-height: 90px;
    transform: translate(60%, -20%) translate3d(0, 0, 0);
    background-color: #3501D2;
    filter: blur(50px);
    opacity: 0.55;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .is-style-with-bubble-shadow-2::before {
        min-height: 140px;
        filter: blur(132px); } }

h3.is-style-with-bubble-shadow-1::before,
h3.is-style-with-bubble-shadow-2::before {
  width: 20%;
  filter: blur(51px);
  transform: translate(40%, -20%) translate3d(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    h3.is-style-with-bubble-shadow-1::before,
    h3.is-style-with-bubble-shadow-2::before {
      width: 30%;
      filter: blur(90px);
      transform: translate(60%, -20%) translate3d(0, 0, 0); } }

@media only screen and (min-width: 768px) {
  .is-style-small-width-paragraph {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media only screen and (min-width: 1365px) {
  .is-style-small-width-paragraph {
    width: 53%; } }

.is-style-bg-1,
.is-style-bg-2,
.is-style-bg-3,
.is-style-bg-4,
.is-style-bg-5,
.is-style-bg-6,
.is-style-bg-7,
.is-style-bg-8,
.is-style-bg-9 {
  position: relative; }
  .is-style-bg-1::after,
  .is-style-bg-2::after,
  .is-style-bg-3::after,
  .is-style-bg-4::after,
  .is-style-bg-5::after,
  .is-style-bg-6::after,
  .is-style-bg-7::after,
  .is-style-bg-8::after,
  .is-style-bg-9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1; }
  .is-style-bg-1 > *,
  .is-style-bg-2 > *,
  .is-style-bg-3 > *,
  .is-style-bg-4 > *,
  .is-style-bg-5 > *,
  .is-style-bg-6 > *,
  .is-style-bg-7 > *,
  .is-style-bg-8 > *,
  .is-style-bg-9 > * {
    position: relative;
    z-index: 2; }

.is-style-bg-1::after {
  background-image: url(../img/bg-1-m.svg);
  background-size: contain;
  background-position: 50% 0;
  height: 70%; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-1::after {
      background-image: url(../img/bg-1.svg);
      left: 54%;
      width: 50%;
      max-width: 610px;
      height: 90%; } }

.is-style-bg-2::after {
  background-image: url(../img/bg-2-m.svg);
  background-size: contain;
  background-position: 50% 0;
  height: 70%; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-2::after {
      background-image: url(../img/bg-2.svg);
      left: 54%;
      width: 50%;
      max-width: 700px;
      height: 100%; } }

.is-style-bg-3 {
  overflow: hidden; }
  .is-style-bg-3::after {
    background-image: url(../img/bg-3-m.svg);
    background-size: cover;
    background-position: 100% bottom; }
    @media only screen and (min-width: 768px) {
      .is-style-bg-3::after {
        background-image: url(../img/bg-3.jpg);
        background-size: 1440px auto;
        background-position: center bottom; } }

.is-style-bg-4::after {
  background-image: url(../img/bg-4-m.svg);
  background-size: cover;
  background-position: 100% 0; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-4::after {
      background-image: url(../img/bg-4.svg);
      background-position: 50% 0;
      background-size: 1440px auto; } }

.is-style-bg-5::after {
  content: none; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-5::after {
      background-image: url(../img/bg-5.svg);
      content: '';
      background-size: contain;
      background-position: 100% 0;
      height: 100%;
      transform: translateX(-50%) translateY(-20%); } }

.is-style-bg-6::after {
  background-image: url(../img/bg-6-m.svg);
  background-size: cover;
  background-position: center bottom; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-6::after {
      background-image: url(../img/bg-6.jpg);
      background-size: contain;
      background-position: center bottom; } }

.is-style-bg-7::after {
  background-image: url(../img/bg-7-m.svg);
  background-size: contain;
  background-position: 100% -50px; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-7::after {
      background-image: url(../img/bg-7.svg);
      background-position: 100% 0;
      transform: translateX(-40%) translateY(50px); } }

@media only screen and (max-width: 767px) {
  .is-style-bg-8 {
    padding-top: 40px !important; } }

.is-style-bg-8::after {
  background-image: url(../img/bg-8-m.svg);
  background-size: contain;
  background-position: 100% 0;
  transform: translateY(30px); }
  @media only screen and (min-width: 768px) {
    .is-style-bg-8::after {
      background-image: url(../img/bg-8.svg);
      background-size: contain;
      top: 20%;
      left: 50%;
      width: 50%;
      max-width: 700px;
      transform: translateY(20px); } }

.is-style-bg-9::after {
  background-image: url(../img/bg-9-m.svg);
  background-size: contain;
  background-position: center 0; }
  @media only screen and (min-width: 768px) {
    .is-style-bg-9::after {
      background-image: url(../img/bg-9.jpg); } }

.slider__wrapper {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px); }
  @media only screen and (min-width: 1023px) {
    .slider__wrapper {
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1650px) {
    .slider__wrapper {
      min-height: calc(100vh - 190px); } }

@media only screen and (min-width: 768px) {
  .slider .slick-track {
    -ms-flex-align: center;
        align-items: center; } }

.slider .slick-slide {
  min-height: calc(100vh - 80px); }
  @media only screen and (min-width: 1023px) {
    .slider .slick-slide {
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1650px) {
    .slider .slick-slide {
      min-height: calc(100vh - 190px); } }
  .slider .slick-slide.slick-active .slider__slide {
    display: -ms-flexbox !important;
    display: flex !important; }
  .slider .slick-slide > div {
    height: 100%; }

.slider .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none; }

.slider__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  background-color: #fff;
  position: relative; }
  .slider__slide--white {
    background-color: #fff; }
    .slider__slide--white .slider__content,
    .slider__slide--white .slider__title {
      color: #fff; }

.slider__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  position: relative; }

.slider__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 0 30px;
  z-index: 2;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(100vh - 80px); }
  @media only screen and (min-width: 1023px) {
    .slider__inner {
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1650px) {
    .slider__inner {
      min-height: calc(100vh - 190px); } }

.slider__background {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 80px); }
  @media only screen and (min-width: 1023px) {
    .slider__background {
      min-height: calc(100vh - 100px); } }
  @media only screen and (min-width: 1650px) {
    .slider__background {
      min-height: calc(100vh - 190px); } }

.slider__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center; }
  @media only screen and (min-width: 768px) {
    .slider__image {
      height: 100%;
      object-position: center center; } }

.slider__video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 80% bottom; }
  @media only screen and (min-width: 768px) {
    .slider__video {
      height: 100%;
      object-position: center bottom; } }

.slider__content {
  background: #4B8E66;
  border-bottom-right-radius: 100px;
  margin-left: -20px;
  padding: 50px 40px 50px 20px;
  color: #fff;
  max-width: 400px; }
  @media only screen and (min-width: 768px) {
    .slider__content {
      margin-left: -60px;
      padding: 50px 60px 50px 60px;
      max-width: none;
      width: 500px; } }
  @media only screen and (min-width: 1650px) {
    .slider__content {
      width: 55vw;
      margin-left: -20vw;
      padding: 110px 110px 110px 20vw; } }
  .slider__content .btn {
    margin-top: 40px; }
    @media only screen and (min-width: 1650px) {
      .slider__content .btn {
        margin-top: 70px; } }

/**
* Import vendors
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .slick-track {
      -ms-flex-align: center;
          align-items: center; } }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  list-style-type: none; }
  @media only screen and (min-width: 768px) {
    .slick-dots {
      bottom: 45px; } }
  .slick-dots li {
    margin: 0 10px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }
  .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.5;
    text-indent: -9999px;
    cursor: pointer; }
  .slick-dots li.slick-active button {
    opacity: 1; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 2; }
  .slick-arrow.slick-prev {
    left: 30px;
    background-image: url(../img/icon--arrow.svg);
    transform: translateY(-50%); }
    @media only screen and (min-width: 1023px) {
      .slick-arrow.slick-prev {
        left: 40px; } }
  .slick-arrow.slick-next {
    right: 30px;
    background-image: url(../img/icon--arrow.svg);
    transform: rotate(180deg); }
    @media only screen and (min-width: 1023px) {
      .slick-arrow.slick-next {
        right: 40px; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/*# sourceMappingURL=style.css.map*/