/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/image-text/image-text.scss ***!
  \**********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.image-text {
  margin: 80px 0;
}
.image-text .container {
  padding: 0;
}
.image-text__img {
  width: 100vw;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text__text {
  position: relative;
  background: #FFFFFF;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  margin: -50px 16px 0;
  z-index: 2;
}
.image-text__text-icon {
  width: auto;
  max-width: 100%;
  height: 30px;
  margin-bottom: 15px;
}
.image-text__text-eyebrow {
  color: #F15B2B;
  margin-bottom: 15px;
}
.image-text__text-subtitle {
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  margin-top: 5px;
}
.image-text__text-paragraphs {
  position: relative;
  margin-top: 15px;
  color: #797979;
}
.image-text__text-paragraphs svg {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 50px;
  height: auto;
  opacity: 0.2;
  z-index: -1;
}
.image-text__text-paragraphs p {
  margin-bottom: 15px;
}
.image-text__text-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.image-text--light .image-text {
  box-shadow: 25px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.image-text--light .image-text__text {
  background: #729D90;
}
.image-text--light .image-text__text-eyebrow, .image-text--light .image-text__text-title, .image-text--light .image-text__text-paragraphs {
  color: #FFFFFF;
}
.image-text--dark .image-text__text {
  background: #075048;
  box-shadow: 25px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.image-text--dark .image-text__text-eyebrow {
  color: #F15B2B;
}
.image-text--dark .image-text__text-paragraphs {
  color: #FFFFFF;
}
.image-text--dark .image-text__text-title {
  color: #729D90;
}
.image-text--quote .image-text__text-paragraphs p {
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .image-text .container {
    padding: 0 20px;
  }
  .image-text__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }
  .image-text__img {
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: initial;
  }
  .image-text__text {
    margin: 50px 0 0 -30px;
    padding: 30px;
  }
  .image-text--right .image-text__img {
    order: 2;
  }
  .image-text--right .image-text__text {
    order: 1;
    margin: 50px -30px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .image-text__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .image-text__text {
    margin: 50px 0 0 -50px;
    padding: 50px;
  }
  .image-text__text-icon {
    height: 45px;
  }
  .image-text__text-subtitle {
    font-size: 18px;
  }
  .image-text__text-paragraphs svg {
    width: 80px;
    left: -30px;
  }
  .image-text--right .image-text__container {
    grid-template-columns: 1fr 2fr;
  }
  .image-text--right .image-text__img {
    order: 2;
  }
  .image-text--right .image-text__text {
    order: 1;
    margin: 50px -50px 0 0;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** 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 .card-post__img {
  max-width: 100%;
}
.card-post .card-post__title_link {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
  text-decoration: none;
}
.card-post.card-post--featured {
  margin-bottom: 32px;
}
.card-post.card-post--featured .card-post__img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 30px;
}
.card-post.card-post--featured .card-post__date {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #797979;
  margin-bottom: 20px;
}
.card-post.card-post--featured .card-post__title,
.card-post.card-post--featured .card-post__title_link {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 20px;
  text-decoration: none;
}
.card-post.card-post--featured .btn-orange {
  display: flex;
}
.card-post .card-post__img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 21px;
}
.card-post .card-post__date {
  position: relative;
  padding-left: 48px;
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #797979;
  margin-bottom: 16px;
}
.card-post .card-post__date::before {
  content: "";
  height: 1px;
  width: 32px;
  background-color: #075048;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-post .card-post__title {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 16px;
}
.card-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-post__excerpt p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #201E1F;
}
.card-post .btn-orange {
  text-transform: uppercase;
  display: none;
}

@media only screen and (min-width: 768px) {
  .card-post.card-post--featured .card-post__img {
    height: 320px;
  }
  .card-post .card-post__img {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .card-post--featured {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  .card-post--featured .card-post__img {
    height: 100%;
    margin-bottom: 0;
  }
  .card-post--featured .card-post__img,
  .card-post--featured .card-post__text {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card-post--featured .card-post__text {
    padding-top: 50px;
    padding-left: 30px;
  }
  .card-post--featured .card-post__text .card-post__title {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .card-post--featured .card-post__text .card-post__excerpt p {
    font-size: 16px;
  }
  .card-post--featured .card-post__text .btn-orange {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/slider-posts/slider-posts.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.slider-posts {
  margin: 80px 0;
}
.slider-posts .slider-posts__heading {
  display: flex;
  flex-flow: row;
  width: 100%;
  margin-bottom: 32px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.slider-posts .slider-posts__heading .slider-post__title {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.slider-posts .slider-posts__featured {
  margin-bottom: 32px;
}
.slider-posts .slider-posts__featured .btn-orange {
  font-weight: 700;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/full-width-two-blocks/full-width-two-blocks.scss ***!
  \********************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.full-width-two-blocks {
  margin-bottom: 80px;
}
.full-width-two-blocks .left-block__content-holder,
.full-width-two-blocks .right-block__content-holder {
  padding: 16px 16px 40px;
  min-height: 313px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.full-width-two-blocks .left-block__content-holder p,
.full-width-two-blocks .right-block__content-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  text-align: center;
  color: #e9e9e9;
  margin-bottom: 21px;
}
.full-width-two-blocks .left-block {
  background-color: #729D90;
  background-repeat: no-repeat;
  background-size: 0% 100%; /* Start with the background image hidden */
  background-position: left; /* Align the image to the left */
  transition: all 0.5s ease; /* Smooth transition */
}
.full-width-two-blocks .right-block {
  background-color: #075048;
  background-repeat: no-repeat;
  background-size: 0% 100%; /* Start with the background image hidden */
  background-position: left; /* Align the image to the left */
  transition: all 0.5s ease; /* Smooth transition */
}
.full-width-two-blocks .right-block:hover,
.full-width-two-blocks .left-block:hover {
  background-size: 100% 100%;
}
.full-width-two-blocks .right-block__text {
  margin-bottom: 35px;
}
.full-width-two-blocks .left-block__icon,
.full-width-two-blocks .right-block__icon {
  width: 100%;
  margin-bottom: 35px;
}
.full-width-two-blocks .left-block__icon img,
.full-width-two-blocks .right-block__icon img {
  margin: auto;
  max-width: 190px;
}
.full-width-two-blocks .left-content__button a,
.full-width-two-blocks .right-content__button a {
  border: 1px solid #fff;
  padding: 18px 26px;
  border-radius: 28px;
  color: #fff;
  font: 500 16px/1.2 "GothamSSm", sans-serif;
  display: inline-block;
  text-decoration: none;
}
.full-width-two-blocks .right-content__button a svg {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .full-width-two-blocks {
    display: flex;
  }
  .full-width-two-blocks .left-block,
  .full-width-two-blocks .right-block {
    width: 50%;
    min-height: 627px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .full-width-two-blocks .left-block .left-block__content-holder,
  .full-width-two-blocks .right-block .right-block__content-holder {
    max-width: 442px;
    justify-content: flex-start;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/suggestions-form/suggestions-form.scss ***!
  \**********************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
section.suggestions-form .container {
  padding: 0;
}
section.suggestions-form .suggestions-form__information {
  background-color: #F6F6F6;
  padding: 20px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section {
  margin-bottom: 40px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section h2 {
  color: #075048;
  margin-bottom: 12px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__title-section p {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #797979;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails {
  margin-bottom: 20px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__locations {
  display: flex;
  flex-flow: row;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles .suggestions-form__icon-side,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails .suggestions-form__icon-side,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__locations .suggestions-form__icon-side {
  flex: 0 0 34px;
  margin-right: 15px;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobile-phones,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__location {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex: 1;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone {
  flex: 0 0 100%;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
  flex: 1;
}
section.suggestions-form .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone:last-of-type {
  margin-top: 8px;
}
section.suggestions-form .suggestions-form__form {
  margin-top: 40px;
  padding: 0 20px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-text,
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-textarea,
section.suggestions-form .suggestions-form__form .wpcf7-form label,
section.suggestions-form .suggestions-form__form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p {
  margin-bottom: 20px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p:has(textarea) {
  margin-bottom: 9px;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #797979;
  width: 100%;
  display: inline-block;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .alt-text {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  font: 400 12px/1 "GothamSSm", sans-serif;
  color: #AFACAC;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #797979;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  border-bottom: 1px solid #797979;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  height: 35px;
  width: 100%;
  resize: none;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #000;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::placeholder,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #000;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text:focus,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea:focus,
section.suggestions-form .suggestions-form__form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: none;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p.small-message {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #AFACAC;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p .wpcf7-submit {
  width: 100%;
  font: 400 14px/1 "GothamSSm", sans-serif;
  background-color: #F15B2B;
  border: 0;
  border: 1px solid #F15B2B;
  color: #fff;
  border-radius: 28px;
  padding: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
section.suggestions-form .suggestions-form__form .wpcf7-form p .wpcf7-submit:hover {
  color: #F15B2B;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
  section.suggestions-form {
    margin: 80px 0;
  }
  section.suggestions-form .container {
    padding: 0 20px;
  }
  section.suggestions-form .container .row {
    display: flex;
    flex-flow: row wrap;
  }
  section.suggestions-form .container .row .suggestions-form__information {
    flex: 0 0 407px;
    max-width: 407px;
    padding: 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__title-section h2 {
    font-size: 45px;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__title-section p {
    font-size: 16px;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__mobiles .suggestions-form__icon-side,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__emails .suggestions-form__icon-side,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__locations .suggestions-form__icon-side {
    margin-right: 30px;
  }
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-mobile-phone,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-email,
  section.suggestions-form .container .row .suggestions-form__information .suggestions-form__contact-information .suggestions-form__single-location {
    font-size: 16px;
  }
  section.suggestions-form .container .row .suggestions-form__form {
    flex: 1;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-text) {
    width: calc(50% - 15px);
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-select), section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-textarea) {
    width: 100%;
  }
  section.suggestions-form .container .row .suggestions-form__form .wpcf7-form p:has(.wpcf7-submit) {
    margin-top: 122px;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/text-image-with-slider/text-image-with-slider.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@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 */
.slider-project {
  margin: 80px 0;
}
.slider-project__article {
  position: relative;
  margin: 0 -20px;
}
.slider-project__article-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
  z-index: -1;
}
.slider-project__article-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: #FFFFFF;
  padding: 250px 16px 16px;
}
.slider-project__cards {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
}
.slider-project__cards .swiper-pagination {
  margin-top: 20px;
  text-align: center;
}
.slider-project__cards .swiper-pagination button {
  background: transparent;
  border: 0;
}
.slider-project__cards .swiper .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .slider-project__cards .swiper-container {
    order: 1;
  }
  .slider-project__cards .swiper-pagination {
    order: 2;
  }
}
.slider-project__card {
  height: 100%;
  padding: 34px 41px 31px 37px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 500ms ease;
}
.slider-project__card:hover {
  background: #F15B2B;
}
.slider-project__card:hover .slider-project__card-title {
  color: #075048;
}
.slider-project__card-img {
  margin-bottom: 18px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-project__card-title {
  font: 400 16px/1.25 "GothamSSm", sans-serif;
  color: #075048;
  margin-bottom: 7px;
  transition: all 500ms ease;
}
.slider-project__card-text {
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.slider-project__card--orange {
  background: #F15B2B;
}
.slider-project__card--green {
  background: #075048;
}
.slider-project__card--green .slider-project__card:hover {
  background: #F15B2B;
}
.slider-project__card--green .slider-project__card-title {
  color: #729D90;
}

@media only screen and (min-width: 1024px) {
  .slider-project__article {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 30px;
    margin: 0;
  }
  .slider-project__article-img {
    grid-column: 1/3;
    position: initial;
  }
  .slider-project__article-text {
    grid-column: 3/5;
    color: #201E1F;
    padding: 0;
  }
  .slider-project__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 30px;
    margin-top: -60px;
  }
  .slider-project__cards-container {
    grid-column: 2/5;
    min-width: 0;
  }
  .slider-project .swiper-pagination {
    grid-column: 1/2;
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .slider-project .swiper-button {
    background: transparent;
    outline: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  .slider-project .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/two-columns-text-image-icons/two-columns-text-image-icons.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.two-columns-with-elements {
  padding: 80px 0;
}
.two-columns-with-elements .container {
  padding: 0;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content {
  margin-bottom: 40px;
  padding: 0 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content h2 {
  color: #201E1F;
  margin-bottom: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content li, .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes {
  background: #729D90;
  padding: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes h3 {
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side img {
  margin: auto;
  max-width: 105px;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side {
  width: 100%;
  text-align: center;
}
.two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side li, .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder {
  width: 100%;
  order: 2;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
  padding: 40px 20px;
  order: 1;
}
.two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder li, .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}

@media only screen and (min-width: 768px) {
  .two-columns-with-elements .container {
    display: flex;
    flex-flow: row wrap;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side,
  .two-columns-with-elements .container .two-columns-with-elements__right-side {
    width: 50%;
    max-width: 50%;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content {
    padding: 0 90px 0 20px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder {
    order: 1;
    margin-left: -65px;
    width: calc(100% + 65px);
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__image-holder img {
    width: calc(100% + 65px);
    -o-object-fit: none;
       object-fit: none;
    max-height: none;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content h2 {
    font-size: 60px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content li, .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__content p {
    font-size: 18px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes {
    padding: 40px 45% 40px 45px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes h3 {
    text-align: left;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box {
    display: flex;
    flex-flow: row;
    margin-bottom: 30px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__image-side {
    flex: 0 0 104px;
    margin-right: 34px;
    margin-bottom: 0;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: left;
  }
  .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side li, .two-columns-with-elements .container .two-columns-with-elements__left-side .two-columns-with-elements__left-side__boxes .two-columns-with-elements__left-side__boxes__holder .two-columns-with-elements__left-side__boxes__single-box .two-columns-with-elements__left-side__boxes__single-box__description-side p {
    font-size: 18px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder {
    padding: 71px 20px 0 53px;
  }
  .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder li, .two-columns-with-elements .container .two-columns-with-elements__right-side .two-columns-with-elements__right-side__content-holder p {
    font-size: 18px;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/hero/hero.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.hero {
  background-color: #075048;
}
.hero .hero__top-section {
  height: 80vh;
  position: relative;
  z-index: 1;
}
.hero .hero__top-section .hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero .hero__top-section .hero__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__top-section .hero__gradient-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #075048 5.5%, rgba(7, 80, 72, 0) 100%);
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  align-content: flex-end;
  z-index: 2;
}
.hero .hero__top-section .hero__gradient-holder .container {
  width: 100%;
}
.hero .hero__top-section .hero__gradient-holder.center {
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.hero .hero__top-section .hero__gradient-holder.center .hero__content {
  justify-content: center;
  text-align: center;
}
.hero .hero__top-section .hero__gradient-holder.show-logo ~ .header__logo {
  display: none;
}
.hero .hero__top-section .hero__gradient-holder.show-logo .hero__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.hero .hero__top-section .hero__gradient-holder.show-logo .hero__content .hero__logo {
  display: flex;
}
.hero .hero__top-section .hero__gradient-holder.show-logo .hero__content .hero__logo img {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__content h1 {
  color: #FFFFFF;
  margin-bottom: 42px;
}
.hero .hero__content .hero__logo {
  display: none;
}
.hero .hero__section-with-cards {
  padding: 80px 0;
}
.hero .hero__section-with-cards .hero__section-with-cards__title {
  margin-bottom: 40px;
}
.hero .hero__section-with-cards .hero__section-with-cards__title h2 {
  color: #FFFFFF;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card:last-of-type {
  margin-bottom: 0;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon {
  flex: 0 0 80px;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon img {
  width: 100%;
  height: auto;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text {
  padding-left: 24px;
  flex: 1;
}
.hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text p {
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .hero .hero__top-section .hero__gradient-holder.show-logo .hero__content {
    display: flex;
    gap: 0;
  }
  .hero .hero__top-section .hero__gradient-holder.show-logo .hero__content .hero__logo {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
    flex: 0 0 calc(33.33% - 10px);
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon {
    flex: 0 0 100%;
    margin-bottom: 34px;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__icon img {
    width: auto;
  }
  .hero .hero__section-with-cards .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card .hero__section-with-cards__single-card__text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hero .hero__content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .hero .hero__content h1 {
    margin-bottom: 0;
  }
  .hero .hero__section-with-cards .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__title {
    flex: 0 0 400px;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__title h2 {
    line-height: 1;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__cards-holder {
    flex: 1;
  }
  .hero .hero__section-with-cards .container .hero__section-with-cards__cards-holder .hero__section-with-cards__single-card {
    margin-bottom: 0;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/team/team.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.team {
  padding: 80px 0;
}
.team .container .team__eyebrow-holder,
.team .container .team__title-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.team .container .team__eyebrow-holder .team__eyebrow {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  color: #F15B2B;
  text-transform: uppercase;
}
.team .container .team__title-holder h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
}
.team .container .team__description-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.team .container .team__description-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.team .container .team__members-holder {
  width: 100%;
}
.team .container .team__members-holder .team__single-member {
  position: relative;
  margin-bottom: 25px;
}
.team .container .team__members-holder .team__single-member:last-of-type {
  margin-bottom: 0;
}
.team .container .team__members-holder .team__single-member img {
  width: 100%;
  max-height: 517px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team .container .team__members-holder .team__single-member .team__single-member__information {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
}
.team .container .team__members-holder .team__single-member .team__single-member__information h3 {
  font: 400 20px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  margin-bottom: 10px;
}
.team .container .team__members-holder .team__single-member .team__single-member__information p {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #797979;
}

@media only screen and (min-width: 992px) {
  .team .container .team__eyebrow-holder .team__eyebrow {
    font-size: 16px;
  }
  .team .container .team__title-holder h2 {
    font-size: 45px;
  }
  .team .container .team__description-holder {
    margin-bottom: 61px;
  }
  .team .container .team__description-holder p {
    font-size: 16px;
  }
  .team .container .team__members-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }
  .team .container .team__members-holder .team__single-member {
    margin-bottom: 0;
  }
  .team .container .team__members-holder .team__single-member:nth-of-type(3n + 2) {
    margin-top: 30px;
  }
  .team .container .team__members-holder .team__single-member img {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .team .container .team__description-holder {
    max-width: 55%;
  }
  .team .container .team__members-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
  }
  .team .container .team__members-holder .team__single-member .team__single-member__information h3 {
    font-size: 28px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/archive-post/archive-post.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.archive-posts {
  padding: 80px 0;
}
.archive-posts .container .title-holder {
  width: 100%;
  margin-bottom: 42px;
}
.archive-posts .container .title-holder h2 {
  color: #201E1F;
}
.archive-posts .container .archive-posts__holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.archive-posts .container .archive-posts__holder .pagination {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.archive-posts .container .archive-posts__holder .pagination .page-numbers {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #201E1F;
  width: 46px;
  height: 46px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 2px;
  cursor: pointer;
}
.archive-posts .container .archive-posts__holder .pagination .page-numbers.current {
  background-color: #729D90;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .archive-posts {
    padding: 80px 0;
  }
  .archive-posts .container .title-holder {
    margin-bottom: 60px;
  }
  .archive-posts .container .archive-posts__holder {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .archive-posts .container .archive-posts__holder:has(.card-post--featured) .card-post--featured {
    grid-column: span 2;
  }
  .archive-posts .container .archive-posts__holder .pagination {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-posts {
    padding: 130px 0;
  }
  .archive-posts .container .archive-posts__holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .archive-posts .container .archive-posts__holder:has(.card-post--featured) .card-post--featured {
    grid-column: span 3;
  }
  .archive-posts .container .archive-posts__holder .pagination {
    width: 100%;
    margin-top: 100px;
    grid-column: span 3;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/archive-files/archive-files.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.archive-files {
  padding: 80px 0;
}
.archive-files .container .archive-files__title-holder {
  width: 100%;
  margin-bottom: 42px;
}
.archive-files .container .archive-files__title-holder h2 {
  color: #201E1F;
  margin-bottom: 20px;
  word-break: break-word;
}
.archive-files .container .archive-files__title-holder p {
  color: #797979;
}
.archive-files .container .archive-files__holder .archive-files__single-file {
  padding-bottom: 40px;
  border-bottom: 1px solid #E3EBE9;
  margin-bottom: 40px;
  text-align: right;
}
.archive-files .container .archive-files__holder .archive-files__single-file .archive-files__single-file-title {
  color: #201E1F;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .archive-files .container .archive-files__holder .archive-files__single-file {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  .archive-files .container .archive-files__holder .archive-files__single-file .archive-files__single-file-title {
    flex: 0 0 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-files {
    padding: 130px 0;
  }
  .archive-files .container .archive-files__title-holder h2 {
    width: 65%;
  }
  .archive-files .container .archive-files__title-holder p {
    width: 65%;
  }
  .archive-files .container .archive-files__holder {
    margin-top: 130px;
  }
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/accordion-files/accordion-files.scss ***!
  \********************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.accordion-files {
  padding: 80px 0;
}
.accordion-files .accordion-collapse {
  display: none; /* Start collapsed */
}
.accordion-files .accordion-button {
  cursor: pointer;
}
.accordion-files .file-download,
.accordion-files .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 23px 14px 23px 0;
  text-align: left;
}
.accordion-files .accordion-icon, .accordion-files .file-icon {
  margin-left: 10px;
}
.accordion-files .main-accordion .accordion-button:first-child {
  border-bottom: 1px solid #797979;
  line-height: 100%;
  letter-spacing: -2%;
  font: 500 18px/1 "GothamSSm", sans-serif;
  color: #09372C;
}
.accordion-files .main-accordion .accordion-body:first-child {
  padding-left: 10px;
}
.accordion-files .second-accordion .accordion-button,
.accordion-files .second-accordion .file-download {
  border-bottom: 1px solid #E9E9E9 !important;
  font: 400 16px/1 "GothamSSm", sans-serif !important;
  color: #075048;
}
.accordion-files .second-accordion .file-download p {
  font: 400 16px/1 "GothamSSm", sans-serif !important;
}
.accordion-files .third-accordion .accordion-button,
.accordion-files .third-accordion .file-download {
  font: 400 14px/1 "GothamSSm", sans-serif !important;
  color: #075048;
}
.accordion-files .third-accordion .file-download p {
  font: 400 14px/1 "GothamSSm", sans-serif !important;
}
.accordion-files .file-download .btn {
  font-weight: 500;
  color: #13243F;
}
.accordion-files .container .accordion-files__title-holder {
  width: 100%;
  margin-bottom: 42px;
}
.accordion-files .container .accordion-files__title-holder h2 {
  font-weight: 500;
  color: #201E1F;
  margin-bottom: 20px;
  word-break: break-all;
}
.accordion-files .container .accordion-files__title-holder p {
  color: #797979;
}

@media only screen and (min-width: 1200px) {
  .accordion-files {
    padding: 130px 0;
  }
  .accordion-files .container .accordion-files__title-holder h2 {
    width: 65%;
  }
  .accordion-files .container .accordion-files__title-holder p {
    width: 65%;
  }
  .accordion-files .container .accordion-files__holder {
    margin-top: 66px;
  }
  .accordion-files .main-accordion .accordion-body:first-child {
    padding-left: 20px;
  }
  .accordion-files .main-accordion .accordion-button:first-child {
    font: 500 28px/1 "GothamSSm", sans-serif;
  }
  .accordion-files .second-accordion .accordion-button,
  .accordion-files .second-accordion .file-download p {
    font: 400 22px/1 "GothamSSm", sans-serif !important;
  }
  .accordion-files .third-accordion .accordion-button,
  .accordion-files .third-accordion .file-download {
    font: 400 18px/1 "GothamSSm", sans-serif !important;
    color: #075048;
  }
  .accordion-files .third-accordion .file-download p {
    font: 400 18px/1 "GothamSSm", sans-serif !important;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/video-section/video-section.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.video-section {
  background: rgba(114, 157, 144, 0.1019607843);
  padding: 40px 0;
}
.video-section .video-section__content .video-section__eyebrow-holder,
.video-section .video-section__content .video-section__title-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  color: #F15B2B;
}
.video-section .video-section__content .video-section__title-holder h2 {
  color: #201E1F;
}
.video-section .video-section__content .video-section__description-holder {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.video-section .video-section__content .video-section__description-holder p {
  font: 400 14px/1.45 "GothamSSm", sans-serif;
  color: #797979;
}
.video-section .video-section__content .video-section__video-holder {
  width: 100%;
}
.video-section .video-section__content .video-section__video-holder video {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
    font-size: 16px;
  }
  .video-section .video-section__content .video-section__title-holder h2 {
    font-size: 45px;
  }
  .video-section .video-section__content .video-section__description-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__description-holder p {
    font-size: 16px;
    max-width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .video-section {
    background: rgba(114, 157, 144, 0.1019607843);
    padding: 70px 0 96px;
  }
  .video-section .video-section__content .video-section__eyebrow-holder .video-section__eyebrow {
    font-size: 16px;
  }
  .video-section .video-section__content .video-section__title-holder h2 {
    font-size: 45px;
  }
  .video-section .video-section__content .video-section__description-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__description-holder p {
    font-size: 16px;
    max-width: 75%;
    margin: auto;
  }
  .video-section .video-section__content .video-section__video-holder {
    width: 100%;
  }
  .video-section .video-section__content .video-section__video-holder video {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .video-section .video-section__content .video-section__description-holder p {
    max-width: 55%;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/page-content/page-content.scss ***!
  \**************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
section.page-content {
  margin: 130px 0;
}
section.page-content .container .page-content__holder h2,
section.page-content .container .page-content__holder h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #201E1F;
}
section.page-content .container .page-content__holder h2 {
  font: 700 24px/1.2 "GothamSSm", sans-serif;
}
section.page-content .container .page-content__holder h3 {
  font: 700 20px/1.2 "GothamSSm", sans-serif;
}
section.page-content .container .page-content__holder p,
section.page-content .container .page-content__holder li {
  font: 400 14px/1.5 "GothamSSm", sans-serif;
  color: #201E1F;
}

@media only screen and (min-width: 992px) {
  section.page-content .container .page-content__holder {
    max-width: 67%;
    margin: auto;
  }
  section.page-content .container .page-content__holder h2 {
    font-size: 32px;
  }
  section.page-content .container .page-content__holder h3 {
    font-size: 22px;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/map/map.scss ***!
  \********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.graphics {
  background: #075048;
  padding: 150px 0 60px;
}
.graphics__title {
  font: 300 28px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
  max-width: 650px;
  margin-bottom: 20px;
}

.districts__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.districts__out, .districts__toggle {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid #729D90;
  background: #F15B2B;
  border-radius: 100%;
  padding: 10px;
  filter: drop-shadow(2px 2px 6px rgba(0, 26, 18, 0.4));
  cursor: pointer;
}
.districts__out svg, .districts__toggle svg {
  display: block;
  width: 30px;
  height: 30px;
}
.districts__out {
  color: #FFFFFF;
  background: #075048;
}
.districts__list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
  -webkit-backdrop-filter: brightness(0.8);
          backdrop-filter: brightness(0.8);
  padding: 100px 20px 60px;
  z-index: 999;
}
.districts__list-container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  height: 100%;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}
.districts__list-items {
  flex: 1;
  overflow: auto;
}
.districts__close {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font: 300 12px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.districts.active .districts__list {
  transform: translateX(0);
}

.district {
  border-bottom: 1px solid #201E1F;
}
.district__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 300 16px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 15px 0;
  cursor: pointer;
}
.district__areas {
  display: none;
  padding-bottom: 15px;
}
.district__city-title {
  font: 300 16px/1.3 "GothamSSm", sans-serif;
  color: #729D90;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 5px 0;
  cursor: pointer;
}
.district__city-name {
  font: 300 20px/1.3 "GothamSSm", sans-serif;
  color: #09372C;
}
.district__city.active .district__city-title svg {
  transform: rotate(180deg);
}
.district__city.active .district__modal {
  display: grid;
}
.district__modal {
  display: none;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  z-index: 2;
}
.district__modal-close {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font: 300 12px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.district__stat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
}
.district__stat-label {
  font: 300 12px/1.3 "GothamSSm", sans-serif;
  color: #09372C;
}
.district__stat-value {
  font: 300 18px/1.3 "GothamSSm", sans-serif;
  color: #729D90;
}
.district__stat-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
  margin-left: auto;
}
.district__stat-cta svg {
  display: block;
  width: 15px;
  height: auto;
}
.district.active .district__title svg {
  transform: rotate(180deg);
}
.district.active .district__areas {
  display: block;
}

.map {
  position: relative;
  width: 100%;
  height: auto;
}
.map__vector {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.map path {
  mix-blend-mode: lighten;
  pointer-events: auto;
}
.map__district-city-label {
  display: none;
}
.map__district-city-label path {
  pointer-events: none;
}
.map__district-main {
  mix-blend-mode: lighten;
}
.map__district-main-area path {
  cursor: pointer;
  transition: fill 300ms ease-in-out;
}
.map__district-main-area path:hover {
  fill: #729D90;
}
.map__district-main-label path {
  pointer-events: none;
}
.map__district-main-label path:nth-of-type(2) {
  fill: transparent;
}
.map .rest path {
  pointer-events: none;
}
.map.is-zoomed .rest {
  display: none;
}
.map.is-zoomed .map__district {
  display: none;
}
.map.is-zoomed .map__district-city-label {
  display: block;
}
.map.is-zoomed .map__district-main {
  display: none;
}
.map.is-zoomed .map__district.active {
  display: block;
}
.map.is-zoomed .map__district.active .map__district-city-area path {
  cursor: pointer;
  transition: fill 300ms ease-in-out;
}
.map.is-zoomed .map__district.active .map__district-city-area path:hover {
  fill: #729D90;
}
.map.is-zoomed .map__district.active .map__district-city.active .map__district-city-area path {
  fill: #729D90;
}

.projects {
  padding: 60px 0;
}
.projects__title {
  font: 300 28px/1.3 "GothamSSm", sans-serif;
  margin-bottom: 40px;
}
.projects__item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 400 22px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #797979;
  outline: 0;
  padding: 20px 0;
  cursor: pointer;
}
.projects__item-content {
  display: none;
  overflow: auto;
}
.projects__item-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.projects__item-heading-name, .projects__item-heading-project, .projects__item-heading-status {
  min-width: 300px;
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #075048;
  background: #e9e9e9;
  padding: 20px;
}
.projects__item-heading-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.projects__item-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #e9e9e9;
}
.projects__item-name {
  min-width: 300px;
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  padding: 15px 20px;
  border-right: 1px solid #e9e9e9;
}
.projects__item-project-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e9e9e9;
}
.projects__item-project-item:last-of-type {
  border: 0;
}
.projects__item-project-name, .projects__item-project-status {
  min-width: 300px;
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  padding: 15px 20px;
}
.projects__item-project-name {
  border-right: 1px solid #e9e9e9;
}
.projects__item.active .projects__item-content {
  display: block;
}
.projects__item.active .projects__item-title svg {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .graphics {
    padding-top: 200px;
  }
  .graphics__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
  }
  .graphics__title {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .districts__out {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .districts__toggle {
    display: none;
  }
  .districts__close {
    display: none;
  }
  .districts__list {
    position: relative;
    height: 100%;
    transform: translateX(0);
    padding: 0;
    max-height: 600px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .districts__list-container {
    background: transparent;
    padding: 0;
  }
  .districts__list-items {
    padding-right: 20px;
    /* width */
    /* Track */
    /* Handle */
  }
  .districts__list-items::-webkit-scrollbar {
    width: 5px;
  }
  .districts__list-items::-webkit-scrollbar-track {
    background: #729D90;
    border-radius: 10px;
  }
  .districts__list-items::-webkit-scrollbar-thumb {
    background: #FFFFFF;
  }
  .district {
    border-color: #FFFFFF;
  }
  .district__title {
    color: #FFFFFF;
  }
  .district__title svg path {
    stroke: #FFFFFF;
  }
  .district__modal {
    height: auto;
    max-width: 300px;
    left: auto;
    right: 0;
  }
  .projects {
    padding: 100px 0;
  }
  .projects__title {
    font-size: 45px;
  }
  .projects__item-title {
    font-size: 28px;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-default.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .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-default .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-default .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-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.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-default.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-default.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-default.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);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/stats/stats.scss ***!
  \************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.stats {
  background: #075048;
  padding: 50px 0;
}
.stats .btn {
  display: block;
  margin: 0 auto;
}
.stats__text .btn {
  display: none;
}
.stats__numbers {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.stats__number-value {
  font: 500 60px/1.3 "GothamSSm", sans-serif;
  color: #729D90;
}
.stats__number-symbol {
  font: 300 60px/0.5 "GothamSSm", sans-serif;
  color: #F15B2B;
}
.stats__number-label {
  font: 300 21px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.stats__img {
  margin: 0 -20px;
}
.stats__img-media {
  width: 100%;
}
.stats__img-media--desk {
  display: none;
}

@media (min-width: 1024px) {
  .stats {
    position: relative;
    padding: 0;
  }
  .stats .btn {
    display: none;
  }
  .stats__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }
  .stats__text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 180px;
    padding: 120px 0;
  }
  .stats__text .btn {
    display: block;
    margin-left: 0;
  }
  .stats__numbers {
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 0;
  }
  .stats__number-value {
    font-size: 110px;
  }
  .stats__number-symbol {
    font-size: 70px;
  }
  .stats__img-media {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    z-index: 2;
  }
  .stats__img-media--mob {
    display: none;
  }
  .stats__img-media--desk {
    display: block;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/components/components.scss ***!
  \**********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.components {
  margin: 80px 0;
}
.components__container {
  margin: 0 -20px;
}
.components__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: #FFFFFF;
  padding: 20px;
  cursor: pointer;
}
.components__item-bg, .components__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.components__item-bg {
  z-index: -2;
}
.components__item-overlay {
  opacity: 0.9;
  z-index: -1;
}
.components__item-heading {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.components__item-label {
  font: 400 24px/1.3 "GothamSSm", sans-serif;
}
.components__item-number {
  font: 700 100px/1 "GothamSSm", sans-serif;
}
.components__item-title {
  flex: 0 0 100%;
  font: 400 21px/1.3 "GothamSSm", sans-serif;
}
.components__item-paragraphs p {
  margin-bottom: 20px;
}
.components__item-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.components__item--1 .components__item-overlay {
  background: #729D90;
}
.components__item--2 .components__item-overlay {
  background: #075048;
}
.components__item--3 .components__item-overlay {
  background: #09372C;
}

@media (min-width: 1024px) {
  .components__container {
    position: relative;
    display: flex;
    margin: 0;
    overflow: hidden;
  }
  .components__item {
    position: relative;
    flex-shrink: 0;
    grid-template-columns: 220px auto;
    gap: 40px;
    width: calc(100% - 480px);
    transition: transform 1s cubic-bezier(0.76, 0, 0.17, 1);
    z-index: 1;
  }
  .components__item-heading {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 20px;
    border-right: 1px solid #FFFFFF;
  }
  .components__item-label {
    order: 1;
  }
  .components__item-number {
    order: 2;
    font-size: 250px;
  }
  .components__item-title {
    order: 3;
    font-size: 16px;
  }
  .components__item--2 {
    z-index: 2;
  }
  .components__item--2.active {
    transform: translateX(calc(-100% + 240px));
  }
  .components__item--3 {
    transform: translateX(calc(-100% + 240px));
    z-index: 3;
  }
  .components__item--3.active {
    transform: translateX(calc(-200% + 480px));
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/button/button.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 12px/1.3 "GothamSSm", sans-serif;
  text-decoration: none;
  transition: all 500ms ease;
}
.btn-orange {
  color: #F15B2B;
}
.btn--orange-solid {
  color: #FFFFFF;
  background-color: #F15B2B;
  border: 1px solid #F15B2B;
  border-radius: 26px;
}
.btn--orange-solid:hover {
  background-color: #FFFFFF;
  color: #F15B2B;
}
.btn--black {
  color: #201E1F;
}
.btn--white-outline {
  border: 1px solid #075048;
  border-radius: 30px;
  gap: 6px;
}
.btn--orange-solid, .btn--orange-outline, .btn--white-solid, .btn--white-outline {
  padding: 14px 20px;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/acf-blocks.scss ***!
  \*************************************************************************************************************************************************************/
/*! 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: "GothamSSm";
  src: url(../fonts/gotham-ssm-book.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm";
  src: url(../fonts/gotham-ssm-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

p {
  font: 400 14px/1.42 "GothamSSm", sans-serif;
}

.h1 {
  font: 400 36px/1.3 "GothamSSm", sans-serif;
  letter-spacing: -0.9px;
}

.h2,
.h3,
.h4 {
  font: 400 24px/1.3 "GothamSSm", sans-serif;
  letter-spacing: -0.48px;
}

.eyebrow {
  font: 700 12px/1.3 "GothamSSm", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.72px;
}

@media only screen and (min-width: 1280px) {
  p {
    font-size: 16px;
  }
  .h1 {
    font: 400 80px/1.3 "GothamSSm", sans-serif;
    letter-spacing: -0.9px;
  }
  .h2 {
    font-size: 52px;
    letter-spacing: -0.9px;
  }
  .h3 {
    font-size: 32px;
    letter-spacing: -0.9px;
  }
  .h4 {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .eyebrow {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p {
  font: 400 16px/1.5 "GothamSSm", sans-serif;
  color: #797979;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner li {
  font: 400 16px/1.5 "GothamSSm", sans-serif;
  color: #797979;
}
.wp-blocks-inner img {
  margin: 40px 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 998;
}
.header.show-logo-hero .header__logo {
  display: none !important;
}
.header__menu-desk {
  display: none;
}
.header .preheader {
  background: #FFFFFF;
  padding: 8px 0;
  margin-bottom: 40px;
}
.header .preheader__gallery {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.header .preheader__logo:first-child {
  padding-left: 0;
}
.header .preheader__logo:last-child {
  padding-right: 0;
  border-right: 0;
}
.header .preheader__logo {
  border-right: 1px solid #729D90;
  padding: 0 15px;
}
.header__languages:focus {
  outline: none;
}
.header__languages {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.header__languages span {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-img {
  width: 180px;
}
.header__actions .header__languages,
.header__actions .wpml-ls {
  display: none;
}
.header__hamburger {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger-label {
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.header .wpml-ls {
  padding: 0;
}
.header .wpml-ls ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.header .wpml-ls-link {
  font: 700 14px/1.2 "GothamSSm", sans-serif;
  text-transform: uppercase;
  padding: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 998;
}
.header__menu-top {
  flex: 1;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 0;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 999;
}
.header__menu-top .container {
  height: 100%;
}
.header__menu-top-container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.header__menu .menu {
  list-style: none;
  padding: 0;
}
.header__menu .menu-item {
  text-align: center;
  padding: 10px 0;
}
.header__menu .menu-item a {
  font: 700 12px/1.1 "GothamSSm", sans-serif;
  color: #075048;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #201E1F;
}
.header__menu .wpml-ls-link {
  color: #729D90;
}
.header__menu .wpml-ls-current-language .wpml-ls-link {
  color: #075048;
}
.header__menu-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__menu-button-label {
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #201E1F;
}
.header__menu-list {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.header__menu-bottom {
  position: relative;
  background: #729D90;
  margin-top: -150px;
}
.header__menu-bottom-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 200px 0 30px;
  z-index: 2;
}
.header__contacts {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font: 400 16px/1.3 "GothamSSm", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.header__contact-icon {
  display: block;
  width: 25px;
  height: auto;
}
.header__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.header__cta {
  margin: 0 auto;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__menu-top {
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 0 40px;
  }
  .header .preheader img {
    max-width: unset !important;
    height: 55px;
  }
  .header__container {
    height: 50px;
  }
  .header__logo-img {
    width: auto;
    height: 50px;
  }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  .header__actions .header__languages {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .header__actions .header__languages span {
    display: inline-block;
    font: 700 12px/1.3 "GothamSSm", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
  }
  .header__actions .wpml-ls {
    position: absolute;
    top: 40px;
    display: none;
  }
  .header__actions .wpml-ls ul {
    display: flex;
    flex-flow: column;
  }
  .header__actions .wpml-ls-link {
    color: #FFFFFF;
    opacity: 0.4;
  }
  .header__actions .wpml-ls-current-language .wpml-ls-link {
    opacity: 1;
  }
  .header__menu {
    height: auto;
  }
  .header__menu-top {
    padding: 40px 0;
  }
  .header__menu-actions {
    height: 60px;
  }
  .header__menu-list {
    display: block;
    padding: 50px 0;
  }
  .header__menu .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .header__menu-bottom {
    margin-top: -120px;
  }
  .header__menu-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 200px 0 80px;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .header__cta {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header__hamburger {
    display: none;
  }
  .header__menu-desk {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .header__menu-desk .menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style-type: none;
  }
  .header__menu-desk .menu .menu-item a {
    font: 700 12px/1.3 "GothamSSm", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
  }
}
.footer {
  background-image: url(../images/footer-background.png);
  background-color: #729D90;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left 0;
  padding-top: 78px;
}
.footer__top-side {
  width: 100%;
}
.footer__top-side .logo-holder {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer__top-side .menu-holder .menu {
  padding: 0;
  list-style-type: none;
}
.footer__top-side .menu-holder .menu .menu-item {
  margin-bottom: 20px;
  text-align: center;
}
.footer__top-side .menu-holder .menu .menu-item a {
  font: 700 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu {
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__top-side .menu-holder .menu .menu-item .sub-menu .menu-item a {
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__top-side .arrow-to-the-top-holder {
  text-align: right;
  margin-bottom: 20px;
}
.footer__top-side .arrow-to-the-top-holder svg {
  width: 55px;
}
.footer__logo-img {
  width: 100%;
  max-width: 240px;
}
.footer__bottom-side {
  background: #075048;
}
.footer__bottom-side .footer__form-content {
  padding: 20px;
}
.footer__bottom-side .footer__form-content h2 {
  font: 400 24px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.footer__bottom-side .footer__form-content p {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form {
  padding: 0 20px 20px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form label,
.footer__bottom-side .footer__footer-form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p {
  margin-bottom: 20px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p:has(.wpcf7-submit) {
  margin-bottom: 0;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p:has(textarea) {
  margin-bottom: 9px;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label {
  font: 400 14px/1.2 "GothamSSm", sans-serif;
  color: #729D90;
  width: 100%;
  display: inline-block;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #729D90;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select option {
  color: #201E1F;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  border-bottom: 1px solid #729D90;
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
  height: 35px;
  width: 100%;
  resize: none;
  background: transparent;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, .footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  font: 400 16px/1.2 "GothamSSm", sans-serif;
  color: #FFFFFF;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea:focus,
.footer__bottom-side .footer__footer-form .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: none;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-spinner {
  position: absolute;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p.small-message {
  font: 400 12px/1.2 "GothamSSm", sans-serif;
  color: #AFACAC;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit {
  width: 100%;
  font: 400 14px/1 "GothamSSm", sans-serif;
  background-color: #F15B2B;
  border: 0;
  border: 1px solid #F15B2B;
  color: #fff;
  border-radius: 28px;
  padding: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer__bottom-side .footer__footer-form .wpcf7-form p .wpcf7-submit:hover {
  color: #F15B2B;
  background-color: #FFFFFF;
}
.footer__credits {
  background: #95B6AC;
  padding: 20px 0;
  text-align: center;
}
.footer__credits span,
.footer__credits a {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font: 400 12px/1.25 "GothamSSm", sans-serif;
  color: #075048;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .footer__top-side {
    display: flex;
    flex-flow: row;
    padding-left: 144px;
    justify-content: space-between;
  }
  .footer__top-side .logo-holder {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 57px;
  }
  .footer__top-side .menu-holder {
    margin-bottom: 17px;
  }
  .footer__top-side .menu-holder .menu .menu-item {
    margin-bottom: 40px;
    text-align: left;
  }
  .footer__top-side .arrow-to-the-top-holder {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .footer__top-side .arrow-to-the-top-holder svg {
    width: auto;
  }
  .footer__bottom-side {
    padding: 20px 20px 40px 26px;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer__bottom-side .footer__form-content {
    flex: 0 0 407px;
    padding-right: 40px;
  }
  .footer__bottom-side .footer__form-content h2 {
    font-size: 28px;
  }
  .footer__bottom-side .footer__form-content p {
    font-size: 16px;
  }
  .footer__bottom-side .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-textarea),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-select),
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit),
  .footer__bottom-side .wpcf7-form p.small-message {
    grid-column: span 2;
  }
  .footer__bottom-side .wpcf7-form p:has(.wpcf7-submit) {
    text-align: right;
  }
  .footer__bottom-side .wpcf7-form .wpcf7-submit {
    width: 171px !important;
  }
  .footer__credits {
    padding: 30px 0 25px;
  }
  .footer__credits .container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 84px;
  }
  .footer__credits .container span,
  .footer__credits .container a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
html {
  color: #201E1F;
}

img {
  max-width: 100%;
}
