@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jg6akv");
  src: url("../fonts/icomoon.eot?jg6akv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jg6akv") format("truetype"), url("../fonts/icomoon.woff?jg6akv") format("woff"), url("../fonts/icomoon.svg?jg6akv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_right:before {
  content: "\e904";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-play_circle_filled:before {
  content: "\e901";
}

.icon-pause_circle_filled:before {
  content: "\e902";
}

.icon-chevron-small-right:before {
  content: "\e905";
}

.icon-user-group:before {
  content: "\e903";
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #a7a7a7;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #04244d;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

:root {
  --bs-primary: #5f9e8f;
  --bs-secondary: #123559;
  --bs-success: #00c367;
  --bs-info: #bc62ef;
  --bs-warning: #ffc31c;
  --bs-danger: #ff4444;
  --bs-light: #f6f6f6;
  --bs-dark: #000;
  --bs-primary-rgb: 95, 158, 143;
  --bs-secondary-rgb: 18, 53, 89;
  --bs-success-rgb: 0, 195, 103;
  --bs-info-rgb: 188, 98, 239;
  --bs-warning-rgb: 255, 195, 28;
  --bs-danger-rgb: 255, 68, 68;
  --bs-light-rgb: 246, 246, 246;
  --bs-dark-rgb: 0, 0, 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  height: 100%;
  font-size: 10px;
}

html,
body {
  min-width: 320px;
  margin: 0 auto;
}

body {
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #2c2c2c;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.3em;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

body:not(.mobile) a:hover {
  color: var(--bs-primary);
}

input,
button,
textarea {
  font-family: "Josefin Sans", sans-serif;
}

input::-ms-clear {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1em;
  text-transform: uppercase;
}

h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1em;
}

h3 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.58em;
  text-transform: uppercase;
  color: #04244d;
  margin-bottom: 4rem;
}

h3.team-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.22em;
  text-transform: none;
}

h4 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2em;
  color: #04244d;
}

.subtitle {
  font-size: 2.8rem;
  line-height: 1.17em;
  margin-bottom: 10rem;
}

p,
ul,
ol,
figure {
  margin-bottom: 1.5em;
}

._page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: calc(100% - 200px);
  max-width: 114rem !important;
  margin: 0 auto;
  padding: 0;
}

[padding-top-header-size] {
  padding-top: 193.35px;
}

.padding-wrap {
  padding: 5rem 0;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.text {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.584em;
  letter-spacing: 0.05em;
}

.text a {
  text-decoration: underline;
}

.link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.box {
  background: #ffffff;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
}

[data-tab-content] {
  display: none;
}

[data-tab-content].tab-active {
  display: block;
  -webkit-animation: tabs-content 0.6s ease forwards;
  animation: tabs-content 0.6s ease forwards;
}

@-webkit-keyframes tabs-content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tabs-content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

[data-spoller-trigger] + * {
  display: none;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: #04244d !important;
}

.text-success {
  color: #00c367 !important;
}

.text-danger {
  color: #ff4444 !important;
}

.text-info {
  color: #bc62ef !important;
}

.text-dark {
  color: #2c2c2c !important;
}

.text-light {
  color: #cdb6a1 !important;
}

.bg-primary {
  background: var(--bs-primary) !important;
}

.bg-secondary {
  background: #cdb6a1 !important;
}

.bg-success {
  background: #00c367 !important;
}

.bg-danger {
  background: #ff4444 !important;
}

.bg-info {
  background: #bc62ef !important;
}

.bg-dark {
  background: #2c2c2c !important;
}

.bg-light {
  background: #f6f6f6 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.text-content {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.text-content h3 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2em;
  color: #04244d;
  text-transform: none;
}

.text-content h4 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2em;
  color: #04244d;
  text-transform: none;
}

.text-content h5 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2em;
  color: #04244d;
  text-transform: none;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  color: #04244d;
  margin-bottom: 0.7em;
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content figure {
  margin-bottom: 1.5em;
}

.text-content a {
  text-decoration: underline;
}

.text-content ul {
  padding-left: 3em;
}

.text-content ul > li {
  list-style: disc;
}

.text-content ul > li:not(:last-child) {
  margin-bottom: 0.7em;
}

.text-content ul > li > *:last-child {
  margin-bottom: 0;
}

.text-content ol {
  padding-left: 3em;
}

.text-content ol > li:not(:last-child) {
  margin-bottom: 0.7em;
}

.text-content ol > li > *:last-child {
  margin-bottom: 0;
}

.text-content figure {
  display: block;
  width: 100%;
  margin: 8rem 0;
}

.text-content figure > img {
  display: block;
  width: 100%;
  height: auto;
}

.text-content figure + h1,
.text-content figure + h2,
.text-content figure + h3,
.text-content figure + h4,
.text-content figure + h5,
.text-content figure + h6 {
  margin-top: 0rem !important;
}

.text-content video {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 60rem;
  margin: 8rem 0;
}

.text-content iframe {
  display: block;
  width: 100%;
  height: 60rem;
  margin: 8rem 0;
}

.text-content table {
  margin: 9rem 0;
}

.text-content table + h1,
.text-content table + h2,
.text-content table + h3,
.text-content table + h4,
.text-content table + h5,
.text-content table + h6 {
  margin-top: 0rem !important;
}

.text-content p ~ h1,
.text-content p ~ h2,
.text-content p ~ h3,
.text-content p ~ h4,
.text-content p ~ h5,
.text-content p ~ h6,
.text-content ul ~ h1,
.text-content ul ~ h2,
.text-content ul ~ h3,
.text-content ul ~ h4,
.text-content ul ~ h5,
.text-content ul ~ h6,
.text-content ol ~ h1,
.text-content ol ~ h2,
.text-content ol ~ h3,
.text-content ol ~ h4,
.text-content ol ~ h5,
.text-content ol ~ h6,
.text-content figure ~ h1,
.text-content figure ~ h2,
.text-content figure ~ h3,
.text-content figure ~ h4,
.text-content figure ~ h5,
.text-content figure ~ h6,
.text-content h1 ~ h1,
.text-content h1 ~ h2,
.text-content h1 ~ h3,
.text-content h1 ~ h4,
.text-content h1 ~ h5,
.text-content h1 ~ h6,
.text-content h2 ~ h1,
.text-content h2 ~ h2,
.text-content h2 ~ h3,
.text-content h2 ~ h4,
.text-content h2 ~ h5,
.text-content h2 ~ h6,
.text-content h3 ~ h1,
.text-content h3 ~ h2,
.text-content h3 ~ h3,
.text-content h3 ~ h4,
.text-content h3 ~ h5,
.text-content h3 ~ h6,
.text-content h4 ~ h1,
.text-content h4 ~ h2,
.text-content h4 ~ h3,
.text-content h4 ~ h4,
.text-content h4 ~ h5,
.text-content h4 ~ h6,
.text-content h5 ~ h1,
.text-content h5 ~ h2,
.text-content h5 ~ h3,
.text-content h5 ~ h4,
.text-content h5 ~ h5,
.text-content h5 ~ h6,
.text-content h6 ~ h1,
.text-content h6 ~ h2,
.text-content h6 ~ h3,
.text-content h6 ~ h4,
.text-content h6 ~ h5,
.text-content h6 ~ h6 {
  margin-top: 1.4em;
}

.map {
  height: 70rem;
  background-color: #cdb6a1;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 48;
}

.header--is-scroll:not(.header--simple) {
  -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
}

.header--is-scroll .header__body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--simple {
  background-color: transparent;
  position: absolute;
}

.header--simple .header__row-1 {
  margin-bottom: 0;
}

.header--simple .header__row-2 {
  display: none;
}

.header--menu-hide .header__row-1 {
  margin-bottom: 0;
}

.header--menu-hide .header__row-2 {
  display: none;
}

