/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss ***!
  \****************************************************************************************************************/
/*
    Mixins
-------------------------------------
*/
/*
    Variables
-------------------------------------
*/
/*
    Root
-------------------------------------
*/
:root {
  --navigation__width: 100%;
  --navigation__height: 120px;
  --navigation__fs: 1.25rem;
  --navigation-container__height: 100vh;
  --navigation-items__gap: 2.5rem;
  --menu-item__space-s: 0.5rem;
  --menu-item__space-m: 1rem;
  --navigation-cta__height: 60px;
  --navigation-cta-item__spacing: 1rem 1.5rem;
  --site-branding__width: 280px;
  --navigation__height--scrolled: 90px;
  --navigation__fs--scrolled: 1.125rem;
  --site-branding__width--scrolled: 225px;
  --navigation-cta__height--scrolled: 52px;
  --joined-sections__gap: 5rem;
  --section__space: 6rem;
  --content__spacing: 0 2rem;
  --content__space-xs: 0.5rem;
  --content__space-s: 1rem;
  --content__space-m: 2rem;
  --content__space-l: 3rem;
  --content__border-radius-s: 0.5rem;
  --content__border-radius-m: 1rem;
  --content__border-radius-l: 2rem;
  --fs__global: 1rem;
  --fs__text-xxs: 0.75rem;
  --fs__text-xs: 0.875rem;
  --fs__text-s: 1rem;
  --fs__text-m: 1.25rem;
  --fs__text-l: 1.5rem;
  --fs__header-xs: 1.875rem;
  --fs__header-s: 2.5rem;
  --fs__header-m: 3.125rem;
  --fs__header-l: 3.75rem;
  --fs__header-xl: 5rem;
  --text__line-height: 1.5;
  --header__line-height: 1.1;
  --input-services__width: 265px;
  --input-contact__width: 270px;
  --input__height: 63px;
  --input__space: 1rem;
  --textarea__height: 142px;
  --consent__fs: 0.75rem;
  --checkbox__size: 25px;
  --form-label__fs: 0.875rem;
  --custom-select-arrow__size: 0.7rem;
  --tip__fs: 0.60rem;
  --tip__top: 2.75rem;
  --page-title__height: 220px;
  --btn__fs: 1.375rem;
  --btn__width--primary: 344px;
  --btn__icon-size--primary: 57px;
  --btn__width--secondary: 300px;
  --btn__height--primary: 88px;
  --btn__height--secondary: 55px;
  --btn-icon__width--standard: 25px;
  --btn-icon__height--standard: 25px;
  --btn-simple__width--primary: 175px;
  --flexible-layout-primary__space: 1.5rem;
  --flexible-layout-secondary__space: 2.5rem;
  --popup__max-width: 750px;
  --close-popup-icon__size: 16px;
  --popup__space: 2rem;
  --hero-cta__gap: 2rem;
  --services-item__width: 300px;
  --other-services__gap: 2rem;
  --short-info-image__width: 550px;
  --short-info-image__height: 450px;
  --opinions-item__width: 25%;
  --opinions-item__space: 2rem;
  --opinions-icon__size: 55px;
  --contact-teaser-content__gap: 4rem;
  --contact-teaser-inner__gap: 2rem;
  --navigation-link__space: 1rem;
  --about-us-team__grid: repeat(4, 1fr);
  --about-us-team__gap: 3rem;
  --about-us-thumbnail__size: 150px;
  --to-top-icon__width: 21px;
  --to-top-icon__height: 24px;
  --to-top__size: 45px;
  --to-top__bottom-position: 1rem;
  --to-top__right-position: 1rem;
  --footer-inner__gap: 3rem;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1650px) {
  :root {
    --navigation__fs: 1.125rem;
    --navigation-items__gap: 2rem;
    --section__space: 5.5rem;
    --fs__global: 0.875rem;
    --fs__text-xxs: 0.65rem;
    --fs__text-xs: 0.75rem;
    --fs__text-s: 0.875rem;
    --fs__text-m: 1.125rem;
    --fs__text-l: 1.375rem;
    --fs__header-xs: 1.75rem;
    --fs__header-s: 2.25rem;
    --fs__header-m: 3rem;
    --fs__header-l: 3.5rem;
    --fs__header-xl: 4.25rem;
    --btn__fs: 1.25rem;
    --btn__width--primary: 310px;
    --btn__icon-size--primary: 52px;
    --btn__width--secondary: 280px;
    --btn__height--primary: 80px;
    --btn__height--secondary: 50px;
    --hero-cta__gap: 1.5rem;
    --services-item__width: 275px;
  }
}
@media screen and (max-width: 1550px) {
  :root {
    --navigation-cta__height: 52px;
    --navigation-cta-item__spacing: 0.5rem 1rem;
    --site-branding__width: 250px;
    --site-branding__width--scrolled: 200px;
    --joined-sections__gap: 3rem;
    --fs__header-m: 2.75rem;
    --fs__header-l: 3.25rem;
    --fs__header-xl: 4rem;
    --input-services__width: 225px;
    --input__height: 55px;
    --textarea__height: 126px;
    --services-item__width: 235px;
    --short-info-image__width: 500px;
    --short-info-image__height: 400px;
    --opinions-item__width: 28%;
    --opinions-icon__size: 50px;
    --about-us-thumbnail__size: 135px;
    --footer-inner__gap: 2rem;
  }
}
@media screen and (max-width: 1450px) {
  :root {
    --section__space: 5rem;
    --page-title__height: 200px;
    --services-item__width: 220px;
    --to-top-icon__width: 20px;
    --to-top-icon__height: 23px;
    --to-top__size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --navigation-container__width: 50%;
    --navigation__height: 100px;
    --navigation__fs: 1.5rem;
    --navigation-items__gap: 0;
    --menu-toggle__width: 2.25rem;
    --menu-toggle__height: 1.65rem;
    --menu-toggle-line__height: 4px;
    --menu-toggle-line__top-position: 0.75rem;
    --site-branding__width: 200px;
    --navigation__fs--scrolled: 1.5rem;
    --navigation__height--scrolled: 80px;
    --site-branding__width--scrolled: 150px;
    --section__space: 4.5rem;
    --content__spacing: 0 1.5rem;
    --fs__text-m: 1.063rem;
    --fs__text-l: 1.25rem;
    --fs__header-xs: 1.5rem;
    --fs__header-s: 2rem;
    --fs__header-m: 2.5rem;
    --fs__header-l: 3rem;
    --fs__header-xl: 3.75rem;
    --btn__fs: 1.125rem;
    --btn__width--primary: 280px;
    --btn__height--primary: 70px;
    --btn__icon-size--primary: 46px;
    --btn__height--secondary: 45px;
    --btn-icon__width--standard: 20px;
    --btn-icon__height--standard: 20px;
    --btn-simple__width--primary: 150px;
    --input-services__width: 240px;
    --input-contact__width: 240px;
    --checkbox__size: 20px;
    --page-title__height: 175px;
    --flexible-layout-primary__space: 1.25rem;
    --flexible-layout-secondary__space: 2rem;
    --hero-cta__gap: 1.25rem;
    --services-item__width: 185px;
    --short-info-image__width: 100%;
    --short-info-image__height: 100%;
    --opinions-item__space: 1rem;
    --opinions-icon__size: 40px;
    --contact-teaser-content__gap: 2rem;
    --navigation-link__space: 0.75rem;
    --about-us-team__grid: repeat(3, 1fr);
    --about-us-team__gap: 2rem;
    --about-us-thumbnail__size: 125px;
    --to-top-icon__width: 19px;
    --to-top-icon__height: 22px;
    --to-top__size: 40px;
  }
}
@media screen and (max-width: 950px) {
  :root {
    --input-contact__width: 185px;
    --input-services__width: 185px;
    --opinions-item__width: 100%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --navigation__height: 80px;
    --menu-toggle__width: 2rem;
    --menu-toggle__height: 1.5rem;
    --site-branding__width: 150px;
    --site-branding__width--scrolled: 125px;
    --navigation__height--scrolled: 70px;
    --section__space: 3.5rem;
    --content__spacing: 0 1rem;
    --fs__header-xs: 1.375rem;
    --fs__header-s: 1.75rem;
    --fs__header-m: 2rem;
    --fs__header-l: 2.5rem;
    --fs__header-xl: 3.25rem;
    --btn__fs: 1rem;
    --btn__width--primary: 265px;
    --btn__height--primary: 65px;
    --btn__icon-size--primary: 40px;
    --btn__height--secondary: 40px;
    --btn-icon__width--standard: 18px;
    --btn-icon__height--standard: 18px;
    --input-services__width: 100%;
    --input-contact__width: 100%;
    --input__height: 45px;
    --textarea__height: 115px;
    --page-title__height: 150px;
    --flexible-layout-primary__space: 1rem;
    --flexible-layout-secondary__space: 1.75rem;
    --other-services__gap: 1rem;
    --about-us-team__grid: repeat(2, 1fr);
    --footer-inner__gap: 1rem;
    --to-top-icon__width: 17px;
    --to-top-icon__height: 20px;
    --to-top__size: 36px;
  }
}
@media screen and (max-width: 650px) {
  :root {
    --navigation-container__width: 100%;
  }
}
@media screen and (max-width: 550px) {
  :root {
    --section__space: 3rem;
    --fs__header-xs: 1.25rem;
    --fs__header-s: 1.5rem;
    --fs__header-m: 1.75rem;
    --fs__header-l: 2.25rem;
    --fs__header-xl: 2.75rem;
    --btn__fs: 1rem;
    --btn__width--primary: 250px;
    --btn__height--primary: 55px;
    --btn__icon-size--primary: 35px;
    --btn__height--secondary: 35px;
    --btn-icon__width--standard: 16px;
    --btn-icon__height--standard: 16px;
    --page-title__height: 125px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --services-item__width: 100%;
    --about-us-team__grid: repeat(1, 1fr);
    --about-us-team__gap: 1rem;
    --about-us-thumbnail__size: 100px;
  }
}
/*
    Normalize
-------------------------------------
*/
body {
  background-color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: var(--fs__global);
  color: #000000;
}

