/*!
Theme Name: kfz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kfz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kfz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Montserrat/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Montserrat/montserrat-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container {
  width: 100%;
  max-width: 1476px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 92.25em;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 100%;
    padding-right: 6.25em;
    padding-left: 6.25em;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class^=col-] {
  width: 100%;
  min-height: 1px;
}

/* CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

html {
  scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

:root {
  --app-height: 100%;
}

html,
body {
  height: var(--app-height);
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #2B3446;
  overflow-wrap: normal;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  overflow-x: hidden;
  max-width: 100vw;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 1800px) {
  body {
    font-size: 1vw;
  }
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: white;
}
body::-webkit-scrollbar-thumb {
  background: #377DDB;
}
body::-webkit-scrollbar-thumb:hover {
  background: #377DDB;
}

h1,
h2 {
  font-size: 56px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1800px) {
  h1,
  h2 {
    font-size: 3.125em;
  }
}

h3,
h5,
h6 {
  font-weight: 700;
  line-height: 140%;
}

h3 {
  font-size: 24px;
}
@media (max-width: 360px) {
  h3 {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
@media (max-width: 360px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  h4 {
    font-size: 1.5em;
  }
}

ul {
  list-style: none;
}

main ul:not(.slick-dots) li:not([class]) {
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 1800px) {
  main ul:not(.slick-dots) li:not([class]) {
    margin-bottom: 1em;
  }
}
main ul:not(.slick-dots) li:not([class]):before {
  content: "";
  background-image: url(./img/listitem.svg);
  width: 14px;
  min-width: 14px;
  height: 6px;
  min-height: 6px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (min-width: 1800px) {
  main ul:not(.slick-dots) li:not([class]):before {
    margin-right: 0.938em;
    -webkit-transform: translateY(-0.188em);
            transform: translateY(-0.188em);
    width: 0.875em;
    min-width: 0.875em;
    height: 0.375em;
    min-height: 0.375em;
  }
}
main ol {
  padding-left: 20px;
}
main ol li {
  margin-bottom: 16px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

p::after {
  content: "";
  display: table;
  clear: both;
}

b {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.main {
  background: white;
  overflow: hidden;
  max-width: 100vw;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

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

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  gap: 8px 0;
}
@media (min-width: 1800px) {
  .flexrow {
    margin: 1em 0;
    gap: 0.5em 0;
  }
}
.flexrow a {
  border-radius: 4px;
  color: #0d3e92;
  background: #e9f0ff;
  padding: 4px 8px;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 90px;
}
@media (min-width: 1800px) {
  .flexrow a {
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    margin-left: 0.5em;
    margin-right: 5.625em;
  }
}
.flexrow br {
  display: none;
}

.btn {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.btn-text-left {
  font-size: 1.5em;
  color: #002268;
  position: relative;
  padding-right: 48px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .btn-text-left {
    padding-right: 3em;
  }
}
.btn-text-left::after {
  content: "";
  background-image: url(./img/btnarrow.svg);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .btn-text-left::after {
    width: 2em;
    height: 2em;
  }
}
.btn-text-right {
  font-size: 1em;
  color: white;
  position: relative;
  padding-left: 48px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1800px) {
  .btn-text-right {
    padding-left: 3em;
  }
}
.btn-text-right::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23002268' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
  background-size: 9px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0px;
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #377DDB;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: -1;
}
@media (min-width: 1800px) {
  .btn-text-right::before {
    width: 2em;
    height: 2em;
    border-radius: 0.25em;
    background-size: 0.625em 0.625em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
  }
}
.btn-text-right:hover {
  opacity: 1;
  padding-left: 0;
  padding-right: 48px;
  background-position: right;
  padding-left: 24px;
}
@media (min-width: 1800px) {
  .btn-text-right:hover {
    padding-right: 3em;
    padding-left: 1.5em;
  }
}
.btn-text-right:hover::before {
  background-color: #377DDB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
  width: 100%;
  background-position: right 10px center;
}
@media (min-width: 1800px) {
  .btn-text-right:hover::before {
    background-position: right 0.625em center;
  }
}
.btn-down {
  background-size: 10px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 4px;
  border: 1px solid #377DDB;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' fill='none'%3E%3Cpath fill='%23fff' d='M3.646 8.354a.5.5 0 0 0 .708 0l3.182-3.182a.5.5 0 1 0-.708-.708L4 7.293 1.172 4.464a.5.5 0 1 0-.708.708l3.182 3.182ZM3.5 0v8h1V0h-1Z'/%3E%3C/svg%3E");
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 7px;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .btn-down {
    width: 2em;
    height: 2em;
    min-width: 2em;
    margin-bottom: 0.44em;
    background-size: 0.625em 0.75em;
    border-radius: 0.25em;
  }
}
.btn-down:hover {
  opacity: 1;
  background-color: #377DDB;
}
.btn-down_blue {
  background-image: url(./img/btndown_b.svg);
}
.btn-down--arrow-blue {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23002268' d='M15.646 20.354a.5.5 0 0 0 .708 0l3.181-3.182a.5.5 0 1 0-.707-.707L16 19.293l-2.828-2.828a.5.5 0 1 0-.708.707l3.182 3.182ZM15.5 12v8h1v-8h-1Z'/%3E%3C/svg%3E");
}
.btn-down--arrow-blue:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FFFF' d='M15.646 20.354a.5.5 0 0 0 .708 0l3.181-3.182a.5.5 0 1 0-.707-.707L16 19.293l-2.828-2.828a.5.5 0 1 0-.708.707l3.182 3.182ZM15.5 12v8h1v-8h-1Z'/%3E%3C/svg%3E");
}
.btn--text-blue {
  color: #377DDB;
}
.btn--text-blue:hover {
  color: white;
}
.btn--arrow-white-right:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
}
.btn--arrow-white-down {
  background-size: 8px 8px;
}
@media (min-width: 1800px) {
  .btn--arrow-white-down {
    background-size: 0.5em 0.5em;
  }
}

@media (min-width: 769px) {
  .mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .desc {
    display: none;
  }
}

.gform_heading {
  display: none;
}
.gform_wrapper {
  margin-top: 40px;
}
@media (min-width: 1800px) {
  .gform_wrapper {
    margin-top: 2.5em;
  }
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 8% !important;
  grid-row-gap: 24px !important;
}
@media (min-width: 1800px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1.5em !important;
  }
}
.gform_button.button {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1800px) {
  .gform_button.button {
    margin-top: 0.625em;
  }
}
.gform_button.button:hover {
  color: #fff;
}

.gform_wrapper.gravity-theme .gfield_required {
  font-size: 0.95em !important;
}

.gfield_label {
  line-height: 1.5em;
  font-weight: 500 !important;
  color: #6E757C;
}
@media (min-width: 1800px) {
  .gfield_label {
    font-size: 1em !important;
  }
}
.gfield textarea {
  border: 1px solid #e0e3e6;
  border-radius: 8px;
  padding: 12px !important;
  line-height: 1.4em;
  min-height: 120px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1800px) {
  .gfield textarea {
    min-height: 7.5em;
    font-size: 1em !important;
    padding: 0.75em !important;
  }
}
@media (min-width: 1800px) {
  .gfield textarea {
    border-radius: 0.5em;
  }
}

.ginput_counter {
  display: none;
}
.ginput_container input {
  border: 1px solid #e0e3e6;
  border-radius: 8px;
  padding: 12px !important;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  color: #6E757C;
  font-size: 1em !important;
}
@media (min-width: 1800px) {
  .ginput_container input {
    padding: 0.75em !important;
  }
}
@media (min-width: 1800px) {
  .ginput_container input {
    border-radius: 0.5em;
  }
}
.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ginput_container_consent label {
  color: #6E757C;
  font-weight: 500;
}
@media (min-width: 1800px) {
  .ginput_container_consent label {
    font-size: 1em;
  }
}
.ginput_container_consent input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 7px !important;
  min-width: 20px;
  margin-right: 8px;
  border-color: #377DDB;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  cursor: pointer;
}
@media (min-width: 1800px) {
  .ginput_container_consent input {
    width: 1.25em;
    height: 1.25em;
    padding: 0.438em !important;
    min-width: 1.25em;
    margin-right: 0.5em;
    -webkit-transform: translateY(0.313em);
            transform: translateY(0.313em);
    font-size: 1em;
  }
}
.ginput_container_consent input:checked {
  position: relative;
}
.ginput_container_consent input:checked:after {
  content: "";
  width: 6px;
  background: #377DDB;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (min-width: 1800px) {
  .ginput_container_consent input:checked:after {
    width: 0.375em;
    height: 0.375em;
  }
}
.ginput_container_consent .gfield_required_asterisk {
  display: none !important;
}

.noindent-bottom {
  margin-bottom: 0 !important;
}
.noindent-top {
  margin-top: 0 !important;
}

.forimg {
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1800px) {
  .forimg {
    border-radius: 0.5em;
  }
}
.forimg img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

form .countries_codes {
  width: 50px !important;
  height: 0;
  -webkit-transform: translateY(65px) translateX(10px);
          transform: translateY(65px) translateX(10px);
}
@media (min-width: 1800px) {
  form .countries_codes {
    width: 3.125em !important;
    -webkit-transform: translateY(4.063em) translateX(0.625em);
            transform: translateY(4.063em) translateX(0.625em);
  }
}
form .countries_codes select {
  padding-left: 0 !important;
  color: #6E757C;
}
form .countries_codes label {
  display: none !important;
}
form .custom-select {
  width: 45px;
  -webkit-transform: translateY(49.5px) translateX(12px);
          transform: translateY(49.5px) translateX(12px);
  height: 0;
}
@media (min-width: 1800px) {
  form .custom-select {
    width: 2.813em;
    -webkit-transform: translateY(2.8em) translateX(0.75em);
            transform: translateY(2.8em) translateX(0.75em);
  }
}
@media (max-width: 640px) {
  form .custom-select {
    -webkit-transform: translateY(54px) translateX(12px);
            transform: translateY(54px) translateX(12px);
  }
}
form .custom-select__dropdown {
  padding: 5px;
  border: 1px solid gray;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  max-height: 100px;
  overflow-y: auto;
  background: white;
}
@media (max-width: 990px) {
  form .custom-select__dropdown {
    min-width: 75px;
  }
}
@media (min-width: 1800px) {
  form .custom-select__dropdown {
    padding: 0.313em;
    border-radius: 0.188em;
    gap: 0.313em;
    max-height: 6.25em;
  }
}
form .custom-select__dropdown button {
  color: #6E757C;
  font-size: 16px;
}
@media (min-width: 1800px) {
  form .custom-select__dropdown button {
    font-size: 1em;
  }
}
form .custom-select__dropdown::-webkit-scrollbar {
  width: 2px;
}
form .custom-select__dropdown::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}
form .custom-select__dropdown::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
form .custom-select > button {
  position: relative;
  color: #6E757C;
  font-size: 16px;
}
@media (min-width: 1800px) {
  form .custom-select > button {
    font-size: 1em;
  }
}
form .custom-select > button:after {
  content: ">";
  position: absolute;
  margin-left: 5px;
  -webkit-transform: rotate(90deg) scaleY(1.5) scaleX(0.8) translateX(5px);
          transform: rotate(90deg) scaleY(1.5) scaleX(0.8) translateX(5px);
  font-size: 0.9em;
  line-height: 0.6;
}
@media (min-width: 1800px) {
  form .custom-select > button:after {
    margin-left: 0.313em;
    -webkit-transform: rotate(90deg) scaleY(1.5) scaleX(0.8) translateX(0.313em);
            transform: rotate(90deg) scaleY(1.5) scaleX(0.8) translateX(0.313em);
  }
}
form .countries_phone {
  margin-top: -20px;
}
@media (min-width: 1800px) {
  form .countries_phone {
    margin-top: -1.25em;
  }
}
form .countries_phone .ginput_container input[type=tel] {
  padding-left: 55px !important;
}
@media (min-width: 1800px) {
  form .countries_phone .ginput_container input[type=tel] {
    padding-left: 3.438em !important;
  }
}

@media (min-width: 1800px) {
  .cky-btn-revisit-wrapper {
    width: 2.8125em !important;
    height: 2.8125em !important;
    bottom: 0.9375em !important;
    left: 0.9375em !important;
  }
}
@media (min-width: 1800px) {
  .cky-btn-revisit-wrapper .cky-btn-revisit {
    width: 67% !important;
    height: 67% !important;
  }
}
@media (min-width: 1800px) {
  .cky-btn-revisit-wrapper img {
    width: 100% !important;
    height: 100% !important;
  }
}

.cky-hide + .cky-btn-revisit-wrapper {
  display: none !important;
}

.page-id-25 .main,
.page-id-27 .main {
  margin: 80px 0;
  width: 100%;
  max-width: 1476px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-id-25 .main,
  .page-id-27 .main {
    max-width: 92.25em;
  }
}
@media (min-width: 1800px) {
  .page-id-25 .main,
  .page-id-27 .main {
    max-width: 100%;
    padding-right: 6.25em;
    padding-left: 6.25em;
  }
}
.page-id-25 .main h1, .page-id-25 .main h2, .page-id-25 .main h3, .page-id-25 .main h4, .page-id-25 .main h5, .page-id-25 .main h6,
.page-id-27 .main h1,
.page-id-27 .main h2,
.page-id-27 .main h3,
.page-id-27 .main h4,
.page-id-27 .main h5,
.page-id-27 .main h6 {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 24px;
  color: #002268;
}
@media (max-width: 1200px) {
  .page-id-25 .main h1, .page-id-25 .main h2, .page-id-25 .main h3, .page-id-25 .main h4, .page-id-25 .main h5, .page-id-25 .main h6,
  .page-id-27 .main h1,
  .page-id-27 .main h2,
  .page-id-27 .main h3,
  .page-id-27 .main h4,
  .page-id-27 .main h5,
  .page-id-27 .main h6 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .page-id-25 .main h1,
  .page-id-27 .main h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  .page-id-25 .main h2,
  .page-id-27 .main h2 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .page-id-25 .main h3,
  .page-id-27 .main h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .page-id-25 .main h4,
  .page-id-27 .main h4 {
    font-size: 1.25em;
  }
}
.page-id-25 .main p,
.page-id-27 .main p {
  margin-bottom: 24px;
}

.header {
  background: white;
  position: relative;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.sticky {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.header > .container {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.header-logo {
  padding: 24px 0 19px;
  max-width: 180px;
}
@media (max-width: 1024px) {
  .header-logo {
    padding: 14px 0 12px;
  }
}
@media (min-width: 1800px) {
  .header-logo {
    padding: 1.334em 0;
    max-width: 11.25em;
    width: 11.25em;
  }
}
@media (min-width: 1800px) {
  .header-logo a {
    display: block;
  }
}
@media (min-width: 1800px) {
  .header-logo a img {
    width: 100%;
    height: auto;
  }
}
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  border-bottom: 1.5px solid #377DDB;
}
@media (max-width: 990px) {
  .header-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 990px) {
  .header-burger {
    display: block;
  }
}
@media (max-width: 990px) {
  .header-menu_desktop {
    display: none;
  }
}
.header-menu_desktop nav > ul {
  gap: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1800px) {
  .header-menu_desktop nav > ul {
    gap: 1.188em;
  }
}
.header-menu_desktop nav > ul a {
  padding: 13px 0;
  font-size: 14px;
  color: #002268;
}
@media (min-width: 1800px) {
  .header-menu_desktop nav > ul a {
    padding: 0.813em 0;
    font-size: 0.875em;
  }
}
.header-modal {
  position: absolute;
  width: 100%;
  background: #002268;
  height: 100%;
  padding: 80px 0 32px;
  color: white;
  z-index: 4;
  overflow-y: scroll;
  height: calc(var(--vh, 1vh) * 100 - 73px);
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-modal._open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .header-modal {
    display: none !important;
  }
}
@media (min-width: 1800px) {
  .header-modal {
    padding: 5em 0 2em;
  }
}
.header-modal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (min-width: 1800px) {
  .header-modal .container {
    gap: 1.875em;
  }
}
.header-modal .container nav a {
  font-size: 2.5em;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 1800px) {
  .header-modal .container nav a {
    font-size: 2.5em;
    margin-bottom: 1.5em;
  }
}
.header-modal .adresse::before {
  background-image: url("./img/logoelemwhite.svg");
}
.header .nav {
  position: relative;
}
.header .nav__line {
  position: absolute;
  bottom: -3px;
  height: 5px;
  background: #377ddb;
  transition: left 1s ease-in-out, width 1s ease-in-out;
  -webkit-transition: left 1s ease-in-out, width 1s ease-in-out;
  -moz-transition: left 1s ease-in-out, width 1s ease-in-out;
  -ms-transition: left 1s ease-in-out, width 1s ease-in-out;
  -o-transition: left 1s ease-in-out, width 1s ease-in-out;
}
@media (min-width: 1800px) {
  .header .nav__line {
    height: 0.3125em;
    bottom: -0.1875em;
  }
}
.header .menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1440px) {
  .header .menu-item-has-children {
    gap: 0.31em;
  }
}
.header .menu-item-has-children::before {
  content: "";
  height: 30px;
  width: 100px;
  display: block;
  bottom: -20px;
  position: absolute;
  z-index: 5;
}
.header .menu-item-has-children::after {
  content: "";
  background-image: url(img/header-menu-icon.svg);
  height: 5px;
  width: 8px;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: ease-in-out transform 0.3s;
  transition: ease-in-out transform 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1440px) {
  .header .menu-item-has-children::after {
    height: 0.31em;
    width: 0.5em;
  }
}
.header .menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 990px) {
  .header .menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.header .menu-item-has-children:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease-in-out transform 0.3s;
  transition: ease-in-out transform 0.3s;
}
.header .sub-menu {
  position: absolute;
  left: -70px;
  top: 40px;
  min-width: 226px;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  display: none;
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .header .sub-menu {
    min-width: 15.7em;
    top: 2.28em;
    left: -4.86em;
  }
}
@media only screen and (max-width: 991px) {
  .header .sub-menu {
    min-width: 100%;
    background: transparent;
    position: static;
    padding: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .sub-menu .menu-item a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
  }
}
.header .sub-menu li a {
  font-size: 12px;
  padding: 0;
  color: #002268;
}
@media (min-width: 1440px) {
  .header .sub-menu li a {
    font-size: 0.83em;
  }
}
.header .sub-menu li a:hover {
  color: #377DDB;
}
@media only screen and (max-width: 991px) {
  .header .sub-menu li a:hover {
    opacity: 0.7;
    color: #fff;
  }
}
.header .sub-menu li + li {
  padding-top: 6px;
}

.adresse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
  position: relative;
}
@media (min-width: 1800px) {
  .adresse {
    padding-left: 3.125em;
  }
}
.adresse::before {
  content: "";
  width: 26px;
  height: 67px;
  background-size: contain;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 5px;
}
@media (min-width: 1800px) {
  .adresse::before {
    width: 1.625em;
    height: 4.188em;
  }
}

.hide-desk {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hide-desk {
    display: block;
  }
}

.caret__arrow {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .menu-item-has-children .caret__arrow {
    position: absolute;
    right: -35px;
    top: 12px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 100%;
    z-index: 100;
    display: block;
  }
  .menu-item-has-children .caret__arrow::before {
    content: "";
    position: absolute;
    left: -1.39em;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .menu-item-has-children a {
    position: relative;
  }
  .menu-item-has-children.menu-item--opened .sub-menu {
    display: block !important;
  }
  .menu-item-has-children.menu-item--opened .sub-menu .caret__arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-item--opened .caret__arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-item a::-moz-selection {
    background-color: transparent;
    -moz-user-select: none;
         user-select: none;
  }
  .menu-item a::selection {
    background-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .menu-item a {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.page-not-found {
  position: relative;
}
.page-not-found::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: transparent;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.page-not-found__wrap {
  position: relative;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  z-index: 5;
}
@media (max-width: 640px) {
  .page-not-found__wrap {
    padding: 0 16px;
  }
}
.page-not-found__wrap h1 {
  font-size: 200px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 23px;
  color: #002268;
}
@media (max-width: 640px) {
  .page-not-found__wrap h1 {
    font-size: 130px;
  }
}
.page-not-found__wrap h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 59px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  color: transparent;
  color: #002268;
}
@media (max-width: 640px) {
  .page-not-found__wrap h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 23px;
  }
}
.page-not-found .btn {
  color: #002268;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  opacity: 1 !important;
}
.page-not-found .btn * {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 1;
}
.page-not-found .btn span {
  border: 1px solid #377DDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.page-not-found .btn span svg path {
  fill: #002268;
}
.page-not-found .btn:hover span {
  background-color: #377DDB;
}
.page-not-found .btn:hover span svg path {
  fill: #fff;
}

.hero {
  min-height: calc(100vh - 73px);
  background-size: cover;
  background-position: bottom;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 1800px) {
  .hero {
    padding: 3.125em 0 0;
    min-height: calc(100vh - 5.6em);
  }
}
@media (max-width: 990px) {
  .hero {
    min-height: calc(100vh - 74px);
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: inherit;
    max-height: inherit;
    min-height: calc(var(--vhh, 1vh) * 100 - 74px);
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hero {
    min-height: calc(var(--vhh, 1vh) * 100 - 74px);
    position: relative;
    height: inherit;
  }
}
.hero__background {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 990px) {
  .hero__background {
    max-height: 49.5vh;
    min-height: 49.5vh;
    max-height: 375px;
    min-height: 375px;
    top: 0;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hero__background {
    min-height: 375px !important;
    height: 100% !important;
    top: 0 !important;
  }
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__background_img-mob {
  display: none;
}
@media (max-width: 768px) {
  .hero__background_img-mob {
    display: block;
  }
}
.hero__background--blue-overlay:before {
  content: "";
  background: linear-gradient(351deg, rgba(0, 27, 82, 0.8) 0%, rgba(0, 27, 82, 0) 33.94%), rgba(211, 211, 211, 0) 0px -73.883px/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 768px) {
  .hero__background--blue-overlay:before {
    background: linear-gradient(351deg, rgba(0, 27, 82, 0.8) 30.74%, rgba(0, 27, 82, 0) 66.73%), rgba(211, 211, 211, 0) 0px -73.883px/100% 118.198% no-repeat;
  }
}
.hero__background--black-overlay:before {
  content: "";
  background: linear-gradient(72deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 33.94%) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.hero .container {
  z-index: 2;
  padding-bottom: 32px;
}
@media (max-width: 990px) {
  .hero .container {
    min-height: 50.5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hero .container {
    min-height: inherit;
  }
}
.hero.text-right .hero__background {
  max-height: calc(100vh - 74px);
  min-height: calc(100vh - 74px);
  top: 74px;
}
@media (max-width: 768px) {
  .hero.text-right .hero__background {
    max-height: inherit;
    min-height: inherit;
    height: calc(var(--vhh, 1vh) * 100 - 74px);
  }
}
.hero.text-right .hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1800px) {
  .hero.text-right .hero-block {
    gap: 1em 1.875em;
  }
}
.hero.text-right .hero-block .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 24px;
}
@media (max-width: 768px) {
  .hero.text-right .hero-block .hero-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (min-width: 1800px) {
  .hero.text-right .hero-block .hero-text {
    gap: 1.5em;
  }
}
.hero:not(.text-right) .hero-title {
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .hero:not(.text-right) .hero-title {
    color: #002268;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) .hero-text {
    color: #2B3446;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-top: 375px;
  }
}
@media (max-width: 990px) and (min-width: 1800px) {
  .hero:not(.text-right) {
    padding-top: 15.625em;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) .container {
    background: white;
    padding-top: 47px;
  }
}
@media (max-width: 990px) and (min-width: 1800px) {
  .hero:not(.text-right) .container {
    padding-top: 2.938em;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) .hero-block {
    color: black;
  }
}
.hero-block {
  color: white;
}
.hero-text {
  max-width: 368px;
  font-size: 1.125em;
}
@media (min-width: 1800px) {
  .hero-text {
    max-width: 23em;
  }
}
@media (max-width: 990px) {
  .hero-text p {
    font-size: 0.89em !important;
  }
}
.hero-title h1 {
  font-size: 5em;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 990px) {
  .hero-title h1 {
    font-size: 3.5em !important;
  }
}
@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 2.5em !important;
  }
}
.hero-title * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 990px) {
  .hero:not(.text-right) {
    min-height: inherit;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hero:not(.text-right) {
    height: auto;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) .container {
    min-height: inherit;
    padding-bottom: 0;
  }
}
@media (max-width: 990px) {
  .hero:not(.text-right) .hero__background {
    top: 30px;
    top: 75px;
  }
}

.hero2 {
  min-height: calc(100vh - 50px);
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
}
@media (min-width: 1800px) {
  .hero2 {
    padding: 5em 0 0;
  }
}
@media (max-width: 768px) {
  .hero2 {
    min-height: unset;
    padding: 80px 0 0;
  }
}
@media (max-width: 768px) and (min-width: 1800px) {
  .hero2 {
    padding: 5em 0;
  }
}
@media (min-width: 1440px) {
  .hero2 {
    min-height: inherit;
  }
}
.hero2 .container {
  min-height: calc(100vh - 225px);
}
@media (min-width: 1800px) {
  .hero2 .container {
    min-height: inherit;
  }
}
@media (min-width: 1440px) {
  .hero2 .container {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .hero2 .container {
    min-height: unset;
  }
}
.hero2-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
@media (max-width: 768px) {
  .hero2-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero2 .heroslider-count {
  width: 480px;
  max-width: 100%;
}
@media (min-width: 1800px) {
  .hero2 .heroslider-count {
    width: 30em;
  }
}
.hero2 .heroslider-num {
  font-size: 260px;
  line-height: 200px;
  font-weight: 500;
  color: transparent;
}
@media (min-width: 1800px) {
  .hero2 .heroslider-num {
    font-size: 16.25em;
    min-width: 350px;
  }
}
@media (max-width: 768px) {
  .hero2 .heroslider-num {
    font-size: 150px;
    display: none;
  }
}
.hero2 .heroslider-num img {
  max-height: 316px;
}
@media (min-width: 1800px) {
  .hero2 .heroslider-num img {
    width: 45%;
    max-height: 1.15em;
  }
}
.hero2-container {
  width: 380px;
  position: relative;
  max-width: 100%;
}
@media (min-width: 1800px) {
  .hero2-container {
    width: 23.75em;
  }
}
@media (max-width: 768px) {
  .hero2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hero2-container .btn {
  margin-bottom: 22px;
}
@media (min-width: 1800px) {
  .hero2-container .btn {
    width: 2em;
    height: 2em;
    min-height: 2em;
    min-width: 2em;
  }
}
@media (min-width: 769px) {
  .hero2-container .btn {
    left: -54px;
    position: absolute;
    bottom: 6px;
    z-index: 1;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .hero2-container .btn {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .hero2-container .btn {
    left: -3.375em;
    position: absolute;
    bottom: 0.375em;
  }
}
.hero2-block {
  color: #002268;
  min-height: calc(100vh - 225px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1800px) {
  .hero2-block {
    min-height: calc(100vh - 20.3em);
  }
}
@media (max-width: 768px) {
  .hero2-block {
    min-height: unset;
  }
}
.hero2-text {
  font-size: 1.125em;
}
.hero2-text_inner {
  margin-top: 24px;
}
@media (min-width: 1800px) {
  .hero2-text_inner {
    margin-top: 1.5em;
  }
}
@media (max-width: 768px) {
  .hero2-text_inner {
    margin-top: 0;
    font-size: 16px;
    color: #2B3446;
  }
}
.hero2-title {
  font-size: 5em;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero2-title {
    font-size: 2.5em;
    margin-top: 24px;
  }
}
.hero2-title * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.hero2 .slick-list {
  margin-bottom: 35px;
  min-height: calc(100vh - 225px);
}
@media (min-width: 769px) {
  .hero2 .slick-list {
    margin-left: 22px;
  }
}
@media (max-width: 768px) {
  .hero2 .slick-list {
    min-height: unset;
  }
}
@media (min-width: 1800px) {
  .hero2 .slick-list {
    margin-bottom: 2.188em;
    min-height: calc(100vh - 20.3em);
    margin-left: 1.375em;
  }
}
.hero2 .slick-track {
  min-height: calc(100vh - 225px);
}
@media (min-width: 1800px) {
  .hero2 .slick-track {
    min-height: calc(100vh - 20.3em);
  }
}
@media (max-width: 768px) {
  .hero2 .slick-track {
    min-height: unset;
  }
}
.hero2 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: 0;
}
.hero2 .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  background: white;
  border-bottom: 1px solid #377DDB;
  height: 10px;
}
@media (min-width: 1800px) {
  .hero2 .slick-dots li {
    height: 0.625em;
  }
}
.hero2 .slick-dots li.slick-active {
  height: 3px;
  border-bottom: 3px solid #377DDB;
}
@media (min-width: 1800px) {
  .hero2 .slick-dots li.slick-active {
    height: 0.188em;
    border-bottom: 0.188em solid #377DDB;
  }
}
.hero2 .slick-dots li button {
  display: none;
}
.hero2 .hero2-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vh - 225px);
  max-height: calc(100vh - 225px);
}
@media (min-width: 1800px) {
  .hero2 .hero2-slide {
    min-height: calc(100vh - 20.3em);
    max-height: none;
  }
}
@media (max-width: 768px) {
  .hero2 .hero2-slide {
    min-height: unset;
    max-height: unset;
    gap: 24px;
  }
}
.hero2-slide-num {
  display: none;
}
@media (max-width: 768px) {
  .hero2-slide-num {
    display: block;
    max-width: 48px;
    max-width: 138px !important;
    position: relative;
  }
}
.hero2-slide-num img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 138px;
}
.hero2-underline {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #377DDB;
  bottom: -35px;
}
@media (min-width: 1800px) {
  .hero2-underline {
    height: 0.063em;
    bottom: -2.188em;
  }
}
@media (max-width: 1150px) {
  .hero2-underline {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.hero2-underline::before {
  content: "";
  width: 30%;
  height: 4px;
  background: #377DDB;
  position: absolute;
  bottom: 0;
  left: var(--data-left);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1800px) {
  .hero2-underline::before {
    height: 0.25em;
  }
}

.imagetext {
  margin: 200px 0;
  background: white;
}
@media (max-width: 768px) {
  .imagetext {
    margin: 100px 0;
  }
}
@media (min-width: 1800px) {
  .imagetext {
    margin: 11.11em 0;
  }
}
.imagetext + .imagetext {
  margin-top: 80px;
}
.imagetext .imagetext-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125em 7em;
}
@media (max-width: 768px) {
  .imagetext .imagetext-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1800px) {
  .imagetext .imagetext-row {
    gap: 3.125em 6.25em;
  }
}
.imagetext .imagetext-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .imagetext .imagetext-row > div {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.imagetext-image {
  max-width: 38.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1800px) {
  .imagetext-image {
    max-width: 38.125em;
  }
}
@media (max-width: 768px) {
  .imagetext-image {
    max-width: 100%;
  }
}
.imagetext-image img {
  height: auto;
  border-radius: 8px;
}
.imagetext-text {
  max-width: 37.375em;
  width: 100%;
  padding-right: 7.7em;
  padding-left: 3.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 1800px) {
  .imagetext-text {
    padding-right: 7em;
    padding-left: 3.875em;
    padding-bottom: 6.25em;
  }
}
@media (max-width: 990px) {
  .imagetext-text {
    margin: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .imagetext-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.imagetext-text h1,
.imagetext-text h2,
.imagetext-text h3,
.imagetext-text h4,
.imagetext-text h5,
.imagetext-text h6 {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 24px;
  color: #002268;
}
@media (max-width: 1200px) {
  .imagetext-text h1,
  .imagetext-text h2,
  .imagetext-text h3,
  .imagetext-text h4,
  .imagetext-text h5,
  .imagetext-text h6 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .imagetext-text h1,
  .imagetext-text h2,
  .imagetext-text h3,
  .imagetext-text h4,
  .imagetext-text h5,
  .imagetext-text h6 {
    font-size: 1.5em;
  }
}
.imagetext.revert .imagetext-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.imagetext.revert .imagetext-text {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 7em;
  padding-right: 3.875em;
}
@media (max-width: 990px) {
  .imagetext.revert .imagetext-text {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .imagetext.revert .imagetext-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .imagetext.revert .imagetext-text_text {
    position: relative;
  }
}
.imagetext.revert .slick-dots {
  right: unset;
}
.imagetext.revert .imagetext-underline {
  float: left;
  bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 26.5em;
}
@media (max-width: 1200px) {
  .imagetext.revert .imagetext-underline {
    max-width: 26.5em;
  }
}
@media (max-width: 1024px) {
  .imagetext.revert .imagetext-underline {
    position: relative;
    bottom: -25px;
    max-width: 100%;
  }
}
.imagetext .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: -10px;
  position: absolute;
  right: 1.875em;
  margin-right: 7.7em;
  width: 100%;
  max-width: 26.5em;
}
@media (max-width: 990px) {
  .imagetext .slick-dots {
    margin-right: 0;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .imagetext .slick-dots {
    max-width: 19.5em;
  }
}
@media (min-width: 1800px) {
  .imagetext .slick-dots {
    margin-right: 11em;
  }
}
@media (max-width: 768px) {
  .imagetext .slick-dots {
    width: calc(100% - 60px);
    right: 30px;
    max-width: 100%;
  }
}
.imagetext .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border-bottom: 1px solid #377DDB;
  height: 10px;
}
.imagetext .slick-dots li.slick-active {
  height: 3px;
  border-bottom: 3px solid #377DDB;
}
@media (min-width: 1800px) {
  .imagetext .slick-dots li.slick-active {
    height: 0.25em;
    border-bottom: 0.188em solid #377DDB;
  }
}
.imagetext .slick-dots li button {
  display: none;
}
.imagetext-underline {
  height: 1px;
  background: #377DDB;
  position: relative;
  float: right;
  float: left;
  bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 26.5em;
}
@media (max-width: 1200px) {
  .imagetext-underline {
    max-width: 26.5em;
  }
}
@media (max-width: 1024px) {
  .imagetext-underline {
    position: relative;
    bottom: -25px;
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .imagetext-underline {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .imagetext-underline {
    max-width: none;
    padding-right: 30px;
  }
}
.imagetext-underline::before {
  content: "";
  width: 30%;
  height: 4px;
  background: #377DDB;
  position: absolute;
  bottom: 0;
  left: var(--data-left);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1800px) {
  .imagetext-underline::before {
    height: 0.25em;
  }
}
.imagetext-underline.desc {
  display: block;
}

@media only screen and (min-width: 767px) {
  .imagetext-row.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cta {
  margin: 200px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cta {
    margin: 80px 0;
  }
}
@media (min-width: 1800px) {
  .cta {
    margin: 11.11em 0;
  }
}
@media (min-width: 1800px) {
  .cta .btn {
    gap: 1em;
  }
}
.cta .btn::after {
  background-image: url(./img/btnarrow.svg);
  -webkit-transform: unset;
          transform: unset;
  position: relative;
}
.cta .btn:hover {
  opacity: 1;
}
.cta .btn:hover::after {
  background-image: url(./img/btnright_bl.svg);
}
.cta-row {
  max-width: 872px;
  margin: auto;
  background-color: rgba(55, 125, 219, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1800px) {
  .cta-row {
    max-width: 54.5em;
  }
}
.cta-row:hover {
  opacity: 1;
  cursor: pointer;
}
.cta-row:hover .cta-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cta-row:hover .btn {
  color: #fff;
  opacity: 1;
  padding-left: 0;
  padding-right: 48px;
  background-position: right;
  padding-left: 24px;
}
@media (min-width: 1800px) {
  .cta-row:hover .btn {
    padding-right: 3em;
    padding-left: 1.5em;
  }
}
.cta-row:hover .btn::before {
  background-color: #377DDB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
  width: 100%;
  background-position: right 10px center;
}
.cta-image {
  max-width: 233px;
  height: auto;
  min-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .cta-image {
    max-width: 14.563em;
  }
}
@media (max-width: 768px) {
  .cta-image {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .cta-image {
    max-width: 14.563em !important;
  }
}
.cta-image img {
  max-height: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cta-content {
  max-width: calc(100% - 233px);
  padding: 32px;
}
@media (min-width: 1800px) {
  .cta-content {
    max-width: calc(100% - 14.563em);
    padding: 2em;
  }
}
@media (max-width: 768px) {
  .cta-content {
    max-width: 100%;
    padding: 32px 24px;
  }
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .cta-content {
    max-width: calc(100% - 14.563em);
  }
}
.cta-text {
  font-size: 2em;
  line-height: 2.8rem;
  font-weight: 500;
  max-width: 521px;
  color: #002268;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cta-text {
    font-size: 1.5em;
    line-height: 140%;
  }
}
@media (min-width: 1800px) {
  .cta-text {
    max-width: 32.563em;
    margin-bottom: 1em;
    line-height: normal;
  }
}
.cta-text * {
  color: inherit;
}
.cta-text h1,
.cta-text h2,
.cta-text h3,
.cta-text h4,
.cta-text h5,
.cta-text h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.contacts {
  margin: 80px 0;
}
.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 768px) and (min-width: 1800px) {
  .contacts-row {
    gap: 1.5em;
  }
}
.contacts-row > div {
  width: calc(50% - 12px);
}
@media (min-width: 1800px) {
  .contacts-row > div {
    width: calc(50% - 0.75em);
  }
}
@media (max-width: 768px) {
  .contacts-row > div {
    width: 100%;
  }
}
.contacts-contacts {
  padding: 86px 64px;
  border: 1px solid #377DDB;
  border-radius: 8px;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (min-width: 1800px) {
  .contacts-contacts {
    padding: 5.375em 4em;
  }
}
@media (max-width: 1200px) {
  .contacts-contacts {
    padding: 50px;
  }
}
@media (max-width: 990px) {
  .contacts-contacts {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .contacts-contacts {
    padding: 24px;
    font-size: 1em;
  }
}
.contacts-contacts h1, .contacts-contacts h2, .contacts-contacts h3, .contacts-contacts h4, .contacts-contacts h5, .contacts-contacts h6 {
  font-weight: 500;
  margin-bottom: 22px;
  line-height: normal;
  color: #002268;
}
@media (max-width: 768px) {
  .contacts-contacts h1, .contacts-contacts h2, .contacts-contacts h3, .contacts-contacts h4, .contacts-contacts h5, .contacts-contacts h6 {
    font-size: 2.1em;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .contacts-contacts h2 {
    font-size: 2em;
  }
}
@media (min-width: 1440px) {
  .contacts-contacts h2 {
    font-size: 2.33em;
  }
}
.contacts-map {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contacts-map {
    min-height: 350px;
  }
}
.contacts-map iframe {
  height: 100% !important;
  width: 100% !important;
  border-radius: 8px;
  overflow: hidden;
  min-height: 350px;
}
.contacts-map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-map a {
  height: 100%;
}
.contacts-map a .forimg, .contacts-map a img {
  height: 100%;
}

.faq {
  padding: 200px 56px 0;
}
@media (min-width: 1800px) {
  .faq {
    padding: 12.5em 3.5em 0;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 80px 0 0;
    margin-bottom: 80px;
  }
}
.faq-block {
  margin-bottom: 24px;
  padding: 30px 48px 32px;
  border-radius: 8px;
  border: 1px solid #377DDB;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .faq-block {
    margin-bottom: 1.5em;
    padding: 1.875em 3em 2em;
    border-radius: 0.5em;
  }
}
@media (max-width: 768px) {
  .faq-block {
    padding: 24px;
  }
}
.faq-block.hidden .faq-block-wrapper {
  display: none;
}
.faq-block:not(.hidden) .faq-block-title-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq-block:hover .btn-down {
  background-color: #377DDB;
}
.faq-block:hover .btn-down--arrow-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FFFF' d='M15.646 20.354a.5.5 0 0 0 .708 0l3.181-3.182a.5.5 0 1 0-.707-.707L16 19.293l-2.828-2.828a.5.5 0 1 0-.708.707l3.182 3.182ZM15.5 12v8h1v-8h-1Z'/%3E%3C/svg%3E");
}
.faq-block.open .btn-down {
  background-color: #377DDB;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq-block.open .btn-down--arrow-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FFFF' d='M15.646 20.354a.5.5 0 0 0 .708 0l3.181-3.182a.5.5 0 1 0-.707-.707L16 19.293l-2.828-2.828a.5.5 0 1 0-.708.707l3.182 3.182ZM15.5 12v8h1v-8h-1Z'/%3E%3C/svg%3E");
}
.faq-block .btn {
  margin-bottom: 0;
}
@media (min-width: 1800px) {
  .faq-block .btn {
    width: 0.8em;
    height: 0.8em;
    min-width: 0.8em;
    border-radius: 0.0625em;
    -webkit-border-radius: 0.0625em;
    -moz-border-radius: 0.0625em;
    -ms-border-radius: 0.0625em;
    -o-border-radius: 0.0625em;
  }
}
.faq-block-title {
  font-size: 2.5em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  line-height: normal;
  color: #002268;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .faq-block-title {
    gap: 1.25em;
  }
}
@media (max-width: 990px) {
  .faq-block-title {
    font-size: 1.5em;
  }
}
.faq-block-text {
  margin-top: 24px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .faq-block-text {
    margin-top: 1.5em;
  }
}
.faq-block-text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 56px;
}
@media (min-width: 1800px) {
  .faq-block-text_row {
    gap: 1.5em 3.5em;
  }
}
@media (max-width: 768px) {
  .faq-block-text_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faq-block-text_row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 505px;
}
@media (min-width: 1800px) {
  .faq-block-text_row > div {
    max-width: 31.563em;
  }
}
@media (max-width: 768px) {
  .faq-block-text_row > div {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.faq-block-text_row > div p {
  margin-bottom: 16px;
}
@media (min-width: 1800px) {
  .faq-block-text_row > div p {
    margin-bottom: 1em;
  }
}

.contactform {
  margin: 116px 0;
}
@media (min-width: 1800px) {
  .contactform {
    margin: 7.25em 0;
  }
}
.contactform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contactform-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 90px;
  }
}
@media (max-width: 768px) and (min-width: 1800px) {
  .contactform-row {
    gap: 1.5em 5.625em;
  }
}
.contactform-row > div {
  width: calc(50% - 45px);
}
@media (min-width: 1800px) {
  .contactform-row > div {
    width: calc(50% - 2.813em);
  }
}
@media (max-width: 768px) {
  .contactform-row > div {
    width: 100%;
  }
}
.contactform-content h1, .contactform-content h2, .contactform-content h3, .contactform-content h4, .contactform-content h5, .contactform-content h6 {
  font-weight: 500;
  margin-bottom: 22px;
  line-height: normal;
  color: #002268;
}
@media (max-width: 768px) {
  .contactform-content h1, .contactform-content h2, .contactform-content h3, .contactform-content h4, .contactform-content h5, .contactform-content h6 {
    font-size: 2.5em;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .contactform-content h2 {
    font-size: 2em;
  }
}
@media (min-width: 1440px) {
  .contactform-content h2 {
    font-size: 3.5em;
  }
}
.contactform-image img {
  border-radius: 8px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1800px) {
  .contactform-image img {
    border-radius: 0.5em;
  }
}

@media (min-width: 1800px) {
  .gfield--type-captcha {
    margin: 3vw 0;
  }
}
@media (min-width: 1800px) {
  .gfield--type-captcha iframe {
    -webkit-transform: scale(2) translateY(-1vw);
            transform: scale(2) translateY(-1vw);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.grafik {
  margin: 200px 0 100px;
  scroll-margin-top: 150px;
}
@media (max-width: 1024px) {
  .grafik {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .grafik {
    margin: 80px 0;
  }
}
@media (min-width: 1800px) {
  .grafik {
    margin: 11.11em 0 56px;
  }
}
.grafik .container {
  position: relative;
}
@media (max-width: 1200px) {
  .grafik-nav {
    width: 100%;
  }
}
.grafik-nav__line {
  position: absolute;
  bottom: -3px;
  height: 5px;
  background: #377ddb;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .grafik-nav__line {
    bottom: -0.1875em;
    height: 0.3125em;
  }
}
@media (max-width: 1200px) {
  .grafik-nav:after {
    width: 200px;
    content: "";
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    position: absolute;
    height: calc(100% - 1px);
    pointer-events: none;
  }
}
.grafik-nav-item {
  margin-right: 17px;
  padding-bottom: 9px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  color: #377DDB;
}
@media (min-width: 1800px) {
  .grafik-nav-item {
    margin-right: 1.063em;
    padding-bottom: 0.563em;
  }
}
.grafik-nav-item.slick-current {
  -webkit-transition: unset;
  transition: unset;
}
.grafik-nav-item:hover {
  opacity: 0.7;
}
.grafik-nav .slick-track {
  border-bottom: 1px solid #377DDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1800px) {
  .grafik-nav .slick-track {
    border-bottom: 0.063em solid #377DDB;
  }
}
.grafik-nav .slick-track::-webkit-scrollbar {
  height: 0px;
}
.grafik-nav .slick-track::-webkit-scrollbar-thumb {
  background-color: #377DDB;
}
.grafik .grafik-block {
  margin: 0 12px;
  padding: 100px 64px;
  border: 1px solid #377DDB;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 100px;
  height: 100%;
}
@media (min-width: 1800px) {
  .grafik .grafik-block {
    margin: 0 0.75em;
    border: 0.063em solid #377DDB;
    padding: 6.94em 4.44em;
    gap: 1.04em 6.94em;
  }
}
@media (max-width: 1200px) {
  .grafik .grafik-block {
    gap: 15px 32px;
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .grafik .grafik-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.grafik .grafik-block:hover {
  opacity: 1;
}
.grafik .grafik-block:hover .grafik-title {
  opacity: 0.8;
}
.grafik .grafik-block:hover .grafik-avatar img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grafik .grafik-block:hover .grafik-avatar-num img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.grafik .grafik-block:hover .btn {
  color: #fff;
  opacity: 1;
  padding-left: 0;
  padding-right: 48px;
  background-position: right;
  padding-left: 24px;
}
@media (min-width: 1800px) {
  .grafik .grafik-block:hover .btn {
    padding-right: 3em;
    padding-left: 1.5em;
  }
}
.grafik .grafik-block:hover .btn::before {
  background-color: #377DDB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
  width: 100%;
  background-position: right 10px center;
}
.grafik .grafik-block-text {
  margin-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .grafik .grafik-block-text {
    margin-bottom: 24px;
    min-height: 51px;
  }
}
@media (min-width: 1800px) {
  .grafik .grafik-block-text {
    margin-bottom: 3.125em;
  }
}
.grafik .grafik-block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grafik-blocks {
  margin-top: 24px;
}
@media (min-width: 1800px) {
  .grafik-blocks {
    margin-top: 1.5em;
  }
}
@media (max-width: 1200px) {
  .grafik-blocks {
    width: calc(100% + 30px);
  }
}
.grafik-blocks .slick-track {
  margin-left: -210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .grafik-blocks .slick-track {
    margin-left: -40px;
  }
}
.grafik-blocks .slick-list {
  overflow: visible !important;
}
.grafik-blocks .slick-slide {
  height: inherit;
}
.grafik-num {
  width: 100%;
  height: 100%;
  font-size: 250px;
  text-align: center;
  font-weight: 500;
  color: transparent;
  line-height: 200px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1800px) {
  .grafik-num {
    font-size: 15.625em;
    font-weight: 500;
    line-height: 12.5em;
    gap: 1.25em;
  }
  .grafik-num img {
    height: 0.75em !important;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
.grafik-num img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
@media (max-width: 1200px) {
  .grafik-num {
    width: auto;
    font-size: 150px;
  }
}
@media (max-width: 768px) {
  .grafik-num {
    font-size: 50px;
    line-height: 50px;
  }
}
.grafik-title {
  font-size: 2.5em;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 24px;
  color: #002268;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .grafik-title {
    font-size: 1.25em;
    margin-bottom: 16px;
  }
}
.grafik-avatar {
  width: 321px;
  display: block;
  height: 316px;
  max-width: 321px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1800px) {
  .grafik-avatar {
    width: 19.5em;
    height: 19.5em;
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .grafik-avatar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media (max-width: 768px) {
  .grafik-avatar-num {
    max-height: 48px;
    width: 48px;
  }
}
.grafik-avatar-num img {
  border-radius: 0 !important;
  max-height: 201px;
}
@media (max-width: 1200px) {
  .grafik-avatar-num img {
    max-height: 201px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}
@media (min-width: 1800px) {
  .grafik-avatar-num img {
    max-height: 13.95em;
  }
}
.grafik-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .grafik-avatar img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .grafik-avatar img {
    max-height: 200px;
  }
}
.grafik-arrows-container {
  z-index: 1;
  max-width: 40%;
  margin-top: 26px;
}
@media (min-width: 1800px) {
  .grafik-arrows-container {
    bottom: 1.5em;
    left: 3.375em;
  }
}
@media (max-width: 1200px) {
  .grafik-arrows-container {
    bottom: -62px;
    left: 30px;
  }
}
.grafik-arrows-container div {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1 !important;
  /* @include breakpoint(xl) {
     border: 1px solid $blue;
     border-radius: 4px;
   }*/
}
.grafik-arrows-container div:hover {
  opacity: 1;
}
.grafik-arrows-container div svg {
  width: 100%;
  height: 100%;
}
.grafik-arrows-container div svg rect, .grafik-arrows-container div svg path {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.grafik-arrows-container div svg:hover {
  opacity: 1;
}
.grafik-arrows-container div svg:hover rect {
  fill: #377DDB;
  opacity: 1;
}
.grafik-arrows-container div svg:hover path {
  fill: white;
}
@media (min-width: 1800px) {
  .grafik-arrows-container div {
    width: 2em;
    height: 2em;
  }
}
.grafik-arrows-container div:hover {
  opacity: 0.7;
}
.grafik-next-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 8px;
}
.grafik-heading {
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 500;
  color: #002268;
}
@media (min-width: 1800px) {
  .grafik-heading {
    margin-bottom: 1.875em;
  }
}
@media (max-width: 768px) {
  .grafik-heading {
    font-size: 2.5em;
  }
}
.grafik-heading h1,
.grafik-heading h2,
.grafik-heading h3,
.grafik-heading h4,
.grafik-heading h5,
.grafik-heading h6 {
  font-weight: inherit;
  line-height: inherit;
}
@media (min-width: 1440px) {
  .grafik-heading h2 {
    font-size: 3.5em;
  }
}
.slider {
  position: relative;
}
@media (max-width: 768px) {
  .slider {
    margin-bottom: 120px;
  }
}
.slider .container {
  position: relative;
}
.slider .slick-list {
  border-radius: 8px;
  overflow: hidden;
}
.slider-block {
  margin-bottom: 4.875em;
}
.slider-slide {
  max-height: 100vh;
}
.slider-slide img {
  height: auto;
  width: 100%;
}
.slider-slide {
  border-radius: 8px;
  overflow: hidden;
}
.slider-arrows-container {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 54px;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1800px) {
  .slider-arrows-container {
    bottom: 1.5em;
    left: 8.375em;
  }
}
@media (max-width: 768px) {
  .slider-arrows-container {
    bottom: -50px;
    left: 30px;
  }
}
.slider-arrows-container div {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (min-width: 1800px) {
  .slider-arrows-container div {
    width: 2em;
    height: 2em;
  }
}
.slider-arrows-container div:hover {
  background-color: #377DDB;
}
@media (max-width: 768px) {
  .slider-arrows-container div {
    border: 1px solid #377DDB;
    border-radius: 4px;
  }
}
.slider ul.slick-dots {
  bottom: 24px;
  width: auto;
  right: 24px;
  max-width: 40%;
}
@media (min-width: 1800px) {
  .slider ul.slick-dots {
    bottom: 1.5em;
    right: 1.5em;
  }
}
@media (max-width: 768px) {
  .slider ul.slick-dots {
    bottom: -30px;
    right: 0;
  }
}
.slider ul.slick-dots li {
  border: 1px solid white;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 1800px) {
  .slider ul.slick-dots li {
    width: 0.75em;
    height: 0.75em;
  }
}
@media (max-width: 768px) {
  .slider ul.slick-dots li {
    border-color: #377DDB;
  }
}
.slider ul.slick-dots li.slick-active {
  background: white;
}
@media (max-width: 768px) {
  .slider ul.slick-dots li.slick-active {
    background: #377DDB;
  }
}
@media (min-width: 768px) {
  .slider ul.slick-dots li:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.slider ul.slick-dots li button {
  display: none !important;
}
.slider-prev-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23377DDB' d='M.646 3.646a.5.5 0 0 0 0 .708l3.182 3.182a.5.5 0 1 0 .708-.708L1.707 4l2.829-2.828a.5.5 0 1 0-.708-.708L.646 3.646ZM9 3.5H1v1h8v-1Z'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-right: 8px;
}
@media (min-width: 1800px) {
  .slider-prev-arrow {
    margin-right: 0.5em;
  }
}
.slider-prev-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23fff' d='M.646 3.646a.5.5 0 0 0 0 .708l3.182 3.182a.5.5 0 1 0 .708-.708L1.707 4l2.829-2.828a.5.5 0 1 0-.708-.708L.646 3.646ZM9 3.5H1v1h8v-1Z'/%3E%3C/svg%3E");
}
.slider-next-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23377DDB' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-right: 8px;
}
@media (min-width: 1800px) {
  .slider-next-arrow {
    margin-right: 0.5em;
  }
}
.slider-next-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23fff' d='M8.354 4.354a.5.5 0 0 0 0-.708L5.172.464a.5.5 0 1 0-.708.708L7.293 4 4.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h8v-1H0v1Z'/%3E%3C/svg%3E");
}