.header__body {
  padding-top: 3rem;
  padding-bottom: 2.4rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__logo {
  margin-right: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__logo-img {
  width: 100%;
  max-width: 27.5rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__logo-img img,
.header__logo-img svg {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__logo-text {
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1em;
  color: #04244d;
  max-width: 24.3rem;
}

.header__logo-text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  max-height: 5.3rem;
  background-color: #04244d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-right: 2.4rem;
}

.header__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn:not(:last-child) {
  margin-right: 3.2rem;
}

.header__btn.btn--secondary {
  font-size: 1.6rem;
  width: 100%;
  max-width: 25.1rem;
  margin-left: 3rem;
}

.header__btn.btn--primary {
  font-size: 1.9rem;
  width: 100%;
  max-width: 25rem;
}

.header__btn.btn--primary img {
  margin-right: 1.8rem;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .menu__link {
  position: relative;
  padding-right: 1.6rem;
}

.menu-item-has-children > .menu__link:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.6em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-item-has-children > .menu__link--submenu-is-open::before {
  -webkit-transform: translateY(-50%) scale(1, -1);
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

@-webkit-keyframes subMenuAnim {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

@keyframes subMenuAnim {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

.mobile-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 47;
  background-color: var(--bs-secondary);
  padding-top: 15px;
  padding-bottom: 12px;
}

.mobile-nav--menu-hide .mobile-nav__item[data-action="open-mobile-menu"] {
  display: none;
}

.mobile-nav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav__item {
  text-align: center;
  color: #fff;
}

.mobile-nav__icon {
  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;
  margin-bottom: 5px;
}

.mobile-nav__title {
  font-size: 13px;
  line-height: 1em;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 48;
  background-color: var(--bs-secondary);
  color: #fff;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.mobile-menu--open {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile-menu-close {
  position: fixed;
  z-index: 49;
  top: 20px;
  right: 20px;
  color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-close--show {
  -webkit-transition: all 0.3s ease 0.6s;
  -o-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
  opacity: 1;
  visibility: visible;
}

.footer {
  padding-bottom: 0;
}

.footer__row-1 {
  margin-bottom: 4rem;
}

.footer__row-2 {
  margin-bottom: 3rem;
}

.footer__logo {
  width: 100%;
  max-width: 27.5rem;
  margin: 0 auto;
}

.footer__logo img,
.footer__logo svg {
  width: 100%;
  height: auto;
}

.footer__scroll-top {
  width: 64px;
  margin: 0 auto;
  display: block;
}

.footer__scroll-top img {
  width: 100%;
  height: auto;
}

.footer__nav {
  margin-bottom: 1rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.footer__links > li {
  margin-bottom: 0.8rem;
}

.footer__links > li:not(:last-child) {
  margin-right: 3rem;
}

.footer__link {
  font-size: 18px;
  line-height: 1em;
  color: #04244d;
  font-weight: 500;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 103rem;
  margin-left: auto;
}

.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.footer__address-item:not(:last-child) {
  margin-right: 2rem;
}

.footer__address-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.3rem;
}

.footer__address-icon img {
  max-height: 4.8rem;
  width: auto;
}

.footer__address-text {
  font-size: 19px;
  line-height: 1.58em;
  letter-spacing: 0.05em;
  color: #04244d;
  font-weight: 500;
}

.footer__address-text a {
  color: inherit;
}

.footer__row-4 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 158%;
  text-align: center;
  color: #04244d;
  max-width: 56em;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .footer__row-4 p {
    font-size: 14px;
    color: #fff;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 15.5rem;
  min-height: 5.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.6rem 2rem;
  cursor: pointer;
  color: #fff;
  background-color: var(--bs-secondary);
  border-radius: 0.8rem;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.btn:hover {
  background: var(--bs-primary);
  color: #fff !important;
}

.btn img,
.btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 3.2rem;
  width: auto;
  margin-right: 1rem;
}

.btn--secondary {
  background-color: var(--bs-primary);
}

.btn--with-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 0.8em;
  margin-left: 0.8em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-btn {
  text-align: center;
  display: inline-block;
}

.close-btn__icon {
  width: 25px;
  height: auto;
  margin-bottom: 4px;
  display: inline-block;
}

.close-btn__icon svg {
  width: 100%;
  height: auto;
}

.close-btn__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
}

.promo-header {
  position: relative;
}

.promo-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}

.promo-header__bg img {
  opacity: 0.7;
}

.promo-header__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
}

.promo-header__bg iframe {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.promo-header__body {
  position: relative;
  z-index: 2;
  min-height: 63.4rem;
  color: #fff;
  padding-top: 7.7rem;
  padding-bottom: 6.4rem;
  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;
}

.promo-header__title {
  margin-bottom: 3rem;
  max-width: 98rem;
  font-size: 8rem;
  line-height: 1.175em;
  margin-bottom: 8.3rem;
  font-weight: 400;
}

.promo-header__subtitle {
  font-size: 3.6rem;
  line-height: 1em;
  margin-bottom: 4rem;
  font-weight: 400;
  max-width: 13em;
}

.promo-header__text {
  max-width: 56rem;
  margin-bottom: 4.5rem;
  font-size: 24px;
  line-height: 1em;
}

.promo-header__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-header__btn-group > * {
  min-width: 19.4rem;
}

.promo-header__btn-group > *:first-child {
  margin-right: 6.8rem;
}

.video-block {
  height: 100%;
  width: 100%;
}

.video-block__poster {
  height: 0;
  padding-bottom: 56%;
}

.video-block__poster img {
  width: 100% !important;
  height: 100% !important;
}

.video-block__video-wrap {
  position: relative;
  margin: 0 auto;
}

.video-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-block__controll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  width: 13rem;
  height: 13rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-block__controll--play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTkiIGhlaWdodD0iMTE0IiB2aWV3Qm94PSIwIDAgOTkgMTE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOTguNzMzNCA1Ny4xNTE1TDAuNjMyOTY3IDExMy44NjhMMC42MzI5NzIgMC40MzUzODJMOTguNzMzNCA1Ny4xNTE1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.video-block__controll--pause {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iMTE0IiB2aWV3Qm94PSIwIDAgODQgMTE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMTE0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI2NCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjExNCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.text-block--bottom-space {
  margin-bottom: 5rem;
}

.text-block__text {
  margin-bottom: 5.5rem;
}

.text-block__text::after {
  content: "";
  display: block;
  clear: both;
}

.text-block__text > *:last-child {
  margin-bottom: 0;
}

.text-block__text--secondary {
  padding: 0 7rem;
}

.text-block__text--secondary.text-content {
  line-height: 1.59em;
  letter-spacing: 0.05em;
}

.text-block__text--bottom-space {
  margin-bottom: 4.5rem;
}

.text-block__media-wrap {
  width: 100%;
  margin-bottom: 4rem;
}

.text-block__media-wrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0px 4px 19px rgba(40, 83, 143, 0.2);
  box-shadow: 0px 4px 19px rgba(40, 83, 143, 0.2);
}

.text-block__media-wrap video {
  margin: 0 !important;
  height: 100% !important;
}

.interactive-map__body svg {
  width: 100%;
  height: auto;
}

.interactive-map__text {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.interactive-map__text.active {
  fill: var(--bs-primary);
}

.interactive-map__area {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.interactive-map__area.active {
  fill: var(--bs-primary);
  stroke: var(--bs-primary);
}

.interactive-map__btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.interactive-map__btn.active,
.interactive-map__btn.txtt {
  stroke: var(--bs-primary);
}

.simple-cards-carousel {
  position: relative;
  margin-bottom: 4.5rem;
}

.simple-cards-carousel:last-child {
  margin-bottom: 0;
}

.simple-cards-carousel--three-slides .swiper-slide {
  opacity: 1 !important;
  -webkit-transform: scale(0.97) !important;
  -ms-transform: scale(0.97) !important;
  transform: scale(0.97) !important;
}

.simple-cards-carousel .swiper {
  margin: -2rem;
  padding: 2rem;
  width: auto;
}

.simple-cards-carousel .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s;
}

.simple-cards-carousel .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.simple-cards-carousel .swiper-slide.swiper-slide-prev,
.simple-cards-carousel .swiper-slide.swiper-slide-next,
.simple-cards-carousel .swiper-slide.swiper-slide-active {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 1;
}

.simple-cards-carousel .slider-pagination {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
}

.simple-card {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  border-radius: 2rem;
  padding-bottom: max(180px, 64%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.simple-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 2rem;
  overflow: hidden;
}

.simple-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.simple-card__img img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.simple-card__title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 600;
  font-size: 4.1rem;
  line-height: 1em;
  color: #fff;
  width: 100%;
  padding: 2rem 3rem;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: calc(100% + 60px);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-button {
  pointer-events: auto;
  padding: 0 5px;
  font-size: 73px;
  color: #04244d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slider-button svg {
  height: 1em;
  width: auto;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-pagination .swiper-pagination-bullet {
  margin: 0 1.2rem !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0.4rem;
  border-radius: 1rem;
  max-width: 5.6rem;
}

.slider-pagination .swiper-pagination-bullet-active {
  background-color: #04244d;
}

.partners {
  position: relative;
  padding: 15rem 0;
  margin: -5rem 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;
}

.partners__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(164, 254, 233, 0.16);
  -webkit-clip-path: polygon(0 26%, 100% 0%, 100% 74%, 0% 100%);
  clip-path: polygon(0 26%, 100% 0%, 100% 74%, 0% 100%);
}

.partners__bg img {
  opacity: 0.15;
}

.partners__body {
  position: relative;
  z-index: 2;
}

.partners__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.partners__slider .swiper-slide {
  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;
  height: 9.2rem;
  width: auto;
}

.partners__slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.partners__slider .slider-pagination {
  position: absolute;
  left: 0;
  bottom: -4.5rem;
  width: 100%;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.4rem -6.2rem;
  padding-left: 0;
}

.services__list > li {
  padding: 0 1.4rem;
  margin-bottom: 6.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333333333%;
  flex: 0 1 33.3333333333%;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card--big .card__img {
  padding-bottom: 54.2%;
}

.card--big .card__inner {
  padding-top: 20px;
  padding-bottom: 61px;
}

.card--big .card__title {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.card--big .card__text {
  letter-spacing: 0.05em;
}

.card__img {
  height: 0;
  padding-bottom: 51.11%;
  background-color: var(--bs-primary);
  overflow: hidden;
}

.card__img img {
  opacity: 0.74;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card__inner {
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3.5rem 2rem 4rem;
}

.card__title {
  margin-bottom: 1.8rem;
  color: #04244d;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.3em;
  min-height: 2.6em;
  letter-spacing: 0.03em;
}

.card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  border-top: 1px solid rgba(168, 168, 168, 0.15);
  border-bottom: 1px solid rgba(168, 168, 168, 0.15);
  padding-top: 0.8rem;
  margin-bottom: 4rem;
}

.card__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  color: #2c2c2c;
  margin-bottom: 0.8rem;
}

.card__meta-item:not(:last-child) {
  margin-right: 2em;
}

.card__meta-item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.57em;
  height: 1.57em;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.42em;
}

.card__meta-item strong {
  font-weight: 400;
  color: #5f9e8f;
}

.card__link {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.card-with-play-icon .card__img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 12rem;
  height: 12rem;
  background-position: 64% 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTkiIGhlaWdodD0iMTE0IiB2aWV3Qm94PSIwIDAgOTkgMTE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOTguNzMzNCA1Ny4xNTE1TDAuNjMyOTY3IDExMy44NjhMMC42MzI5NzIgMC40MzUzODJMOTguNzMzNCA1Ny4xNTE1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

.list-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -3rem;
  padding-left: 0;
}

.list-col-2 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 1.5rem);
  flex: 0 1 calc(50% - 1.5rem);
  margin-bottom: 3rem;
}

.list-col-3 {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem;
}

.list-col-3 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}

.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}

.cta__list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25.6%;
  flex: 0 1 25.6%;
  position: relative;
}

.cta__list > li:not(:last-child):before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -16px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  height: 43px;
  width: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAxNiA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMjkyODkgNDMuNzA3MUM3LjY4MzQyIDQ0LjA5NzYgOC4zMTY1OCA0NC4wOTc2IDguNzA3MSA0My43MDcxTDE1LjA3MTEgMzcuMzQzMUMxNS40NjE2IDM2Ljk1MjYgMTUuNDYxNiAzNi4zMTk1IDE1LjA3MTEgMzUuOTI4OUMxNC42ODA1IDM1LjUzODQgMTQuMDQ3NCAzNS41Mzg0IDEzLjY1NjkgMzUuOTI4OUw4IDQxLjU4NThMMi4zNDMxNCAzNS45Mjg5QzEuOTUyNjIgMzUuNTM4NCAxLjMxOTQ2IDM1LjUzODQgMC45Mjg5MzEgMzUuOTI4OUMwLjUzODQwNiAzNi4zMTk1IDAuNTM4NDA2IDM2Ljk1MjYgMC45Mjg5MzEgMzcuMzQzMUw3LjI5Mjg5IDQzLjcwNzFaTTcgLTQuMzcxMTRlLTA4TDcgMi4wNDc2Mkw5IDIuMDQ3NjJMOSA0LjM3MTE0ZS0wOEw3IC00LjM3MTE0ZS0wOFpNNyA1LjExOTA1TDcgOS4yMTQyOUw5IDkuMjE0MjlMOSA1LjExOTA1TDcgNS4xMTkwNVpNNyAxMi4yODU3TDcgMTYuMzgxTDkgMTYuMzgxTDkgMTIuMjg1N0w3IDEyLjI4NTdaTTcgMTkuNDUyNEw3IDIzLjU0NzZMOSAyMy41NDc2TDkgMTkuNDUyNEw3IDE5LjQ1MjRaTTcgMjYuNjE5TDcgMzAuNzE0M0w5IDMwLjcxNDNMOSAyNi42MTlMNyAyNi42MTlaTTcgMzMuNzg1N0w3IDM3Ljg4MUw5IDM3Ljg4MUw5IDMzLjc4NTdMNyAzMy43ODU3Wk03IDQwLjk1MjRMNyA0M0w5IDQzTDkgNDAuOTUyNEw3IDQwLjk1MjRaIiBmaWxsPSIjMjg1MzhGIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta__list > li:not(:last-child) .cta__card {
  position: relative;
}

.cta__list > li:not(:last-child) .cta__card:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA5NyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTk2LjcwNzEgOC43MDcxMkM5Ny4wOTc2IDguMzE2NTkgOTcuMDk3NiA3LjY4MzQzIDk2LjcwNzEgNy4yOTI5TDkwLjM0MzEgMC45Mjg5NEM4OS45NTI2IDAuNTM4NDE2IDg5LjMxOTUgMC41Mzg0MTYgODguOTI4OSAwLjkyODk0Qzg4LjUzODQgMS4zMTk0NiA4OC41Mzg0IDEuOTUyNjMgODguOTI4OSAyLjM0MzE1TDk0LjU4NTggOC4wMDAwMUw4OC45Mjg5IDEzLjY1NjlDODguNTM4NCAxNC4wNDc0IDg4LjUzODQgMTQuNjgwNiA4OC45Mjg5IDE1LjA3MTFDODkuMzE5NSAxNS40NjE2IDg5Ljk1MjYgMTUuNDYxNiA5MC4zNDMxIDE1LjA3MTFMOTYuNzA3MSA4LjcwNzEyWk0tOC45MTc1NmUtMDggOUwxLjk1OTE4IDlMMS45NTkxOCA3TDguOTE3NTZlLTA4IDdMLTguOTE3NTZlLTA4IDlaTTQuODk3OTYgOUw4LjgxNjMzIDlMOC44MTYzMyA3TDQuODk3OTYgN0w0Ljg5Nzk2IDlaTTExLjc1NTEgOUwxNS42NzM1IDlMMTUuNjczNSA3TDExLjc1NTEgN0wxMS43NTUxIDlaTTE4LjYxMjIgOUwyMi41MzA2IDlMMjIuNTMwNiA3TDE4LjYxMjIgN0wxOC42MTIyIDlaTTI1LjQ2OTQgOUwyOS4zODc4IDlMMjkuMzg3OCA3TDI1LjQ2OTQgN0wyNS40Njk0IDlaTTMyLjMyNjUgOUwzNi4yNDQ5IDlMMzYuMjQ0OSA3TDMyLjMyNjUgN0wzMi4zMjY1IDlaTTM5LjE4MzcgOUw0My4xMDIgOUw0My4xMDIgN0wzOS4xODM3IDdMMzkuMTgzNyA5Wk00Ni4wNDA4IDlMNDkuOTU5MiA5TDQ5Ljk1OTIgN0w0Ni4wNDA4IDdMNDYuMDQwOCA5Wk01Mi44OTggOUw1Ni44MTYzIDkuMDAwMDFMNTYuODE2MyA3LjAwMDAxTDUyLjg5OCA3TDUyLjg5OCA5Wk01OS43NTUxIDkuMDAwMDFMNjMuNjczNSA5LjAwMDAxTDYzLjY3MzUgNy4wMDAwMUw1OS43NTUxIDcuMDAwMDFMNTkuNzU1MSA5LjAwMDAxWk02Ni42MTIzIDkuMDAwMDFMNzAuNTMwNiA5LjAwMDAxTDcwLjUzMDYgNy4wMDAwMUw2Ni42MTIzIDcuMDAwMDFMNjYuNjEyMyA5LjAwMDAxWk03My40Njk0IDkuMDAwMDFMNzcuMzg3OCA5LjAwMDAxTDc3LjM4NzggNy4wMDAwMUw3My40Njk0IDcuMDAwMDFMNzMuNDY5NCA5LjAwMDAxWk04MC4zMjY1IDkuMDAwMDFMODQuMjQ0OSA5LjAwMDAxTDg0LjI0NDkgNy4wMDAwMUw4MC4zMjY1IDcuMDAwMDFMODAuMzI2NSA5LjAwMDAxWk04Ny4xODM3IDkuMDAwMDFMOTEuMTAyIDkuMDAwMDFMOTEuMTAyIDcuMDAwMDFMODcuMTgzNyA3LjAwMDAxTDg3LjE4MzcgOS4wMDAwMVpNOTQuMDQwOCA5LjAwMDAxTDk2IDkuMDAwMDFMOTYgNy4wMDAwMUw5NC4wNDA4IDcuMDAwMDFMOTQuMDQwOCA5LjAwMDAxWiIgZmlsbD0iIzA0MjQ0RCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 2rem;
  width: 45%;
}

.cta__list .btn {
  width: 100%;
  border-radius: 2rem;
  min-height: 6.3rem;
}

.cta__card {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin-bottom: 6rem;
}

.cta__card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  border-radius: 2rem;
  text-align: center;
  min-height: 26.2rem;
  padding: 1rem;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta__card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2rem;
  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;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 2rem;
}