.site {
  overflow: hidden;
}

p {
  font-weight: 300;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #1A8694;
}

a {
  font-weight: 300;
  color: #1A8694;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:visited, a:focus, a:active {
  color: #1A8694;
}
@media (hover: hover) {
  a:hover {
    color: #f5a623;
  }
}

img {
  width: 100%;
  height: auto;
  border-radius: var(--content__border-radius-s);
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

iframe {
  display: flex;
  width: 100%;
  border-radius: var(--content__border-radius-s);
}

svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
svg path, svg circle, svg line {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
    Buttons
-------------------------------------
*/
.btn-download,
.btn-content,
.form__btn, .btn-simple, .btn {
  display: flex;
  align-items: center;
  font-size: var(--btn__fs);
  border-radius: var(--content__border-radius-s);
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-download:visited,
.btn-content:visited,
.form__btn:visited, .btn-simple:visited, .btn:visited {
  color: #FFFFFF;
}
.btn-download:hover,
.btn-content:hover,
.form__btn:hover, .btn-simple:hover, .btn:hover {
  color: #f5a623;
}
.btn-download svg,
.btn-content svg,
.form__btn svg, .btn-simple svg, .btn svg {
  transition: transform 0.3s ease;
}

.btn {
  justify-content: space-between;
  gap: 1rem;
  width: var(--btn__width--primary);
  height: var(--btn__height--primary);
  padding: 1rem 1.5rem;
}
.btn--primary svg, .btn--secondary svg, .btn--thirdary svg {
  width: var(--btn__icon-size--primary);
  height: var(--btn__icon-size--primary);
}
.btn--primary:hover, .btn--secondary:hover, .btn--thirdary:hover {
  transform: scale(0.99);
  -o-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
}
.btn--primary:hover svg, .btn--secondary:hover svg, .btn--thirdary:hover svg {
  transform: rotate(-45deg);
}
.btn--primary:hover svg path, .btn--primary:hover svg circle, .btn--secondary:hover svg path, .btn--secondary:hover svg circle, .btn--thirdary:hover svg path, .btn--thirdary:hover svg circle {
  stroke: #FFFFFF;
}
.btn--primary {
  background-color: #1A8694;
}
.btn--primary:hover {
  background-color: #f5a623;
  color: #FFFFFF;
}
.btn--secondary {
  background-color: #53B3BF;
}
.btn--secondary:hover {
  background-color: #f5a623;
  color: #FFFFFF;
}
.btn--thirdary {
  background-color: #FFFFFF;
  color: #1A8694;
  border: 1px solid #53B3BF;
}
.btn--thirdary:hover {
  background-color: #f5a623;
  color: #FFFFFF;
  border: 1px solid #f5a623;
}
.btn--thirdary:visited {
  color: #1A8694;
}

.btn-simple {
  height: var(--btn__height--secondary);
  padding-left: 1rem;
  position: relative;
}
.btn-simple svg {
  position: absolute;
  right: 0;
  z-index: 1;
  transition: right 0.3s ease;
}
.btn-simple:hover svg {
  right: -0.5rem;
}
.btn-simple--primary:hover, .btn-simple--secondary:hover {
  background-color: #f5a623;
  color: #FFFFFF;
}
.btn-simple--primary {
  background-color: #1A8694;
  width: var(--btn-simple__width--primary);
}
.btn-simple--secondary {
  background-color: #53B3BF;
  width: var(--btn__width--secondary);
}

.btn-download,
.btn-content,
.form__btn {
  height: var(--btn__height--secondary);
  width: fit-content;
  padding: 0 1.5rem;
}
.btn-download svg,
.btn-content svg,
.form__btn svg {
  margin-left: 1rem;
}

.btn-download svg,
.form__btn svg {
  width: var(--btn-icon__width--standard);
  height: var(--btn-icon__height--standard);
}

.btn-content svg {
  width: calc(var(--btn-icon__width--standard) + 15px);
  height: calc(var(--btn-icon__width--standard) + 15px);
}

.btn-download {
  background-color: #53B3BF;
}
.btn-download:hover {
  background-color: #f5a623;
  color: #FFFFFF;
}

.btn-content {
  background-color: #f5a623;
}
.btn-content:hover {
  color: #1A8694;
}
.btn-content:hover svg path, .btn-content:hover svg circle {
  stroke: #1A8694;
}

.form__btn {
  background-color: #f5a623;
  font-weight: 300;
  border: 0;
}
.form__btn:hover {
  color: #1A8694;
}
.form__btn:hover svg path {
  stroke: #1A8694;
}
.form__btn svg {
  margin-left: 0.5rem;
}

/*
    Form
-------------------------------------
*/
input[type=text],
input[type=email],
input[type=tel],
.custom-select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: transparent;
  font-size: var(--fs__text-s);
  border: 1px solid #53B3BF;
  border-radius: var(--content__border-radius-s);
  color: #FFFFFF;
  padding: 1rem;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
.custom-select::placeholder,
textarea::placeholder {
  font-size: var(--fs__text-s);
  color: #FFFFFF;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
.custom-select:focus,
textarea:focus {
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 0 5px -2px rgb(0, 0, 0); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 0 5px -2px rgb(0, 0, 0); /* Firefox */
  -ms-box-shadow: 0 0 5px -2px rgb(0, 0, 0); /* Internet Explorer */
  -o-box-shadow: 0 0 5px -2px rgb(0, 0, 0); /* Opera */
  box-shadow: 0 0 5px -2px rgb(0, 0, 0); /* Standard syntax */
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
.custom-select:focus-visible,
textarea:focus-visible {
  outline: 1px solid #FFFFFF;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact .custom-select {
  width: var(--input-contact__width);
}

.service-page input[type=text],
.service-page input[type=email],
.service-page input[type=tel],
.service-page .custom-select,
.pricing-page input[type=text],
.pricing-page input[type=email],
.pricing-page input[type=tel],
.pricing-page .custom-select {
  width: var(--input-services__width);
}

input[type=text],
input[type=email],
input[type=tel],
.custom-select {
  height: var(--input__height);
  margin-bottom: var(--input__space);
}

textarea {
  width: 100%;
  height: var(--textarea__height);
  resize: none;
}

.wpcf7-list-item,
.custom-checkbox {
  line-height: 1;
  margin-left: 2rem;
  padding-left: 1rem;
  position: relative;
}
.wpcf7-list-item .wpcf7-list-item-label,
.custom-checkbox .wpcf7-list-item-label {
  font-size: var(--consent__fs);
  color: #FFFFFF;
}

input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0.25rem;
  opacity: 0;
}
input[type=checkbox] + span::before, input[type=checkbox] + span::after {
  content: "";
  background: transparent;
  position: absolute;
  left: -2rem;
  top: -0.125rem;
  height: var(--checkbox__size);
  width: var(--checkbox__size);
  border-radius: 0.35rem;
  cursor: pointer;
}
input[type=checkbox] + span::before {
  border: 1px solid #53B3BF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox] + span::after {
  background: #53B3BF none repeat scroll 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox] + span:hover::before {
  border: 1px solid #FFFFFF;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.custom-select {
  cursor: pointer;
  user-select: none;
  padding: 0 1rem;
  position: relative;
}
.custom-select.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #53B3BF;
  outline: 1px solid #FFFFFF;
}
.custom-select.active .custom-select__options {
  outline: 1px solid #FFFFFF;
}
.custom-select .custom-select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2211%22%20viewBox%3D%220%200%2018%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.750001%201.06909L8.75%208.74994L16.75%201.06909%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  background-size: var(--custom-select-arrow__size);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-select .custom-select__trigger p {
  color: #FFFFFF;
}
.custom-select .custom-select__options {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  right: 0;
  background-color: #1A8694;
  border: 1px solid #53B3BF;
  border-bottom-right-radius: var(--content__border-radius-s);
  border-bottom-left-radius: var(--content__border-radius-s);
  border-top: none;
  max-height: 250px;
  width: var(--input__width);
  overflow-y: auto;
  z-index: 10;
}
.custom-select .custom-select__options.visible {
  display: block;
}
.custom-select .custom-select__options .custom-select__option {
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-select .custom-select__options .custom-select__option p {
  color: #FFFFFF;
}
.custom-select .custom-select__options .custom-select__option:hover {
  background-color: #f5a623;
  color: #FFFFFF;
}
.custom-select.active .custom-select__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: var(--tip__fs);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  text-align: center;
  border: 0;
  padding: 0.5rem;
  margin: 1rem 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #28a745;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: var(--tip__top);
}

.section__form {
  background-color: #1A8694;
  border-radius: var(--content__border-radius-s);
  display: flex;
  flex-direction: column;
  padding: calc(var(--section__space) / 2) var(--section__space);
}
.section__form .section-title__header {
  color: #FFFFFF;
}
.section__form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.section__form form br {
  display: none;
}
.section__form form .form-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.section__form form .form-container .left-form,
.section__form form .form-container .right-form {
  flex-basis: calc(50% - 1rem);
}
.section__form form .form-container .left-form .form-division,
.section__form form .form-container .left-form .form-division p {
  display: flex;
  gap: 1rem;
}
.section__form form .form-container .wpcf7-response-output {
  flex-basis: 100%;
}
.section__form form .form-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  gap: 2rem;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 767px) {
  .section__form form .form-container {
    flex-direction: column;
    gap: 0;
  }
  .section__form form .form-container .left-form .form-division,
  .section__form form .form-container .left-form .form-division p,
  .section__form form .form-container .right-form .form-division,
  .section__form form .form-container .right-form .form-division p {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 550px) {
  .section__form form .form-cta {
    flex-direction: column;
  }
}
/*
    Helpers
-------------------------------------
*/
.section-download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(var(--section__space) / 2) 0;
}

/*
    Media queries
-------------------------------------
*/
/*
    Title
-------------------------------------
*/
.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: var(--page-title__height);
  border-radius: var(--content__border-radius-m);
  margin: calc(var(--navigation__height) + 1rem) 0 var(--section__space) 0;
}
.page-title__subheader {
  color: #f5a623;
}

.content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(var(--navigation__height) + var(--section__space) / 1.5) 0 calc(var(--section__space) / 2) 0;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: calc(var(--section__space) / 2);
}
.section-title__subheader {
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .page-title {
    margin: var(--navigation__height) 0 calc(var(--section__space) / 1.5) 0;
  }
}
/*
    Scrolled
-------------------------------------
*/
.site-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header.scrolled {
  height: var(--navigation__height--scrolled);
}
.site-header.scrolled .menu-item a {
  font-size: var(--navigation__fs--scrolled);
}
.site-header.scrolled .site-branding svg {
  width: var(--site-branding__width--scrolled);
}
.site-header.scrolled .navigation-cta {
  height: var(--navigation-cta__height--scrolled);
}

