/*! 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 {
  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 */
  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 {
  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] {
  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: "Euclid Circular A";
  src: url("../fonts/subset-EuclidCircularA-Regular.eot");
  src: url("../fonts/subset-EuclidCircularA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-EuclidCircularA-Regular.woff2") format("woff2"), url("../fonts/subset-EuclidCircularA-Regular.woff") format("woff"), url("../fonts/subset-EuclidCircularA-Regular.ttf") format("truetype"), url("../fonts/subset-EuclidCircularA-Regular.svg#EuclidCircularA-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/subset-EuclidCircularA-Semibold.eot");
  src: url("../fonts/subset-EuclidCircularA-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-EuclidCircularA-Semibold.woff2") format("woff2"), url("../fonts/subset-EuclidCircularA-Semibold.woff") format("woff"), url("../fonts/subset-EuclidCircularA-Semibold.ttf") format("truetype"), url("../fonts/subset-EuclidCircularA-Semibold.svg#EuclidCircularA-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/subset-EuclidCircularA-Medium.eot");
  src: url("../fonts/subset-EuclidCircularA-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-EuclidCircularA-Medium.woff2") format("woff2"), url("../fonts/subset-EuclidCircularA-Medium.woff") format("woff"), url("../fonts/subset-EuclidCircularA-Medium.ttf") format("truetype"), url("../fonts/subset-EuclidCircularA-Medium.svg#EuclidCircularA-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

html {
  font-size: 100%;
}
@media (max-width: 1680px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper, #cookie-notice .cookie-notice-container {
  width: calc(100% - 180px);
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .wrapper, #cookie-notice .cookie-notice-container {
    width: calc(100% - 40px);
  }
}

body, p, ul, ol, table {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.56;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}

b, strong {
  font-weight: 700;
}

html, body {
  overflow-x: hidden;
}

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

body {
  background: #F8F8F8;
}

.btn {
  padding: 11px 13px;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.2px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background: transparent;
  color: #000000;
}
.btn.outline {
  background: transparent;
  color: #000000;
}
.btn.outline:hover {
  background: #000000;
  color: #ffffff;
}

h2.headline {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  h2.headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h2.headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.cards-block {
  position: relative;
  z-index: 1;
}
.grid.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .grid.grid-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.grid-cards .single {
  background: #EBEBEB;
  border-radius: 2px;
  height: 270px;
  position: relative;
}
@media (max-width: 768px) {
  .grid.grid-cards .single {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .grid.grid-cards .single {
    height: 190px;
  }
}
.grid.grid-cards .single:nth-of-type(2) {
  background: #8E63CB;
}
.grid.grid-cards .single .wrap {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 40px;
}
.grid.grid-cards .single .wrap h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 33px;
}
@media (max-width: 768px) {
  .grid.grid-cards .single .wrap h2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 24px;
  }
}
@media (max-width: 480px) {
  .grid.grid-cards .single .wrap h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 18px;
  }
}
.grid.grid-cards .single .wrap .btn {
  display: block;
  width: 200px;
}

.grid.grid-cards-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .grid.grid-cards-top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.grid-cards-top .single {
  border-radius: 2px;
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .grid.grid-cards-top .single {
    padding: 0 0 50px;
  }
}
.grid.grid-cards-top .single:nth-of-type(2) .overlay {
  background: rgba(142, 99, 203, 0.8);
}
.grid.grid-cards-top .single .overlay {
  padding: 112px 36px 40px;
  background: rgba(235, 235, 235, 0.8);
}
@media (max-width: 768px) {
  .grid.grid-cards-top .single .overlay {
    padding: 60px 24px 30px;
  }
}
.grid.grid-cards-top .single .overlay h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 33px;
}
@media (max-width: 768px) {
  .grid.grid-cards-top .single .overlay h2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 24px;
  }
}
@media (max-width: 480px) {
  .grid.grid-cards-top .single .overlay h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 18px;
  }
}
.grid.grid-cards-top .single .overlay .btn {
  display: block;
  width: 200px;
}

.reasons-wrapper .wrap .single {
  padding: 43px 36px;
  background: #EAEAEA;
  border: 2px solid #EBEBEB;
  border-radius: 3px;
}
.reasons-wrapper .wrap .single img {
  height: 64px;
  width: auto;
  display: block;
  margin: 0 0 24px;
}
.reasons-wrapper .wrap .single p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #3F3F3F;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.36;
  margin: 0;
  min-height: 87px;
  max-width: 370px;
}
@media (max-width: 1280px) {
  .reasons-wrapper .wrap .single p {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .reasons-wrapper .wrap .single p {
    min-height: 115px;
  }
}
.reasons-wrapper .wrap .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  position: relative;
}
.reasons-wrapper .wrap .owl-nav:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/icon-dot.svg") center/cover no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reasons-wrapper .wrap .owl-nav .owl-prev {
  width: 10px;
  height: 15px;
  margin: 0 20px 0 0;
  background: url("../images/icon-arrow-left.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.reasons-wrapper .wrap .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.reasons-wrapper .wrap .owl-nav .owl-next {
  width: 10px;
  height: 15px;
  margin: 0 0 0 20px;
  background: url("../images/icon-arrow-right.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.reasons-wrapper .wrap .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.contacts-block {
  padding: 106px 0 0;
  position: relative;
}
.contacts-block:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: #8E63CB;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts-block .wrapper, .contacts-block #cookie-notice .cookie-notice-container, #cookie-notice .contacts-block .cookie-notice-container {
  z-index: 1;
  margin: 0 auto 140px;
}
.contacts-block .wrapper .wrap, .contacts-block #cookie-notice .cookie-notice-container .wrap, #cookie-notice .contacts-block .cookie-notice-container .wrap {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
}
.contacts-block .wrapper .wrap .top, .contacts-block #cookie-notice .cookie-notice-container .wrap .top, #cookie-notice .contacts-block .cookie-notice-container .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EBEBEB;
  padding: 24px;
}
@media (max-width: 480px) {
  .contacts-block .wrapper .wrap .top, .contacts-block #cookie-notice .cookie-notice-container .wrap .top, #cookie-notice .contacts-block .cookie-notice-container .wrap .top {
    flex-direction: column;
  }
}
.contacts-block .wrapper .wrap .top h1, .contacts-block #cookie-notice .cookie-notice-container .wrap .top h1, #cookie-notice .contacts-block .cookie-notice-container .wrap .top h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  .contacts-block .wrapper .wrap .top h1, .contacts-block #cookie-notice .cookie-notice-container .wrap .top h1, #cookie-notice .contacts-block .cookie-notice-container .wrap .top h1 {
    margin: 0 auto 18px;
  }
}
.contacts-block .wrapper .wrap .top a, .contacts-block #cookie-notice .cookie-notice-container .wrap .top a, #cookie-notice .contacts-block .cookie-notice-container .wrap .top a {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #8E63CB;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contacts-block .wrapper .wrap .top a:hover, .contacts-block #cookie-notice .cookie-notice-container .wrap .top a:hover, #cookie-notice .contacts-block .cookie-notice-container .wrap .top a:hover {
  background: #8E63CB;
  color: #ffffff;
}
.contacts-block .wrapper .wrap .bottom, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom {
  padding: 24px;
}
.contacts-block .wrapper .wrap .bottom .form-wrap label, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap label, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
  margin: 0 0 4px;
}
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=text], .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=text], #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=text],
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=email],
.contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=email],
#cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=email],
.contacts-block .wrapper .wrap .bottom .form-wrap textarea,
.contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap textarea,
#cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  padding: 15px 18px;
  border-radius: 3px;
  border: 1px solid #E4D7F7;
  margin: 0 0 15px;
  width: 100%;
  display: block;
}
.contacts-block .wrapper .wrap .bottom .form-wrap textarea, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap textarea, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap textarea {
  height: 146px;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-form-control-wrap, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap {
  display: block;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas {
  margin: 0 0 20px;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas label, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas label, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas label {
  margin: 0;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas a, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas a, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas a {
  color: #000000;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas .wpcf7-list-item, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas .wpcf7-list-item, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-form-control-wrap.sutikimas .wpcf7-list-item {
  margin: 0;
}
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=submit], .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=submit], #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=submit] {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  display: block;
  padding: 8px;
  width: 100%;
  background: #000000;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=submit]:hover, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:hover, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:hover {
  background: transparent;
  color: #000000;
}
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=submit]:disabled, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:disabled, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:disabled {
  opacity: 0.5;
  cursor: default;
}
.contacts-block .wrapper .wrap .bottom .form-wrap input[type=submit]:disabled:hover, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:disabled:hover, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap input[type=submit]:disabled:hover {
  color: #ffffff;
  background: #000000;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .ajax-loader, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .ajax-loader, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .ajax-loader {
  display: none !important;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-not-valid-tip, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-not-valid-tip, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8E63CB;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: -10px 0 16px 16px;
  display: block;
  opacity: 0.75;
}
.contacts-block .wrapper .wrap .bottom .form-wrap .wpcf7-response-output, .contacts-block #cookie-notice .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-response-output, #cookie-notice .contacts-block .cookie-notice-container .wrap .bottom .form-wrap .wpcf7-response-output {
  padding: 16px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
}