.cta__card-icon {
  height: 8.2rem;
  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;
  margin-bottom: 2.2rem;
}

.cta__card-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cta__card-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 600;
  color: #04244d;
}

.brochure__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  min-height: 51.5rem;
  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;
  position: relative;
}

.brochure__img-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48rem;
  max-width: 100%;
  text-align: center;
}

.brochure__img-decor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.brochure__col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 1.5rem;
}

.brochure__img {
  height: 36.9rem;
  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;
  position: relative;
  z-index: 2;
}

.brochure__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.bottom-form {
  position: relative;
}

.home .bottom-form {
  margin-top: -120px;
}
@media (max-width: 767px) {
  .home .bottom-form {
    margin-top: -80px;
  }
}

.bottom-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(164, 254, 233, 0.16);
  -webkit-clip-path: polygon(0 26%, 100% 0%, 100% 74%, 0% 100%);
  clip-path: polygon(0 26%, 100% 0%, 100% 74%, 0% 100%);
}

.bottom-form__bg img {
  opacity: 0.3;
}

.bottom-form__body {
  position: relative;
  z-index: 2;
  min-height: 75.7rem;
  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;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5.7rem 2rem 5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 58.6rem;
  position: relative;
  color: #5b5959;
}

.form .close-btn {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
}

.form__title {
  margin-bottom: 2.4rem;
}

