/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-post/card-post.scss ***!
  \************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-post {
  position: relative;
  display: grid;
  text-decoration: none;
  color: #000000;
  background: #F3F3F3;
  padding: 50px 20px 20px;
}
.card-post__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.card-post__info {
  margin-bottom: 10px;
}
.card-post__date {
  position: absolute;
  top: 20px;
  left: 16px;
  display: flex;
  align-items: center;
}
.card-post__date-icon {
  display: block;
  width: 14px;
  height: auto;
}
.card-post__date-label {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 14;
  --min-font-px: 14px;
  --max-font: 20;
  --max-font-px: 20px;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #B5BEBF;
}
.card-post__categories {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px;
}
.card-post__category {
  font: 400 14px/1 "Titillium Web", sans-serif;
  text-transform: uppercase;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #B5BEBF;
  white-space: nowrap;
  color: #669437;
}
.card-post__category:last-of-type {
  border: 0;
}
.card-post__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.card-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.card-post__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}
.card-post__cta-label {
  font: 400 16px/1 "Titillium Web", sans-serif;
}
.card-post__cta-icon {
  display: block;
  width: 18px;
  height: auto;
}
.card-post--featured .card-post__title {
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 32;
  --max-font-px: 32px;
}

@media only screen and (min-width: 768px) {
  .card-post--top {
    display: grid;
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 0;
    padding: 25px;
  }
  .card-post--top .card-post__img {
    order: 2;
    height: 100%;
    grid-row: span 2;
  }
  .card-post--top .card-post__text {
    order: 1;
  }
  .card-post--top .card-post__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .card-post--top .card-post__date {
    position: relative;
    top: 0;
    left: 0;
  }
  .card-post--top .card-post__categories {
    justify-content: flex-end;
  }
  .card-post--top .card-post__cta {
    order: 3;
  }
  .card-post--featured .card-post__date, .card-post--top .card-post__date {
    position: relative;
  }
  .card-post--featured .card-post__title, .card-post--top .card-post__title {
    font-weight: 700;
  }
  .card-post--featured {
    padding: 25px;
  }
  .card-post--featured .card-post__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 56px;
  }
  .card-post--featured .card-post__date {
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: 0;
  }
  .card-post--featured .card-post__title {
    font-weight: 700;
    padding-bottom: 15px;
  }
  .card-post--featured .card-post__excerpt {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .card-post {
    padding: 55px 20px 20px;
  }
  .card-post__date {
    top: 20px;
    left: 25px;
  }
  .card-post__date-icon {
    width: 18px;
  }
  .card-post__img {
    height: 185px;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-minimal.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/TitilliumWeb-Regular.woff2) format("woff2"), url(../fonts/TitilliumWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/TitilliumWeb-Light.woff2) format("woff2"), url(../fonts/TitilliumWeb-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/TitilliumWeb-SemiBold.woff2) format("woff2"), url(../fonts/TitilliumWeb-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/TitilliumWeb-Bold.woff2) format("woff2"), url(../fonts/TitilliumWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  margin: 0 auto;
  padding: 0 16px;
}
.container--medium {
  max-width: 1500px;
}

/* ≥576px */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
/* ≥768px */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/* ≥992px */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
/* ≥1200px */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* ≥1400px */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1699px) {
  .container {
    max-width: 1620px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
span,
strong,
b {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 360px) / (1920 - 360))), var(--max-font-px));
}

.h2 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 36;
  --min-font-px: 36px;
  --max-font: 60;
  --max-font-px: 60px;
}

p {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.15;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 18;
  --max-font-px: 18px;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  font-size: 14px;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "Titillium Web", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #B3770E;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #000000;
  margin: 0;
  border: 0;
  padding: 0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-file {
  width: 100%;
  max-height: 50px;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 18;
  --max-font-px: 18px;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #000000;
  padding: 7px 0;
  transition: all 300ms ease-in-out;
  resize: none;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
  color: #000000;
  border-color: #000000;
}
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder, .wpcf7-file::-moz-placeholder {
  color: #000000;
}
.wpcf7-text::placeholder, .wpcf7-textarea::placeholder, .wpcf7-file::placeholder {
  color: #000000;
}
.wpcf7-text.wpcf7-file, .wpcf7-textarea.wpcf7-file, .wpcf7-file.wpcf7-file {
  padding: 6px;
}
.wpcf7-text.wpcf7-file::file-selector-button, .wpcf7-textarea.wpcf7-file::file-selector-button, .wpcf7-file.wpcf7-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 22px;
  border-radius: 10px;
  border: 0;
  color: #000000;
}
.wpcf7-text.wpcf7-file:active, .wpcf7-text.wpcf7-file:focus, .wpcf7-text.wpcf7-file:hover, .wpcf7-textarea.wpcf7-file:active, .wpcf7-textarea.wpcf7-file:focus, .wpcf7-textarea.wpcf7-file:hover, .wpcf7-file.wpcf7-file:active, .wpcf7-file.wpcf7-file:focus, .wpcf7-file.wpcf7-file:hover {
  outline: 0;
  border-color: #000000;
}
.wpcf7-submit {
  display: block;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  background: transparent;
  border: 0;
  outline: 0;
  margin: 30px 0 0 auto;
  cursor: pointer;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: #000000;
}
.wpcf7-custom-submit-btn {
  cursor: pointer;
}
.wpcf7-custom-submit-btn:disabled {
  opacity: 0.2;
}
.wpcf7-not-valid {
  border-color: #000000;
  color: #000000;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  font-size: 14px !important;
  color: #B3770E !important;
  transform: translateY(100%);
}
.wpcf7-spinner {
  background: #000000;
}
.wpcf7-spinner::before {
  background: #000000;
}