.park-block-multi {
  min-height: 763px;
  background: #CED1D2;
}
.park-block-multi .wrapper, .park-block-multi #cookie-notice .cookie-notice-container, #cookie-notice .park-block-multi .cookie-notice-container {
  padding: 90px 0 0;
}
.park-block-multi .wrapper h1, .park-block-multi #cookie-notice .cookie-notice-container h1, #cookie-notice .park-block-multi .cookie-notice-container h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .park-block-multi .wrapper h1, .park-block-multi #cookie-notice .cookie-notice-container h1, #cookie-notice .park-block-multi .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .park-block-multi .wrapper h1, .park-block-multi #cookie-notice .cookie-notice-container h1, #cookie-notice .park-block-multi .cookie-notice-container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.simple-top-block {
  background: #F8F8F8;
}
.simple-top-block .wrapper h1, .simple-top-block #cookie-notice .cookie-notice-container h1, #cookie-notice .simple-top-block .cookie-notice-container h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.63;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .simple-top-block .wrapper h1, .simple-top-block #cookie-notice .cookie-notice-container h1, #cookie-notice .simple-top-block .cookie-notice-container h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .simple-top-block .wrapper h1, .simple-top-block #cookie-notice .cookie-notice-container h1, #cookie-notice .simple-top-block .cookie-notice-container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.plan-block {
  background: #CED1D2;
  position: relative;
}
@media (max-width: 1024px) {
  .plan-block.plan-with-text .wrapper, .plan-block.plan-with-text #cookie-notice .cookie-notice-container, #cookie-notice .plan-block.plan-with-text .cookie-notice-container {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
  }
}
.plan-block img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.plan-block .wrapper, .plan-block #cookie-notice .cookie-notice-container, #cookie-notice .plan-block .cookie-notice-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  height: 100%;
}
.plan-block .wrapper h2, .plan-block #cookie-notice .cookie-notice-container h2, #cookie-notice .plan-block .cookie-notice-container h2 {
  padding: 90px 0 0;
  margin: 0;
}
@media (max-width: 768px) {
  .plan-block .wrapper h2, .plan-block #cookie-notice .cookie-notice-container h2, #cookie-notice .plan-block .cookie-notice-container h2 {
    padding: 45px 0 0;
  }
}
@media (max-width: 480px) {
  .plan-block .wrapper h2, .plan-block #cookie-notice .cookie-notice-container h2, #cookie-notice .plan-block .cookie-notice-container h2 {
    padding: 32px 0 0;
  }
}
.plan-block .wrapper .info, .plan-block #cookie-notice .cookie-notice-container .info, #cookie-notice .plan-block .cookie-notice-container .info {
  background: #CED1D2;
  padding: 36px;
  position: absolute;
  bottom: 88px;
  right: 0;
}
@media (max-width: 1024px) {
  .plan-block .wrapper .info, .plan-block #cookie-notice .cookie-notice-container .info, #cookie-notice .plan-block .cookie-notice-container .info {
    padding: 24px;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
.plan-block .wrapper .info .single, .plan-block #cookie-notice .cookie-notice-container .info .single, #cookie-notice .plan-block .cookie-notice-container .info .single {
  display: flex;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .plan-block .wrapper .info .single, .plan-block #cookie-notice .cookie-notice-container .info .single, #cookie-notice .plan-block .cookie-notice-container .info .single {
    margin: 0 auto 24px;
  }
}
.plan-block .wrapper .info .single:last-of-type, .plan-block #cookie-notice .cookie-notice-container .info .single:last-of-type, #cookie-notice .plan-block .cookie-notice-container .info .single:last-of-type {
  margin: 0;
}
.plan-block .wrapper .info .single span, .plan-block #cookie-notice .cookie-notice-container .info .single span, #cookie-notice .plan-block .cookie-notice-container .info .single span {
  width: 35px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8E63CB;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1.56;
  display: block;
  margin: 2px 0 0;
}
.plan-block .wrapper .info .single p, .plan-block #cookie-notice .cookie-notice-container .info .single p, #cookie-notice .plan-block .cookie-notice-container .info .single p {
  width: calc(100% - 35px);
  max-width: 356px;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.56;
  margin: 0;
}
@media (max-width: 1024px) {
  .plan-block .wrapper .info .single p, .plan-block #cookie-notice .cookie-notice-container .info .single p, #cookie-notice .plan-block .cookie-notice-container .info .single p {
    max-width: 100%;
  }
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}
#cookie-notice .cookie-notice-container {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 480px) {
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
  }
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  text-align: left;
  width: 100%;
  max-width: 623px;
  margin: 0 10px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3D3D3D;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1.25;
}
@media (max-width: 480px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    margin: 0 0 10px;
  }
}
#cookie-notice .cookie-notice-container #cn-notice-text a {
  color: #3D3D3D;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons {
  display: flex;
  align-items: center;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 9px 10px;
  border: 1px solid #000000;
  border-radius: 2px;
  opacity: 0.75;
  white-space: nowrap;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a:hover {
  background: black;
  color: #ffffff;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a:nth-of-type(1) {
  order: 2;
  background: #8E63CB;
  color: #ffffff;
  border-color: #8E63CB;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a:nth-of-type(1):hover {
  background: #ffffff;
  color: #8E63CB;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons a:nth-of-type(2) {
  order: 1;
  margin: 0 20px 0 0;
}
#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none !important;
}