.bottom-form .text-block__text--secondary {
  padding: 0;
  line-height: 1.2;
  margin: 0 0 3rem;
}

.form__text {
  margin-bottom: 2.5rem;
  text-align: center;
}

.form__text.text-content {
  font-size: 1.8rem;
}

.form__item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 31.3rem;
}

.form__item:not(:last-child) {
  margin-bottom: 1.9rem;
}

.form__item--has-link {
  margin-top: -1rem;
}

.form__link {
  padding: 0 1.5rem;
}

.form__submit {
  margin-top: 2.7rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 0.8rem;
  height: 4rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  outline: none;
  font-size: 1.4rem;
  line-height: 1.58em;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: rgba(18, 53, 89, 0.05);
  color: #5b5959;
  font-family: "Montserrat", sans-serif;
}

.input:focus {
  border-color: #5f9e8f;
}

.input::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.input::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.input:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.input::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.input::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: rgba(18, 53, 89, 0.05);
  color: #5b5959;
  border-radius: 0.8rem;
  height: 10rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  outline: none;
  font-size: 1.4rem;
  line-height: 1.58em;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.textarea:focus {
  border-color: #5f9e8f;
}

.textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(242, 247, 254, 0.74);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 60;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  white-space: normal;
  outline: none;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
}

.popup--open {
  opacity: 1;
  visibility: visible;
}

.popup--open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  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;
  padding: 1.5rem 0rem;
}

.popup__close-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__content {
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__form {
  padding-top: 6.7rem !important;
}

.popup__form .form__title {
  line-height: 1em;
}

.economic {
  position: relative;
}

.economic__title {
  margin-bottom: 7.8rem;
  padding-right: 6rem;
}

.economic__bottom {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.economic__bottom > * {
  margin: 0 1.5rem;
  min-width: 28.8rem;
}

.economic .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.cookies-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5f9e8f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 50;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%);
}

