:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.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;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(0 0 0 / 0.5)),
    to(#fff0)
  );
  background-image: linear-gradient(to left, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0 0 0 / 0.5)),
    to(#fff0)
  );
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0 0 0 / 0.5)),
    to(#fff0)
  );
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(0 0 0 / 0.5)),
    to(#fff0)
  );
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5), #fff0);
}
.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-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #fff0;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-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;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.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: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  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: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  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;
  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 4px;
  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;
  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;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgb(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;
  height: var(--swiper-pagination-progressbar-size, 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;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  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.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.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);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-Book.woff2) format("woff2"),
    url(../fonts/Geomanist-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-BookItalic.woff2) format("woff2"),
    url(../fonts/Geomanist-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-Medium.woff2) format("woff2"),
    url(../fonts/Geomanist-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-MediumItalic.woff2) format("woff2"),
    url(../fonts/Geomanist-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-Black.woff2) format("woff2"),
    url(../fonts/Geomanist-Black.woff2) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geomanist";
  src: url(../fonts/Geomanist-BlackItalic.woff2) format("woff2"),
    url(../fonts/Geomanist-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html {
  font-size: 16px;
}
body {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  body {
    font-size: 1.125rem;
  }
}
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 45.25rem;
  }
}
@media screen and (min-width: 64em) {
  .container {
    max-width: 81.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 87.5em) {
  .container {
    max-width: 106.25rem;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 84.375em) {
  .header {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.25rem;
  padding: 0 1.4375rem;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  background-color: #fff;
}
@media screen and (min-width: 84.375em) {
  .header__wrapper {
    height: 6.875rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.125rem 1.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header__logo a svg {
  width: 5rem;
  height: auto;
}
@media screen and (min-width: 109.375em) {
  .header__logo a svg {
    width: 5.9375rem;
  }
}
.header__navigation {
  display: none;
  max-width: 100%;
}
@media screen and (min-width: 84.375em) {
  .header__navigation {
    display: block;
    margin-left: 1.875rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 96.875em) {
  .header__navigation {
    margin-left: 7.5rem;
  }
}
.header__cta {
  display: none;
}
@media screen and (min-width: 84.375em) {
  .header__cta {
    display: block;
    margin-left: auto;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 84.375em) {
  .header__menu {
    display: none;
  }
}
.header__lang {
  display: none;
}
@media screen and (min-width: 84.375em) {
  .header__lang {
    display: block;
    margin-left: 24px;
  }
}
.header.is-open {
  background-color: #fff;
}
@media screen and (min-width: 84.375em) {
  .header.is-open {
    background-color: #fff0;
  }
}
.header.is-open .header__wrapper {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 84.375em) {
  .header.is-open .header__wrapper {
    -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
    box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
    border-radius: 10px;
  }
}
.hamburger {
  padding: 0;
  background: #fff0;
  border: 0;
}
.hamburger__icon {
  width: 2.5rem;
  height: 2.1875rem;
  position: relative;
  cursor: pointer;
}
.hamburger__icon-line {
  height: 0.375rem;
  width: 100%;
  border-radius: 30px;
  position: absolute;
  background-color: #070707;
  -webkit-transition: top 0.2s ease-in-out 0.2s,
    -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s,
    -webkit-transform 0.2s ease-in-out;
}
.hamburger__icon-line:nth-child(1) {
  top: 0;
}
.hamburger__icon-line:nth-child(2) {
  top: 0.90625rem;
}
.hamburger__icon-line:nth-child(3) {
  top: 1.8125rem;
}
.hamburger--open .hamburger__icon-line {
  top: 0.90625rem;
  -webkit-animation: down 0.2s ease-in-out, up 0.2s ease-in-out 0.2s;
  animation: down 0.2s ease-in-out, up 0.2s ease-in-out 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: -webkit-transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s,
    -webkit-transform 0.2s ease-in-out 0.2s;
}
.hamburger--open .hamburger__icon-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@-webkit-keyframes down {
  100% {
    top: 1.8125rem;
  }
}
@keyframes down {
  100% {
    top: 1.8125rem;
  }
}
@-webkit-keyframes up {
  0% {
    top: 1.8125rem;
  }
  100% {
    top: 0.90625rem;
  }
}
@keyframes up {
  0% {
    top: 1.8125rem;
  }
  100% {
    top: 0.90625rem;
  }
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation__item:not(:last-child) {
  margin-right: 1.5em;
}
@media screen and (min-width: 87.5em) {
  .navigation__item:not(:last-child) {
    margin-right: 3em;
  }
}
.navigation__item a {
  display: inline-block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.0375em;
  color: #070707;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .navigation__item a {
    font-size: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: normal;
  }
}
.navigation__item a.active {
  color: #007287;
}
@media (hover: hover) {
  .navigation__item a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #007287;
  }
}
.blog-card {
  display: block;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  border-radius: 20px;
  background-color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  max-width: 21.875rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
}
.blog-card__image {
  height: 13.125rem;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card__image picture,
.blog-card__image img {
  height: 13.125rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.blog-card__content {
  margin-top: 1.5rem;
}
.blog-card__title {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #070707;
}
.blog-card__info {
  display: block;
  color: #070707;
  margin-top: 1rem;
}
.blog-card--latest {
  padding: 2.5rem 1.5rem;
  border-top: 16px solid #f49d47;
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 87.5em) {
  .blog-card--latest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0;
    border-left: 24px solid #f49d47;
    padding: 5rem 6.25rem;
  }
}
.blog-card--latest .blog-card__title {
  font-family: "Geomanist", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .blog-card--latest .blog-card__title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.blog-card--latest .blog-card__info {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #070707;
}
@media screen and (min-width: 64em) {
  .blog-card--latest .blog-card__info {
    font-size: 1.375rem;
  }
}
.blog-card--latest .blog-card__image {
  aspect-ratio: 6/5;
  max-width: 100%;
  width: 28.125rem;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .blog-card--latest .blog-card__image {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 87.5em) {
  .blog-card--latest .blog-card__image {
    aspect-ratio: initial;
    height: 31.25rem;
    width: 37.5rem;
    margin-right: 7.5rem;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.blog-card--latest .blog-card__image picture,
.blog-card--latest .blog-card__image img {
  height: 100%;
  width: 100%;
}
.blog-card--latest .blog-card__perex {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #070707;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .blog-card--latest .blog-card__perex {
    font-size: 1.375rem;
  }
}
.blog-card--latest .button {
  margin-top: 2.5rem;
}
@media (hover: hover) {
  .blog-card:hover .blog-card__title {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.menu {
  position: fixed;
  top: 6.5rem;
  padding-top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 120px);
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 84.375em) {
  .menu {
    display: none;
  }
}
.menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  opacity: 0;
  min-height: 100vh;
  background: #fff;
}
.menu__wrapper {
  position: relative;
  z-index: 9;
  height: 100%;
  overflow-y: auto;
}
.menu .container {
  height: 100%;
}
.menu__list {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  padding-left: 1.4375rem;
}
.menu__item {
  opacity: 0;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}
.menu__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.menu__item a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #070707;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.menu__cta {
  opacity: 0;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
  opacity: 0;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  padding-bottom: 1.5rem;
}
.menu__lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__lang ul li:not(:last-child) {
  border-right: 1px solid #f2f7f8;
}
.menu__lang ul li a,
.menu__lang ul li button {
  display: inline-block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.0375em;
  color: #070707;
  padding: 0.75rem;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background-color: #fff0;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .menu__lang ul li a,
  .menu__lang ul li button {
    font-size: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: normal;
  }
}
.menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
@media screen and (min-width: 84.375em) {
  .menu.is-open {
    display: none;
  }
}
.menu.is-open::before {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
  width: 100vw;
  height: 100vw;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width: 48em) {
  .menu.is-open::before {
    -webkit-transition: all 1.7s ease-in-out;
    transition: all 1.7s ease-in-out;
  }
}
.menu.is-open .menu__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.menu.is-open .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.menu.is-open .menu__item:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.menu.is-open .menu__item:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(4) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
}
.menu.is-open .menu__item:nth-child(5) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(5) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
}
.menu.is-open .menu__item:nth-child(6) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(6) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
}
.menu.is-open .menu__item:nth-child(7) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(7) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
}
.menu.is-open .menu__item:nth-child(8) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(8) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
}
.menu.is-open .menu__item:nth-child(9) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(9) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }
}
.menu.is-open .menu__item:nth-child(10) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
@media screen and (min-width: 48em) {
  .menu.is-open .menu__item:nth-child(10) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }
}
.menu.is-open .menu__cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.menu.is-open .menu__lang {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.menu__item a.active {
  color: #007287;
}
.footer__main {
  position: relative;
  border-radius: 30px;
  background-color: #070707;
  padding: 1.4375rem;
}
@media screen and (min-width: 64em) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75rem 12.5rem 3.75rem 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  .footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 3rem;
    gap: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__address-title {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 64em) {
  .footer__address-title {
    font-size: 2.1875rem;
  }
}
.footer__address-title strong {
  font-weight: 500;
}
.footer__address p {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .footer__address p {
    font-size: 1.125rem;
  }
}
.footer__contact {
  margin-top: 0.75rem;
}
.footer__contact ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.footer__contact ul li a {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-weight: 900;
  color: #fbbd47;
  letter-spacing: 0.0625em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .footer__contact ul li a {
    font-size: 1.125rem;
  }
}
.footer__nav {
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  .footer__nav {
    margin-top: 0;
    padding-bottom: 4.75rem;
  }
}
.footer__nav ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}
.footer__nav ul li a {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-weight: 900;
  color: #a2e5f9;
  letter-spacing: 0.0625em;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .footer__nav ul li a {
    font-size: 1.125rem;
  }
}
.footer__logo {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  border-top-left-radius: 30px;
  background-color: #f2f7f8;
}
@media screen and (min-width: 64em) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__logo a {
  display: block;
}
.footer__copywright {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.footer__copywright p {
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .footer__copywright p {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .footer__contact ul li a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.button {
  all: unset;
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.75rem;
  min-width: 10.9375rem;
  border: 1px solid #fff0;
  border-radius: 8px;
  letter-spacing: 0.0625em;
  padding: 0.875rem 2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (min-width: 64em) {
  .button {
    font-size: 1rem;
    min-height: 3.75rem;
  }
}
.button--primary {
  color: #070707;
  background-color: #f49d47;
}
.button--outline {
  background-color: #fff0;
}
.button--outline.button--primary {
  color: #070707;
  border-color: #f49d47;
}
.button--secondary {
  color: #070707;
  background-color: #f2f7f8;
}
.button--download {
  color: #fff;
  background-color: #007287;
}
.button--download svg {
  margin-right: 0.625rem;
}
.button--rounded {
  border-radius: 50px;
}
.button .loader--button {
  margin-left: 1rem;
}
.button--xsmall {
  font-size: 1rem;
  font-weight: 400;
  min-height: 2.5rem;
  min-width: 5rem;
  padding: 0.5rem 0.75rem;
  text-transform: none;
  text-transform: initial;
}
@media screen and (min-width: 64em) {
  .button--xsmall {
    min-height: 2.8125rem;
    border-radius: 5px;
  }
}
.button--small {
  font-size: 1rem;
  font-weight: 400;
  min-height: 2.5rem;
  min-width: 7.5rem;
  padding: 0.75rem 1.5rem;
}
.button--large {
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  .button--large {
    font-size: 2.1875rem;
    padding: 0.875rem 5rem;
    min-height: 7.6875rem;
    border-radius: 63px;
  }
}
@media (hover: hover) {
  .button--primary:not([disabled]):hover {
    border-color: #fbbd47;
    background-color: rgb(252.085106383, 206.9042553191, 120.914893617);
  }
  .button--secondary:not([disabled]):hover {
    border-color: #f2f7f8;
    color: #fff;
    background-color: #070707;
  }
  .button--download:hover {
    background-color: #327599;
  }
}
.button--primary:focus {
  border-style: dashed;
  border-color: #070707;
  background-color: rgb(252.085106383, 206.9042553191, 120.914893617);
}
.button--secondary:focus {
  border-style: dashed;
  border-color: #fff;
  color: #fff;
  background-color: #070707;
}
.button--download:focus {
  border-style: dashed;
  border-color: #070707;
  background-color: rgb(81.2733990148, 157.3497536946, 198.2266009852);
}
.button--primary:hover:active,
.button--primary:active {
  border-style: dashed;
  border-color: #fbbd47;
  background-color: #f2f7f8;
}
.button--secondary:hover:active,
.button--secondary:active {
  border-style: dashed;
  border-color: #070707;
  color: #070707;
  background-color: #f2f7f8;
}
.button--download:hover:active,
.button--download:active {
  border-style: dashed;
  border-color: #070707;
  background-color: rgb(81.2733990148, 157.3497536946, 198.2266009852);
}
.button[disabled] {
  cursor: not-allowed;
}
.input__group {
  position: relative;
}
.input__wrapper {
  position: relative;
}
.input__label {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.0225em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .input__label {
    font-size: 1.125rem;
    letter-spacing: 0.02875em;
  }
}
@media screen and (min-width: 64em) {
  .input__label {
    margin-bottom: 1rem;
  }
}
.input__field {
  position: relative;
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.0225em;
  border: 2px solid #007287;
  border-radius: 6px;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.125rem;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 64em) {
  .input__field {
    font-size: 1.4375rem;
    letter-spacing: 0.02875em;
  }
}
@media screen and (min-width: 64em) {
  .input__field {
    height: 3.4375rem;
    padding: 0 1.5rem;
    background-color: #f2f7f8;
  }
}
.input__group .input-message {
  position: absolute;
  top: calc(100% + 0.1875rem);
  left: 0;
}
.input__group--textarea .input__field {
  padding: 0.5rem 1.125rem;
  min-height: 6.25rem;
}
@media screen and (min-width: 64em) {
  .input__group--textarea .input__field {
    padding: 0.75rem 1.5rem;
  }
}
@media (hover: hover) {
  .input__field:hover {
    border-color: #80acc2;
  }
}
.input__field:focus {
  border-color: #fbbd47;
}
.input__field.is-valid {
  border-color: #74d062;
}
.input__field.is-invalid {
  border-color: #f55a50;
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox__wrapper {
  position: relative;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.checkbox__icon svg {
  width: 1.125rem;
}
@media screen and (min-width: 64em) {
  .checkbox__icon svg {
    width: 1.5rem;
  }
}
.checkbox__icon svg:first-child {
  display: none;
  color: #007287;
}
.checkbox__icon svg:last-child {
  display: block;
  color: #007287;
}
.checkbox__label {
  font-size: 0.875rem;
  font-weight: 800;
  margin-left: 0.75rem;
}
@media screen and (min-width: 64em) {
  .checkbox__label {
    font-size: 1.125rem;
    margin-left: 0.5rem;
  }
}
input:checked + .checkbox__icon svg:first-child {
  display: block;
}
input:checked + .checkbox__icon svg:last-child {
  display: none;
}
@media screen and (min-width: 48em) {
  .form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 1.5rem;
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .form__grid {
    display: block;
  }
}
@media screen and (min-width: 80em) {
  .form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 1.5rem;
    gap: 2rem 1.5rem;
  }
}
.form__col:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .form__col:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .form__col:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 80em) {
  .form__col:not(:last-child) {
    margin-bottom: 0;
  }
}
.form__col--1OOw {
  grid-column: span 2;
}
.form__controlls {
  margin-top: 3rem;
}
@media screen and (min-width: 48em) {
  .form__controlls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .form__controlls {
    display: block;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 80em) {
  .form__controlls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
}
.form__controlls .checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .form__controlls .checkbox:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .form__controlls .checkbox:not(:last-child) {
    margin-bottom: 0.75rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 80em) {
  .form__controlls .checkbox:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.form__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__cta .tooltip {
  margin-left: 1.5rem;
}
.form__cta .tooltip svg {
  color: #007287;
}
.form__message {
  margin-top: 1.5rem;
}
.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel .swiper {
  width: 100%;
  height: 40vw;
}
@media screen and (min-width: 48em) {
  .carousel .swiper {
    height: 30vw;
  }
}
@media screen and (min-width: 64em) {
  .carousel .swiper {
    height: 18vw;
  }
}
.carousel .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.carousel .swiper-slide picture,
.carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loader__icon {
  width: 3.125rem;
  height: 3.125rem;
  -webkit-animation: loading-spinner-rotate 1.28973s linear infinite;
  animation: loading-spinner-rotate 1.28973s linear infinite;
}
.loader__circle {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loading-spinner-dash 2s ease-in-out infinite,
    loading-spinner-color 8s ease-in-out infinite;
  animation: loading-spinner-dash 2s ease-in-out infinite,
    loading-spinner-color 8s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 4px;
}
.loader--small .loader__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.loader--small .loader__circle {
  stroke-width: 6px;
}
@-webkit-keyframes loading-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -2.1875rem;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -7.75rem;
  }
}
@keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -2.1875rem;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -7.75rem;
  }
}
@-webkit-keyframes loading-spinner-color {
  100%,
  0% {
    stroke: #007287;
  }
  40% {
    stroke: #80acc2;
  }
  66% {
    stroke: #007287;
  }
  80%,
  90% {
    stroke: #80acc2;
  }
}
@keyframes loading-spinner-color {
  100%,
  0% {
    stroke: #007287;
  }
  40% {
    stroke: #80acc2;
  }
  66% {
    stroke: #007287;
  }
  80%,
  90% {
    stroke: #80acc2;
  }
}
.skiptranslate {
  display: none;
}
.lang-switcher {
  position: relative;
  z-index: 9999;
}
.lang-switcher__currnet button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Geomanist", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.0375em;
  border: 0;
  padding: 12px;
  background-color: #fff0;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .lang-switcher__currnet button {
    font-size: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: normal;
  }
}
.lang-switcher__currnet button svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.lang-switcher__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  visibility: hidden;
  opacity: 0;
}
.lang-switcher__menu li {
  border-top: 1px solid #f2f7f8;
}
.lang-switcher__menu li a,
.lang-switcher__menu li button {
  font-family: "Geomanist", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.0375em;
  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;
  color: #070707;
  width: 100%;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px;
  background-color: #fff0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .lang-switcher__menu li a,
  .lang-switcher__menu li button {
    font-size: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: normal;
  }
}
@media (hover: hover) {
  .lang-switcher__menu li a:hover,
  .lang-switcher__menu li button:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.lang-switcher.active .lang-switcher__currnet button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang-switcher.active .lang-switcher__menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tooltip {
  display: inline-block;
}
.tippy-box[data-theme~="roler"] {
  background-color: #007287;
  color: #fff;
  padding: 0.5rem 0.75rem;
  -webkit-box-shadow: 0 0 5px #d8c8b1;
  box-shadow: 0 0 5px #d8c8b1;
}
.tippy-box[data-theme~="roler"] a {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tippy-box[data-theme~="roler"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #007287;
}
.tippy-box[data-theme~="roler"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #007287;
}
.tippy-box[data-theme~="roler"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #007287;
}
.tippy-box[data-theme~="roler"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #007287;
}
.hero-v1 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .hero-v1 {
    margin-bottom: 5rem;
  }
}
.hero-v1 .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 1.4375rem;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  background-color: #007287;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__wrapper {
    padding: 3.75rem;
  }
}
.hero-v1 .hero__content {
  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;
  z-index: 3;
}
.hero-v1 .hero__heading {
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
  text-transform: none;
  text-transform: initial;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__heading {
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__heading {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__description {
    max-width: 34.375rem;
  }
}
.hero-v1 .hero__description p {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__description p {
    font-size: 1.125rem;
  }
}
.hero-v1 .hero__cta {
  margin-top: 5.9375rem;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__cta {
    margin-top: 3rem;
  }
}
.hero-v1 .hero__cta .button {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__cta .button {
    width: auto;
  }
}
.hero-v1 .hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1.4375rem;
  bottom: 1.4375rem;
  right: 1.4375rem;
  opacity: 0.77;
}
@media screen and (min-width: 64em) {
  .hero-v1 .hero__image {
    top: 3.75rem;
    bottom: 3.75rem;
    right: 3.75rem;
  }
}
.hero-v1 .hero__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-v1 .hero__image picture,
.hero-v1 .hero__image img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}
.hero-v2 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .hero-v2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 80em) {
  .hero-v2 .hero__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 3rem;
    gap: 3rem;
  }
}
.hero-v2 .hero__content {
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  padding: 3rem 1.4375rem;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__content {
    padding: 5rem 3.75rem 5rem 3.75rem;
  }
}
.hero-v2 .hero__heading {
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__heading {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__heading {
    margin-bottom: 2.625rem;
  }
}
.hero-v2 .hero__title {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.hero-v2 .hero__description {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__description {
    font-size: 1.125rem;
  }
}
.hero-v2 .hero__description--col-2 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__description--col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
    margin-top: 2.9375rem;
  }
}
.hero-v2 .hero__description--col-2 p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__description--col-2 p:not(:last-child) {
    margin-bottom: 0;
  }
}
.hero-v2 .hero__image {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .hero-v2 .hero__image {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 80em) {
  .hero-v2 .hero__image {
    margin-top: 0;
    position: relative;
    height: 100%;
  }
}
.hero-v2 .hero__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 80em) {
  .hero-v2 .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.key-metrics {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .key-metrics {
    margin-bottom: 5rem;
  }
}
.key-metrics::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: calc(100% + 2.5rem);
  background-image: url(../images/e814841f76bea0f033ab.svg);
  background-attachment: fixed;
  background-repeat: repeat;
}
@media screen and (min-width: 64em) {
  .key-metrics::before {
    top: -2.5rem;
    height: calc(100% + 5rem);
  }
}
.key-metrics__wrapper {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .key-metrics__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 87.5em) {
  .key-metrics__wrapper {
    gap: 3rem;
  }
}
.key-metrics__card {
  color: #070707;
  padding: 1.875rem 1.4375rem;
  border-radius: 10px 30px 50px 30px;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  background-color: #fbbd47;
}
@media screen and (min-width: 64em) {
  .key-metrics__card {
    padding: 2.375rem 1.875rem;
  }
}
.key-metrics__card:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .key-metrics__card:not(:last-child) {
    margin-bottom: 0;
  }
}
.key-metrics__card-title {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 87.5em) {
  .key-metrics__card-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .key-metrics__card-title {
    margin-bottom: 0.75rem;
  }
}
.key-metrics__card p {
  font-family: "Geomanist", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}