body {
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.cookies-not-set {
  padding: 62px 0 0;
}
@media (max-width: 1680px) {
  body.cookies-not-set {
    padding: 60px 0 0;
  }
}
@media (max-width: 1024px) {
  body.cookies-not-set {
    padding: 59px 0 0;
  }
}
@media (max-width: 480px) {
  body.cookies-not-set {
    padding: 102px 0 0;
  }
}

header {
  border: 1px solid #EBEBEB;
  padding: 44px 0;
  background: #ffffff;
  z-index: 5;
  position: relative;
}
header .wrapper, header #cookie-notice .cookie-notice-container, #cookie-notice header .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo, header #cookie-notice .cookie-notice-container .logo, #cookie-notice header .cookie-notice-container .logo {
  text-decoration: none;
  display: block;
}
header .wrapper .logo img, header #cookie-notice .cookie-notice-container .logo img, #cookie-notice header .cookie-notice-container .logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .logo img, header #cookie-notice .cookie-notice-container .logo img, #cookie-notice header .cookie-notice-container .logo img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  header .wrapper .logo img, header #cookie-notice .cookie-notice-container .logo img, #cookie-notice header .cookie-notice-container .logo img {
    height: 24px;
  }
}
header .wrapper .nav, header #cookie-notice .cookie-notice-container .nav, #cookie-notice header .cookie-notice-container .nav {
  display: flex;
  align-items: center;
}
header .wrapper .nav .menu, header #cookie-notice .cookie-notice-container .nav .menu, #cookie-notice header .cookie-notice-container .nav .menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  header .wrapper .nav .menu, header #cookie-notice .cookie-notice-container .nav .menu, #cookie-notice header .cookie-notice-container .nav .menu {
    display: none;
  }
}
header .wrapper .nav .menu li, header #cookie-notice .cookie-notice-container .nav .menu li, #cookie-notice header .cookie-notice-container .nav .menu li {
  margin: 0 48px 0 0;
}
@media (max-width: 1024px) {
  header .wrapper .nav .menu li, header #cookie-notice .cookie-notice-container .nav .menu li, #cookie-notice header .cookie-notice-container .nav .menu li {
    margin: 0 36px 0 0;
  }
}
header .wrapper .nav .menu li:last-of-type, header #cookie-notice .cookie-notice-container .nav .menu li:last-of-type, #cookie-notice header .cookie-notice-container .nav .menu li:last-of-type {
  margin: 0;
}
header .wrapper .nav .menu li.current-menu-item a, header #cookie-notice .cookie-notice-container .nav .menu li.current-menu-item a, #cookie-notice header .cookie-notice-container .nav .menu li.current-menu-item a {
  color: #8E63CB;
}
header .wrapper .nav .menu li a, header #cookie-notice .cookie-notice-container .nav .menu li a, #cookie-notice header .cookie-notice-container .nav .menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .nav .menu li a:hover, header #cookie-notice .cookie-notice-container .nav .menu li a:hover, #cookie-notice header .cookie-notice-container .nav .menu li a:hover {
  color: #8E63CB;
}
header .wrapper .nav .lang, header #cookie-notice .cookie-notice-container .nav .lang, #cookie-notice header .cookie-notice-container .nav .lang {
  margin: 0 0 0 50px;
}
@media (max-width: 1024px) {
  header .wrapper .nav .lang, header #cookie-notice .cookie-notice-container .nav .lang, #cookie-notice header .cookie-notice-container .nav .lang {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 768px) {
  header .wrapper .nav .lang, header #cookie-notice .cookie-notice-container .nav .lang, #cookie-notice header .cookie-notice-container .nav .lang {
    display: none;
  }
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li {
  margin: 0 10px 0 0;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li:last-of-type, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li:last-of-type, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li:last-of-type {
  margin: 0;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  border-color: #8E63CB;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #8E63CB;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li:hover a span, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li:hover a span, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li:hover a span {
  color: #8E63CB;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li a, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li a, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrapper .nav .lang .wpml-ls-legacy-list-horizontal ul li a span, header #cookie-notice .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li a span, #cookie-notice header .cookie-notice-container .nav .lang .wpml-ls-legacy-list-horizontal ul li a span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .nav .responsive-btn, header #cookie-notice .cookie-notice-container .nav .responsive-btn, #cookie-notice header .cookie-notice-container .nav .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 17px;
}
@media (max-width: 768px) {
  header .wrapper .nav .responsive-btn, header #cookie-notice .cookie-notice-container .nav .responsive-btn, #cookie-notice header .cookie-notice-container .nav .responsive-btn {
    display: block;
  }
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(1), header #cookie-notice .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(1), #cookie-notice header .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(2), header #cookie-notice .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(2), #cookie-notice header .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(3), header #cookie-notice .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(3), #cookie-notice header .cookie-notice-container .nav .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 7px;
}
header .wrapper .nav .responsive-btn span, header #cookie-notice .cookie-notice-container .nav .responsive-btn span, #cookie-notice header .cookie-notice-container .nav .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #8E63CB;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .nav .responsive-btn span:nth-of-type(1), header #cookie-notice .cookie-notice-container .nav .responsive-btn span:nth-of-type(1), #cookie-notice header .cookie-notice-container .nav .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .nav .responsive-btn span:nth-of-type(2), header #cookie-notice .cookie-notice-container .nav .responsive-btn span:nth-of-type(2), #cookie-notice header .cookie-notice-container .nav .responsive-btn span:nth-of-type(2) {
  top: 7px;
  left: 0;
}
header .wrapper .nav .responsive-btn span:nth-of-type(3), header #cookie-notice .cookie-notice-container .nav .responsive-btn span:nth-of-type(3), #cookie-notice header .cookie-notice-container .nav .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .nav .responsive-btn span:last-of-type, header #cookie-notice .cookie-notice-container .nav .responsive-btn span:last-of-type, #cookie-notice header .cookie-notice-container .nav .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 768px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    top: -100vh;
    height: auto;
    z-index: 4;
    padding: 120px 0 0;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.responsive-menu .wrap {
  height: auto;
  padding: 40px 20px;
  width: 100%;
  text-align: center;
}
.responsive-menu .wrap .navigation .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.responsive-menu .wrap .navigation .menu li {
  margin: 0 0 20px;
}
.responsive-menu .wrap .navigation .menu li:last-of-type {
  margin: 0;
}
.responsive-menu .wrap .navigation .menu li.current-menu-item a {
  color: #8E63CB;
}
.responsive-menu .wrap .navigation .menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu .wrap .navigation .menu li a:hover {
  color: #8E63CB;
}
.responsive-menu .wrap .navigation .lang {
  margin: 20px auto 0;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li {
  margin: 0 10px 0 0;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li:last-of-type {
  margin: 0;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  border-color: #8E63CB;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #8E63CB;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li:hover a span {
  color: #8E63CB;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive-menu .wrap .navigation .lang .wpml-ls-legacy-list-horizontal ul li a span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu.active {
  top: 0;
}

footer {
  position: relative;
  z-index: 1;
}
footer .top {
  background: #000000;
  padding: 48px 0 130px;
  position: relative;
}
@media (max-width: 480px) {
  footer .top {
    padding: 60px 0 120px;
  }
}
footer .top:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: #000000;
  top: -40px;
  left: 0;
  position: absolute;
  z-index: 0;
}
footer .top .wrapper .to-top, footer .top #cookie-notice .cookie-notice-container .to-top, #cookie-notice footer .top .cookie-notice-container .to-top {
  margin: 0 0 82px;
}
@media (max-width: 480px) {
  footer .top .wrapper .to-top, footer .top #cookie-notice .cookie-notice-container .to-top, #cookie-notice footer .top .cookie-notice-container .to-top {
    margin: 0 auto 80px;
    text-align: center;
  }
}
footer .top .wrapper .to-top div, footer .top #cookie-notice .cookie-notice-container .to-top div, #cookie-notice footer .top .cookie-notice-container .to-top div {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer .top .wrapper .to-top div:hover, footer .top #cookie-notice .cookie-notice-container .to-top div:hover, #cookie-notice footer .top .cookie-notice-container .to-top div:hover {
  opacity: 1;
}
footer .top .wrapper .to-top div img, footer .top #cookie-notice .cookie-notice-container .to-top div img, #cookie-notice footer .top .cookie-notice-container .to-top div img {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 480px) {
  footer .top .wrapper .to-top div img, footer .top #cookie-notice .cookie-notice-container .to-top div img, #cookie-notice footer .top .cookie-notice-container .to-top div img {
    height: 24px;
    margin: 0 auto;
  }
}
footer .top .wrapper .partners .headline, footer .top #cookie-notice .cookie-notice-container .partners .headline, #cookie-notice footer .top .cookie-notice-container .partners .headline {
  color: #ffffff;
  opacity: 0.25;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 480px) {
  footer .top .wrapper .partners .headline, footer .top #cookie-notice .cookie-notice-container .partners .headline, #cookie-notice footer .top .cookie-notice-container .partners .headline {
    text-align: center;
  }
}
footer .top .wrapper .partners .grid, footer .top #cookie-notice .cookie-notice-container .partners .grid, #cookie-notice footer .top .cookie-notice-container .partners .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  footer .top .wrapper .partners .grid, footer .top #cookie-notice .cookie-notice-container .partners .grid, #cookie-notice footer .top .cookie-notice-container .partners .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .partners .grid, footer .top #cookie-notice .cookie-notice-container .partners .grid, #cookie-notice footer .top .cookie-notice-container .partners .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 34px;
  }
}
footer .top .wrapper .partners .grid .single, footer .top #cookie-notice .cookie-notice-container .partners .grid .single, #cookie-notice footer .top .cookie-notice-container .partners .grid .single {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
footer .top .wrapper .partners .grid .single img, footer .top #cookie-notice .cookie-notice-container .partners .grid .single img, #cookie-notice footer .top .cookie-notice-container .partners .grid .single img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 75px;
}
@media (max-width: 768px) {
  footer .top .wrapper .partners .grid .single img, footer .top #cookie-notice .cookie-notice-container .partners .grid .single img, #cookie-notice footer .top .cookie-notice-container .partners .grid .single img {
    max-width: 120px;
    max-height: 60px;
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .partners .grid .single img, footer .top #cookie-notice .cookie-notice-container .partners .grid .single img, #cookie-notice footer .top .cookie-notice-container .partners .grid .single img {
    max-width: 146px;
  }
}
footer .bottom {
  padding: 44px 0;
  background: #ffffff;
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 480px) {
  footer .bottom {
    padding: 24px 0;
  }
}
footer .bottom .wrapper, footer .bottom #cookie-notice .cookie-notice-container, #cookie-notice footer .bottom .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .bottom .wrapper, footer .bottom #cookie-notice .cookie-notice-container, #cookie-notice footer .bottom .cookie-notice-container {
    flex-direction: column;
  }
}
footer .bottom .wrapper .left, footer .bottom #cookie-notice .cookie-notice-container .left, #cookie-notice footer .bottom .cookie-notice-container .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .bottom .wrapper .left, footer .bottom #cookie-notice .cookie-notice-container .left, #cookie-notice footer .bottom .cookie-notice-container .left {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  footer .bottom .wrapper .left, footer .bottom #cookie-notice .cookie-notice-container .left, #cookie-notice footer .bottom .cookie-notice-container .left {
    justify-content: flex-start;
  }
}
footer .bottom .wrapper .left img, footer .bottom #cookie-notice .cookie-notice-container .left img, #cookie-notice footer .bottom .cookie-notice-container .left img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 48px 0 0;
}
@media (max-width: 1024px) {
  footer .bottom .wrapper .left img, footer .bottom #cookie-notice .cookie-notice-container .left img, #cookie-notice footer .bottom .cookie-notice-container .left img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  footer .bottom .wrapper .left img, footer .bottom #cookie-notice .cookie-notice-container .left img, #cookie-notice footer .bottom .cookie-notice-container .left img {
    height: 24px;
  }
}
footer .bottom .wrapper .left span, footer .bottom #cookie-notice .cookie-notice-container .left span, #cookie-notice footer .bottom .cookie-notice-container .left span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #3F3F3F;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  max-width: 170px;
}
@media (max-width: 480px) {
  footer .bottom .wrapper .left span, footer .bottom #cookie-notice .cookie-notice-container .left span, #cookie-notice footer .bottom .cookie-notice-container .left span {
    display: none;
  }
}
footer .bottom .wrapper .right, footer .bottom #cookie-notice .cookie-notice-container .right, #cookie-notice footer .bottom .cookie-notice-container .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .bottom .wrapper .right, footer .bottom #cookie-notice .cookie-notice-container .right, #cookie-notice footer .bottom .cookie-notice-container .right {
    width: 100%;
    margin: 36px 0 0;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  footer .bottom .wrapper .right, footer .bottom #cookie-notice .cookie-notice-container .right, #cookie-notice footer .bottom .cookie-notice-container .right {
    flex-direction: column;
    margin: 31px 0 0;
    align-items: flex-start;
  }
}
footer .bottom .wrapper .right .single, footer .bottom #cookie-notice .cookie-notice-container .right .single, #cookie-notice footer .bottom .cookie-notice-container .right .single {
  margin: 0 46px 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  footer .bottom .wrapper .right .single, footer .bottom #cookie-notice .cookie-notice-container .right .single, #cookie-notice footer .bottom .cookie-notice-container .right .single {
    margin: 0 0 17px;
  }
}
footer .bottom .wrapper .right .single:last-of-type, footer .bottom #cookie-notice .cookie-notice-container .right .single:last-of-type, #cookie-notice footer .bottom .cookie-notice-container .right .single:last-of-type {
  margin: 0;
}
footer .bottom .wrapper .right .single span, footer .bottom #cookie-notice .cookie-notice-container .right .single span, #cookie-notice footer .bottom .cookie-notice-container .right .single span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #C0C0C0;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin: 0 0 8px;
}
footer .bottom .wrapper .right .single .contact-link, footer .bottom #cookie-notice .cookie-notice-container .right .single .contact-link, #cookie-notice footer .bottom .cookie-notice-container .right .single .contact-link {
  font-size: 16px;
  font-size: 1rem;
  color: #3F3F3F;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  line-height: 1.44;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .bottom .wrapper .right .single .contact-link:hover, footer .bottom #cookie-notice .cookie-notice-container .right .single .contact-link:hover, #cookie-notice footer .bottom .cookie-notice-container .right .single .contact-link:hover {
  color: #8E63CB;
}
footer .bottom .wrapper .right .single div, footer .bottom #cookie-notice .cookie-notice-container .right .single div, #cookie-notice footer .bottom .cookie-notice-container .right .single div {
  margin: 8px 0 0;
}
@media (max-width: 480px) {
  footer .bottom .wrapper .right .single div, footer .bottom #cookie-notice .cookie-notice-container .right .single div, #cookie-notice footer .bottom .cookie-notice-container .right .single div {
    display: none;
  }
}
footer .bottom .wrapper .right .single div .url, footer .bottom #cookie-notice .cookie-notice-container .right .single div .url, #cookie-notice footer .bottom .cookie-notice-container .right .single div .url {
  font-size: 16px;
  font-size: 1rem;
  color: #8E63CB;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  line-height: 1.44;
  text-decoration: none;
}
footer .bottom .wrapper .right .single div .url:last-of-type, footer .bottom #cookie-notice .cookie-notice-container .right .single div .url:last-of-type, #cookie-notice footer .bottom .cookie-notice-container .right .single div .url:last-of-type {
  margin: 0;
}
footer .bottom .wrapper .right .social a, footer .bottom #cookie-notice .cookie-notice-container .right .social a, #cookie-notice footer .bottom .cookie-notice-container .right .social a {
  text-decoration: none;
  display: inline-block;
}
footer .bottom .wrapper .right .social a img, footer .bottom #cookie-notice .cookie-notice-container .right .social a img, #cookie-notice footer .bottom .cookie-notice-container .right .social a img {
  height: 30px;
  width: auto;
  display: block;
}
footer .bottom .wrapper .urls-mobile, footer .bottom #cookie-notice .cookie-notice-container .urls-mobile, #cookie-notice footer .bottom .cookie-notice-container .urls-mobile {
  display: none;
}
@media (max-width: 480px) {
  footer .bottom .wrapper .urls-mobile, footer .bottom #cookie-notice .cookie-notice-container .urls-mobile, #cookie-notice footer .bottom .cookie-notice-container .urls-mobile {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
}
footer .bottom .wrapper .urls-mobile div, footer .bottom #cookie-notice .cookie-notice-container .urls-mobile div, #cookie-notice footer .bottom .cookie-notice-container .urls-mobile div {
  margin: 0 0 4px;
}
footer .bottom .wrapper .urls-mobile div a, footer .bottom #cookie-notice .cookie-notice-container .urls-mobile div a, #cookie-notice footer .bottom .cookie-notice-container .urls-mobile div a {
  font-size: 16px;
  font-size: 1rem;
  color: #8E63CB;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  line-height: 1.44;
  text-decoration: none;
  text-align: left;
}
footer .bottom .wrapper .urls-mobile div a:last-of-type, footer .bottom #cookie-notice .cookie-notice-container .urls-mobile div a:last-of-type, #cookie-notice footer .bottom .cookie-notice-container .urls-mobile div a:last-of-type {
  margin: 0;
}