.cookies-message.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.cookies-message__body {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cookies-message__text {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.cookies-message a {
  margin: 0 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.economic-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.economic-card__head {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: var(--bs-primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1rem 2.2rem;
  min-width: 26.2rem;
  border-radius: 2rem 2rem 0 0;
}

.economic-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 2.6rem;
}

.economic-card__icon img,
.economic-card__icon svg {
  width: auto;
  height: auto;
  max-height: 5.1rem;
}

.economic-card__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1em;
}

.economic-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0 2rem 2rem 2rem;
  padding: 5.2rem 3rem 2.7rem;
  text-align: center;
  color: #123559;
  min-height: 18.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.economic-card__value {
  font-weight: 600;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 2rem;
}

.economic-card__text {
  margin-bottom: 2rem;
  display: none;
}

.economic-card__btn {
  margin-top: auto;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}

.hero {
  position: relative;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5f9e8f;
}

.hero__body {
  position: relative;
  z-index: 2;
  min-height: 63.6rem;
  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: 11rem;
  padding-top: 10rem;
  color: #fff;
}

.hero__title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.person-card {
  position: relative;
  height: 40.9rem;
  width: 100%;
  max-width: 40.9rem;
}

.person-card__text-wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  -ms-transform: translate(-50%, -50%) rotate(20deg);
  transform: translate(-50%, -50%) rotate(20deg);
  width: 78.5%;
  height: 78.5%;
}

.person-card__box {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 158, 143, 0.8)), to(rgba(95, 158, 143, 0.8)));
  background: -o-linear-gradient(top, rgba(95, 158, 143, 0.8) 0%, rgba(95, 158, 143, 0.8) 100%);
  background: linear-gradient(180deg, rgba(95, 158, 143, 0.8) 0%, rgba(95, 158, 143, 0.8) 100%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 2rem;
  overflow: hidden;
  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;
  padding: 6rem 3rem;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.person-card__text {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1em;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.person-card__text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.person-card__text::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 10px;
}

.person-card__text::-webkit-scrollbar-thumb:hover {
  background: #b3afb3;
}

.person-card__text::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #f0f0f0;
  box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}

.person-card__img-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(1deg);
  -ms-transform: translate(-50%, -50%) rotate(1deg);
  transform: translate(-50%, -50%) rotate(1deg);
  width: 78.5%;
  height: 78.5%;
}

.person-card__img {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cards-carousel {
  position: relative;
  margin-bottom: 4.5rem;
}

.cards-carousel:last-child {
  margin-bottom: 0;
}

.cards-carousel--three-slides .swiper-slide {
  opacity: 1 !important;
}

.cards-carousel .swiper {
  margin: -2rem;
  padding: 2rem;
  width: auto;
}

.cards-carousel .swiper-wrapper {
  margin-bottom: 4.5rem;
}

.cards-carousel .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s;
  height: auto;
}

.cards-carousel .swiper-slide.swiper-slide-prev,
.cards-carousel .swiper-slide.swiper-slide-next,
.cards-carousel .swiper-slide.swiper-slide-active {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 1;
}

.cards-carousel .slider-pagination {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}

.blog-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.5rem;
}

.blog-detail-info > * {
  margin: 15px 0;
}

.blog-detail-info > *:first-child {
  margin-right: 20px;
}

.blog-detail-info__group .line {
  height: 38px;
  width: 1px;
  background-color: var(--bs-primary);
  margin: 0 30px;
}

.blog-detail-info__meta {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.58em;
  letter-spacing: 0.05em;
  color: #7d7987;
  font-family: "Montserrat", sans-serif;
}

.blog-detail-info__meta p {
  margin-bottom: 0;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 33px;
}

.author__text-wrap {
  font-weight: 500;
  font-size: 14px;
  line-height: 108.47%;
  letter-spacing: 0.05em;
}

.author__position {
  font-weight: normal;
  font-style: italic;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.social > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0px 24px 0px 0;
  padding: 10px 0;
  position: relative;
}

.social > li:last-child {
  margin-right: 0;
}

.social > li > a {
  height: 27px;
}

.social > li > a img,
.social > li > a svg {
  height: 100%;
  width: auto;
}

.social > li > a img path,
.social > li > a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social .more {
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.social .more:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--bs-primary);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social .hover > a {
  pointer-events: none;
}

.social .hover:hover .sub-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social .hover:hover .more:before {
  border-top: 10px solid var(--bs-primary);
}

.sub-social {
  position: absolute;
  display: none;
  top: 100%;
  left: -30px;
  padding: 10px 30px;
  background-color: rgb(243, 243, 243);
}

.sub-social > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 10px 24px 10px 0;
}

.sub-social > li:last-child {
  margin-right: 0;
}

.sub-social > li > a {
  height: 27px;
}

.sub-social > li > a img,
.sub-social > li > a svg {
  height: 100%;
  width: auto;
}

.sub-social > li > a img path,
.sub-social > li > a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients__nav .swiper {
  height: 7.5rem;
}

.clients__nav .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.clients__nav .swiper-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 18.2rem;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 5.6rem;
  color: #fff;
  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;
  text-align: center;
  padding: 0.8rem 0.3rem;
  background-color: var(--bs-primary);
  border-radius: 2rem 2rem 0 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1em;
  opacity: 0.4;
}

.clients__nav .swiper-slide.tab-active {
  opacity: 1;
  height: 7.4rem;
  font-size: 24px;
  min-width: 22.8rem;
}

.clients__content {
  padding: 6rem;
  border-radius: 0 0 2rem 2rem;
}

.clients__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  height: 12.8rem;
}

.clients__card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.clients__box {
  padding: 5.5rem 6.5rem;
}

.clients__box:not(:last-child) {
  margin-bottom: 6rem;
}

.clients__box-title {
  color: #5f9e8f;
  margin-bottom: 1.6rem;
}

.clients__text > *:last-child {
  margin-bottom: 0;
}

.clients__text.text-content {
  font-weight: 400;
}

.clients__text.text-content ul,
.clients__text.text-content ol {
  padding-left: 1.1em;
}

.clients__text.text-content ul > li:not(:last-child),
.clients__text.text-content ol > li:not(:last-child) {
  margin-bottom: 0.2em;
}

.select__item {
  position: relative;
}

.select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: rgba(76, 98, 100, 0.05);
  border-radius: 0.8rem;
  min-height: 4rem;
  padding: 0.8rem 1.5rem;
  position: relative;
  cursor: pointer;
}

.select__value span {
  font-size: 1.4rem;
  line-height: 1.58em;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}

.select__value:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.6em;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 0 0 0.8rem 0.8rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  padding: 10px 0px 5px 0px;
  color: #2c2c2c;
  -webkit-box-shadow: 0px 0px 10px rgba(236, 157, 171, 0.3);
  box-shadow: 0px 0px 10px rgba(236, 157, 171, 0.3);
  max-height: 315px;
  overflow-y: auto;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.select._active .select__options {
  display: block;
}

.images-carousel {
  position: relative;
}

.images-carousel .swiper {
  margin-bottom: 4.6rem;
}

.images-carousel__img {
  padding-bottom: 56.26%;
}

.images-carousel .slider-buttons {
  -webkit-transform: translate(-50%, calc(-50% - 2.3rem));
  -ms-transform: translate(-50%, calc(-50% - 2.3rem));
  transform: translate(-50%, calc(-50% - 2.3rem));
}

.testimonials {
  font-size: 1rem;
}

.testimonials__slider {
  position: relative;
  width: 100%;
  max-width: 55.5em;
  margin: 0 auto;
}

.testimonials__slider .swiper {
  z-index: 2;
  position: relative;
  margin-bottom: 11.5em;
  overflow: visible;
}

.testimonials__slider .swiper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  border-radius: 2em;
}

.testimonials__slider .swiper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  border-radius: 2em;
  -webkit-transform: rotate(-13.21deg);
  -ms-transform: rotate(-13.21deg);
  transform: rotate(-13.21deg);
}

.testimonials__slider .swiper-wrapper {
  position: relative;
  z-index: 2;
}

.testimonials__slider .swiper-slide {
  opacity: 0 !important;
}

.testimonials__slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.testimonials__slider .slider-buttons {
  -webkit-transform: translate(-50%, calc(-50% - 5.7em));
  -ms-transform: translate(-50%, calc(-50% - 5.7em));
  transform: translate(-50%, calc(-50% - 5.7em));
  width: calc(100% + 19.6em);
}

.testimonials__item {
  text-align: center;
  padding: 5em 6.5em 9.5em;
  min-height: 63.8em;
}

.testimonials__photo {
  margin: 0 auto 1.6em;
  width: 10.9em;
  height: 10.9em;
}

.testimonials__author {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 158.47%;
  letter-spacing: 0.05em;
  margin-bottom: 1.66em;
}