/*
    Media queries
-------------------------------------
*/
/*
    Global
-------------------------------------
*/
.other-services {
  border: 1px solid #1A8694;
  border-radius: var(--content__border-radius-s);
  padding: calc(var(--section__space) / 2);
}
.other-services .section__items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: var(--other-services__gap);
}
.other-services .section__items .section__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 10%;
  gap: var(--other-services__gap);
}
.other-services .section__items .section__item .section__header {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.cky-consent-bar {
  border-radius: var(--content__border-radius-s) !important;
}

.cky-btn,
.cky-btn-revisit-wrapper {
  border-radius: var(--content__border-radius-s) !important;
  z-index: 9 !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
  width: var(--to-top__size) !important;
  height: var(--to-top__size) !important;
}

.cky-revisit-bottom-left:hover::before {
  background: #f5a623 !important;
}

.cky-revisit-bottom-left:hover::after {
  border-right-color: #f5a623 !important;
}

.show-revisit {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.pages.service-page, .pages.pricing-page {
  position: relative;
}
.pages.service-page .sidebar-toggle, .pages.pricing-page .sidebar-toggle {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  background: #53B3BF;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  cursor: pointer;
  z-index: 97;
}
.pages.service-page .sidebar-close, .pages.pricing-page .sidebar-close {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: var(--fs__text-l);
  color: #53B3BF;
  cursor: pointer;
}
.pages.service-page .sidebar-overlay, .pages.pricing-page .sidebar-overlay {
  display: none;
}
@media (max-width: 1200px) {
  .pages.service-page .section__sidebar, .pages.pricing-page .section__sidebar {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 301;
    padding: 2rem;
  }
  .pages.service-page .section__sidebar.active, .pages.pricing-page .section__sidebar.active {
    transform: translateX(0);
  }
  .pages.service-page .section__sidebar.active .sidebar-close, .pages.pricing-page .section__sidebar.active .sidebar-close {
    display: block;
  }
  .pages.service-page .section__sidebar .navigation__list, .pages.pricing-page .section__sidebar .navigation__list {
    justify-content: center;
    height: 100%;
  }
  .pages.service-page .section__content, .pages.pricing-page .section__content {
    flex-basis: 100%;
  }
  .pages.service-page .sidebar-toggle, .pages.pricing-page .sidebar-toggle {
    display: block;
  }
  .pages.service-page .sidebar-overlay, .pages.pricing-page .sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 150;
  }
  .pages.service-page .sidebar-overlay.active, .pages.pricing-page .sidebar-overlay.active {
    display: block;
  }
}

/*
    Popup
-------------------------------------
*/
.nav-popup-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.nav-popup-overlay .nav-popup {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  text-align: center;
  border-radius: var(--content__border-radius-m);
  padding: var(--popup__space);
  z-index: 9999999;
}
.nav-popup-overlay .nav-popup .nav-popup-title {
  margin-bottom: 1rem;
}
.nav-popup-overlay .nav-popup .nav-popup-title__header {
  color: #000000;
}
.nav-popup-overlay .nav-popup .nav-popup-content__description {
  margin-bottom: 1rem;
}
.nav-popup-overlay .nav-popup .nav-popup-content__image {
  max-height: 275px;
  object-fit: cover;
}
.nav-popup-overlay--autoload .nav-popup {
  max-width: 650px;
  padding: var(--popup__space);
}
.nav-popup-overlay--autoload .nav-popup .nav-popup-title {
  margin-bottom: 0.75rem;
}
.nav-popup-overlay--autoload .nav-popup .nav-popup-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.nav-popup-overlay--autoload .nav-popup .nav-popup-cta .nav-popup-cta__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #1A8694;
  height: var(--btn__height--secondary);
  font-size: var(--btn__fs);
  border-radius: var(--content__border-radius-s);
  padding: 0 1rem;
}
.nav-popup-overlay--autoload .nav-popup .nav-popup-cta .nav-popup-cta__link:hover {
  color: #f5a623;
}
.nav-popup-overlay--autoload .nav-popup .nav-close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-popup-overlay--autoload .nav-popup .nav-close-popup svg {
  width: var(--close-popup-icon__size);
  height: var(--close-popup-icon__size);
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 767px) {
  .nav-popup-overlay .nav-popup .wpcf7-form {
    flex-direction: column;
  }
  .nav-popup-overlay .nav-popup .wpcf7-form p:nth-child(2),
  .nav-popup-overlay .nav-popup .wpcf7-form p:nth-child(4) {
    padding-right: 0;
  }
}
/*
    Flexible layout
-------------------------------------
*/
.flexible-value h1, .flexible-layout__container .section__layout h1 {
  font-size: var(--fs__header-xl);
}
.flexible-value h2, .flexible-layout__container .section__layout h2 {
  font-size: var(--fs__header-l);
}
.flexible-value h3, .flexible-layout__container .section__layout h3 {
  font-size: var(--fs__header-m);
}
.flexible-value h4, .flexible-layout__container .section__layout h4 {
  font-size: var(--fs__header-s);
}
.flexible-value h5, .flexible-layout__container .section__layout h5 {
  font-size: var(--fs__header-xs);
}
.flexible-value h6, .flexible-layout__container .section__layout h6 {
  font-size: var(--fs__text-l);
}
.flexible-value h1, .flexible-layout__container .section__layout h1, .flexible-value h2, .flexible-layout__container .section__layout h2, .flexible-value h3, .flexible-layout__container .section__layout h3, .flexible-value h4, .flexible-layout__container .section__layout h4, .flexible-value h5, .flexible-layout__container .section__layout h5, .flexible-value h6, .flexible-layout__container .section__layout h6 {
  line-height: var(--header__line-height);
  margin-bottom: var(--flexible-layout-primary__space);
}
.flexible-value p, .flexible-layout__container .section__layout p {
  line-height: var(--text__line-height);
}
.flexible-value a, .flexible-layout__container .section__layout a {
  color: #000000;
}
.flexible-value a:hover, .flexible-layout__container .section__layout a:hover {
  color: #f5a623;
}
.flexible-value strong, .flexible-layout__container .section__layout strong {
  font-weight: 700;
}
.flexible-value ul, .flexible-layout__container .section__layout ul, .flexible-value ol, .flexible-layout__container .section__layout ol {
  font-weight: 300;
  margin: var(--flexible-layout-primary__space) 0 var(--flexible-layout-primary__space) calc(var(--flexible-layout-primary__space) * 1.5);
  padding: 0;
}
.flexible-value ul li, .flexible-layout__container .section__layout ul li, .flexible-value ol li, .flexible-layout__container .section__layout ol li {
  list-style-type: disc;
}
.flexible-value ul li::marker, .flexible-layout__container .section__layout ul li::marker, .flexible-value ol li::marker, .flexible-layout__container .section__layout ol li::marker {
  color: #f5a623;
}