@media print {
  header,
footer,
.btn,
.cards-block,
.custom-nav,
.main.page-home .advantage-block .advantage-wrapper .wrap .single .info a,
.owl-nav,
.owl-dots,
.owl-item.cloned,
#cookie-notice,
.main.page-about .features-block .wrapper .single .info:before,
.main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:before,
#cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:before,
.main.page-about .features-block .wrapper .single .info:after,
.main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:after,
#cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:after,
.main.page-reasons .top-block img,
.contacts-block {
    display: none !important;
  }

  body,
.wrapper,
#cookie-notice .cookie-notice-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body {
    background: #ffffff !important;
  }
  body * {
    color: #000000 !important;
    padding: 0 !important;
    max-width: inherit !important;
  }

  .grid.grid-cards-top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }

  .grid.grid-cards-top .single {
    padding: 0;
    background: none !important;
  }

  .grid.grid-cards-top .single .overlay {
    padding: 0;
    background: none !important;
  }

  .advantage-wrapper {
    padding-left: 0 !important;
  }

  .owl-carousel .owl-stage-outer {
    height: auto !important;
  }

  .main.page-home .advantage-block .advantage-wrapper .wrap {
    width: 100% !important;
  }

  .owl-carousel .owl-stage {
    width: 100% !important;
    transform: none !important;
  }

  .main.page-about .top-block {
    padding: 0;
  }

  .main.page-about .top-block img {
    display: none !important;
  }

  .main.page-about .top-block {
    background: #ffffff !important;
    margin: 0 0 2rem;
  }

  .main.page-about .aims-block .reasons-wrapper .wrap .single {
    background: #ffffff !important;
    border: none !important;
  }

  .plan-block .wrapper,
.plan-block #cookie-notice .cookie-notice-container,
#cookie-notice .plan-block .cookie-notice-container {
    position: relative;
  }

  .plan-block {
    background: #ffffff !important;
  }

  .main.page-about .features-block {
    margin: 3rem 0 0;
  }

  .main.page-about .features-block .wrapper .single,
.main.page-about .features-block #cookie-notice .cookie-notice-container .single,
#cookie-notice .main.page-about .features-block .cookie-notice-container .single {
    border: none !important;
    display: block !important;
    break-inside: avoid !important;
  }

  .plan-block .wrapper h2,