@media only screen and (max-width: 1280px) {
  .wpcf7-form p {
    display: flex;
    flex-flow: column;
  }
  .wpcf7-form-control-wrap {
    margin: 15px 0;
  }
  .wpcf7-form-control-wrap[data-name=first-name] {
    order: 1;
    width: 100%;
  }
  .wpcf7-form-control-wrap[data-name=last-name] {
    order: 2;
    width: 100%;
  }
  .wpcf7-form-control-wrap[data-name=tel] {
    order: 3;
    width: 100%;
  }
  .wpcf7-form-control-wrap[data-name=email] {
    width: 100%;
    order: 4;
  }
  .wpcf7-form-control-wrap[data-name=message] {
    order: 5;
  }
  .wpcf7-form-control-wrap[data-name=first-name], .wpcf7-form-control-wrap[data-name=last-name] {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .wpcf7-form-control-wrap {
    margin: 15px 0;
  }
  .wpcf7-form-control-wrap[data-name=first-name], .wpcf7-form-control-wrap[data-name=tel], .wpcf7-form-control-wrap[data-name=last-name], .wpcf7-form-control-wrap[data-name=email] {
    width: calc(50% - 40px);
  }
  .wpcf7-form-control-wrap[data-name=first-name], .wpcf7-form-control-wrap[data-name=last-name] {
    margin-right: 80px;
  }
  .wpcf7-text {
    padding: 20px 0;
  }
}
.header {
  background: #FFFFFF;
  padding: 8px 0;
}
.header__top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.header__logo-text {
  color: #000;
  font: 700 18px/1 "Titillium Web", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  max-width: 100px;
}
.header__contact a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.header__hamburger {
  background: transparent;
  border: 0;
  padding: 0;
}
.header__hamburger-menu {
  padding: 0 16px;
}
.header__hamburger-menu ul {
  list-style-type: none;
  padding: 24px 0;
  margin-bottom: 24px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
  border-bottom: 1px solid #669437;
}
.header__hamburger-menu a {
  color: #000000;
  font: 400 14px/1 "Roboto", sans-serif;
  text-decoration: none;
  transition: all 500ms ease;
}
.header__hamburger-menu a:hover {
  color: #669437;
}

.header__hamburger-menu {
  position: fixed;
  top: 47px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

.header__hamburger-menu.is-open {
  transform: translateX(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.35s ease;
  z-index: 1000;
}

.header.is-hidden {
  transform: translateY(-100%);
}

@media (max-width: 991px) {
  .header__top .header__menu,
  .header__top .header__contact {
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 18px 0;
  }
  .header__logo-text {
    font-size: 32px;
    max-width: 225px;
  }
  .header__contact a {
    color: #000;
    font: 400 14px/1 "Roboto", sans-serif;
    text-decoration: none;
    transition: all 500ms ease;
  }
  .header__contact a:hover {
    color: #669437;
  }
  .header__menu {
    flex: 1;
  }
  .header__menu ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    gap: 20px;
  }
  .header__menu ul li a {
    color: #000;
    font: 400 14px/1 "Roboto", sans-serif;
    text-decoration: none;
    transition: all 500ms ease;
  }
  .header__menu ul li a:hover {
    color: #669437;
  }
  .header__hamburger,
  .header__hamburger-menu {
    display: none;
  }
}
@media (min-width: 1199px) {
  .header__menu ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    gap: 40px;
  }
}
.footer {
  color: #FFFFFF;
  background: #669437;
}
.footer__top {
  display: grid;
  gap: 60px;
  padding: 50px 0 40px;
}
.footer__content {
  display: grid;
  gap: 60px;
}
.footer__logo-img {
  width: 70px;
  height: auto;
}
.footer__logo-text {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 700;
  --min-font: 32;
  --min-font-px: 32px;
  --max-font: 44;
  --max-font-px: 44px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__text {
  display: grid;
  gap: 60px;
}
.footer__contact {
  display: grid;
  gap: 10px;
}
.footer__contact-link {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 26;
  --min-font-px: 26px;
  --max-font: 46;
  --max-font-px: 46px;
  color: #FFFFFF;
}
.footer__privacy {
  padding-bottom: 40px;
  text-align: left;
}
.footer__privacy a {
  font: 700 18px/1.15 "Titillium Web", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__cta-label {
  border-bottom: 1px solid #FFFFFF;
}
.footer__cta-icon {
  display: block;
  width: 20px;
  height: auto;
}
.footer .menu {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.footer .menu-item a {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
}

@media only screen and (min-width: 1280px) {
  .footer__top {
    padding: 120px 0 80px;
  }
  .footer__content {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__menu {
    order: 1;
  }
  .footer__privacy {
    order: 3;
    padding-bottom: 40px;
  }
  .footer__logo-img {
    margin: 0;
  }
  .footer__cta {
    margin-left: auto;
  }
}
html, body {
  overscroll-behavior: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero {
  position: relative;
  height: 90vh;
  color: #FFFFFF;
  overflow: hidden;
}
.hero__image, .hero__video {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: -2;
}
.hero__image.desktop {
  display: none;
}
.hero__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
.hero .container {
  height: 100%;
}
.hero__container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  padding: 100px 0 30px;
}
.hero__text {
  width: 100%;
  max-width: 860px;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1200ms;
}
.hero__title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 26;
  --min-font-px: 26px;
  --max-font: 80;
  --max-font-px: 80px;
}
.hero__paragraphs {
  margin-top: 24px;
  max-width: 840px;
}
.hero__paragraphs p {
  --min-font: 24;
  --min-font-px: 24px;
  --max-font: 41;
  --max-font-px: 41px;
}

@media only screen and (min-width: 991px) {
  .hero {
    height: 100vh;
  }
  .hero__image {
    -o-object-position: top;
       object-position: top;
    top: 100px;
  }
  .hero__image.desktop {
    display: block;
  }
  .hero__image.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .hero__container {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1299px) {
  .hero__image {
    -o-object-position: top center;
       object-position: top center;
  }
}
.project {
  padding-top: 80px;
}
.project__content {
  display: flex;
  flex-flow: column;
  gap: 32px;
  z-index: 1;
  position: relative;
  padding-bottom: 40px;
}
.project__title {
  color: #669437;
  --min-font: 32;
  --min-font-px: 32px;
  --max-font: 48;
  --max-font-px: 48px;
}
.project__title br {
  display: none;
}
.project__paragraph p {
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 24;
  --max-font-px: 24px;
}
.project .swiper-slide {
  height: 260px;
}
.project .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-navigation {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
.project-navigation .swiper-button-prev,
.project-navigation .swiper-button-next {
  cursor: pointer;
}
.project-navigation .swiper-button-prev svg path,
.project-navigation .swiper-button-next svg path {
  stroke: #669437;
}
.project__image {
  position: relative;
}
.project__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.project__partners {
  margin-bottom: -170px;
  z-index: 1;
  position: relative;
}
.project__partners-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  gap: 45px;
}
.project__partners-eyebrow {
  margin-bottom: 36px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.project__partners-eyebrow-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  flex: 1;
  background: #000000;
}
.project__partners-eyebrow span {
  font: 400 14px/1.2 "Titillium Web", sans-serif;
  color: #669437;
}

@media only screen and (min-width: 991px) {
  .project-navigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .project-navigation {
    gap: 42px;
  }
  .project .swiper-slide {
    height: auto;
  }
  .project .swiper-slide img {
    height: auto;
  }
  .project .swiper .swiper-button-next svg path,
  .project .swiper .swiper-button-prev svg path {
    stroke: #fff;
  }
}
@media only screen and (min-width: 1199px) {
  .project {
    padding-top: 130px;
  }
  .project__content {
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 90px;
    padding-bottom: 90px;
  }
  .project__title {
    max-width: 780px;
  }
  .project__title br {
    display: inline-block;
  }
  .project__paragraph {
    max-width: 714px;
  }
}
.blog {
  color: #000000;
  padding: 80px 0 40px;
  overflow: hidden;
}
.blog__container {
  display: grid;
  gap: 56px;
}
.blog__title {
  padding-bottom: 16px;
  border-bottom: 1px solid #669437;
}
.blog__paragraphs {
  margin-top: 16px;
}
.blog__paragraphs p {
  margin-bottom: 20px;
}
.blog__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.blog__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #000000;
  text-decoration: none;
}
.blog__cta-icon {
  display: block;
  width: 20px;
  height: auto;
}
.blog__text {
  z-index: 3;
}
.blog__slider {
  display: grid;
  gap: 20px;
  position: relative;
}
.blog__slider::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.blog__slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.blog__slider-title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 25;
  --min-font-px: 25px;
  --max-font: 32;
  --max-font-px: 32px;
}
.blog .swiper {
  width: 100%;
  min-width: 0;
  overflow: visible;
  z-index: 1;
}
.blog .swiper-slide {
  height: auto;
}
.blog .swiper-slide .card-post {
  box-sizing: border-box;
  height: 100%;
}
.blog .swiper-navigation {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.blog .swiper-button-prev, .blog .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.blog .swiper-button-prev svg, .blog .swiper-button-next svg {
  display: block;
  width: 20px;
  height: auto;
}
.blog .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media only screen and (min-width: 1199px) {
  .blog {
    padding: 150px 0 114px;
  }
  .blog__container {
    grid-template-columns: 1fr 4fr;
    gap: 68px;
  }
  .blog__text {
    padding-top: 50px;
  }
  .blog__title {
    padding-bottom: 24px;
  }
  .blog__paragraphs {
    margin-top: 24px;
  }
  .blog__paragraphs p {
    font-size: 16px;
  }
  .blog__slider-heading {
    margin-top: 60px;
  }
  .blog__cta-label {
    font-size: 16px;
  }
  .blog .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    padding-right: 12%;
  }
}
.history {
  padding: 60px 0;
  overflow: hidden;
  background: #669437;
}
.history__container {
  position: relative;
  z-index: 1;
}
.history__content {
  margin-bottom: 30px;
}
.history__title {
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 48;
  --min-font-px: 48px;
  --max-font: 80;
  --max-font-px: 80px;
}
.history__top {
  position: relative;
}
.history__paragraphs {
  margin-top: 12px;
}
.history__paragraphs p {
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 24;
  --max-font-px: 24px;
}
.history .swiper-navigation {
  position: absolute;
  right: 0;
}
.history__years {
  min-width: 0;
}
.history__years .swiper-wrapper {
  align-items: stretch;
}
.history__years .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-flow: column;
}
.history__years .swiper-wrapper .swiper-slide .history__item {
  overflow: hidden;
}
.history__years .swiper-wrapper .swiper-slide .history__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/1;
}
.history__year {
  font-size: 150px;
}
.history .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.history .swiper-button-prev, .history .swiper-button-next {
  width: 32px;
  height: 32px;
  outline: 0;
  border: 0;
  padding: 8px;
  background-color: transparent;
  cursor: pointer;
}
.history .swiper-button-prev svg, .history .swiper-button-next svg {
  display: block;
  width: 100%;
  height: auto;
}
.history .swiper-button-disabled {
  cursor: not-allowed;
}
.history .swiper-button-disabled svg {
  opacity: 0.5;
}
.history__item {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
}
.history__item-year-title {
  font: 400 24px/1.2 "Titillium Web", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.history__item-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 2/1;
  max-width: 700px;
  min-height: 210px;
}
.history__item-heading {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.history__item-number {
  font: 500 12px/1.3 "Titillium Web", sans-serif;
  color: #669437;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 2px 8px;
}
.history__item-year {
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
}
.history__item-title {
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
}
.history__item-paragraphs {
  margin-top: 24px;
}
.history__item-paragraphs p {
  color: #FFFFFF;
  font-size: 24px;
}
.history__item-button {
  font: 400 18px/1.1 "Titillium Web", sans-serif;
  padding: 10px 24px;
  color: #000000;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  margin-top: 12px;
  border-radius: 52px;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.history__item-citat {
  position: relative;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 0;
}
.history__item-citat-background {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 120px;
  height: auto;
}
.history__item-citat p {
  font: 400 16px/1.25 "Titillium Web", sans-serif;
  color: #FFFFFF;
  font-style: italic;
}
.history__item-citat blockquote {
  margin-bottom: 34px;
}
.history__item-citat blockquote p {
  font: 400 16px/1.25 "Titillium Web", sans-serif;
  color: #FFFFFF;
}
.history__counter {
  width: 100%;
  overflow: hidden;
}
.history .odometer {
  position: relative;
  display: block;
  font: 500 200px/0.8 "Arial";
  color: #FFFFFF;
  opacity: 0.1;
  margin: 0 -20px 0;
  overflow: hidden;
  z-index: -1;
}
.history .odometer-inside {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.history .odometer-digit {
  flex-shrink: 0;
}
.history__timeline {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 20px;
  overflow-x: hidden;
  margin: 0 -20px;
}
.history__timeline-item {
  position: relative;
  flex: 0 0 20%;
  padding: 0 24px;
  min-height: 70px;
  min-width: 100px;
  z-index: 1;
}
.history__timeline-item::before, .history__timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 300ms ease-in-out;
  z-index: -1;
}
.history__timeline-item::before {
  left: 0;
}
.history__timeline-item::after {
  left: 50%;
}
.history__timeline-item:first-of-type:before {
  display: none;
}
.history__timeline-item:last-of-type:after {
  display: none;
}
.history__timeline-item.active .history__timeline-btn, .history__timeline-item.pending .history__timeline-btn {
  color: #000000;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.history__timeline-item.active .history__timeline-dot, .history__timeline-item.pending .history__timeline-dot {
  background: #FFFFFF;
}
.history__timeline-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font: 500 14px/1.2 "Titillium Web", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  outline: 0;
  padding: 2px 8px;
  margin: 0 auto;
  transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history__timeline-dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 300ms ease-in-out;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline {
  background: rgba(102, 148, 55, 0.2);
  padding: 20px 0;
  height: 100vh;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
.timeline .container {
  height: 100%;
}
.timeline__container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 40px;
}
.timeline__text {
  width: 100%;
  max-width: 450px;
}
.timeline__text-year {
  font: 500 140px/1 "Arial";
  color: rgba(102, 148, 55, 0.3);
}
.timeline__text-year-label {
  position: relative;
  font: 400 80px/1 "Titillium Web", sans-serif;
  color: #000000;
  margin-top: -70px;
}
.timeline__text-paragraphs {
  max-width: 420px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #669437;
}
.timeline__text-paragraphs p {
  margin-bottom: 12px;
}
.timeline__text-paragraphs a {
  color: #669437;
  font: 400 18px/1.1 "Titillium Web", sans-serif;
  padding: 10px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 52px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin-top: 25px;
}
.timeline__text .odometer.odometer-animating-up .odometer-ribbon-inner,
.timeline__text .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition-duration: 500ms !important;
}
.timeline__media {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.timeline__media-container {
  position: relative;
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}
.timeline__media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.timeline__media-item:first-child {
  position: relative;
}
.timeline__media-item--active {
  display: block;
}
.timeline__media-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
}
.timeline__media-end {
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.14);
}
.timeline__media-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Titillium Web", sans-serif;
  padding: 10px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 52px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-decoration: none;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .history__item-content.lowBtn {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: stretch;
  }
  .history__item-content.lowBtn .history__item-paragraphs {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: auto;
  }
  .history__item-content.lowBtn .history__item-button {
    margin-bottom: 20vh;
  }
}
@media only screen and (min-width: 767px) {
  .history__item-citat {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .history__item-button {
    font-size: 24px;
  }
  .timeline__text-paragraphs a {
    padding: 10px 24px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .history {
    padding: 110px 0 70px;
  }
  .history__content {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
  }
  .history__top {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .history__subtitle {
    margin-top: 16px;
  }
  .history__paragraphs {
    flex: 1;
    max-width: 800px;
  }
  .history .swiper-navigation {
    justify-content: flex-end;
  }
  .history .swiper-button-prev, .history .swiper-button-next {
    width: 64px;
    height: 64px;
    padding: 16px;
  }
  .history__item {
    padding: 0;
    flex-flow: row;
    justify-content: space-between;
    gap: 60px;
  }
  .history__item-year-title {
    margin-bottom: 20px;
  }
  .history__item-title {
    font-size: 24px;
  }
  .history__item-content {
    max-width: 400px;
    display: flex;
    flex-flow: column;
  }
  .history__item-year {
    display: none;
  }
  .history__item-number {
    font-size: 22px;
    padding: 10px 24px;
  }
  .history__item-citat {
    max-width: 437px;
    padding-top: 85px;
    padding-left: 76px;
  }
  .history__item-citat-background {
    max-width: unset;
  }
  .history .odometer {
    font-size: 450px;
    margin: -240px 0 -62px;
  }
  .history .odometer-inside {
    justify-content: flex-start;
  }
  .history__timeline-item {
    min-height: 150px;
  }
  .history__timeline-item::before, .history__timeline-item::after {
    bottom: 6px;
  }
  .history__timeline-btn {
    font-size: 22px;
    padding: 10px 14px;
    left: 0;
    transform: unset;
  }
  .history__timeline-dot {
    width: 12px;
    height: 12px;
    left: 40px;
  }
  .history__timeline-item::after {
    left: 40px;
    width: calc(100% - 40px);
  }
  .history__timeline-item::before {
    left: 0;
    width: 40px;
  }
  .history__timeline-item:last-of-type::after {
    display: inline-block;
    width: 500%;
  }
  .history__timeline-item:last-of-type .history__timeline-dot {
    left: 70px;
  }
  .history__years .swiper-wrapper .swiper-slide .history__item {
    height: -moz-fit-content;
    height: fit-content;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
  }
  .history__years .swiper-wrapper .swiper-slide .history__item img {
    width: 100%;
    max-height: 400px;
    height: 400px;
    aspect-ratio: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 4px;
  }
}
.competition {
  position: relative;
  z-index: 1;
}
.competition > .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.competition__overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 600px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 17, 14, 0) 0%, #0d110e 100%);
}
.competition__overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  max-width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(13, 17, 14, 0) 0%, #0d110e 100%);
}
.competition__content {
  padding-top: 40px;
  margin-bottom: 50px;
}
.competition__title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  --min-font: 48;
  --min-font-px: 48px;
  --max-font: 80;
  --max-font-px: 80px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.competition__paragraph p {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 24;
  --max-font-px: 24px;
  color: #FFFFFF;
}
.competition__button {
  font: 400 18px/1.1 "Titillium Web", sans-serif;
  padding: 10px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 52px;
  border: 1px solid #FFFFFF;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin-top: 25px;
}
.competition__partners {
  position: relative;
  height: 100%;
}
.competition__partners .container {
  position: absolute;
  border: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}