.testimonials__stars {
  margin-bottom: 3.5em;
}

.testimonials__stars .rating {
  font-size: 2.6em;
}

.testimonials__text {
  font-size: 2.2em;
}

.rating {
  position: relative;
  font-size: 2.6rem;
  color: #f5d62f;
  display: inline-block;
}

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__stars-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.rating__star {
  margin-right: 8px;
}

.rating__stars-2 {
  position: relative;
  z-index: 1;
}

body {
  background-color: #fafcff;
  background-size: 100% auto;
  background-image: none !important;
}

.achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1rem;
  padding-left: 0;
}

.achievements__list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  max-width: 32rem;
  padding: 0 1rem;
}

.achievements__item {
  text-align: center;
  text-align: center;
  min-height: 30rem;
  color: #fff;
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.achievements__item > * {
  position: relative;
  z-index: 3;
}

.achievements__item:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%) rotate(12.61deg);
  -ms-transform: translate(-50%, -50%) rotate(12.61deg);
  transform: translate(-50%, -50%) rotate(12.61deg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 182, 161, 0.6)), to(rgba(34, 171, 200, 0.6)));
  background: -o-linear-gradient(top, rgba(205, 182, 161, 0.6) 0%, rgba(34, 171, 200, 0.6) 100%);
  background: linear-gradient(180deg, rgba(205, 182, 161, 0.6) 0%, rgba(34, 171, 200, 0.6) 100%);
  border-radius: 2rem;
}

.achievements__item:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%) rotate(-5.09deg);
  -ms-transform: translate(-50%, -50%) rotate(-5.09deg);
  transform: translate(-50%, -50%) rotate(-5.09deg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 171, 200, 0.5)), to(rgba(205, 182, 161, 0.5)));
  background: -o-linear-gradient(top, rgba(34, 171, 200, 0.5) 0%, rgba(205, 182, 161, 0.5) 100%);
  background: linear-gradient(180deg, rgba(34, 171, 200, 0.5) 0%, rgba(205, 182, 161, 0.5) 100%);
  border-radius: 2rem;
}

.achievements__item-num {
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1em;
  margin-bottom: 1.5rem;
}

.achievements__item-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
}

.why-choose-jda__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem -4.2rem;
  padding-left: 0;
  padding-top: 8rem;
}

.why-choose-jda__list > li {
  padding: 0 1.75rem;
  margin-bottom: 4.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.why-choose-jda__list-item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 21rem;
  width: 100%;
  max-width: 21rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2rem;
}

.why-choose-jda__list-icon {
  height: 13rem;
  margin-bottom: 2.4rem;
  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;
}

.why-choose-jda__list-icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.why-choose-jda__list-icon svg path {
  transition: all 0.2s;
}

.why-choose-jda__list-item:hover .why-choose-jda__list-icon svg path {
  fill: var(--bs-secondary);
}

.why-choose-jda__list-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  max-width: 9em;
  color: #04244d;
}

.featured-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4.5rem 4rem 5.5rem;
}

.featured-card__logo {
  margin-bottom: 2rem;
  max-height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-card__logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.featured-card__text {
  margin-top: auto;
}

.featured-card__link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-list {
  padding-left: 0;
  margin-bottom: 0;
}

.team-list > li:not(:last-child) {
  margin-bottom: 4.5rem;
}

.team-item__col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
}

.team-item__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.22%;
  flex: 0 0 51.22%;
  text-align: center;
}

.team-item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #04244d;
}

.team-item__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #04244d;
  margin-bottom: 1.5rem;
}

.team-item__text > *:last-child {
  margin-bottom: 0;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: -7rem;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 7rem;
}

.contact__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1em;
  color: #04244d;
  text-transform: uppercase;
}

.contact__item-title strong {
  font-weight: 600;
}

.contact__item-title img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-height: 3.6rem;
  margin-right: 1.4rem;
  margin-top: -0.3em;
}

.contact__item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
  font-size: 1.9rem;
  line-height: 1.58em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.contact__item-text a {
  color: #04244d;
}

.contact__item-text a:hover {
  color: var(--bs-primary);
}

.report-header {
  position: relative;
}

.report-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}

.report-header__bg img {
  opacity: 0.25;
}

.report-header__body {
  position: relative;
  z-index: 2;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  min-height: 63.6rem;
}

.report-header__col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 5rem;
  color: #04244d;
  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;
}

.report-header__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.56%;
  flex: 0 0 44.56%;
}

.report-header__col-2 .form__title {
  line-height: 1em;
}

.report-header__title {
  margin-bottom: 3rem;
  text-transform: none;
  line-height: 1em;
}

.report-header__subtitle {
  font-size: 3.6rem;
  line-height: 1em;
  margin-bottom: 4rem;
  font-weight: 400;
}

.report-header__text {
  font-size: 24px;
  line-height: 1em;
}

.report-header__text > *:last-child {
  margin-bottom: 0;
}

.login {
  position: relative;
  min-height: 100vh;
}

.login__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}

.login__bg img {
  opacity: 0.25;
}