.flexible-layout__container .section__layout {
  margin-bottom: var(--joined-sections__space);
}
.flexible-layout__container .section__layout p {
  font-size: var(--fs__text-s);
}
.flexible-layout__container .section__layout:last-of-type {
  margin-bottom: 0;
}
.flexible-layout__container .section__layout .layout-title__header {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.flexible-layout__container .section__layout .section__figure {
  width: 100%;
  margin: 0;
}
.flexible-layout__container .section__layout .section__figure .section__link .section__image {
  height: 100%;
  border-radius: var(--content__border-radius-m);
  object-fit: cover;
}
.flexible-layout__container .section__layout .section__figure .section__link .section__image:hover {
  transform: scale(0.99);
  -o-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
}
.flexible-layout__container .section__layout .section__figure .section__link .section__image.primary-height {
  max-height: 400px;
}
.flexible-layout__container .section__layout .section__figure .section__link .section__image.secondary-height {
  max-height: 650px;
}
.flexible-layout__container .section__layout .section__figure .section__caption {
  font-size: 0.65rem;
  text-align: center;
}
.flexible-layout__container .section__layout.content-50-50 {
  display: grid;
  grid-template-columns: var(--flexible-layout-50-50__grid);
  gap: var(--joined-sections__space);
}
.flexible-layout__container .section__layout.content-50-50 .section__inner {
  display: flex;
}

.flexible-value.text-value-primary p {
  margin-bottom: var(--flexible-layout-primary__space);
}
.flexible-value.text-value-primary p:last-of-type {
  margin-bottom: 0;
}
.flexible-value.text-value-secondary p {
  margin-bottom: var(--flexible-layout-secondary__space);
}
.flexible-value.text-value-secondary p:last-of-type {
  margin-bottom: 0;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1050px) {
  .flexible-layout__container .section__layout.content-50-50 .section__figure.block-margin {
    margin-bottom: var(--flexible-layout-primary__space);
  }
}
@media screen and (max-width: 767px) {
  .section__layout.content-50-50 {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .section__layout.image-100-center .section__link {
    max-width: 100%;
  }
}
/*
    To top
-------------------------------------
*/
.to-top {
  display: none;
  background-color: #f5a623;
  width: var(--to-top__size);
  height: var(--to-top__size);
  position: fixed;
  bottom: var(--to-top__bottom-position);
  right: var(--to-top__right-position);
  border-radius: var(--content__border-radius-s);
  cursor: pointer;
  z-index: 97;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.to-top:hover {
  transform: scale(0.95);
  -o-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.to-top svg {
  width: var(--to-top-icon__width);
  height: var(--to-top-icon__height);
}

/*
    Navigation
-------------------------------------
*/
.site-header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--navigation__width);
  height: var(--navigation__height);
  z-index: 99;
}
.site-header .navigation-container {
  display: flex;
  align-items: center;
  gap: var(--navigation-items__gap);
}
.site-header .navigation-container .navigation-control .menu-primary-container .menu {
  display: flex;
  gap: var(--navigation-items__gap);
}

.container-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding svg {
  width: var(--site-branding__width);
}
.site-branding svg:hover {
  transform: scale(0.98);
  -o-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -webkit-transform: scale(0.98);
}

.menu-item a {
  font-size: var(--navigation__fs);
  color: #1A8694;
  display: inline-block;
  transition: transform 0.2s ease, color 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-item a:hover {
  color: #f5a623;
  transform: translateY(-3px) scale(1.05);
}
.menu-item.current-menu-item a {
  color: #f5a623;
}

.sub-menu {
  display: none;
  background-color: #53B3BF;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-toggle {
  display: none;
}

.navigation-cta {
  display: flex;
  align-items: center;
  background-color: #f5a623;
  height: var(--navigation-cta__height);
  border-radius: var(--content__border-radius-s);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-cta .navigation-cta__item {
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: var(--navigation-cta-item__spacing);
}
.navigation-cta .navigation-cta__item .navigation-cta__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FFFFFF;
}
.navigation-cta .navigation-cta__item .navigation-cta__link:hover {
  color: #1A8694;
}
.navigation-cta .navigation-cta__item:nth-of-type(1) {
  border-right: 1px solid #FFFFFF;
}

.navigation-mobile {
  display: none;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1550px) {
  .navigation-cta .navigation-cta__item {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .navigation-control .menu-primary-container {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--navigation-container__width);
    height: var(--navigation-container__height);
    border: 1px solid #53B3BF;
    padding: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 98;
  }
  .site-header .navigation-control .menu-primary-container .menu {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .site-header .navigation-control.toggled .menu-primary-container {
    left: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(1) {
    top: var(--menu-toggle-line__top-position);
    transform: rotate(135deg);
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(3) {
    top: var(--menu-toggle-line__top-position);
    transform: rotate(-135deg);
  }
  .menu-item {
    margin: var(--menu-item__space-s);
  }
  .menu-toggle {
    background-color: transparent;
    display: block;
    width: var(--menu-toggle__width);
    height: var(--menu-toggle__height);
    border: 0;
    position: relative;
    outline: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line {
    background-color: #1A8694;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: var(--menu-toggle-line__height);
    border-radius: var(--content__border-radius-s);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line:nth-of-type(1) {
    top: 0;
  }
  .menu-toggle__line:nth-of-type(2) {
    top: 43%;
  }
  .menu-toggle__line:nth-of-type(3) {
    bottom: 0;
  }
  .navigation-cta--desktop {
    display: none;
  }
  .navigation-mobile {
    background-color: #f5a623;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    border-radius: var(--content__border-radius-s);
    padding: 1rem;
    margin-top: calc(var(--section__space) / 1.5);
  }
  .navigation-mobile__link {
    display: flex;
    align-items: center;
    font-size: var(--fs__text-m);
    gap: 1rem;
    color: #FFFFFF;
  }
  .navigation-mobile__link svg {
    width: 20px;
    height: 20px;
  }
}
/*
    Site branding
-------------------------------------
*/
.site-branding a {
  display: flex;
}

/*
    Footer
-------------------------------------
*/
.footer {
  padding-bottom: var(--section__space);
  margin-top: calc(var(--section__space) / 1.5);
}
.footer .footer__content {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #53B3BF;
  padding-top: calc(var(--section__space) / 2);
}
.footer .footer__content .footer__inner {
  display: flex;
}
.footer .footer__content .footer__inner .page-logo__link svg {
  width: calc(var(--site-branding__width--scrolled) + 50px);
}
.footer .footer__content .footer__inner:nth-of-type(1) {
  flex-basis: 62%;
  gap: var(--footer-inner__gap);
}
.footer .footer__content .footer__inner:nth-of-type(1) .footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .footer__content .footer__inner:nth-of-type(2) {
  flex-direction: column;
  flex-basis: 28%;
  gap: 1rem;
}
.footer .footer__content .footer__inner:nth-of-type(2) .footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer .footer__content .footer__inner:nth-of-type(2) .footer__items .footer__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .footer__content .footer__inner:nth-of-type(2) .footer__items .footer__item.footer__title {
  font-weight: 700;
  color: #1A8694;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1450px) {
  .footer .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer .footer__content .footer__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer__content .footer__inner:nth-of-type(1) .page-logo__link {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__content .footer__inner:nth-of-type(1) {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer__content .footer__inner:nth-of-type(2) .footer__items {
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*
    Main page
-------------------------------------
*/
.main-page.hero {
  margin: calc(var(--navigation__height) + 1rem) 0 var(--section__space) 0;
}
.main-page.hero .container-m {
  overflow: hidden;
}
.main-page.hero .section__content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.main-page.hero .section__content .section__inner {
  display: flex;
}
.main-page.hero .section__content .section__inner .section-cta {
  display: flex;
  flex-direction: column;
  gap: var(--hero-cta__gap);
  margin-bottom: calc(var(--section__space) / 2);
}
.main-page.hero .section__content .section__inner:nth-of-type(1) {
  flex-basis: 25%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.main-page.hero .section__content .section__inner:nth-of-type(1) .section__header {
  position: absolute;
  top: 10%;
  left: 20%;
  white-space: nowrap;
}
.main-page.hero .section__content .section__inner:nth-of-type(2) {
  flex-basis: 75%;
  position: relative;
  z-index: 0;
}
.main-page.hero .section__content .section__inner:nth-of-type(2) .section__image {
  border-radius: var(--content__border-radius-l);
}
.main-page.services-teaser {
  margin-bottom: calc(var(--section__space) * 1.5);
}
.main-page.services-teaser .section__content {
  position: relative;
}
.main-page.services-teaser .section__content::after {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 82%;
  background-color: #FFFFFF;
  border: 1px solid #71CAD5;
  border-radius: var(--content__border-radius-m);
  z-index: -1;
}
.main-page.services-teaser .section__content .section__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--services-item__width), var(--services-item__width)));
  gap: 1rem;
  justify-content: center;
}
.main-page.services-teaser .section__content .section__items .section__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-page.services-teaser .section__content .section__items .section__item:hover .section__link .section__image {
  -webkit-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Firefox */
  -ms-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Internet Explorer */
  -o-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Opera */
  box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Standard syntax */
}
.main-page.services-teaser .section__content .section__items .section__item .section__link {
  display: flex;
}
.main-page.services-teaser .section__content .section__items .section__item .section__container {
  text-align: center;
  padding: 0 5%;
}
.main-page.services-teaser .section__content .section__items .section__item .section__container .section__header {
  font-weight: 700;
  color: #1A8694;
  margin-bottom: 1rem;
}
.main-page.services-teaser .section__content .section__items .section__item .section-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page.short-info {
  margin-bottom: calc(var(--section__space) * 1.5);
}
.main-page.short-info .section__content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.main-page.short-info .section__content .section__inner .section__header {
  margin-bottom: calc(var(--section__space) / 2);
}
.main-page.short-info .section__content .section__inner .section__image {
  width: var(--short-info-image__width);
  height: var(--short-info-image__height);
  object-fit: cover;
}
.main-page.short-info .section__content .section__inner .section-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: calc(var(--section__space) / 1.5);
}
.main-page.short-info .section__content .section__inner:nth-of-type(1) {
  flex-basis: 45%;
}
.main-page.short-info .section__content .section__inner:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  flex-basis: 55%;
  position: relative;
}
.main-page.short-info .section__content .section__inner:nth-of-type(2) .mask {
  background-color: #53B3BF;
  position: absolute;
  left: 10%;
  bottom: -5%;
  width: 65%;
  height: 65%;
  border-radius: var(--content__border-radius-s);
  z-index: -1;
}
.main-page.opinions {
  margin-bottom: var(--section__space);
}
.main-page.opinions .section__content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 415px;
  padding: 0 var(--section__space);
}
.main-page.opinions .section__content .section__items {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: repeat(3, var(--opinions-item__width));
  gap: 2rem;
}
.main-page.opinions .section__content .section__items .section__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  background-color: #FFFFFF;
  height: 270px;
  border-radius: var(--content__border-radius-s);
  padding: var(--opinions-item__space);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-page.opinions .section__content .section__items .section__item:hover {
  -webkit-box-shadow: 0 0 6px 2px rgb(244, 175, 63); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 0 6px 2px rgb(244, 175, 63); /* Firefox */
  -ms-box-shadow: 0 0 6px 2px rgb(244, 175, 63); /* Internet Explorer */
  -o-box-shadow: 0 0 6px 2px rgb(244, 175, 63); /* Opera */
  box-shadow: 0 0 6px 2px rgb(244, 175, 63); /* Standard syntax */
}
.main-page.opinions .section__content .section__items .section__item .section__container svg {
  width: var(--opinions-icon__size);
  height: var(--opinions-icon__size);
  margin-bottom: 1rem;
}
.main-page.opinions .section__content .section__items .section__item .section__name {
  align-self: flex-end;
  font-weight: 700;
  color: #1A8694;
}
.main-page.contact-teaser {
  margin-bottom: var(--section__space);
}
.main-page.contact-teaser .section__content {
  display: flex;
  justify-content: center;
  gap: var(--contact-teaser-content__gap);
}
.main-page.contact-teaser .section__content .section__inner {
  flex-basis: 33.333%;
}
.main-page.contact-teaser .section__content .section__inner .section__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-page.contact-teaser .section__content .section__inner .section__items .section__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.main-page.contact-teaser .section__content .section__inner .section__items .section__item.section__title, .main-page.contact-teaser .section__content .section__inner .section__items .section__item.section__description {
  color: #1A8694;
}
.main-page.contact-teaser .section__content .section__inner .section__items .section__item.section__title {
  font-weight: 700;
}
.main-page.contact-teaser .section__content .section__inner .section__items .section__item.margined {
  margin-left: 2.5rem;
}
.main-page.contact-teaser .section__content .section__inner:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  gap: var(--contact-teaser-inner__gap);
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1450px) {
  .main-page.hero .section__content {
    height: 75vh;
  }
  .main-page.hero .section__content .section__inner {
    height: inherit;
  }
  .main-page.hero .section__content .section__inner:nth-of-type(1), .main-page.hero .section__content .section__inner:nth-of-type(2) {
    flex-basis: 100%;
  }
  .main-page.hero .section__content .section__inner:nth-of-type(1) {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: calc(var(--hero-cta__gap) * 2);
    padding: var(--hero-cta__gap);
  }
  .main-page.hero .section__content .section__inner:nth-of-type(1) .section__header {
    position: static;
  }
}
@media screen and (max-width: 1200px) {
  .main-page.hero .section__content .section__inner:nth-of-type(1) .section__header {
    white-space: normal;
  }
  .main-page.short-info .section__content .section__inner:nth-of-type(2) .mask {
    display: none;
  }
  .main-page.short-info .section__content .section__inner .section-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-page.services-teaser .section__content::after {
    content: none;
  }
  .main-page.opinions .section__content {
    background-position: left;
  }
  .main-page.contact-teaser .section__content {
    flex-direction: column;
  }
  .main-page.contact-teaser .section__content .section__inner:nth-of-type(3) {
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 950px) {
  .main-page.opinions .section__content {
    background-position: center;
    height: auto;
    padding: var(--section__space);
  }
  .main-page.opinions .section__content .section__items {
    grid-template-columns: repeat(1, var(--opinions-item__width));
  }
  .main-page.opinions .section__content .section__items .section__item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-page.short-info .section__content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .main-page.services-teaser .section__content .section__items {
    gap: 2rem;
  }
  .main-page.services-teaser .section__content .section__items .section__item {
    gap: 1rem;
  }
  .main-page.services-teaser .section__content .section__items .section__item .section__link .section__image {
    max-height: 175px;
  }
  .main-page.contact-teaser .section__content .section__inner:nth-of-type(3) {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*
    Pages
-------------------------------------
*/
.pages.about-us .section__container {
  max-width: 1350px;
  margin: 0 auto;
}
.pages.about-us .section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: var(--section__space);
}
.pages.about-us .section__content .section__inner .section__header {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.about-us .section__content .section__inner:nth-of-type(1) {
  flex-basis: 60%;
}
.pages.about-us .section__content .section__inner:nth-of-type(2) {
  display: flex;
  flex-basis: 40%;
}
.pages.about-us .section__items {
  display: grid;
  grid-template-columns: var(--about-us-team__grid);
  gap: var(--about-us-team__gap);
  margin-bottom: var(--section__space);
}
.pages.about-us .section__items .section__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  border-radius: var(--content__border-radius-s);
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pages.about-us .section__items .section__item:hover {
  -webkit-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Firefox */
  -ms-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Internet Explorer */
  -o-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Opera */
  box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Standard syntax */
}
.pages.about-us .section__items .section__item .section__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages.about-us .section__items .section__item .section__thumbnail .section__image {
  width: var(--about-us-thumbnail__size);
  height: var(--about-us-thumbnail__size);
  object-fit: cover;
}
.pages.about-us .section__items .section__item .section__details .section__name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.pages.about-us .section__items .section__item .section__details .section__address {
  color: #1A8694;
}
.pages.about-us .section__items .section__item .content__items .content__item .content__description {
  font-weight: 400;
}
.pages.rtg .section__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 1350px;
  margin: 0 auto;
}
.pages.rtg .section__container.full-width, .pages.rtg .section__container.part-width {
  margin-bottom: var(--flexible-layout-primary__space);
}
.pages.rtg .section__container.full-width:last-of-type {
  margin-bottom: 0;
}
.pages.rtg .section__container.full-width .section__content {
  flex-basis: 100%;
}
.pages.rtg .section__container.part-width .section__media {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
}
.pages.rtg .section__container.part-width .section__content {
  flex-basis: 80%;
}
.pages.service-page .section__container, .pages.pricing-page .section__container {
  display: flex;
  gap: var(--joined-sections__gap);
  margin-bottom: var(--section__space);
}
.pages.service-page .section__container .section__sidebar, .pages.pricing-page .section__container .section__sidebar {
  flex-basis: 20%;
  max-width: 318px;
}
.pages.service-page .section__container .section__sidebar .navigation__list, .pages.pricing-page .section__container .section__sidebar .navigation__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pages.service-page .section__container .section__sidebar .navigation__list .navigation-list__header, .pages.pricing-page .section__container .section__sidebar .navigation__list .navigation-list__header {
  display: none;
  margin-bottom: 1rem;
}
.pages.service-page .section__container .section__sidebar .navigation__list .navigation__item.active .navigation__link, .pages.pricing-page .section__container .section__sidebar .navigation__list .navigation__item.active .navigation__link {
  background-color: transparent;
  font-weight: 500;
  color: #53B3BF;
  border: 1px solid #53B3BF;
  -webkit-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Safari and older Chrome versions */
  -moz-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Firefox */
  -ms-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Internet Explorer */
  -o-box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Opera */
  box-shadow: 0 0 6px 2px rgb(26, 134, 148); /* Standard syntax */
}
.pages.service-page .section__container .section__sidebar .navigation__list .navigation__item .navigation__link, .pages.pricing-page .section__container .section__sidebar .navigation__list .navigation__item .navigation__link {
  display: flex;
  background-color: #53B3BF;
  color: #FFFFFF;
  border: 1px solid transparent;
  width: 100%;
  border-radius: var(--content__border-radius-s);
  padding: var(--navigation-link__space);
}
.pages.service-page .section__container .section__sidebar .navigation__list .navigation__item .navigation__link:hover, .pages.pricing-page .section__container .section__sidebar .navigation__list .navigation__item .navigation__link:hover {
  background-color: transparent;
  color: #53B3BF;
  border: 1px solid #53B3BF;
}
.pages.service-page .section__container .section__content, .pages.pricing-page .section__container .section__content {
  flex-basis: 80%;
}
.pages.service-page .section__content .service__block {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.service-page .section__content .service__block:last-of-type {
  margin-bottom: 0;
}
.pages.service-page .section__content .service__block.margined-1 {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.service-page .section__content .service__block.margined-3 {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.service-page .section__content .service__block.media-block {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.pages.service-page .section__content .service__block.media-block.has-image {
  margin-bottom: var(--section__space);
}
.pages.service-page .section__content .service__block.media-block.has-image .service__inner:nth-of-type(1) {
  flex-basis: 40%;
}
.pages.service-page .section__content .service__block.media-block.has-image .service__inner:nth-of-type(2) {
  flex-basis: 60%;
}
.pages.service-page .section__content .service__block.media-block.has-cta {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.service-page .section__content .service__block.media-block.no-image .service__inner:nth-of-type(1) {
  flex-basis: 100%;
}
.pages.service-page .section__content .service__block.media-block .service__inner:nth-of-type(2) {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.pages.service-page .section__content .service__block.media-block .service__inner:nth-of-type(2)::before {
  background-color: #53B3BF;
  width: 50%;
  height: 85%;
  content: "";
  position: absolute;
  left: 3vw;
  bottom: -3rem;
  border-radius: var(--content__border-radius-s);
  z-index: -1;
}
.pages.service-page .section__content .service__block.media-block .service__inner:nth-of-type(2) .section__image {
  width: 400px;
  height: 500px;
}
.pages.service-page .section__content .section-cta {
  margin-top: calc(var(--section__space) / 2);
}
.pages.pricing-page .section__content .price__list {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.pricing-page .section__content .price__list .price-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #53B3BF;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.pages.pricing-page .section__content .price__list .price-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.pages.pricing-page .section__content .price__list .price-item .price-item__details {
  flex-basis: 75%;
}
.pages.pricing-page .section__content .price__list .price-item .price-item__type {
  display: flex;
  justify-content: flex-end;
  flex-basis: 25%;
}
.pages.pricing-page .section__content .price__list .price-item .price-item__name,
.pages.pricing-page .section__content .price__list .price-item .price-item__note,
.pages.pricing-page .section__content .price__list .price-item .price-item__value {
  font-weight: 600;
}
.pages.pricing-page .section__content .price__list .price-item .price-item__note {
  color: #1A8694;
}
.pages.contact .contact__content {
  max-width: 1269px;
  margin: 0 auto;
}
.pages.contact .contact__content .contact__info,
.pages.contact .contact__content .section__form {
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.contact .contact__content .section__map {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: calc(var(--section__space) / 2);
}
.pages.contact .contact__content .section__map .section__inner {
  flex-basis: 35%;
}
.pages.contact .contact__content .section__map .section__inner .section__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.pages.contact .contact__content .section__map .section__inner .section__details .section__description {
  font-weight: 700;
}
.pages.error-404 .section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--section__space);
}
.pages.error-404 .section__content .section__description {
  color: #1A8694;
  text-align: center;
  margin-bottom: 2rem;
}
.pages.error-404 .section__content .section__link {
  width: 250px;
  text-align: center;
}
.pages.privacy-policy .section__content {
  max-width: 1350px;
  margin: 0 auto;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1200px) {
  .pages.about-us .section__content {
    flex-direction: column;
  }
  .pages.about-us .section__content .section__inner:nth-of-type(2) {
    max-height: 250px;
  }
  .pages.about-us .section__items .section__item {
    gap: 0.5rem;
  }
  .pages.service-page .section__container .section__sidebar .navigation__list .navigation-list__header, .pages.pricing-page .section__container .section__sidebar .navigation__list .navigation-list__header {
    display: block;
  }
  .pages.service-page .section__container .section__content, .pages.pricing-page .section__container .section__content {
    flex-basis: 100%;
  }
  .pages.service-page .section__content .service__block.media-block .service__inner:nth-of-type(2) .section__image {
    width: 100%;
    height: 350px;
  }
  .pages.service-page .section__content .service__block.media-block .service__inner:nth-of-type(2)::before {
    content: none;
  }
  .pages.service-page .section__content .service__block.media-block.has-image {
    flex-direction: column-reverse;
    margin-bottom: calc(var(--section__space) / 2);
  }
  .pages.rtg .section__container.part-width {
    flex-direction: column;
  }
  .pages.rtg .section__container.part-width .section__media .section__image {
    max-height: 350px;
  }
  .pages.contact .contact__content .section__map {
    flex-direction: column;
    gap: 2rem;
  }
}
/*
    Animations
-------------------------------------
*/
[data-animate] {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.animate-fade-up.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.3s ease-out;
}
.animate-fade-down.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.3s ease-out;
}
.animate-fade-left.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.3s ease-out;
}
.animate-fade-right.visible {
  opacity: 1;
  transform: none;
}

.animate-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-out;
}
.animate-zoom-in.visible {
  opacity: 1;
  transform: none;
}

.animate-rotate-in {
  opacity: 0;
  transform: rotate(-10deg) scale(0.9);
  transition: all 0.3s ease-out;
}
.animate-rotate-in.visible {
  opacity: 1;
  transform: none;
}

/*
    Containers
-------------------------------------
*/
.container-xs {
  margin: 0 auto;
  height: 100%;
  max-width: 1350px;
}

.container-s, .container-nav {
  margin: 0 auto;
  height: 100%;
  max-width: 1667px;
}

.container-m {
  margin: 0 auto;
  height: 100%;
  max-width: 1800px;
}

.container-l {
  margin: 0 auto;
  height: 100%;
  max-width: 1920px;
}

.container-xl {
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1700px) {
  .p-2 {
    padding: var(--content__spacing);
  }
}
@media screen and (max-width: 767px) {
  .p-2.no-mobile-padding {
    padding: 0;
  }
}
/*
    Typography
-------------------------------------
*/
.header-xs {
  font-size: var(--fs__header-xs);
  line-height: calc(var(--fs__header-xs) * var(--header__line-height));
}

.header-s {
  font-size: var(--fs__header-s);
  line-height: calc(var(--fs__header-s) * var(--header__line-height));
}

.header-m {
  font-size: var(--fs__header-m);
  line-height: calc(var(--fs__header-m) * var(--header__line-height));
}

.header-l {
  font-size: var(--fs__header-l);
  line-height: calc(var(--fs__header-l) * var(--header__line-height));
}

.header-xl {
  font-size: var(--fs__header-xl);
  line-height: calc(var(--fs__header-xl) * var(--header__line-height));
}

.text-xs {
  font-size: var(--fs__text-xs);
  line-height: calc(var(--fs__text-xs) * var(--text__line-height));
}

.text-s {
  font-size: var(--fs__text-s);
  line-height: calc(var(--fs__text-s) * var(--text__line-height));
}

.text-m {
  font-size: var(--fs__text-m);
  line-height: calc(var(--fs__text-m) * var(--text__line-height));
}

.text-l {
  font-size: var(--fs__text-l);
  line-height: calc(var(--fs__text-l) * var(--text__line-height));
}

@media screen and (max-width: 1200px) {
  .header-xs {
    font-size: var(--fs__header-xs);
    line-height: calc(var(--fs__header-xs) * var(--header__line-height));
  }
  .header-s {
    font-size: var(--fs__header-s);
    line-height: calc(var(--fs__header-s) * var(--header__line-height));
  }
  .header-m {
    font-size: var(--fs__header-m);
    line-height: calc(var(--fs__header-m) * var(--header__line-height));
  }
  .header-l {
    font-size: var(--fs__header-l);
    line-height: calc(var(--fs__header-l) * var(--header__line-height));
  }
  .header-xl {
    font-size: var(--fs__header-xl);
    line-height: calc(var(--fs__header-xl) * var(--header__line-height));
  }
  .text-xs {
    font-size: var(--fs__text-xs);
    line-height: calc(var(--fs__text-xs) * var(--text__line-height));
  }
  .text-s {
    font-size: var(--fs__text-s);
    line-height: calc(var(--fs__text-s) * var(--text__line-height));
  }
  .text-m {
    font-size: var(--fs__text-m);
    line-height: calc(var(--fs__text-m) * var(--text__line-height));
  }
  .text-l {
    font-size: var(--fs__text-l);
    line-height: calc(var(--fs__text-l) * var(--text__line-height));
  }
}