.plan-block #cookie-notice .cookie-notice-container h2,
#cookie-notice .plan-block .cookie-notice-container h2 {
    margin: 1rem 0 0;
  }

  .main.page-about .features-block .wrapper .single .photo,
.main.page-about .features-block #cookie-notice .cookie-notice-container .single .photo,
#cookie-notice .main.page-about .features-block .cookie-notice-container .single .photo {
    width: 300px !important;
    height: 200px !important;
    break-inside: avoid !important;
  }

  .main.page-about .features-block .wrapper .single .photo:after,
.main.page-about .features-block #cookie-notice .cookie-notice-container .single .photo:after,
#cookie-notice .main.page-about .features-block .cookie-notice-container .single .photo:after {
    display: none;
  }

  .main.page-reasons .top-block {
    background: none !important;
  }

  .main.page-reasons .grid-block {
    margin: 2rem 0 0;
  }

  .main.page-reasons .grid-block .wrapper .single,
.main.page-reasons .grid-block #cookie-notice .cookie-notice-container .single,
#cookie-notice .main.page-reasons .grid-block .cookie-notice-container .single {
    background: none !important;
    border: none !important;
  }

  .simple-top-block {
    background: none !important;
  }

  .main.page-settling .rules-process-block .wrapper .grid,
.main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .grid,
#cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .grid {
    grid-gap: 0 !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .main.page-settling .plan-block {
    margin: 0 0 2rem !important;
  }

  .main.page-settling .rules-process-block .wrapper .single,
.main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single,
#cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single {
    border: none !important;
    padding: 0 !important;
  }

  .main.page-settling .rules-process-block .wrapper .single .list-photo,