.login__body {
  position: relative;
  z-index: 2;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.login__form .form__title {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }

  .blog-detail-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .mw-md-70 {
    max-width: 70% !important;
  }

  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__scroll-top {
    display: none;
  }

  .text-block__media-wrap {
    max-width: 56rem;
    margin: 0 auto 30px;
  }

  .cta__list > li:not(:last-child):before {
    display: none;
  }

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

  .team-list > li:nth-child(even) .team-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .team-list > li:nth-child(even) .team-item__col-1 {
    margin-right: 0;
    margin-left: 2rem;
  }

  .team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .team-item__col-1 {
    margin-right: 2rem;
  }

  .team-item__col-2 {
    padding-top: 6rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-content a:hover {
    color: var(--bs-primary);
  }

  .header--is-scroll .header__row-1 {
    margin-bottom: 1.3rem;
  }

  .header__row-1 {
    margin-bottom: 3.6rem;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
  }

  .menu__list > li:not(:last-child) {
    margin-right: 3.1rem;
  }

  .menu__list > li:hover .current-menu-item {
    color: #04244d !important;
  }

  .menu__link {
    color: #04244d;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 400;
  }

  .menu__link.current-menu-item {
    text-decoration: underline;
  }

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

  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 12px 4px 31px rgba(0, 0, 0, 0.25);
    box-shadow: 12px 4px 31px rgba(0, 0, 0, 0.25);
    min-width: 100%;
    -webkit-animation: subMenuAnim 0.4s ease;
    animation: subMenuAnim 0.4s ease;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-left: -2rem;
    padding-left: 0;
    margin-bottom: 0;
  }

  .sub-menu__link {
    width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
    display: block;
    white-space: nowrap;
    color: var(--bs-primary);
    border-radius: 0;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }

  .btn--secondary:hover {
    background: var(--bs-secondary);
  }

  .btn--with-arrow:hover:after {
    -webkit-transform: translateX(0.4em);
    -ms-transform: translateX(0.4em);
    transform: translateX(0.4em);
  }

  .video-block__controll:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  .simple-card:hover {
    -webkit-box-shadow: 12px 12px 22px rgba(76, 98, 100, 0.3);
    box-shadow: 12px 12px 22px rgba(76, 98, 100, 0.3);
  }

  .simple-card:hover .simple-card__img::after {
    opacity: 0;
  }

  .slider-button:hover {
    color: #2c2c2c;
  }

  .card:hover {
    color: #2c2c2c !important;
    -webkit-box-shadow: 12px 12px 22px rgba(76, 98, 100, 0.3);
    box-shadow: 12px 12px 22px rgba(76, 98, 100, 0.3);
  }

  .card:hover .card__img img {
    opacity: 1;
  }

  .card__link:hover {
    color: var(--bs-primary);
  }

  .list-col-3 > li .simple-card__title {
    font-size: 4rem;
  }

  .cta__card:hover .cta__card-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .cta__card:hover .cta__card-back {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
    box-shadow: 0 4px 19px 0 rgba(76, 98, 100, 0.3);
  }

  .popup__close-btn:hover {
    color: var(--bs-primary);
  }

  .cookies-message a:hover {
    color: var(--bs-primary);
  }

  .economic-card__btn:hover {
    color: var(--bs-primary);
  }

  .social > li > a:hover svg path {
    fill: var(--bs-primary);
  }

  .sub-social > li > a:hover svg path {
    fill: var(--bs-primary);
  }

  .clients__nav .swiper-slide:hover:not(.tab-active) {
    opacity: 0.7;
  }

  .select__option:hover {
    background: rgba(34, 171, 200, 0.3);
  }

  .why-choose-jda__list-item:hover {
    color: #2c2c2c !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
    box-shadow: 0px 4px 19px rgba(76, 98, 100, 0.3);
  }

  .featured-card:hover {
    color: #2c2c2c !important;
    -webkit-box-shadow: 12px 12px 22px rgba(70, 99, 101, 0.3);
    box-shadow: 12px 12px 22px rgba(70, 99, 101, 0.3);
  }

  .featured-card__link:hover {
    color: var(--bs-primary);
  }

  .report-header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .menu__list > li:hover .menu__link {
    color: var(--bs-primary);
  }

  .sub-menu__link:hover {
    background: rgba(34, 171, 200, 0.3);
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 2561px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1267.98px) {
  .container {
    width: calc(100% - 100px);
  }

  .header__logo-text {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 82px;
  }

  .subtitle {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .container {
    width: calc(100% - 64px);
  }

  [padding-top-header-size] {
    padding-top: 128.76px;
  }

  .text-content figure {
    margin: 80px 0;
  }

  .text-content video {
    height: 500px;
    margin: 80px 0;
  }

  .text-content iframe {
    height: 500px;
    margin: 80px 0;
  }

  .text-content table {
    margin: 80px 0;
  }

  .header__logo-text {
    display: none;
  }

  .header__menu {
    display: none;
  }

  .menu {
    padding: 52px 37px 52px 37px;
  }

  .menu__list > li:not(:last-child) {
    margin-bottom: 22px;
  }

  .menu__link {
    font-size: 36px;
    line-height: 1em;
    font-weight: 400;
  }

  .menu-item-has-children > .menu__link {
    padding-right: 0.8em;
  }

  .sub-menu {
    padding-top: 15px;
    display: none;
  }

  .sub-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .sub-menu__link {
    font-weight: 400;
  }

  .promo-header__title {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .text-block__text--secondary {
    padding: 0 50px;
  }

  .services__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .card--big .card__title {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
  }

  .card__meta {
    margin-bottom: 2rem;
  }

  .card__meta-item {
    font-size: 12px;
  }

  .list-col-3 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .cta__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30.6%;
    flex: 0 1 30.6%;
  }

  .cta__list > li:not(:last-child) .cta__card:before {
    display: none;
  }

  .why-choose-jda__list {
    margin-bottom: -6rem;
    padding-top: 0;
  }

  .why-choose-jda__list > li {
    margin-bottom: 6rem;
  }

  .why-choose-jda__list-item {
    min-height: auto;
  }

  .why-choose-jda__list-icon {
    height: 85px;
  }

  .why-choose-jda__list-title {
    font-size: 24px;
  }

  .report-header__col-1 {
    margin-bottom: 50px;
    margin-right: 0;
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 18px;
    line-height: 1.28em;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-weight: bold;
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1em;
  }

  .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  [padding-top-header-size] {
    padding-top: 110.76px;
  }

  .text-content {
    font-size: 18px;
    line-height: 1.28em;
  }

  .text-content ul {
    padding-left: 1.5em;
  }

  .text-content ol {
    padding-left: 1.5em;
  }

  .text-content figure {
    margin: 50px 0;
  }

  .text-content video {
    height: 380px;
    margin: 50px 0;
  }

  .text-content iframe {
    height: 380px;
    margin: 50px 0;
  }

  .text-content table {
    margin: 50px 0;
  }

  .map {
    height: 50rem;
  }

  .header--is-scroll .header__logo {
    width: 22rem;
  }

  .header__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__logo {
    margin: 0 auto;
    max-width: 27.5rem;
    width: 100%;
  }

  .header__logo-img {
    max-width: none;
  }

  .header__link {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .footer {
    background-color: #04244d;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .footer__row-1 {
    margin-bottom: 25px;
  }

  .footer__row-2 {
    margin-bottom: 16px;
  }

  .footer__logo {
    display: none;
  }

  .footer__nav {
    display: none;
  }

  .footer__links > li {
    margin-bottom: 5px;
  }

  .footer__links > li:not(:last-child) {
    margin-right: 20px;
  }

  .footer__link {
    font-size: 14px;
    color: #fff;
  }

  .footer__address {
    -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;
  }

  .footer__address-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 38px;
  }

  .footer__address-text {
    font-size: 14px;
    color: #fff;
  }

  .promo-header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 87px;
    padding-bottom: 45px;
    min-height: calc(100vh - 111px - 74px);
  }

  .promo-header__title {
    font-size: 40px;
  }

  .promo-header__subtitle {
    font-size: 24px;
  }

  .promo-header__text {
    display: none;
  }

  .promo-header__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-header__btn-group > * {
    width: 100%;
  }

  .promo-header__btn-group > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .video-block__controll {
    width: 77px;
    height: 77px;
  }

  .text-block__text {
    margin-bottom: 40px;
  }

  .text-block__text--secondary {
    padding: 0;
  }

  .simple-cards-carousel {
    margin: 0 -32px 22px;
  }

  .simple-cards-carousel:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .simple-cards-carousel:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .simple-cards-carousel .swiper-slide {
    width: 204px;
  }

  .simple-cards-carousel .slider-pagination {
    bottom: 0;
  }

  .simple-card {
    padding-bottom: 0;
    height: 126px;
  }

  .simple-card__title {
    font-size: 24px;
    padding: 10px;
  }

  .slider-button {
    display: none;
  }

  .slider-pagination .swiper-pagination-bullet {
    height: 2px;
    margin: 0 6px !important;
    max-width: 30px;
  }

  .partners {
    padding: 0;
    margin: 0;
    min-height: auto;
  }

  .partners__bg {
    display: none;
  }

  .partners__slider {
    margin: 0 -32px 0;
    padding-bottom: 26px;
    width: auto;
  }

  .partners__slider:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .partners__slider:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .partners__slider .slider-pagination {
    bottom: 0;
  }

  .services__list {
    margin: 0 -5px -18px;
  }

  .services__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    padding: 0 5px;
    margin-bottom: 18px;
  }

  .card {
    border-radius: 10px;
  }

  .card--big .card__inner {
    padding: 20px 15px 30px;
    display: block;
  }

  .card--big .card__title {
    text-align: left;
  }

  .card--big .card__text {
    display: block;
  }

  .card__inner {
    padding: 21px 2px 26px;
    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;
  }

  .card__title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
  }

  .card__text {
    display: none;
  }

  .list-col-2 {
    margin-bottom: -20px;
  }

  .list-col-2 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }

  .list-col-3 {
    margin: 0 -7.5px -15px;
  }

  .list-col-3 > li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .cta__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .cta__list > li:not(:last-child) {
    margin-bottom: 75px;
  }

  .cta__card {
    margin-bottom: 20px;
  }

  .brochure__col-1 {
    min-height: auto;
    height: 291px;
  }

  .brochure__img-decor {
    width: 230px;
  }

  .brochure__col-2 {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .brochure__img {
    height: 178px;
  }

  .bottom-form__bg {
    display: none;
  }

  .form {
    padding: 50px 20px 34px;
  }

  .economic__title {
    margin-bottom: 30px;
  }

  .economic__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .economic__bottom > * {
    min-width: auto;
    width: 100%;
    margin: 5px 0;
  }

  .cookies-message__body {
    min-height: 70px;
  }

  .cookies-message__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .hero__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 87px;
    padding-bottom: 45px;
    min-height: calc(100vh - 111px - 74px);
  }

  .cards-carousel {
    margin: 0 -32px 22px;
  }

  .cards-carousel:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .cards-carousel:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    z-index: 5;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }

  .cards-carousel .swiper-wrapper {
    margin-bottom: 10px;
  }

  .cards-carousel .swiper-slide {
    width: 204px;
  }

  .cards-carousel .slider-pagination {
    bottom: 0;
  }

  .blog-detail-info {
    padding-top: 25px;
  }

  .clients {
    margin: 0 -16px;
  }

  .clients__nav .swiper-slide {
    font-size: 14px;
    height: 40px;
    min-width: 150px;
  }

  .clients__nav .swiper-slide.tab-active {
    font-size: 18px;
    height: 55px;
    min-width: 180px;
  }

  .clients__content {
    padding: 30px;
  }

  .clients__content .list-col-2 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
  }

  .clients__card {
    padding: 15px;
    height: 75px;
  }

  .clients__box {
    padding: 40px 30px;
  }

  .images-carousel .swiper {
    margin-bottom: 22px;
  }

  .images-carousel__img {
    padding-bottom: 120%;
  }

  .testimonials {
    font-size: 6px;
  }

  .testimonials__slider .swiper {
    margin-bottom: 6em;
  }

  .testimonials__slider .swiper:before {
    display: none;
  }

  .testimonials__item {
    padding: 5em;
  }

  .achievements__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .achievements__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    max-width: 246px;
  }

  .achievements__list > li:not(:last-child) {
    margin-bottom: 68px;
  }

  .achievements__item {
    min-height: 246px;
  }

  .achievements__item-num {
    font-size: 72px;
    margin-bottom: 10px;
  }

  .achievements__item-title {
    font-size: 24px;
  }

  .why-choose-jda__list {
    margin: 0 -5px -28px;
  }

  .why-choose-jda__list > li {
    padding: 0 5px;
    margin-bottom: 28px;
  }

  .why-choose-jda__list-icon {
    height: 44px;
    margin-bottom: 10px;
  }

  .why-choose-jda__list-title {
    font-size: 14px;
  }

  .featured-card {
    padding: 30px 20px;
  }

  .featured-card__logo {
    max-height: 41px;
  }

  .featured-card__text {
    display: none;
  }

  .team-list > li:not(:last-child) {
    margin-bottom: 80px;
  }

  .report-header__body {
    min-height: calc(100vh - 111px - 74px);
  }

  .report-header__subtitle {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .report-header__text {
    display: none;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575.98px) {
  .blog-detail-info__group .line {
    display: none;
  }

  .blog-detail-info__group .author {
    margin-bottom: 20px;
  }
}

@media (max-width: 479.98px) {
  h1 {
    font-size: 42px;
  }

  h3.team-title {
    font-size: 38px;
  }

  .card-with-play-icon .card__img:before {
    width: 9rem;
    height: 9rem;
  }

  .list-col-3 > li .simple-card__title {
    font-size: 16px;
  }

  .form__item {
    max-width: 230px;
  }

  .form__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .form__submit {
    margin-top: 11px;
  }

  .economic-card__head {
    min-width: 200px;
  }

  .economic-card__icon {
    margin-right: 12px;
  }

  .economic-card__icon img,
  .economic-card__icon svg {
    max-height: 35px;
  }

  .economic-card__title {
    font-size: 28px;
  }

  .economic-card__body {
    padding: 30px 15px 20px;
    min-height: 100px;
  }

  .economic-card__value {
    font-size: 30px;
  }

  .person-card__text {
    font-size: 20px;
  }

  .sub-social {
    left: -10px;
  }

  .clients__content {
    padding: 16px;
  }

  .clients__box {
    padding: 20px 16px;
  }

  .contact__item-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .why-choose-jda__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
  }
}