@media screen and (min-width: 64em) {
  .key-metrics__card p {
    font-size: 1.125rem;
  }
}
.key-metrics__card p strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .key-metrics--v2 .key-metrics__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
  }
}
.key-metrics--v2 .key-metrics__card {
  color: #fff;
  background-color: #007287;
}
@media screen and (min-width: 64em) {
  .key-metrics--v3 .key-metrics__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    gap: 3rem;
  }
}
.key-metrics--v3 .key-metrics__card {
  text-align: center;
  color: #fff;
  background-color: #007287;
}
.key-metrics--v3 .key-metrics__card:nth-child(3n) {
  grid-column: span 2;
}
.presentation {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .presentation {
    margin-bottom: 5rem;
  }
}
.presentation__wrapper {
  padding: 3rem 1.4375rem;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .presentation__wrapper {
    padding: 5rem 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  .presentation__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
    gap: 4rem;
  }
}
.presentation__col:last-child {
  margin-top: 3rem;
}
@media screen and (min-width: 64em) {
  .presentation__col:last-child {
    margin-top: 0;
  }
}
.presentation__heading {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 64em) {
  .presentation__heading {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 64em) {
  .presentation__heading {
    margin-bottom: 2.9375rem;
  }
}
.presentation__title {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 1.5625rem;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.03125em;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 64em) {
  .presentation__title {
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 64em) {
  .presentation__title {
    margin-bottom: 1.5625rem;
  }
}
.presentation__description {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .presentation__description {
    font-size: 1.125rem;
  }
}
.presentation__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .presentation__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.presentation__col:last-child p {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .presentation__col:last-child p {
    font-size: 1.125rem;
    margin-top: 3.1875rem;
  }
}
.presentation__logo {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .presentation__logo {
    margin-bottom: 4rem;
  }
}
.presentation__logo svg,
.presentation__logo img {
  width: 9.875rem;
}
@media screen and (min-width: 80em) {
  .presentation__logo svg,
  .presentation__logo img {
    width: 21.5625rem;
  }
}
.presentation__cta {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .presentation__cta {
    margin-top: 3.3125rem;
  }
}
.presentation__cta .button {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .presentation__cta .button {
    width: auto;
  }
}
.presentation ul li {
  position: relative;
  font-size: 1rem;
  padding-left: 2.125rem;
}
@media screen and (min-width: 64em) {
  .presentation ul li {
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 2.375rem;
  }
}
.presentation ul li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 64em) {
  .presentation ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.presentation ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #80acc2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #007287),
    color-stop(50%, #f49d47)
  );
  background: linear-gradient(90deg, #007287 50%, #f49d47 50%);
}
.presentation ul li strong {
  font-weight: 500;
}
.presentation--v2 ul li {
  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;
  padding-right: 3rem;
}
@media screen and (min-width: 64em) {
  .presentation--v2 ul li {
    padding-right: 5rem;
  }
}
.presentation--v2 ul li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.presentation--v2 ul li strong {
  font-weight: 400;
}
.presentation--v2 ul li img {
  margin-left: 2rem;
}
.presentation--bar .presentation__wrapper {
  background-color: #007287;
}
.presentation--bar .presentation__col:last-child {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 64em) {
  .presentation--bar .presentation__col:last-child {
    margin-top: 0;
  }
}
.presentation--bar .presentation__heading {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 64em) {
  .presentation--bar .presentation__heading {
    margin-bottom: 1.5rem;
  }
}
.presentation--bar .presentation__description {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  max-width: 28.125rem;
}
@media screen and (min-width: 64em) {
  .presentation--bar .presentation__description {
    font-size: 1.125rem;
  }
}
.presentation--bar .presentation__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .presentation--bar .presentation__image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.presentation--bar .presentation__image img {
  max-height: 12.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}
@media screen and (min-width: 64em) {
  .presentation--bar .presentation__image img {
    max-height: 18.75rem;
  }
}
.presentation--form .presentation__wrapper {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff0;
}
@media screen and (min-width: 64em) {
  .presentation--form .presentation__wrapper {
    -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
    box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
    border-radius: 30px;
    background-color: #fff;
    padding: 5rem 3.75rem;
  }
}
.presentation--form .presentation__description {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  max-width: 28.125rem;
}
@media screen and (min-width: 64em) {
  .presentation--form .presentation__description {
    font-size: 1.125rem;
  }
}
.presentation--form .presentation__notes {
  margin-top: 1.125rem;
}
@media screen and (min-width: 64em) {
  .presentation--form .presentation__notes {
    margin-top: 1.5rem;
  }
}
.download {
  padding: 5rem 0;
}
@media screen and (min-width: 64em) {
  .download {
    padding: 7.5rem 0;
  }
}
.download__wrapper {
  width: 72.375rem;
  max-width: 100%;
  margin: 0 auto;
}
.download__header {
  margin-bottom: 4.375rem;
}
.download__heading {
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .download__heading {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 64em) {
  .download__heading {
    margin-bottom: 2rem;
  }
}
.download__title {
  font-size: 1.25rem;
  font-weight: 500;
  max-width: 53.125rem;
}
@media screen and (min-width: 64em) {
  .download__title {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}
.download__col:not(:last-child) {
  margin-bottom: 1.5rem;
}
.download__box {
  padding: 1.875rem 0.71875rem;
  border-radius: 10px 15px 20px 15px;
  -webkit-box-shadow: 0 10px 30px 15px rgb(30 30 30 / 0.05);
  box-shadow: 0 10px 30px 15px rgb(30 30 30 / 0.05);
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .download__box {
    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;
    padding: 1.125rem 1.875rem;
  }
}
.download__box-title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .download__box-title {
    font-size: 1.125rem;
  }
}
.download__box .button {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .download__box .button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.blog-list {
  padding-top: 0rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .blog-list {
    padding-bottom: 7.5rem;
  }
}
.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (min-width: 48em) {
  .blog-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .blog-list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 87.5em) {
  .blog-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-list__latest {
  margin-bottom: 5rem;
}
.blog-list__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
.blog-list__pagination a {
  white-space: nowrap;
}
.info-table {
  padding: 3rem 0;
}
@media screen and (min-width: 64em) {
  .info-table {
    padding: 7.5rem 0;
  }
}
.info-table__wrapper {
  padding: 1.4375rem;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .info-table__wrapper {
    padding: 3.75rem;
  }
}
.info-table__header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .info-table__header {
    margin-bottom: 5rem;
  }
}
.info-table__heading {
  display: block;
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
}
@media screen and (min-width: 64em) {
  .info-table__heading {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 64em) {
  .info-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.info-table__item:not(:last-child) {
  border-bottom: 1px solid #a2e5f9;
  padding-bottom: 1.25rem;
}
.info-table__item:not(:first-child) {
  padding-top: 1.25rem;
}
.info-table__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .info-table__item-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .info-table__item-title {
    width: 50%;
  }
}
.info-table__item-title img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 2.5rem;
}
.info-table__item-description {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  padding-left: 68px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .info-table__item-description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .info-table__item-description {
    width: 50%;
    margin-top: 0;
    margin-left: 2.5rem;
    padding-left: 0;
  }
}
.info-table__item-description p {
  margin-bottom: 1rem;
}
.info-table__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .info-table__cta {
    margin-top: 5rem;
  }
}
.info-table__footer {
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .info-table__footer {
    margin-top: 5rem;
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.info-table__footer-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 64em) {
  .info-table__footer-title {
    font-size: 1.5625rem;
    margin-bottom: 1.125rem;
  }
}
.info-table__footer p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.info-table__footer p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .info-table__footer p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.article-detail {
  margin-bottom: 3rem;
}
@media screen and (min-width: 87.5em) {
  .article-detail {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 87.5em) {
  .article-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.article-detail__back {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 87.5em) {
  .article-detail__back {
    margin-right: 8rem;
    margin-bottom: 0;
  }
}
.article-detail__back .button {
  font-weight: 900;
}
.article-detail__back .button svg {
  margin-right: 1rem;
}
.article-detail__card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3rem;
  border-radius: 15px 25px 50px 25px;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  background-color: #fff;
}
@media screen and (min-width: 87.5em) {
  .article-detail__card {
    padding: 5rem 12.5rem;
  }
}
.article-detail__heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .article-detail__heading {
    font-size: 2.5rem;
  }
}
.article-detail__info {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .article-detail__info {
    font-size: 1.375rem;
  }
}
.article-detail__image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.article-detail__image picture,
.article-detail__image img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 64em) {
  .article-detail__image picture,
  .article-detail__image img {
    height: 28.125rem;
  }
}
.article-detail__perex {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .article-detail__perex {
    font-size: 1.375rem;
  }
}
.article-detail__text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.article-detail__text > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.heading {
  padding: 2.5rem 1.4375rem;
}
@media screen and (min-width: 64em) {
  .heading {
    padding: 5rem 3.75rem;
  }
}
.heading__title {
  font-family: "Geomanist", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.285;
}
@media screen and (min-width: 64em) {
  .heading__title {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.section {
  margin: 2.5rem 0;
}
@media screen and (min-width: 64em) {
  .section {
    margin: 5rem 0;
  }
}
.personal-data .article {
  margin: 1.4375rem 0;
}
@media screen and (min-width: 64em) {
  .personal-data .article {
    margin: 3.75rem 0;
  }
}
.personal-data .article__content {
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  box-shadow: 0 20px 30px 15px rgb(30 30 30 / 0.0784313725);
  padding: 3rem 1.4375rem;
  width: 72.375rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .personal-data .article__content {
    height: 100%;
    padding: 5rem 3.75rem 5rem 3.75rem;
  }
}
.personal-data .article__content h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .personal-data .article__content h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.personal-data .article__content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .personal-data .article__content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.personal-data .article__content h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .personal-data .article__content h4 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.personal-data .article__content > ul:not(:last-child),
.personal-data .article__content > ol:not(:last-child),
.personal-data .article__content > p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.personal-data .article__content p {
  font-size: 1rem;
  line-height: 1.6;
}
.personal-data .article__content ul li {
  position: relative;
  padding-left: 1.5625rem;
}
.personal-data .article__content ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.personal-data .article__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #80acc2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #007287),
    color-stop(50%, #f49d47)
  );
  background: linear-gradient(90deg, #007287 50%, #f49d47 50%);
}
.personal-data .article__content ol {
  list-style: none;
  counter-reset: muffins;
}
.personal-data .article__content ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  counter-increment: section;
}
.personal-data .article__content ol li:before {
  content: counter(section) ". ";
  padding-right: 0.625rem;
}
.input-message {
  display: block;
  font-size: 0.75rem;
}
.input-message--error {
  color: #f55a50;
}
.input-message.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.response-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  border: 1px solid #fff0;
}
.response-message__icon .error {
  display: none;
}
.response-message__icon .success {
  display: none;
}
.response-message--success {
  border-color: #419d2f;
  background-color: rgb(237.625, 249.125, 235.375);
}
.response-message--success .response-message__content {
  color: #419d2f;
}
.response-message--success .response-message__icon .success {
  display: block;
  color: #419d2f;
  margin-left: 1.5rem;
}
.response-message--error {
  border-color: rgb(235.0675675676, 26.8648648649, 13.4324324324);
  background-color: hsl(3.6363636364, 89.1891891892%, 96.7254901961%);
}
.response-message--error .response-message__content {
  color: rgb(235.0675675676, 26.8648648649, 13.4324324324);
}
.response-message--error .response-message__icon .success {
  display: block;
  color: rgb(235.0675675676, 26.8648648649, 13.4324324324);
  margin-left: 1.5rem;
}
.response-message.is-show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: calc(64em - 1px)) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .mobile {
    display: none;
  }
}
.body-scroll--disabled {
  overflow-y: hidden;
}
@media screen and (min-width: 84.375em) {
  .body-scroll--disabled {
    overflow-y: visible;
    overflow-y: initial;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  height: 100vh;
  background-color: #f2f7f8;
}
picture,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  a:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
#CybotCookiebotDialogHeader {
  display: none !important;
}
#CybotCookiebotDialog {
  top: auto !important;
  bottom: 0 !important;
  -webkit-transform: translate(-50%, 0%) !important;
  -ms-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: currentcolor;
  border-top-color: initial;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: currentcolor;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: currentcolor;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: currentcolor;
  border-right-color: initial;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: #fff0;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.logo-link {
  display: inline-block;
  max-width: 95px;
  max-height: 65px;

  & image {
    width: 100%;
    height: 100%;
  }
}