.main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo,
#cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo {
    display: block !important;
  }

  .main.page-settling .rules-process-block .wrapper .single .list-photo .right-photo, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .right-photo, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .right-photo {
    width: 300px !important;
    margin: 1rem 0 0;
  }

  .main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row {
    break-inside: avoid !important;
  }

  .main.page-territory .content-block .wrapper .text, .main.page-territory .content-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-territory .content-block .cookie-notice-container .text {
    border: none !important;
    padding: 0 !important;
  }

  .plan-block .wrapper .info, .plan-block #cookie-notice .cookie-notice-container .info, #cookie-notice .plan-block .cookie-notice-container .info {
    position: relative !important;
    background: none !important;
    bottom: inherit !important;
    margin: 1rem 0 0 !important;
  }

  .main.page-infrastructure .content-block {
    margin: 3rem 0 0 !important;
  }

  .main.page-infrastructure .content-block .wrapper, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container {
    display: block !important;
  }

  .main.page-infrastructure .content-block .wrapper .right, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .right {
    width: 300px !important;
    margin: 1rem 0 0 !important;
  }

  .main.page-infrastructure .content-block .wrapper .left, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left {
    width: 100% !important;
  }

  .plan-block img {
    margin: 0;
  }

  .main.page-privacy-policy .content-block .wrapper .top .left a, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left a, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left a {
    display: none !important;
  }

  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list {
    display: none !important;
  }

  .main.page-privacy-policy .content-block .wrapper .top .left, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left {
    display: none !important;
  }

  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
    border: none !important;
    display: block !important;
  }

  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content h2, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content h2, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content h2 {
    margin: 0 0 20px !important;
  }

  .main.page-privacy-policy .content-block .wrapper .bottom .tabs, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs {
    display: block !important;
  }

  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
    margin: 3rem 0 0 !important;
  }

  .main.page-advantage .content-block .wrapper .top .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left {
    display: none !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left {
    display: none !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content .photo, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo {
    display: none !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content .left-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .left-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .left-side {
    border: none !important;
    width: 100% !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(1), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) {
    background: #ffffff !important;
    margin: 2rem 0 0 !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(2), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) {
    background: #ffffff !important;
    margin: 2rem 0 0 !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content {
    display: block !important;
    border: none !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content ul li:before, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul li:before, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul li:before {
    display: none !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content ul, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul {
    list-style-type: initial !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right {
    margin: 0 !important;
  }

  .main.page-advantage .content-block .wrapper .bottom .right .content .full-side .desc.two-columns, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .desc.two-columns, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .desc.two-columns {
    column-count: 1 !important;
  }
}
.main.page-home .top-block {
  padding: 50px 0 100px;
}
@media (max-width: 480px) {
  .main.page-home .top-block {
    padding: 36px 0 100px;
  }
}
.main.page-home .advantage-block {
  padding: 0 0 55px;
}
.main.page-home .advantage-block .advantage-wrapper .wrap {
  width: calc(100% + 108px);
}
@media (max-width: 768px) {
  .main.page-home .advantage-block .advantage-wrapper .wrap {
    width: 100%;
  }
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single {
  background: #ffffff;
  padding: 4px;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single.blank {
  opacity: 0;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .photo {
  border-radius: 3px;
  overflow: hidden;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .photo:after {
  content: "";
  padding-top: 50%;
  display: block;
  width: 100%;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .info {
  padding: 40px 20px 24px;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .info h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #3F3F3F;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.36;
  margin: 0 0 40px;
  min-height: 58px;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .info a {
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3F3F3F;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #3F3F3F;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.page-home .advantage-block .advantage-wrapper .wrap .single .info a:hover {
  background: #3F3F3F;
  color: #ffffff;
}
.main.page-home .advantage-block .custom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  position: relative;
  width: 100%;
}
.main.page-home .advantage-block .custom-nav:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/icon-dot.svg") center/cover no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main.page-home .advantage-block .custom-nav .prev-new {
  width: 10px;
  height: 15px;
  margin: 0 20px 0 0;
  background: url("../images/icon-arrow-left.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.main.page-home .advantage-block .custom-nav .prev-new:hover {
  opacity: 0.5;
}
.main.page-home .advantage-block .custom-nav .next-new {
  width: 10px;
  height: 15px;
  margin: 0 0 0 20px;
  background: url("../images/icon-arrow-right.svg") center/cover no-repeat;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
.main.page-home .advantage-block .custom-nav .next-new:hover {
  opacity: 0.5;
}
.main.page-about .top-block {
  background: #8E63CB;
  padding: 186px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .main.page-about .top-block {
    padding: 140px 0;
  }
}
@media (max-width: 480px) {
  .main.page-about .top-block {
    padding: 96px 0 200px;
  }
}
.main.page-about .top-block .wrapper .left, .main.page-about .top-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-about .top-block .cookie-notice-container .left {
  width: 100%;
  max-width: 406px;
  padding: 0 0 0 30px;
}
.main.page-about .top-block .wrapper .left h1, .main.page-about .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-about .top-block .cookie-notice-container .left h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main.page-about .top-block .wrapper .left h1, .main.page-about .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-about .top-block .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .main.page-about .top-block .wrapper .left h1, .main.page-about .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-about .top-block .cookie-notice-container .left h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 18px;
  }
}
.main.page-about .top-block .wrapper .left .text p, .main.page-about .top-block #cookie-notice .cookie-notice-container .left .text p, #cookie-notice .main.page-about .top-block .cookie-notice-container .left .text p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.45;
}
.main.page-about .top-block img {
  position: absolute;
  top: 0;
  right: 0;
  height: 560px;
  width: auto;
}
@media (max-width: 1440px) {
  .main.page-about .top-block img {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .main.page-about .top-block img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .main.page-about .top-block img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .main.page-about .top-block img {
    top: inherit;
    bottom: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: inherit;
    left: 0;
  }
}
.main.page-about .aims-block {
  padding: 75px 0 55px;
}
.main.page-about .aims-block .reasons-wrapper {
  margin: 48px 0 0;
}
.main.page-about .aims-block .reasons-wrapper .wrap .single {
  background: #000000;
}
.main.page-about .aims-block .reasons-wrapper .wrap .single p {
  color: #ffffff;
}
.main.page-about .features-block {
  padding: 76px 0 100px;
}
.main.page-about .features-block .wrapper, .main.page-about .features-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-about .features-block .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-row-gap: 100px;
  max-width: 1078px;
}
@media (max-width: 1024px) {
  .main.page-about .features-block .wrapper, .main.page-about .features-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-about .features-block .cookie-notice-container {
    grid-row-gap: 50px;
  }
}
.main.page-about .features-block .wrapper .single, .main.page-about .features-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-about .features-block .cookie-notice-container .single {
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  position: relative;
  background: #ffffff;
  display: flex;
}
@media (max-width: 768px) {
  .main.page-about .features-block .wrapper .single, .main.page-about .features-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-about .features-block .cookie-notice-container .single {
    flex-direction: column;
  }
}
.main.page-about .features-block .wrapper .single .info, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info {
  position: relative;
  padding: 82px 72px 50px 72px;
  width: 47%;
}
@media (max-width: 768px) {
  .main.page-about .features-block .wrapper .single .info, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .main.page-about .features-block .wrapper .single .info, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info {
    padding: 40px;
  }
}
.main.page-about .features-block .wrapper .single .info:before, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:before, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:before {
  content: "";
  display: block;
  top: 82px;
  left: 39px;
  height: 230px;
  width: 1px;
  background: #EBEBEB;
  position: absolute;
}
@media (max-width: 768px) {
  .main.page-about .features-block .wrapper .single .info:before, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:before, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:before {
    display: none;
  }
}
.main.page-about .features-block .wrapper .single .info:after, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:after, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #8E63CB;
  top: 109px;
  left: 36px;
  position: absolute;
}
@media (max-width: 768px) {
  .main.page-about .features-block .wrapper .single .info:after, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info:after, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info:after {
    display: none;
  }
}
.main.page-about .features-block .wrapper .single .info h3, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info h3, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.33;
  margin: 0 0 30px;
}
.main.page-about .features-block .wrapper .single .info .text p, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .info .text p, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .info .text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.56;
}
.main.page-about .features-block .wrapper .single .photo, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .photo, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .photo {
  width: 53%;
}
@media (max-width: 768px) {
  .main.page-about .features-block .wrapper .single .photo, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .photo, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .photo {
    width: 100%;
  }
}
.main.page-about .features-block .wrapper .single .photo:after, .main.page-about .features-block #cookie-notice .cookie-notice-container .single .photo:after, #cookie-notice .main.page-about .features-block .cookie-notice-container .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.main.page-infrastructure .park-block {
  background: #CED1D2;
  min-height: 694px;
  padding: 130px 0 88px;
  position: relative;
  display: flex;
  margin-top: 0;
}
.main.page-infrastructure .park-block .wrapper, .main.page-infrastructure .park-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-infrastructure .park-block .cookie-notice-container {
  /*
  .info {
    background: #CED1D2;
    padding: 36px;
    position: absolute;
    bottom: 88px;
    right: 0;
    @include breakpoint(1024) {
      padding: 24px;
    }
    .single {
      display: flex;
      margin: 0 0 32px;
      &:last-of-type {
        margin: 0;
      }
      span {
        width: 35px;
        text-align: center;
        @include font(12px, $purple, 700, 1.56);
        display: block;
        margin: 2px 0 0;
      }
      p {
        width: calc(100% - 35px);
        max-width: 356px;
        @include font(16px, $black, 400, 1.56);
        margin: 0;
      }
    }
  }
   */
}
.main.page-infrastructure .content-block {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
.main.page-infrastructure .content-block .wrapper, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-infrastructure .content-block .wrapper, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container {
    flex-wrap: wrap;
  }
}
.main.page-infrastructure .content-block .wrapper .left, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left {
  width: calc(45% - 90px);
  padding: 96px 60px 144px 30px;
}
@media (max-width: 1024px) {
  .main.page-infrastructure .content-block .wrapper .left, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left {
    padding: 60px 0 100px;
  }
}
@media (max-width: 768px) {
  .main.page-infrastructure .content-block .wrapper .left, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left {
    width: 100%;
    padding: 0;
  }
}
.main.page-infrastructure .content-block .wrapper .left h1, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main.page-infrastructure .content-block .wrapper .left h1, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .main.page-infrastructure .content-block .wrapper .left h1, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .left h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 18px;
  }
}
.main.page-infrastructure .content-block .wrapper .right, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .right {
  width: 55%;
}
@media (max-width: 768px) {
  .main.page-infrastructure .content-block .wrapper .right, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .right {
    width: 100%;
    margin: 24px 0 0;
  }
}
.main.page-infrastructure .content-block .wrapper .right img, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .right img, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .right img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .main.page-infrastructure .content-block .wrapper .right img, .main.page-infrastructure .content-block #cookie-notice .cookie-notice-container .right img, #cookie-notice .main.page-infrastructure .content-block .cookie-notice-container .right img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main.page-settling .plan-block {
  margin: 0 0 88px;
}
.main.page-settling .rules-process-block {
  position: relative;
  z-index: 2;
}
.main.page-settling .rules-process-block:after {
  display: block;
  width: 100%;
  height: 28px;
  background: #8E63CB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main.page-settling .rules-process-block .wrapper, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container {
  z-index: 1;
}
.main.page-settling .rules-process-block .wrapper .grid, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .main.page-settling .rules-process-block .wrapper .grid, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .grid, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-settling .rules-process-block .wrapper .grid .column-list, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .grid .column-list, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .grid .column-list {
  position: relative;
}
.main.page-settling .rules-process-block .wrapper .grid .column-list:before, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .grid .column-list:before, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .grid .column-list:before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background: #EEE8F7;
  display: block;
  position: absolute;
  top: 10px;
  left: 18px;
}
.main.page-settling .rules-process-block .wrapper .single, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single {
  padding: 72px;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .main.page-settling .rules-process-block .wrapper .single, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single {
    padding: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-settling .rules-process-block .wrapper .single, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single {
    padding: 24px;
  }
}
.main.page-settling .rules-process-block .wrapper .single h3, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single h3, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single h3 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 0.89;
  margin: 0 0 28px;
  width: 100%;
  max-width: 490px;
}
@media (max-width: 768px) {
  .main.page-settling .rules-process-block .wrapper .single h3, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single h3, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-settling .rules-process-block .wrapper .single h3, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single h3, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main.page-settling .rules-process-block .wrapper .single .wrap-list-2 .single-row, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .wrap-list-2 .single-row, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .wrap-list-2 .single-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.main.page-settling .rules-process-block .wrapper .single .wrap-list-2 .single-row:last-of-type, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .wrap-list-2 .single-row:last-of-type, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .wrap-list-2 .single-row:last-of-type {
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .wrap-list-2 .single-row span, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .wrap-list-2 .single-row span, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .wrap-list-2 .single-row span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #EEE8F7;
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8E63CB;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 20px;
  margin: 2px 8px 0;
  background: #ffffff;
}
.main.page-settling .rules-process-block .wrapper .single .wrap-list-2 .single-row span.big, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .wrap-list-2 .single-row span.big, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .wrap-list-2 .single-row span.big {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .wrap-list-2 .single-row p, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .wrap-list-2 .single-row p, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .wrap-list-2 .single-row p {
  width: calc(100% - 48px);
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-settling .rules-process-block .wrapper .single .list-photo, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo {
    flex-wrap: wrap;
  }
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list {
  width: calc(47% - 22px);
}
@media (max-width: 768px) {
  .main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list {
    width: 100%;
  }
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row:last-of-type, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row:last-of-type, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row:last-of-type {
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row span, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row span, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #EEE8F7;
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8E63CB;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 20px;
  margin: 2px 8px 0;
  background: #ffffff;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row span.big, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row span.big, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row span.big {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .wrap-list .single-row p, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .wrap-list .single-row p, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .wrap-list .single-row p {
  width: calc(100% - 48px);
  margin: 0;
}
.main.page-settling .rules-process-block .wrapper .single .list-photo .right-photo, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .right-photo, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .right-photo {
  width: calc(53% - 22px);
}
@media (max-width: 768px) {
  .main.page-settling .rules-process-block .wrapper .single .list-photo .right-photo, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .right-photo, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .right-photo {
    width: 100%;
    margin: 24px 0 0;
  }
  .main.page-settling .rules-process-block .wrapper .single .list-photo .right-photo img, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .list-photo .right-photo img, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .list-photo .right-photo img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.main.page-settling .rules-process-block .wrapper .single .btns, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .btns, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .btns {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main.page-settling .rules-process-block .wrapper .single .btns, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .btns, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .btns {
    flex-direction: column;
  }
}
.main.page-settling .rules-process-block .wrapper .single .btns a, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .btns a, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .btns a {
  width: calc(50% - 7px);
}
@media (max-width: 1024px) {
  .main.page-settling .rules-process-block .wrapper .single .btns a, .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .btns a, #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .btns a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main.page-settling .rules-process-block .wrapper .single .btns a:nth-of-type(1), .main.page-settling .rules-process-block #cookie-notice .cookie-notice-container .single .btns a:nth-of-type(1), #cookie-notice .main.page-settling .rules-process-block .cookie-notice-container .single .btns a:nth-of-type(1) {
    margin: 0 0 14px;
  }
}
.main.page-settling .contacts-block {
  padding: 100px 0 0;
  z-index: 1;
  position: relative;
  margin-top: -40px;
}
.main.page-settling .contacts-block .wrapper, .main.page-settling .contacts-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-settling .contacts-block .cookie-notice-container {
  margin: 0 auto;
}

.main.page-advantage .content-block {
  padding: 90px 0 0;
}
.main.page-advantage .content-block .wrapper .top, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .top, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top {
    flex-direction: column;
  }
}
.main.page-advantage .content-block .wrapper .top .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left {
  width: 200px;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .top .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.main.page-advantage .content-block .wrapper .top .left a, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left a, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.main.page-advantage .content-block .wrapper .top .left a:hover span, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left a:hover span, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left a:hover span {
  color: #8E63CB;
}
.main.page-advantage .content-block .wrapper .top .left a img, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left a img, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left a img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 8px 0 0;
}
.main.page-advantage .content-block .wrapper .top .left a span, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .left a span, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .left a span {
  font-size: 16px;
  font-size: 1rem;
  color: #2A2C41;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.main.page-advantage .content-block .wrapper .top .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .right {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .top .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .right {
    width: 100%;
    margin: 24px auto 0;
  }
}
.main.page-advantage .content-block .wrapper .top .right h1, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .right h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .top .right h1, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .right h1 {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .main.page-advantage .content-block .wrapper .top .right h1, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .top .right h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main.page-advantage .content-block .wrapper .bottom, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom {
  display: flex;
  align-items: flex-start;
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .bottom, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom {
    flex-wrap: wrap;
  }
}
.main.page-advantage .content-block .wrapper .bottom .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left {
  width: 200px;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .bottom .left, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left {
    order: 2;
    width: 100%;
    flex-direction: column;
    display: flex;
    margin: 40px auto 0;
    align-items: center;
  }
}
.main.page-advantage .content-block .wrapper .bottom .left a, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left a, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left a {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.19;
  text-decoration: none;
  display: inline-block;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0 0 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.page-advantage .content-block .wrapper .bottom .left a:last-of-type, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left a:last-of-type, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left a:last-of-type {
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .left a:hover, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left a:hover, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left a:hover {
  border-color: #8E63CB;
}
.main.page-advantage .content-block .wrapper .bottom .left a.active, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .left a.active, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .left a.active {
  border-color: #8E63CB;
  font-weight: 700;
}
.main.page-advantage .content-block .wrapper .bottom .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right {
  width: calc(100% - 260px);
  margin: 90px 0 0;
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right {
    margin: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .main.page-advantage .content-block .wrapper .bottom .right, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right {
    width: 100%;
    order: 1;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  position: relative;
  display: flex;
}
@media (max-width: 920px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content {
    flex-wrap: wrap;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .photo, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo {
  position: absolute;
  left: 72px;
  right: 72px;
  top: -90px;
  border-radius: 3px;
  width: calc(100% - 144px);
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .photo, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo {
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    right: 0;
    top: -70px;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .photo.small, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo.small, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo.small {
  width: calc(50% - 72px);
}
.main.page-advantage .content-block .wrapper .bottom .right .content .photo.small:after, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo.small:after, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo.small:after {
  padding-top: 36%;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .photo:after, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .photo:after, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .photo:after {
  content: "";
  width: 100%;
  padding-top: 18%;
  display: block;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .left-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .left-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .left-side {
  border-right: 1px solid #EBEBEB;
  padding: 90px 50px 72px 72px;
  width: 55%;
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .left-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .left-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .left-side {
    padding: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .left-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .left-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .left-side {
    padding: 24px;
  }
}
@media (max-width: 920px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .left-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .left-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .left-side {
    width: 100%;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side {
  width: 45%;
}
@media (max-width: 920px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side {
    width: 100%;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single h3, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single h3, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single h3 {
  margin: 0 0 24px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(1), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) {
  padding: 90px 72px 50px 50px;
  background: #007749;
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(1), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) {
    padding: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(1), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) {
    padding: 24px;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(1) *, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) *, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(1) * {
  color: #ffffff;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(2), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) {
  padding: 50px 72px 72px 50px;
  background: #000000;
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(2), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) {
    padding: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(2), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) {
    padding: 24px;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single:nth-of-type(2) *, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) *, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single:nth-of-type(2) * {
  color: #ffffff;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .single.full-height, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .single.full-height, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .single.full-height {
  height: 100%;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .icons-wrap .single-icon, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon {
  margin: 0 0 44px;
  display: flex;
  align-items: center;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .icons-wrap .single-icon:last-of-type, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon:last-of-type, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon:last-of-type {
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .icons-wrap .single-icon img, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon img, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon img {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 8px 0 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .right-side .icons-wrap .single-icon span, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon span, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .right-side .icons-wrap .single-icon span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  display: block;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side {
  padding: 90px 72px 72px;
}
@media (max-width: 1024px) {
  .main.page-advantage .content-block .wrapper .bottom .right .content .full-side, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side {
    padding: 48px;
  }
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .desc, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .desc, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .desc {
  width: 100%;
  max-width: 390px;
  margin: 0 0 34px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .desc.two-columns, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .desc.two-columns, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .desc.two-columns {
  max-width: 100%;
  margin: 0;
  column-count: 2;
  column-gap: 32px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .desc.two-columns p, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .desc.two-columns p, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .desc.two-columns p {
  break-inside: avoid;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list {
  column-count: 2;
  column-gap: 32px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road {
  margin: 0 0 22px;
  break-inside: avoid;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road:last-of-type, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road:last-of-type, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road:last-of-type {
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road span, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span {
  display: block;
  text-transform: uppercase;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(1), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(1), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(1) {
  font-size: 28px;
  font-size: 1.75rem;
  color: #8E63CB;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 4px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(2), .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(2), #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road span:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  color: #B2B2BC;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 4px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .full-side .roads-list .single-road p, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road p, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .full-side .roads-list .single-road p {
  font-weight: 700;
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content h3, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content h3, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.33;
  margin: 0 0 40px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .text p, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .text p, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .text p {
  margin: 0 0 32px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content .text p:last-of-type, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content .text p:last-of-type, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content .text p:last-of-type {
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content ul, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main.page-advantage .content-block .wrapper .bottom .right .content ul li, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul li, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul li {
  padding: 0 0 0 14px;
  position: relative;
  margin: 0 0 12px;
}
.main.page-advantage .content-block .wrapper .bottom .right .content ul li:last-of-type, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul li:last-of-type, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul li:last-of-type {
  margin: 0;
}
.main.page-advantage .content-block .wrapper .bottom .right .content ul li:before, .main.page-advantage .content-block #cookie-notice .cookie-notice-container .bottom .right .content ul li:before, #cookie-notice .main.page-advantage .content-block .cookie-notice-container .bottom .right .content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background: #ffffff;
  top: 8px;
  left: 0;
}

.main.page-reasons .top-block {
  background: #CED1D2;
  padding: 186px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .main.page-reasons .top-block {
    padding: 140px 0;
  }
}
@media (max-width: 480px) {
  .main.page-reasons .top-block {
    padding: 96px 0 200px;
  }
}
.main.page-reasons .top-block .wrapper .left, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left {
  width: 100%;
  padding: 0 0 0 30px;
}
.main.page-reasons .top-block .wrapper .left h1, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main.page-reasons .top-block .wrapper .left h1, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .main.page-reasons .top-block .wrapper .left h1, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left h1, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 18px;
  }
}
.main.page-reasons .top-block .wrapper .left .text, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left .text, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left .text {
  max-width: 406px;
}
.main.page-reasons .top-block .wrapper .left .text p, .main.page-reasons .top-block #cookie-notice .cookie-notice-container .left .text p, #cookie-notice .main.page-reasons .top-block .cookie-notice-container .left .text p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.45;
}
.main.page-reasons .top-block img {
  position: absolute;
  bottom: 0;
  right: -120px;
  height: 350px;
  width: auto;
}
@media (max-width: 1440px) {
  .main.page-reasons .top-block img {
    height: 300px;
    right: -100px;
  }
}
@media (max-width: 1024px) {
  .main.page-reasons .top-block img {
    height: 200px;
    right: -100px;
  }
}
@media (max-width: 768px) {
  .main.page-reasons .top-block img {
    height: 150px;
    right: -50px;
  }
}
.main.page-reasons .grid-block {
  padding: 48px 0;
  position: relative;
  z-index: 2;
}
.main.page-reasons .grid-block .wrapper, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .main.page-reasons .grid-block .wrapper, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-reasons .grid-block .wrapper, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-reasons .grid-block .wrapper .single, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container .single {
  border-radius: 3px;
  background: #EEECF0;
  border: 2px solid #EBEBEB;
  padding: 43px 36px 21px;
}
@media (max-width: 1024px) {
  .main.page-reasons .grid-block .wrapper .single, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container .single, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container .single {
    padding: 24px;
  }
}
.main.page-reasons .grid-block .wrapper .single img, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container .single img, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container .single img {
  height: 64px;
  width: auto;
  display: block;
  margin: 0 0 24px;
}
.main.page-reasons .grid-block .wrapper .single p, .main.page-reasons .grid-block #cookie-notice .cookie-notice-container .single p, #cookie-notice .main.page-reasons .grid-block .cookie-notice-container .single p {
  min-height: 88px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  max-width: 316px;
  margin: 0;
}
.main.page-reasons .contacts-block {
  margin-top: -76px;
  z-index: 1;
}
.main.page-reasons .contacts-block .wrapper, .main.page-reasons .contacts-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-reasons .contacts-block .cookie-notice-container {
  margin: 0 auto;
}
.main.page-territory .plan-block {
  margin: 0 0 40px;
}
.main.page-territory .content-block {
  position: relative;
}
.main.page-territory .content-block:after {
  display: block;
  width: 100%;
  height: 40px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main.page-territory .content-block .wrapper, .main.page-territory .content-block #cookie-notice .cookie-notice-container, #cookie-notice .main.page-territory .content-block .cookie-notice-container {
  z-index: 1;
}
.main.page-territory .content-block .wrapper .text, .main.page-territory .content-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-territory .content-block .cookie-notice-container .text {
  padding: 60px;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  background: #ffffff;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .main.page-territory .content-block .wrapper .text, .main.page-territory .content-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-territory .content-block .cookie-notice-container .text {
    padding: 48px;
  }
}
@media (max-width: 480px) {
  .main.page-territory .content-block .wrapper .text, .main.page-territory .content-block #cookie-notice .cookie-notice-container .text, #cookie-notice .main.page-territory .content-block .cookie-notice-container .text {
    padding: 24px;
  }
}
.main.page-territory .content-block .wrapper .photos, .main.page-territory .content-block #cookie-notice .cookie-notice-container .photos, #cookie-notice .main.page-territory .content-block .cookie-notice-container .photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-territory .content-block .wrapper .photos, .main.page-territory .content-block #cookie-notice .cookie-notice-container .photos, #cookie-notice .main.page-territory .content-block .cookie-notice-container .photos {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-territory .content-block .wrapper .photos img, .main.page-territory .content-block #cookie-notice .cookie-notice-container .photos img, #cookie-notice .main.page-territory .content-block .cookie-notice-container .photos img {
  width: auto;
  height: auto;
  display: block;
  border-radius: 2px;
  max-width: 100%;
  margin: 0 auto;
}

.main.page-404 .content-block {
  padding: 110px 0 0;
  position: relative;
  z-index: 1;
}
.main.page-404 .content-block .wrapper .left, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .main.page-404 .content-block .wrapper .left, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left {
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    margin: 0 auto 24px;
  }
}
.main.page-404 .content-block .wrapper .left a, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left a, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.main.page-404 .content-block .wrapper .left a:hover span, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left a:hover span, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left a:hover span {
  color: #8E63CB;
}
.main.page-404 .content-block .wrapper .left a img, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left a img, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left a img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 8px 0 0;
}
.main.page-404 .content-block .wrapper .left a span, .main.page-404 .content-block #cookie-notice .cookie-notice-container .left a span, #cookie-notice .main.page-404 .content-block .cookie-notice-container .left a span {
  font-size: 16px;
  font-size: 1rem;
  color: #2A2C41;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.main.page-404 .content-block .wrapper .right, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right {
  width: 100%;
  max-width: 536px;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  background: #ffffff;
  margin: 0 auto;
}
.main.page-404 .content-block .wrapper .right .wrap, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap {
  padding: 51px 51px 100px;
}
@media (max-width: 480px) {
  .main.page-404 .content-block .wrapper .right .wrap, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap {
    padding: 24px;
  }
}
.main.page-404 .content-block .wrapper .right .wrap img, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap img, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap img {
  height: 230px;
  width: auto;
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .main.page-404 .content-block .wrapper .right .wrap img, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap img, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap img {
    height: auto;
    max-width: 100%;
  }
}
.main.page-404 .content-block .wrapper .right .wrap h1, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap h1, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.33;
  text-align: center;
  margin: 0 auto 10px;
}
.main.page-404 .content-block .wrapper .right .wrap p, .main.page-404 .content-block #cookie-notice .cookie-notice-container .right .wrap p, #cookie-notice .main.page-404 .content-block .cookie-notice-container .right .wrap p {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.5625;
  margin: 0;
  text-align: center;
}

.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom {
  display: flex;
}
.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .left, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .left, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .left {
  width: 200px;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  .main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .left, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .left, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .left {
    display: none;
  }
}
.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .right, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .right {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .right, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .right, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .right {
    width: 100%;
    margin: 24px auto 0;
  }
}
.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .right .sitemap-list, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .right .sitemap-list, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .right .sitemap-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 120px;
}
.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .right .sitemap-list a, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .right .sitemap-list a, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .right .sitemap-list a {
  font-size: 16px;
  font-size: 1rem;
  color: #2A2C41;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  text-decoration: none;
  margin: 0 0 15px;
}
.main.page-privacy-policy.page-sitemap .content-block .wrapper .bottom .right .sitemap-list a:last-of-type, .main.page-privacy-policy.page-sitemap .content-block #cookie-notice .cookie-notice-container .bottom .right .sitemap-list a:last-of-type, #cookie-notice .main.page-privacy-policy.page-sitemap .content-block .cookie-notice-container .bottom .right .sitemap-list a:last-of-type {
  margin: 0;
}
.main.page-privacy-policy .content-block {
  padding: 90px 0 0;
  z-index: 1;
  position: relative;
}
.main.page-privacy-policy .content-block .wrapper .top, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top {
  display: flex;
  align-items: flex-start;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .top, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top {
    flex-direction: column;
  }
}
.main.page-privacy-policy .content-block .wrapper .top .left, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left {
  width: 200px;
  margin: 0 60px 0 0;
  padding: 18px 0 0;
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .top .left, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.main.page-privacy-policy .content-block .wrapper .top .left a, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left a, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.main.page-privacy-policy .content-block .wrapper .top .left a:hover span, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left a:hover span, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left a:hover span {
  color: #8E63CB;
}
.main.page-privacy-policy .content-block .wrapper .top .left a img, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left a img, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left a img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 8px 0 0;
}
.main.page-privacy-policy .content-block .wrapper .top .left a span, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .left a span, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .left a span {
  font-size: 16px;
  font-size: 1rem;
  color: #2A2C41;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.main.page-privacy-policy .content-block .wrapper .top .right, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .right, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .right {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .top .right, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .right, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .right {
    width: 100%;
    margin: 24px auto 0;
  }
}
.main.page-privacy-policy .content-block .wrapper .top .right h1, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .right h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #000000;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .top .right h1, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .right h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .main.page-privacy-policy .content-block .wrapper .top .right h1, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .top .right h1, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .top .right h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .bottom .tabs, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs {
    flex-wrap: wrap;
  }
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list {
  width: 200px;
  list-style-type: none;
  padding: 0;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list li, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list li, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list li {
  margin: 0 0 20px;
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list li.ui-state-active a, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list li.ui-state-active a, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list li.ui-state-active a {
  opacity: 1;
  color: #000000;
  font-weight: 700;
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list li:last-of-type, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list li:last-of-type, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list li:last-of-type {
  margin: 0;
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-list li a, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-list li a, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-list li a {
  font-size: 16px;
  font-size: 1rem;
  color: #B2B2BC;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 1.19;
  opacity: 0.75;
  text-decoration: none;
  display: inline-block;
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
  width: calc(100% - 260px);
  margin: 0;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  position: relative;
  padding: 86px;
}
@media (max-width: 1024px) {
  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
    width: 100%;
    margin: 40px auto 0;
  }
}
@media (max-width: 480px) {
  .main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content {
    padding: 24px;
  }
}
.main.page-privacy-policy .content-block .wrapper .bottom .tabs .tab-content h2, .main.page-privacy-policy .content-block #cookie-notice .cookie-notice-container .bottom .tabs .tab-content h2, #cookie-notice .main.page-privacy-policy .content-block .cookie-notice-container .bottom .tabs .tab-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  line-height: 1.33;
  margin: 0 0 60px;
}

/*# sourceMappingURL=style.css.map */