@media (max-width: 399.98px) {
  h1 {
    font-size: 32px;
  }

  .services__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .form__title {
    font-size: 30px;
  }

  .why-choose-jda__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.slider-button {
  display: none;
}

/* header bar */
.header__bar {
  background-color: var(--bs-primary);
  color: #fff;
  position: relative;
  padding: 5px 0;
}

.header__bar .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  text-align: center;
}

.header__bar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  appearance: none;
  padding: 0;
}
.header__bar p {
  font-size: 13px;
  margin: 0;
}
.header__bar .btn {
  align-self: center;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 16px;
  height: 37px;
  min-height: 0;
  font-weight: 400;
  font-size: 19px;
}

@media (min-width: 768px) {
  .header__bar .container {
    flex-direction: row;
    text-align: left;
    padding-right: 20px;
  }
  .header__bar p {
    line-height: 1.2;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 992px) {
  .header__bar {
    padding: 8px 0 9px;
  }
  .header__bar .container {
    position: relative;
    padding-right: 45px;
  }
  .header__bar .btn:hover {
    background-color: #fff;
    color: var(--bs-primary) !important;
  }
}
@media (min-width: 1100px) {
  .header__bar p {
    font-size: 15px;
  }
}

/* contact-form */
.contact-form-wrap {
  margin: -141px 0 0;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.contact-form-wrap .text-block {
  background-color: #fff;
  box-shadow: 0 4px 19px 0 rgba(40, 83, 143, 0.2);
  border-radius: 20px;
  padding: 2rem;
}
.contact-form-wrap h3 {
  margin: 0 0 1.4rem;
}
.contact-form-wrap p {
  font-weight: 300;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.contact-form-wrap .text-block__text--secondary.text-content {
  margin: 0 0 2.2rem;
}
.contact-form {
  max-width: 726px;
  margin: auto;
}
.contact-form .input::-webkit-input-placeholder {
  color: #5b5959;
}

.contact-form .input::-moz-placeholder {
  color: #5b5959;
}

.contact-form .input:-ms-input-placeholder {
  color: #5b5959;
}

.contact-form .input::-ms-input-placeholder {
  color: #5b5959;
}

.contact-form .input::placeholder {
  color: #5b5959;
}

@media (min-width: 768px) {
  .contact-form-wrap .text-block {
    padding: 3rem 3rem 4.2rem;
  }
  .contact-form .row {
    --bs-gutter-x: 40px;
  }
  .contact-form .btn {
    width: 430px;
  }
}

@media (min-width: 992px) {
  .contact-form .row {
    --bs-gutter-x: 91px;
  }
}

.page-template-page-blog .list-col-2 {
  margin-top: 5rem;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 41px;
  margin: 15px 0 0;
}

.what-we-do, .services{
	padding-top: 1.8rem;
}

.what-we-do .text-block__title, .services .text-block__title {
	margin-bottom: 4.9rem;
}

.what-we-do .text-block__text, .services .text-block__text {
	margin-bottom: 4.9rem;
}

.what-we-do .text-block__text:last-child, .services .text-block__text:last-child {
	margin-bottom: 1.4rem;
}

.what-we-do .text-block__text p, .services .text-block__text p {
	line-height: 1.6;
}

.area-content .text-block__media-wrap, .service-content .text-block__media-wrap, .industrie-content .text-block__media-wrap, .post-content .text-block__media-wrap {
	float: right;
	margin: 0 0 1rem 3rem;
}

@media (max-width: 991px) {
	.area-content .text-block__media-wrap, .service-content .text-block__media-wrap, .industrie-content .text-block__media-wrap, .post-content .text-block__media-wrap {
		float: none;
		margin: 0 0 3rem;
		max-width: none;
	}
}