.competition__partners-eyebrow {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  margin-bottom: 28px;
}
.competition__partners-eyebrow-title {
  font: 400 24px/1.2 "Titillium Web", sans-serif;
  color: #FFFFFF;
}
.competition__partners-eyebrow-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  flex: 1;
  background: #FFFFFF;
}
.competition__partners-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 14px;
}
.competition__partners-logos.desktop {
  display: none;
}
.competition__partners-logos .competition__partners-single,
.competition__partners-logos .competition__partner {
  -ms-filter: invert(1);
  filter: invert(1);
}
.competition__partners-logos.mobile .competition__partners-single:nth-of-type(1) img {
  width: 83px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__partners-logos.mobile .competition__partners-single:nth-of-type(2) img {
  width: 112px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__partners-logos.mobile .competition__partners-single:nth-of-type(3) img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__partners-logos.mobile .competition__partners-single:nth-of-type(4) img {
  width: 147px;
  height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__partners-logos.mobile .competition__partners-single:nth-of-type(5) img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__partners-single {
  height: 62px;
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.competition__partners-single img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition__image {
  position: relative;
  z-index: 1;
  height: 100%;
}
.competition__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  min-height: 494px;
  height: 100%;
  z-index: 1;
}
.competition__image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(0deg, rgba(13, 17, 14, 0) 0%, #0d110e 142.66%);
  z-index: 2;
}

@media only screen and (max-height: 699px) {
  .competition {
    height: 700px;
  }
}
@media only screen and (min-height: 700px) {
  .competition {
    height: 90vh;
  }
}
@media only screen and (min-width: 1024px) {
  .competition__overlay-top {
    height: 30vh;
  }
  .competition__content {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    padding-top: 40px;
    margin-bottom: 64px;
  }
  .competition__paragraph {
    padding-top: 34px;
    flex: 1;
    max-width: 704px;
  }
  .competition__title {
    max-width: 505px;
  }
  .competition__button {
    padding: 10px 24px;
    font-size: 24px;
  }
  .competition__partners .container {
    bottom: 60px;
  }
  .competition__partners-eyebrow {
    margin-bottom: 36px;
  }
  .competition__partners-logos.mobile {
    display: none;
  }
  .competition__partners-logos.desktop {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .competition__image img {
    aspect-ratio: unset;
  }
  .competition__image-gradient {
    height: 70%;
  }
}
.architects {
  position: relative;
  background: #000000;
  color: #FFFFFF;
  padding: 80px 0 276px;
  overflow: hidden;
  z-index: 1;
}
.architects__background {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.architects__background.desktop {
  display: none;
}
.architects__background.mobile {
  bottom: 28px;
}
.architects__logo {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(-20%, -50%);
  z-index: 1;
  opacity: 0.1;
}
.architects__container {
  position: relative;
  display: grid;
  gap: 50px;
  z-index: 2;
}
.architects__eyebrow--mobile {
  width: 100%;
  display: block;
  height: auto;
}
.architects__eyebrow--desktop {
  display: none;
}
.architects__cards {
  display: flex;
  flex-flow: row;
  gap: 100px;
}
.architects__card {
  display: flex;
  flex-flow: column;
  gap: 64px;
  width: 100%;
}
.architects__card-media {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.architects__card-img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.architects__card-signature {
  width: auto;
  max-width: 100%;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -50px 0 30px auto;
}
.architects__card-text {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.architects__card-name {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.15;
  font-weight: 400;
  --min-font: 50;
  --min-font-px: 50px;
  --max-font: 80;
  --max-font-px: 80px;
  color: #669437;
}
.architects__card-biography p {
  margin-bottom: 16px;
  font-size: 16px;
}
.architects__card-biography p:last-of-type {
  margin-bottom: 0;
}
.architects__quote {
  margin-top: 25px;
  max-width: 482px;
  margin-bottom: 40px;
}
.architects__quote p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .architects__background {
    max-width: 70%;
  }
  .architects__background.desktop {
    display: inline-block;
  }
  .architects__background.mobile {
    display: none;
  }
  .architects__logo {
    top: auto;
    bottom: 0;
    transform: translate(-30%, 30%);
  }
  .architects__quote {
    padding-right: 50px;
  }
  .architects__card-signature {
    height: 86px;
  }
}
@media only screen and (min-width: 991px) {
  .architects {
    padding-bottom: 320px;
  }
  .architects__card-text {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1199px) {
  .architects {
    padding: 164px 0 220px;
  }
  .architects__container {
    position: initial;
  }
  .architects__background {
    max-width: 52%;
  }
  .architects__background.desktop {
    display: inline-block;
    bottom: 0;
  }
  .architects__background.mobile {
    display: none;
  }
  .architects__card {
    flex-flow: row;
    gap: 140px;
  }
  .architects__card-media {
    order: 2;
    padding-right: 90px;
    padding-top: 40px;
  }
  .architects__card-text {
    order: 1;
    max-width: 480px;
    gap: 36px;
  }
  .architects__card-text p {
    margin-bottom: 32px;
  }
  .architects__card-signature {
    height: 110px;
    margin-right: 0;
    margin-top: -60px;
  }
  .architects__eyebrow--mobile {
    display: none;
  }
  .architects__eyebrow--desktop {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 40px 0;
  }
  .architects__quote {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1399px) {
  .architects {
    padding-bottom: 290px;
  }
  .architects__background {
    max-width: 60%;
  }
  .architects__card-signature {
    height: 147px;
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1699px) {
  .architects__background {
    max-width: 1000px;
  }
}
.problem {
  padding: 60px 0 120px;
  min-height: 97vh;
  position: relative;
  z-index: 1;
}
.problem__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  z-index: -1;
}
.problem__holder {
  display: flex;
  flex-flow: column;
  gap: 100px;
  justify-content: space-between;
  align-items: center;
}
.problem__single {
  max-width: 705px;
}
.problem__single:nth-of-type(odd) {
  margin: auto auto auto 0;
}
.problem__single:nth-of-type(odd) {
  margin: auto auto auto 0;
}
.problem__single:nth-of-type(odd) .problem__single-title {
  justify-content: flex-start;
}
.problem__single:nth-of-type(odd) .problem__single-title-circle {
  right: -2px;
}
.problem__single:nth-of-type(even) {
  margin: auto 0 auto auto;
}
.problem__single:nth-of-type(even) .problem__single-title {
  justify-content: flex-end;
}
.problem__single:nth-of-type(even) .problem__single-title h3 {
  order: 2;
}
.problem__single:nth-of-type(even) .problem__single-title-circle {
  left: -2px;
}
.problem__single-title {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row;
  gap: 24px;
  align-items: center;
}
.problem__single-title h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  --min-font: 48;
  --min-font-px: 48px;
  --max-font: 80;
  --max-font-px: 80px;
  color: #669437;
}
.problem__single-title-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000000;
  flex: 1;
  max-width: 60%;
  position: relative;
}
.problem__single-title-circle {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.problem__single-text p {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 24;
  --max-font-px: 24px;
  color: #000000;
}

@media only screen and (min-width: 1199px) {
  .problem {
    padding: 180px 0 168px;
  }
  .problem__background {
    height: 100%;
  }
  .problem__single:nth-of-type(odd) .problem__single-text {
    padding-left: 180px;
  }
  .problem__single:nth-of-type(even) .problem__single-title {
    text-align: right;
  }
  .problem__single:nth-of-type(even) .problem__single-text {
    padding-right: 140px;
  }
}
.benefits {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 80px 0 90px;
}
.benefits__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.benefits__title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 48;
  --min-font-px: 48px;
  --max-font: 80;
  --max-font-px: 80px;
  color: #FFFFFF;
  margin-bottom: 48px;
  text-align: center;
}
.benefits__icon {
  background: #669437;
  border: 1px solid #669437;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  padding: 10px 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
}
.benefits__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.benefits__track {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 90px;
}
.benefits__slider {
  overflow: visible;
  position: relative;
  touch-action: pan-y;
}
.benefits__slider .swiper-wrapper {
  align-items: stretch;
}
.benefits__slide {
  width: 100%;
  padding: 14px 60px 30px 60px;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* 1. Set a semi-transparent background fill */
  background: rgba(102, 148, 55, 0.03);
  /* 2. Apply the background blur effect (key property) */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* For compatibility */
  /* 3. Add styling for realism */
  border-radius: 20px;
  border: 1px solid rgba(102, 148, 55, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.benefits__content h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 48;
  --max-font-px: 48px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.benefits__content ul {
  padding-left: 24px;
  list-style-type: square;
}
.benefits__content ul li {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  --min-font: 16;
  --min-font-px: 16px;
  --max-font: 24;
  --max-font-px: 24px;
  color: #FFFFFF;
}

@media only screen and (min-width: 1199px) {
  .benefits {
    padding: 112px 0 124px;
  }
  .benefits__track {
    gap: 0;
  }
  .benefits__content h3 {
    margin-bottom: 22px;
  }
  .benefits__slide {
    max-width: calc(50% - 50px);
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    padding: 52px 52px 54px 52px;
  }
  .benefits__slide:nth-of-type(odd) {
    margin: 50px auto 0 0;
  }
  .benefits__slide:nth-of-type(even) {
    margin: -70px 0 0 auto;
  }
  .benefits__icon {
    padding: 20px 25px;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .benefits__icon {
    padding: 0;
  }
  .benefits__icon img {
    max-height: 41px;
  }
}
@media only screen and (min-width: 1399px) {
  .benefits__icon {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
  }
}
.faq {
  position: relative;
}
.faq__top {
  position: relative;
  color: #FFFFFF;
  padding: 80px 0 100px;
}
.faq__img, .faq__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__img {
  z-index: -2;
  opacity: 0.7;
}
.faq__overlay {
  background: linear-gradient(0deg, rgba(33, 77, 149, 0) 3.59%, #214d95 100%);
  z-index: -1;
}
.faq__main-container {
  display: grid;
  gap: 80px;
}
.faq__main-container h2 {
  --min-font: 48;
  --min-font-px: 48px;
  --max-font: 80;
  --max-font-px: 80px;
  color: #000000;
}
.faq__accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  gap: 20px;
}
.faq__accordion-question {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 500;
  --min-font: 20;
  --min-font-px: 20px;
  --max-font: 30;
  --max-font-px: 30px;
  color: #000000;
}
.faq__accordion-arrow {
  display: block;
  width: 20px;
  flex: 0 0 20px;
  height: auto;
  transition: transform 300ms ease-in-out;
}
.faq__accordion-answer {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
}
.faq__accordion-answer-inner {
  padding: 20px 0 10px;
}
.faq__accordion-answer-inner p {
  margin-bottom: 20px;
  color: #000000;
}
.faq__accordion-answer-inner p:last-of-type {
  margin-bottom: 0;
}
.faq__accordion-answer-inner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.faq__accordion.active .faq__accordion-arrow {
  transform: rotate(180deg);
}
.faq__assistant-container {
  display: grid;
  gap: 30px;
  max-width: 1260px;
  margin: 0 auto;
}
.faq__assistant-text {
  display: grid;
  gap: 20px;
}
.faq__assistant-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.faq__form {
  display: grid;
  gap: 48px;
  background: #FFFFFF;
  color: #214D95;
  padding: 16px 16px 35px;
  width: calc(100% - 32px);
  margin: auto;
}
.faq__form-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 145px;
  background-color: #000000;
  z-index: -1;
}
.faq__form-text {
  display: grid;
  gap: 32px;
  max-width: 1060px;
  color: #000000;
}
.faq__form-title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  font-size: 46px;
}
.faq__form-paragraphs p {
  font-size: 16px;
  margin-bottom: 20px;
}
.faq__form-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.faq__form-icon {
  margin-bottom: 12px;
}
.faq__form p:has(.wpcf7-submit) {
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  margin: 30px 0 0 auto;
}
.faq__form p:has(.wpcf7-submit) .wpcf7-submit {
  margin: 0;
  text-decoration: none;
}
.faq__form p:has(.wpcf7-submit)::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 16px;
  background-image: url(../images/IMG_6190.PNG);
}

@media only screen and (min-width: 1199px) {
  .faq {
    position: relative;
  }
  .faq__top {
    position: initial;
    padding: 132px 0 253px;
  }
  .faq__main-container {
    grid-template-columns: 2fr 3fr;
    gap: 120px;
  }
  .faq__assistant-container {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 150px;
  }
  .faq__assistant-text {
    order: 2;
    padding: 50px 0;
    gap: 45px;
  }
  .faq__assistant-img {
    order: 1;
    width: 500px;
    height: 500px;
  }
  .faq__form {
    width: 100%;
    padding: 40px 56px;
  }
  .faq__form-heading {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 56px;
  }
  .faq__form-text {
    display: flex;
    flex-flow: row;
    gap: 70px;
  }
  .faq__form-title {
    width: 630px;
  }
  .faq__form-paragraphs {
    flex: 1;
    padding-top: 10px;
  }
  .faq__form-icon {
    display: block;
    width: 50px;
    flex: 0 0 50px;
    height: auto;
  }
}
.viber {
  position: relative;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  padding: 120px 0 138px;
}
.viber__quote {
  font-size: 48px;
  color: #669437;
  max-width: 565px;
  text-align: left;
}
.viber__container {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.viber__content {
  text-align: left;
}
.viber__paragraphs {
  max-width: 542px;
  text-align: left;
}
.viber__paragraphs p {
  margin-bottom: 10px;
}
.viber__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.viber__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  --min-font: 18;
  --min-font-px: 18px;
  --max-font: 20;
  --max-font-px: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 55px 0 0 auto;
}

@media only screen and (min-width: 1199px) {
  .viber {
    padding: 86px 0 56px;
  }
  .viber__container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    gap: 65px;
    align-items: flex-start;
    padding-left: 66px;
    text-align: left;
    max-width: 1400px;
    margin: auto;
  }
  .viber__content {
    padding-top: 11px;
    text-align: right;
  }
  .viber__paragraphs p {
    margin-bottom: 16px;
  }
  .viber__cta {
    margin-top: 38px;
  }
}
.timeline-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 80px;
  display: flex;
  align-items: flex-start;
  background-image: url(../images/timeline-bg-mobile.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  display: none;
}

.timeline-section .container {
  width: 100%;
}

.timeline-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 16%, rgba(111, 142, 63, 0.4) 46%, rgba(98, 133, 51, 0.6) 68%, rgba(92, 125, 46, 0.8) 100%);
}

.timeline-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  color: #f5f3eb;
}

.timeline-intro {
  margin: 0 0 72px;
  max-width: 620px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(255, 250, 240, 0.96);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.timeline-title {
  margin: 0 0 28px;
  font-size: clamp(54px, 10vw, 96px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #f7f4ea;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}

.timeline-subtitle {
  margin: 0;
  max-width: 520px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 300;
  color: rgba(255, 250, 240, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}

/* tablet */
@media (min-width: 768px) {
  .timeline-section {
    padding: 120px 0 100px;
    background-position: center center;
  }
  .timeline-intro {
    margin-bottom: 96px;
    font-size: 30px;
    max-width: 760px;
  }
  .timeline-subtitle {
    font-size: 30px;
    max-width: 620px;
  }
}
/* desktop */
@media (min-width: 1200px) {
  .timeline__container {
    flex-flow: row nowrap;
    align-items: center;
  }
  .timeline__text-year {
    font-size: 200px;
  }
  .timeline__text-year-label {
    margin-top: -80px;
  }
  .timeline-section {
    padding: 140px 0 120px;
    background-image: url(../images/IMG_6190.PNG);
    background-position: center center;
  }
  .timeline-intro {
    max-width: 900px;
    margin-bottom: 110px;
    font-size: 36px;
    line-height: 1.3;
  }
  .timeline-title {
    font-size: clamp(84px, 7vw, 128px);
  }
  .timeline-subtitle {
    font-size: 36px;
    max-width: 100%;
  }
}