.textblockslider {
  padding: 80px 0 32px;
}
@media (min-width: 1800px) {
  .textblockslider {
    padding: 5em 0 2em;
  }
}
@media (max-width: 1200px) {
  .textblockslider {
    margin-bottom: 80px;
    padding: 80px 0 0;
  }
}
.textblockslider .textblockslider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1800px) {
  .textblockslider .textblockslider-row {
    gap: 3.125em 6.25em;
  }
}
@media (max-width: 990px) {
  .textblockslider .textblockslider-row {
    gap: 16px;
  }
}
.textblockslider .textblockslider-row h1,
.textblockslider .textblockslider-row h2,
.textblockslider .textblockslider-row h3,
.textblockslider .textblockslider-row h4,
.textblockslider .textblockslider-row h5,
.textblockslider .textblockslider-row h6 {
  font-weight: 500;
  margin-bottom: 24px;
  color: #002268;
}
@media (min-width: 1440px) {
  .textblockslider .textblockslider-row h2 {
    font-size: 2.33em;
  }
}
.textblockslider-text_1 {
  max-width: calc(50% - 50px);
  width: 430px;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (min-width: 1800px) {
  .textblockslider-text_1 {
    max-width: calc(50% - 3.125em);
    width: 26.875em;
    line-height: 1.5em;
  }
}
@media (max-width: 990px) {
  .textblockslider-text_1 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .textblockslider-text_1 {
    font-size: 1.125em;
  }
}
.textblockslider-text_1 .btn {
  margin-top: 24px;
  font-size: 0.75em;
}
@media (min-width: 1800px) {
  .textblockslider-text_1 .btn {
    margin-top: 1.5em;
    font-size: 0.75em;
  }
}
@media (max-width: 990px) {
  .textblockslider-text_1 .btn {
    display: none;
  }
}
.textblockslider-text_2 {
  max-width: calc(50% - 50px);
  width: 530px;
}
@media (min-width: 1800px) {
  .textblockslider-text_2 {
    max-width: calc(50% - 3.125em);
    width: 33.125em;
  }
}
@media (max-width: 990px) {
  .textblockslider-text_2 {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}
.textblockslider-text_2 .btn {
  margin-top: 27px;
  font-size: 16px;
  display: none;
}
@media (max-width: 990px) {
  .textblockslider-text_2 .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.textblockslider-blocks {
  padding-bottom: 80px;
}
@media (min-width: 1800px) {
  .textblockslider-blocks {
    padding-bottom: 5em;
  }
}
.textblockslider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: 0;
}
.textblockslider .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  background: white;
  border-bottom: 1px solid #377DDB;
  height: 10px;
}
@media (min-width: 1800px) {
  .textblockslider .slick-dots li {
    border-bottom: 0.063em solid #377DDB;
    height: 0.625em;
  }
}
.textblockslider .slick-dots li.slick-active {
  height: 3px;
  border-bottom: 3px solid #377DDB;
}
@media (min-width: 1800px) {
  .textblockslider .slick-dots li.slick-active {
    height: 0.188em;
    border-bottom: 0.188em solid #377DDB;
  }
}
.textblockslider .slick-dots li button {
  display: none;
}
.textblockslider-underline {
  width: 100%;
  height: 1px;
  background: #377DDB;
  position: relative;
}
@media (min-width: 1800px) {
  .textblockslider-underline {
    height: 0.063em;
  }
}
@media (max-width: 1150px) {
  .textblockslider-underline {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 768px) {
  .textblockslider-underline.desc {
    display: block;
  }
}
.textblockslider-underline::before {
  content: "";
  width: 30%;
  height: 4px;
  background: #377DDB;
  position: absolute;
  bottom: 0;
  left: var(--data-left);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1800px) {
  .textblockslider-underline::before {
    height: 0.25em;
  }
}

.sliderblocks {
  padding: 70px 0 46px;
  background: #002268;
  color: white;
  position: relative;
}
@media (min-width: 1800px) {
  .sliderblocks {
    padding: 4.375em 0 2.875em;
  }
}
@media (max-width: 1150px) {
  .sliderblocks {
    padding-bottom: 92px;
  }
}
@media (max-width: 768px) {
  .sliderblocks {
    padding-bottom: 148px;
  }
}
.sliderblocks-dots {
  width: 100%;
  height: 3px;
  position: relative;
}
@media (min-width: 1800px) {
  .sliderblocks-dots {
    height: 0.188em;
  }
}
.sliderblocks-content {
  max-width: 100%;
  width: calc(55% - 40px);
}
@media (min-width: 1800px) {
  .sliderblocks-content {
    width: calc(55% - 2.5em);
  }
}
@media (max-width: 1300px) {
  .sliderblocks-content {
    width: calc(75% - 40px);
  }
}
@media (max-width: 1150px) {
  .sliderblocks-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sliderblocks-content {
    width: calc(100% + 60px);
    max-width: unset;
    margin-left: -30px;
  }
}
.sliderblocks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 80px;
}
@media (max-width: 768px) {
  .sliderblocks .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sliderblocks-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #001B52;
  width: 100%;
}
@media (min-width: 1800px) {
  .sliderblocks-block {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1800px) {
  .sliderblocks-block {
    border-radius: 0.5em;
  }
}
@media (max-width: 768px) {
  .sliderblocks-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    height: inherit;
    min-height: auto;
    margin: 0 12px;
  }
}
.sliderblocks-block:hover {
  opacity: 1;
}
.sliderblocks-block:hover .sliderblocks-avatar img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sliderblocks-block:hover .sliderblocks-title {
  opacity: 0.8;
}
.sliderblocks-block:hover .sliderblocks-info {
  opacity: 1;
}
.sliderblocks-block:hover .sliderblocks-info img:not(.btn_active) {
  opacity: 0;
  z-index: -1;
}
.sliderblocks-block:hover .sliderblocks-info img.btn_active {
  opacity: 1;
  z-index: 1;
}
.sliderblocks-block:last-child {
  margin-bottom: 0;
}
.sliderblocks-block-content {
  padding: 32px 70px 32px 32px;
  position: relative;
  width: 100%;
}
@media (min-width: 1800px) {
  .sliderblocks-block-content {
    padding: 2em 3.12em 2em 2em;
  }
}
@media (max-width: 768px) {
  .sliderblocks-block-content {
    padding: 24px 24px 50px 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.sliderblocks-block-text {
  font-size: 16px;
  min-height: 76.78px;
}
@media (min-width: 1800px) {
  .sliderblocks-block-text {
    font-size: 0.9em;
    min-height: 3.2em;
  }
}
.sliderblocks-title {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sliderblocks-title {
    font-size: 1.25em;
  }
}
@media (min-width: 1800px) {
  .sliderblocks-title {
    margin-bottom: 0.5em;
  }
}
.sliderblocks-info {
  position: absolute;
  bottom: 32px;
  right: 32px;
  -webkit-transition: unset;
  transition: unset;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .sliderblocks-info {
    bottom: 16px;
    right: 16px;
  }
}
.sliderblocks-info img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 32px;
  height: 32px;
}
.sliderblocks-info img.btn_active {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
@media (min-width: 1800px) {
  .sliderblocks-info {
    bottom: 1em;
    right: 1em;
  }
  .sliderblocks-info img {
    width: 2em;
    height: 2em;
  }
}
.sliderblocks-info:hover {
  opacity: 1;
}
.sliderblocks-info:hover img:not(.btn_active) {
  opacity: 0;
  z-index: -1;
}
.sliderblocks-info:hover img.btn_active {
  opacity: 1;
  z-index: 1;
}
.sliderblocks-avatar .forimg {
  height: 100%;
}
.sliderblocks-avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/12;
  border-radius: 8px;
  min-width: 312px;
  max-width: 312px;
}
@media (min-width: 1800px) {
  .sliderblocks-avatar img {
    min-width: 19.5em;
    max-width: 19.5em;
  }
}
@media (min-width: 1800px) {
  .sliderblocks-avatar img {
    border-radius: 0.5em;
  }
}
@media (max-width: 768px) {
  .sliderblocks-avatar img {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
}
.sliderblocks-heading {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(45% - 40px);
}
@media (min-width: 1800px) {
  .sliderblocks-heading {
    width: calc(45% - 2.5em);
  }
}
@media (max-width: 1300px) {
  .sliderblocks-heading {
    width: calc(25% - 40px);
  }
}
@media (max-width: 1150px) {
  .sliderblocks-heading {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .sliderblocks .slick-list {
    margin: 0;
    margin-left: -50px;
    margin-right: -50px;
  }
}
.sliderblocks .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  bottom: unset;
}
.sliderblocks .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  background: white;
  border-bottom: 1px solid #377DDB;
  height: 1px;
}
.sliderblocks .slick-dots li.slick-active {
  height: 3px;
  border-bottom: 3px solid #377DDB;
}
.sliderblocks .slick-dots li button {
  display: none;
}
.sliderblocks-underline {
  width: 100%;
  height: 1px;
  background: #377DDB;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  .sliderblocks-underline {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (min-width: 1800px) {
  .sliderblocks-underline {
    margin-bottom: 1.5em;
  }
}
.sliderblocks-underline::before {
  content: "";
  width: 30%;
  height: 4px;
  background: #377DDB;
  position: absolute;
  bottom: 0;
  left: var(--data-left);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sliderblocks-underline.desc {
  display: block;
}
.sliderblocks-text {
  max-width: 430px;
}
@media (min-width: 1800px) {
  .sliderblocks-text {
    max-width: 26.875em;
  }
}
@media (max-width: 1150px) {
  .sliderblocks-text {
    max-width: 100%;
  }
}
.sliderblocks-text h1,
.sliderblocks-text h2,
.sliderblocks-text h3,
.sliderblocks-text h4,
.sliderblocks-text h5,
.sliderblocks-text h6 {
  font-size: 3.5em;
  margin-bottom: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sliderblocks-text h1,
  .sliderblocks-text h2,
  .sliderblocks-text h3,
  .sliderblocks-text h4,
  .sliderblocks-text h5,
  .sliderblocks-text h6 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1800px) {
  .sliderblocks-text h1,
  .sliderblocks-text h2,
  .sliderblocks-text h3,
  .sliderblocks-text h4,
  .sliderblocks-text h5,
  .sliderblocks-text h6 {
    margin-bottom: 0.5em;
  }
}
.sliderblocks-text .btn {
  margin-top: 28px;
}
@media (min-width: 1800px) {
  .sliderblocks-text .btn {
    margin-top: 1.75em;
  }
}
.sliderblocks-arrows-container {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 54px;
  max-width: 40%;
}
@media (min-width: 1800px) {
  .sliderblocks-arrows-container {
    bottom: 1.5em;
    left: 3.375em;
  }
}
@media (max-width: 768px) {
  .sliderblocks-arrows-container {
    bottom: 85px;
    left: 30px;
  }
}
.sliderblocks-arrows-container div {
  background-image: url(./img/btnleft_bl.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 1800px) {
  .sliderblocks-arrows-container div {
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 768px) {
  .sliderblocks-arrows-container div {
    border: 1px solid #377DDB;
    border-radius: 4px;
  }
}
.sliderblocks-arrows-container .sliderblocks-prev-arrow {
  margin-right: 8px;
}
@media (min-width: 1800px) {
  .sliderblocks-arrows-container .sliderblocks-prev-arrow {
    margin-right: 0.5em;
  }
}
.sliderblocks-arrows-container .sliderblocks-prev-arrow:hover {
  background-image: url(./img/btnright_bl.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sliderblocks-arrows-container .sliderblocks-next-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sliderblocks-arrows-container .sliderblocks-next-arrow:hover {
  background-image: url(./img/btnright_bl.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.textblock {
  margin: 0 0 200px;
}
@media (max-width: 990px) {
  .textblock {
    margin: 80px 0;
  }
}
@media (min-width: 1800px) {
  .textblock {
    margin: 0 0 12.5em;
  }
}
.textblock.small {
  margin-top: 200px;
}
@media (min-width: 1800px) {
  .textblock.small {
    margin-top: 12.5em;
  }
}
@media (max-width: 990px) {
  .textblock.small {
    margin-top: 80px;
  }
}
.textblock.small h1,
.textblock.small h2,
.textblock.small h3,
.textblock.small h4,
.textblock.small h5,
.textblock.small h6 {
  font-size: 2.5em;
  line-height: normal;
  margin-bottom: 24px;
  font-weight: 500;
  color: #002268;
}
@media (max-width: 768px) {
  .textblock.small h1,
  .textblock.small h2,
  .textblock.small h3,
  .textblock.small h4,
  .textblock.small h5,
  .textblock.small h6 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
.textblock.small .textblock-row {
  max-width: 573px;
  gap: 60px;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
}
@media (min-width: 1800px) {
  .textblock.small .textblock-row {
    max-width: 35.813em;
    gap: 3.75em;
  }
}
@media (max-width: 990px) {
  .textblock.small .textblock-row {
    padding: 0;
    margin: unset;
    max-width: 100%;
  }
}
.textblock.small .textblock-image {
  width: 87px;
  height: auto;
}
@media (min-width: 1800px) {
  .textblock.small .textblock-image {
    width: 5.438em;
  }
}
.textblock.small .textblock-text {
  max-width: 100%;
  width: 424px;
  margin-top: 0;
}
@media (min-width: 1800px) {
  .textblock.small .textblock-text {
    width: 26.5em;
  }
}
@media (max-width: 990px) {
  .textblock.small .textblock-text {
    width: auto;
  }
}
.textblock.small .textblock-text p span {
  font-size: 1.5em !important;
}
.textblock .btn {
  margin-top: 24px;
}
@media (min-width: 1800px) {
  .textblock .btn {
    margin-top: 1.5em;
  }
}
.textblock .textblock-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 130px;
}
@media (min-width: 1800px) {
  .textblock .textblock-row {
    gap: 3.125em 6.25em;
    padding: 0 8.125em;
  }
}
@media (max-width: 990px) {
  .textblock .textblock-row {
    padding: 0;
  }
}
.textblock-image {
  max-width: calc(50% - 50px);
  width: 312px;
}
@media (min-width: 1800px) {
  .textblock-image {
    width: 19.5em;
    height: 44.599em;
  }
}
@media (max-width: 990px) {
  .textblock-image {
    display: none;
  }
}
.textblock-image img {
  width: 100%;
  height: 100%;
}
.textblock-text {
  max-width: calc(50% - 50px);
  width: 500px;
  margin-top: 200px;
}
@media (min-width: 1800px) {
  .textblock-text {
    max-width: calc(50% - 3.125em);
    width: 31.25em;
    margin-top: 12.5em;
  }
}
@media (max-width: 990px) {
  .textblock-text {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}
.textblock-text h1,
.textblock-text h2,
.textblock-text h4,
.textblock-text h5,
.textblock-text h6 {
  font-size: 3.5em;
  line-height: normal;
  margin-bottom: 24px;
  font-weight: 500;
  color: #002268;
}
@media (max-width: 768px) {
  .textblock-text h1,
  .textblock-text h2,
  .textblock-text h4,
  .textblock-text h5,
  .textblock-text h6 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
.textblock-text h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .textblock-text h3 {
    font-size: 1.125em;
  }
}
@media (max-width: 768px) {
  .textblock-text h2 {
    font-size: 2em;
  }
}
.textblock-text p,
.textblock-text ul {
  margin-bottom: 8px;
}
@media (min-width: 1800px) {
  .textblock-text p,
  .textblock-text ul {
    margin-bottom: 0.5em;
  }
}
.textblock-text p span {
  font-size: 1.5em !important;
}

.textcards {
  margin: 200px 0;
}
@media (max-width: 768px) {
  .textcards {
    margin: 80px 0;
  }
}
@media (min-width: 1800px) {
  .textcards {
    margin: 12.5em 0;
  }
}
@media (min-width: 1800px) {
  .textcards {
    margin: 11.11em 0;
  }
}
.textcards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .textcards-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.textcards-row > div {
  width: calc(50% - 12px);
}
@media (min-width: 1800px) {
  .textcards-row > div {
    width: calc(50% - 0.75em);
  }
}
@media (max-width: 768px) {
  .textcards-row > div {
    width: 100%;
  }
}
.textcards-text {
  padding: 80px 112px;
  border: 1px solid #377DDB;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .textcards-text {
    padding: 40px 60px;
  }
}
@media (max-width: 990px) {
  .textcards-text {
    padding: 20px 40px;
  }
}
@media (min-width: 1800px) {
  .textcards-text {
    padding: 5em 7em;
    border-radius: 0.5em;
  }
}
@media (max-width: 768px) {
  .textcards-text {
    padding: 24px;
  }
}
.textcards-text h1, .textcards-text h2, .textcards-text h3, .textcards-text h4, .textcards-text h5, .textcards-text h6 {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: normal;
  color: #002268;
}
@media (min-width: 1800px) {
  .textcards-text h1, .textcards-text h2, .textcards-text h3, .textcards-text h4, .textcards-text h5, .textcards-text h6 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .textcards-text h1, .textcards-text h2, .textcards-text h3, .textcards-text h4, .textcards-text h5, .textcards-text h6 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}

.section_button {
  margin: 30px 0;
}
@media (min-width: 1800px) {
  .section_button {
    margin: 1.875em 0;
  }
}
.section_button.position-l {
  text-align: left;
}
.section_button.position-r {
  text-align: right;
}
.section_button.position-c {
  text-align: center;
}

.footer .adresse {
  font-family: "Montserrat", sans-serif;
}
.footer .adresse::before {
  background-image: url("./img/logoelemblue.svg");
}
.footer .adresse span, .footer .adresse a {
  color: #2B3446;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (min-width: 1800px) {
  .footer .adresse span, .footer .adresse a {
    font-size: 1.2em;
  }
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1800px) {
  .footer-row {
    gap: 2.5em;
  }
}
.footer-heading {
  padding-top: 40px;
  border-top: 1px solid #377DDB;
  margin-bottom: 138px;
  font-size: 2.5em;
  font-weight: 400;
}
@media (min-width: 1800px) {
  .footer-heading {
    padding-top: 1em;
    margin-bottom: 2.625em;
  }
}
@media (max-width: 1024px) {
  .footer-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .footer-heading {
    font-size: 2em !important;
  }
}
.footer-heading h1, .footer-heading h2, .footer-heading h3, .footer-heading h4, .footer-heading h5, .footer-heading h6 {
  font-size: inherit;
  font-weight: inherit;
  color: #002268;
}
.footer-middle {
  padding-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #377DDB;
}
@media (min-width: 1800px) {
  .footer-middle {
    padding-top: 1.75em;
    padding-bottom: 1.5em;
  }
}
.footer-bottom {
  padding: 13px 0 20px;
  font-size: 0.88em;
  color: #777777;
}
@media (min-width: 1800px) {
  .footer-bottom {
    padding: 0.813em 0 1.25em;
  }
}
.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1800px) {
  .footer-bottom ul {
    gap: 0.938em;
  }
}
.footer-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1800px) {
  .footer-row-reverse {
    font-size: 1.2em;
  }
}
.footer .btn::after {
  width: 1.5em;
  height: 1.5em;
  width: 32px;
  height: 32px;
}
@media (min-width: 1800px) {
  .footer .btn::after {
    width: 43px;
    height: 43px;
  }
}
.footer .btn:hover {
  opacity: 1;
}
.footer .btn:hover::after {
  background-image: url(./img/btnright_bl.svg);
}
.footer .btn-text-left-footer {
  font-size: 1.5em;
  color: #002268;
  position: relative;
  padding-right: 48px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1800px) {
  .footer .btn-text-left-footer {
    padding-right: 2.5em;
  }
}
.footer .btn-text-left-footer svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 1800px) {
  .footer .btn-text-left-footer svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.footer .btn-text-left-footer svg rect, .footer .btn-text-left-footer svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .btn-text-left-footer:hover rect {
  fill: #377DDB;
}
.footer .btn-text-left-footer:hover path {
  fill: #fff;
}

@media print {
  @page {
    size: auto;
    margin: 10mm 10mm 10mm 20mm;
  }
  html {
    margin: 0;
  }
  body {
    padding-top: 0 !important;
  }
  .header {
    position: static;
  }
  .header-menu,
  .header-modal,
  .hero .btn-down,
  .header .nav__line,
  .textblockslider .textblockslider-underline::before,
  .sliderblocks-underline::before,
  .slider .slider-arrows-container,
  .slider .slick-dots,
  .sliderblocks-info,
  .sliderblocks-arrows-container,
  .imagetext-underline::before,
  .grafik-nav,
  .grafik-arrows-container,
  .gfield--type-captcha,
  .section_button {
    display: none;
  }
  section {
    opacity: 1 !important;
  }
  header {
    display: block;
  }
  .header.sticky {
    -webkit-transform: none;
            transform: none;
  }
  .header-main {
    border-bottom: none;
  }
  [data-aos=fade-up] {
    -webkit-transform: none;
            transform: none;
  }
  [data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: none;
            transform: none;
  }
  .hero {
    padding-top: 0 !important;
    min-height: calc(100vh - 74px) !important;
    max-height: calc(100vh - 74px) !important;
    top: 74px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
  .hero .container {
    background: none !important;
    padding-bottom: 32px !important;
    min-height: auto !important;
  }
  .hero-block {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .hero__background {
    max-height: calc(100vh - 74px) !important;
    min-height: calc(100vh - 74px) !important;
  }
  .hero .hero-title,
  .hero .hero-text {
    color: white !important;
  }
  .hero .hero-text {
    padding-bottom: 32px;
  }
  .hero__background--black-overlay:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(68.07%, rgba(0, 0, 0, 0))), rgba(211, 211, 211, 0) 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 68.07%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
    width: calc(100% - 1px);
  }
  .textblockslider {
    padding: 10px 0 0 0;
    margin-bottom: 30px;
  }
  .textblockslider-blocks {
    padding-bottom: 30px;
  }
  .textblockslider-text_1,
  .textblockslider-text_2,
  .textblock-image,
  .textblock-text {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .textblock-image {
    display: none;
  }
  .slider {
    margin: 0 !important;
  }
  .imagetext {
    margin: 80px 0;
  }
  .imagetext-row {
    gap: 60px;
  }
  .imagetext-image, .imagetext-text {
    max-width: 100%;
    width: 100%;
  }
  .slider .slider-block {
    margin-bottom: 80px !important;
  }
  .slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slider .slider-slide img {
    max-height: 400px;
    max-width: 700px;
  }
  .sliderblocks .sliderblocks-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  .sliderblocks .slick-track {
    display: block !important;
  }
  .sliderblocks .slick-list {
    height: auto !important;
  }
  .sliderblocks {
    padding-bottom: 50px;
  }
  .sliderblocks .container {
    max-width: none;
  }
  .sliderblocks-heading, .sliderblocks-content {
    width: 100%;
  }
  .cta .cta-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cta-text h3 {
    font-size: 24px;
  }
  .cta {
    margin: 80px 0 !important;
  }
  .imagetext img {
    max-height: 650px;
    max-width: 700px;
  }
  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contacts-contacts, .contacts-map, .contacts-row > div {
    width: 100%;
  }
  .grafik {
    margin: 80px 0 80px;
  }
  .grafik .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grafik .slick-slide,
  .grafik .grafik-blocks {
    width: 100% !important;
  }
  .grafik .slick-list {
    padding: 0px 10px !important;
    height: auto !important;
  }
  .grafik .slick-slide a {
    margin: 0 !important;
  }
  .btn-text-right::before {
    z-index: 1;
  }
  .contactform {
    margin: 80px 0 !important;
  }
  .postid-85 .textcards {
    margin: 80px 0 200px 0;
  }
  .postid-87 .textcards {
    margin: 80px 0 300px 0;
  }
  .faq-block-wrapper {
    display: block !important;
  }
  .footer-heading {
    margin-bottom: 60px !important;
  }
  body {
    background: white;
    font-size: 10pt;
  }
  #sidebar {
    display: none;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  h1,
  h3,
  h4,
  h5,
  h6,
  .grafik .container .grafik-heading,
  .textcards-text h2,
  .imagetext-text_text h2 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  .grafik .container .grafik-heading,
  .imagetext-text_text {
    page-break-after: avoid !important;
  }
  .slider img,
  .sliderblocks-block,
  .footer,
  .slick-slide,
  .contactform .gform_wrapper,
  .faq-block {
    page-break-inside: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-inside: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
}
.single-lawyers .grafik,
.single-lawyers .textcards {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .single-lawyers .grafik,
  .single-lawyers .textcards {
    margin: 40px 0;
  }
}
@media (min-width: 1800px) {
  .single-lawyers .grafik,
  .single-lawyers .textcards {
    margin: 5.06em 0 56px;
  }
}

.page-id-28 .hero__background img {
  -o-object-position: 0 top;
     object-position: 0 top;
}/*# sourceMappingURL=style.css.map */