/*! 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;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.CookieDeclaration {
  display: none !important;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

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

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px; /* Ensure both values have units */
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4); /* Ensure both values have units */
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px; /* Ensure both values have units */
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4); /* Ensure both values have units */
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px; /* Ensure both values have units */
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2); /* Ensure both values have units */
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; /* Ensure both values have units */
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4); /* Ensure both values have units */
}

.plyr__menu__container .plyr__control--back {
  margin-bottom: 3.5px; /* Ensure both values have units */
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2); /* Ensure both values have units */
}

.plyr__menu__container .plyr__control--back::before {
  margin-top: 3.5px; /* Ensure both values have units */
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2); /* Ensure both values have units */
}

.plyr__tooltip {
  margin-bottom: 10px; /* Ensure both values have units */
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2); /* Ensure both values have units */
  padding: 5px 7.5px; /* Ensure both values have units */
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5); /* Ensure both values have units */
}

.plyr__preview-thumb {
  margin-bottom: 10px; /* Ensure both values have units */
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2); /* Ensure both values have units */
}

/**
 * Swiper 6.5.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 30, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.f-palette {
  display: flex;
  flex-wrap: wrap;
}

.f-color {
  flex: 1 1 4em;
  margin: 0 0.25em 1.5em;
}
.f-color svg {
  width: 100%;
  height: 5em;
  border-radius: 0.25rem;
}
.f-color code {
  display: inline-block;
  color: #000;
}
.f-color text {
  font: 0.75em/1em Hack, Consolas, Monaco, monospace;
  font-style: normal;
  text-shadow: 0 0 2px #000;
}

.u-hide {
  display: none;
}

.u-no-bullet {
  list-style-type: none;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-hide-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body .hero {
  background-color: #1d2f33;
}
body.office .hero {
  background-color: #97b5b5;
}
body.living .hero {
  background-color: #feeab8;
}
body.commercial .hero {
  background-color: #a7b79c;
}
body.contact-main {
  background: #1d2f33;
}
body.contact-main .lead__inner {
  padding: 0;
}

main {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
main:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  main {
    display: block;
  }
}

@media (min-width: 50em) {
  main {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
  main:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor;
}

.icon__sprite svg {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.icon--m {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--l {
  width: 3.75rem;
  height: 3.75rem;
}

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto;
}

@font-face {
  font-family: Replica-Light;
  src: url(../fonts/Replica-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Replica;
  src: url(../fonts/Replica-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Replica-Bold;
  src: url(../fonts/Replica-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: Replica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Replica, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-rendering: auto;
  color: #000;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 0.75rem;
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 0.5625rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.26;
  margin: 0 0 0.1875rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.125;
  margin: 0 0 0.1875rem;
}

p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.75rem;
  text-rendering: auto;
}
p.lead-text {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: Replica-Light;
}

a {
  text-decoration: none;
  color: #1d2f33;
}
a:hover {
  color: #1d2f33;
}
a:active {
  color: #000;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.125rem;
  font-size: 1rem;
}

ol {
  padding-left: 1.4375rem;
}

ul ul,
ol ol {
  margin-left: 0;
}

hr {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

small {
  color: #6e6e6e;
}

blockquote {
  font-family: inherit;
  font-size: 1rem;
  font-style: italic;
  margin: 0 0 0.75rem 0;
}

@media (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3.375rem;
    margin-bottom: 0.875rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
  }
  p,
  ul,
  ol {
    font-size: 1.125rem;
  }
  blockquote {
    font-size: 1.125rem;
  }
}
@media (min-width: 50em) {
  h1,
  .h1 {
    font-size: 3rem;
    margin-bottom: 0.8125rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 1.25rem;
  }
  p,
  ul,
  ol {
    font-size: 1.25rem;
  }
  hr {
    margin-top: 1.5rem;
    margin-bottom: 2.125rem;
  }
  blockquote {
    font-size: 1.25rem;
  }
}
.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.125rem;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 0.0625rem solid #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  color: #1d2f33;
  user-select: none;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
.btn > * {
  pointer-events: none;
}
.btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
  pointer-events: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0.25rem 0 #1d2f33;
}
.btn:hover {
  color: #1d2f33;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.25);
}
.btn:active, .btn.btn--active {
  transition: none;
  color: #757575;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}
.btn:disabled {
  color: #9e9e9e;
  cursor: not-allowed;
}
.btn:disabled:hover {
  color: #9e9e9e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn--primary {
  color: #fff;
  background-color: #1d2f33;
  border-color: #1d2f33;
}
.btn--primary:focus {
  border-color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background-color: rgba(29, 47, 51, 0.7);
  border-color: transparent;
}
.btn--primary:active, .btn--primary.btn--active {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.btn--primary:disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn--primary:disabled:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}

.btn--secondary {
  color: #757575;
}
.btn--secondary:hover {
  color: #757575;
}
.btn--secondary:active, .btn--secondary.btn--active {
  color: #1d2f33;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn--icon-left {
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}

.btn--icon-right {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}

.btn--small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.btn--expanded {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.125rem;
}

legend {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.375rem;
  cursor: pointer;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}

input::placeholder {
  color: #6e6e6e;
}

[type=text],
[type=password],
[type=email],
[type=number],
[type=url],
[type=tel],
[type=time],
[type=date],
[type=datetime],
[type=month],
[type=week],
[type=search],
[type=range],
[type=reset],
textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  background-clip: padding-box;
}
[type=text]:focus,
[type=password]:focus,
[type=email]:focus,
[type=number]:focus,
[type=url]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=month]:focus,
[type=week]:focus,
[type=search]:focus,
[type=range]:focus,
[type=reset]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
  border-color: #acacac;
  box-shadow: 0 0 0.25rem 0 #1d2f33;
}
[type=text]:hover,
[type=password]:hover,
[type=email]:hover,
[type=number]:hover,
[type=url]:hover,
[type=tel]:hover,
[type=time]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=month]:hover,
[type=week]:hover,
[type=search]:hover,
[type=range]:hover,
[type=reset]:hover,
textarea:hover {
  border-color: rgba(29, 47, 51, 0.7);
}
[type=text]:active,
[type=password]:active,
[type=email]:active,
[type=number]:active,
[type=url]:active,
[type=tel]:active,
[type=time]:active,
[type=date]:active,
[type=datetime]:active,
[type=month]:active,
[type=week]:active,
[type=search]:active,
[type=range]:active,
[type=reset]:active,
textarea:active {
  box-shadow: none;
}

select {
  appearance: none;
  width: 100%;
  height: 2.75rem;
  padding: 0.5625rem 1.875rem 0.5625rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  border: 0.0625rem solid #acacac;
  border-radius: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}
select option {
  color: #000;
}
select::-ms-expand {
  display: none;
}
select:hover {
  color: #1d2f33;
  cursor: pointer;
}
select:focus {
  outline: 0;
  color: #1d2f33;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%231d2f33%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231d2f33%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
}
select:focus::-ms-value {
  color: #1d2f33;
  background-color: transparent;
}

.form--field-error label {
  color: #dc3545;
}
.form--field-error input {
  border-color: #dc3545;
}

.form--field-valid label {
  color: #28a745;
}
.form--field-valid input {
  border-color: #28a745;
}

@media (min-width: 40em) {
  .form--horizontal {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem;
  }
  .form--horizontal:after {
    content: " ";
    display: block;
    clear: both;
  }
  .form--horizontal label {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding-top: 0.5625rem;
  }
  .form--horizontal input,
  .form--horizontal select {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.checkbox__input:focus + .checkbox__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.checkbox__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.checkbox__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}
.checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
  top: 0.5625rem;
  left: 0.5625rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color 0.1s ease;
}

.checkbox__input:checked + .checkbox__label, .checkbox__input:checked:hover + .checkbox__label {
  color: #000;
}
.checkbox__input:checked + .checkbox__label::before, .checkbox__input:checked:hover + .checkbox__label::before {
  color: #000;
  border-color: transparent;
  background-color: #1d2f33;
  transition: background-color 0.1s ease;
}
.checkbox__input:checked + .checkbox__label::after, .checkbox__input:checked:hover + .checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 1.0625rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

.checkbox--alternate .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__label::before {
  border-color: #fff;
  background-color: transparent;
}
.checkbox--alternate .checkbox__label:hover::before {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::before, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::before {
  background-color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::after, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::after {
  border-color: #1d2f33;
}

.lt-ie9 .checkbox__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .checkbox__input + label {
  padding: 0;
}
.lt-ie9 .checkbox__input + label::before, .lt-ie9 .checkbox__input + label::after {
  display: none;
}

.radio {
  display: inline-block;
  position: relative;
}

.radio__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.radio__input:focus + .radio__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.radio__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.radio__label::before, .radio__label::after {
  display: block;
  top: 0.5625rem;
  left: 0.5625rem;
  border-radius: 100%;
}
.radio__label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
}
.radio__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 0.875rem;
  height: 0.875rem;
  left: 0.875rem;
  top: 0.875rem;
  transition: background-color 0.1s ease;
}
.radio__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}

.radio__input:checked + .radio__label, .radio__input:checked:hover + .radio__label {
  color: #000;
}
.radio__input:checked + .radio__label::before, .radio__input:checked:hover + .radio__label::before {
  color: #000;
  border-color: currentColor;
}
.radio__input:checked + .radio__label::after, .radio__input:checked:hover + .radio__label::after {
  background-color: #1d2f33;
  transition: background-color 0.1s ease;
}

.radio--alternate .radio__label {
  color: #fff;
}
.radio--alternate .radio__label::before {
  border-color: #fff;
  background-color: transparent;
}
.radio--alternate .radio__label:hover::before {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label, .radio--alternate .radio__input:checked:hover + .radio__label {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::before, .radio--alternate .radio__input:checked:hover + .radio__label::before {
  background-color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::after, .radio--alternate .radio__input:checked:hover + .radio__label::after {
  border-color: #1d2f33;
}

.lt-ie9 .radio__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .radio__input + label {
  padding: 0;
}
.lt-ie9 .radio__input + label i {
  display: none;
}

.table-wrapper {
  margin: 1.5rem 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-spacing: 0;
}

thead {
  color: #fff;
  text-align: left;
}

th {
  background-color: #1d2f33;
}

td,
th {
  min-width: 6.25rem;
  padding: 0.5rem;
  border-right: 0.125rem solid #6e6e6e;
}
td:last-child,
th:last-child {
  border-right: 0;
}

tbody tr {
  transition: all 0.1s linear;
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
  color: #6e6e6e;
}
tbody tr:hover {
  background-color: #1d2f33;
  color: #000;
}

@media (min-width: 50em) {
  .table-wrapper {
    overflow-x: hidden;
  }
}
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.image img {
  margin-bottom: 0.75rem;
  display: block;
}

.image__caption {
  color: #000;
  padding: 0 space(1);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

@media (min-width: 50em) {
  .image img {
    margin-bottom: 1.5rem;
  }
}
.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.main-nav__link {
  display: block;
  padding: 0.6875rem 1.125rem;
  color: #acacac;
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: Replica-Bold;
}
.main-nav__link:focus, .main-nav__link.main-nav--active {
  color: #fff;
  background-color: #1d2f33;
}
.main-nav__link:hover.office {
  color: #97b5b5;
}
.main-nav__link:hover.living {
  color: #feeab8;
}
.main-nav__link:hover.commercial {
  color: #a7b79c;
}
.main-nav__link.main-nav--active.office {
  color: #97b5b5;
}
.main-nav__link.main-nav--active.living {
  color: #feeab8;
}
.main-nav__link.main-nav--active.commercial {
  color: #a7b79c;
}

.tab__nav {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #1d2f33;
}

.tab__nav-item {
  display: block;
  flex-grow: 1;
}

.tab__link {
  display: block;
  background-color: #fff;
  color: #1d2f33;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.tab__link:hover {
  background-color: rgba(29, 47, 51, 0.7);
  color: #fff;
}
.tab__link:active, .tab__link.tab--active {
  background-color: #1d2f33;
  color: #fff;
}

.tab__panel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tab__panel:focus {
  outline: none;
}
.tab__panel.tab--active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.accordion {
  display: block;
  margin: 0;
  padding: 0;
}

.accordion__item {
  display: block;
  border-top: 0.125rem solid #1d2f33;
}

.accordion__title {
  display: block;
  min-height: 4.125rem;
  margin: 0;
  padding: 0.9375rem 3.125rem 0.9375rem 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  cursor: pointer;
  color: #000;
}
.accordion__title::before, .accordion__title::after {
  content: "";
  display: block;
  position: absolute;
}
.accordion__title::before {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.8125rem;
  right: 0;
  border: 0.0625rem solid #acacac;
  border-radius: 100%;
}
.accordion__title::after {
  height: 0;
  width: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.3125rem solid currentColor;
  top: 1.9375rem;
  right: 0.9375rem;
}
.accordion__title:hover {
  color: #acacac;
}

.accordion__content {
  display: none;
}

.accordion--open .accordion__title {
  color: #1d2f33;
}
.accordion--open .accordion__title::after {
  height: 0;
  width: 0;
  border-bottom: 0.3125rem solid currentColor;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  top: 1.875rem;
  border-top: 0;
}
.accordion--open .accordion__content {
  display: block;
}

.no-js .accordion__content {
  display: block;
}

@media (min-width: 50em) {
  .accordion__title {
    min-height: 4.375rem;
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .accordion__title::before {
    top: 0.9375rem;
  }
  .accordion__title::after {
    top: 2.0625rem;
  }
  .accordion--open .accordion__title::after {
    top: 2rem;
  }
}
.slider .slide img {
  margin-bottom: 0;
  width: 100%;
  vertical-align: bottom;
}
.slider .swiper-container {
  height: 30rem;
}
@media (min-width: 50em) {
  .slider .swiper-container {
    height: 100%;
  }
}
.slider .swiper-container .slide img {
  height: 30rem;
  object-fit: cover;
}
@media (min-width: 50em) {
  .slider .swiper-container .slide img {
    height: 100%;
  }
}
.slider .swiper-button-next {
  color: #fff;
  top: 0;
}
@media (min-width: 50em) {
  .slider .swiper-button-next {
    height: 100%;
    top: 0;
    padding-right: 5rem;
    padding-left: 9rem;
  }
}
.slider .swiper-button-next:after {
  content: none;
}
@media (min-width: 50em) {
  .slider .swiper-button-next:after {
    content: "next";
  }
}
.slider .swiper-pagination-bullets {
  width: 100vw;
  right: -15px;
}
@media (min-width: 50em) {
  .slider .swiper-pagination-bullets {
    width: max-content;
    margin-top: 5.125rem;
    right: 2.8125rem;
  }
}
.slider .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border-radius: 0;
  border: 0.0625rem solid #fff;
  background: #000;
  opacity: 1;
  margin-right: 0.375rem;
}
@media (min-width: 50em) {
  .slider .swiper-pagination-bullet {
    background: transparent;
  }
}
.slider .swiper-pagination-bullet-active {
  background: #fff;
}

.embed iframe {
  border: none;
}

.credits {
  background-color: #ECEDEE;
}
.credits__inner {
  padding: 3rem 1.5rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.credits__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .credits__inner {
    padding: 3rem 3.4482758621%;
  }
}
.credits__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 40em) {
  .credits__wrapper {
    flex-direction: row;
    gap: unset;
  }
}
.credits__company {
  width: 100%;
}
@media (min-width: 50em) {
  .credits__company {
    width: 49.1525423729%;
  }
}
.credits__company__rolle {
  font-size: 1rem;
  font-family: Replica-Light;
}
.credits__company__logo {
  height: 4.375rem;
  margin-bottom: 1.5rem;
}
.credits__company__name {
  font-family: Replica-bold;
  margin-bottom: 0rem;
}
.credits__company__homepage {
  font-family: Replica-Light;
}

.two-column {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.two-column:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .two-column {
    flex-direction: row;
    padding: 0 3rem 0 0;
  }
}
.two-column .image img {
  height: 30rem;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0;
}
.two-column .two-column__first {
  width: 100%;
  min-height: 30rem;
}
@media (min-width: 50em) {
  .two-column .two-column__first,
  .two-column .two-column__second {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.two-column .two-column__first h2,
.two-column .two-column__second h2 {
  font-weight: 600;
  line-height: 2.25rem;
  font-size: 1.75rem;
}
@media (min-width: 50em) {
  .two-column .two-column__first h2,
  .two-column .two-column__second h2 {
    font-size: 2rem;
  }
}
.two-column .two-column__first p,
.two-column .two-column__second p {
  font-family: Replica-Light;
}
.two-column .two-column__first p:last-child,
.two-column .two-column__second p:last-child {
  margin-bottom: 0;
}
.two-column .two-column__second {
  padding: 3rem 1.5rem;
}
@media (min-width: 50em) {
  .two-column .two-column__second {
    float: right;
    margin-right: 0;
    padding: 2rem 6.7796610169%;
  }
}

.content--lead {
  font-size: 1.1875rem;
}

@media (min-width: 40em) {
  .content--lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 50em) {
  .content {
    max-width: 48.75rem;
  }
  .content--lead {
    font-size: 1.5rem;
  }
}
.hero {
  position: relative;
}
.hero .slider {
  margin-bottom: 0;
  position: relative;
}
.hero .slider__inner {
  margin-top: 0;
}
.hero .slider .swiper-container {
  height: 30rem;
}
@media (min-width: 50em) {
  .hero .slider .swiper-container {
    height: 32.125rem;
  }
}
.hero .slider .image {
  height: 30rem;
}
@media (min-width: 50em) {
  .hero .slider .image {
    height: 100%;
  }
}
.hero .slider img {
  object-fit: contain;
  width: 100%;
  margin-bottom: 0;
  vertical-align: bottom;
  height: 100%;
}
.hero .slider .overlay {
  margin-top: 1.875rem;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 85%;
  display: flex;
  align-items: flex-end;
  left: 100%;
  transform: translateX(-100%);
  top: 0;
  height: 14.375rem;
}
@media (min-width: 40em) {
  .hero .slider .overlay {
    width: 35.625rem;
    height: unset;
  }
}
@media (min-width: 50em) {
  .hero .slider .overlay {
    width: 55rem;
    display: initial;
    bottom: -3rem;
    top: unset;
    height: unset;
  }
}

.lead {
  background: #1d2f33;
}
.lead.commercial {
  background: #a7b79c;
}
.lead.commercial .lead-text,
.lead.commercial .title {
  color: #1d2f33;
}
.lead.office {
  background: #97b5b5;
}
.lead.office .lead-text,
.lead.office .title {
  color: #1d2f33;
}
.lead.living {
  background: #feeab8;
}
.lead.living .lead-text,
.lead.living .title {
  color: #1d2f33;
}
.lead__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.lead__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .lead__inner {
    padding: 0 3rem;
  }
}
.lead__block {
  width: 100%;
  padding: 3rem 1.5rem;
}
@media (min-width: 50em) {
  .lead__block {
    width: 67.7966101695%;
    margin-left: 8.4745762712%;
    padding: 5rem 0;
  }
}
.lead__block .title {
  color: #fff;
  font-family: Replica;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 2.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 50em) {
  .lead__block .title {
    font-size: 2.5rem;
  }
}

.plan {
  background: #1d2f33;
  overflow: hidden;
  position: relative;
}
.plan__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 3rem 1.5rem;
}
.plan__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 40em) {
  .plan__inner {
    padding: 3rem;
  }
}
@media (min-width: 50em) {
  .plan__inner {
    padding: 6.5rem 3rem;
  }
}
.plan__block {
  display: flex;
}
.plan__block .card {
  margin-bottom: 3rem;
  color: #fff;
  display: flex;
}
@media (min-width: 50em) {
  .plan__block .card {
    display: initial;
    padding-right: 15.2542372881%;
  }
}
.plan__block .card .info {
  width: 60%;
}
@media (min-width: 50em) {
  .plan__block .card .info {
    width: initial;
  }
}
.plan__block .card .image {
  display: block;
  position: absolute;
  width: 63%;
  right: 0;
  transform: translateX(44%);
}
@media (min-width: 40em) {
  .plan__block .card .image {
    transform: none;
    width: 25%;
    right: 3rem;
  }
}
@media (min-width: 50em) {
  .plan__block .card .image {
    display: none;
  }
}
.plan__block .card.business {
  color: #a7b79c;
}
.plan__block .card.business a {
  color: #a7b79c;
}
.plan__block .card.office {
  color: #97b5b5;
}
.plan__block .card.office a {
  color: #97b5b5;
}
.plan__block .card.living {
  color: #feeab8;
}
.plan__block .card.living a {
  color: #feeab8;
}
.plan__block .left {
  width: 100%;
}
@media (min-width: 50em) {
  .plan__block .left {
    padding-left: 8.4745762712%;
    width: 40.6779661017%;
  }
}
.plan__block .left .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: Replica;
}
.plan__block .left .description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Replica-Light;
  color: #fff;
}
.plan__block .left .button {
  padding: 1.125rem 1.625rem;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
}
.plan__block .right {
  width: 50.8474576271%;
  margin-left: auto;
  position: relative;
  display: none;
}
@media (min-width: 50em) {
  .plan__block .right {
    display: block;
  }
}
.plan__block .right img {
  display: none;
  position: absolute;
}
.plan__block .right img.active {
  display: block;
  max-width: 525px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.map__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.map__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .map__inner {
    flex-direction: row;
  }
}
.map__inner .left,
.map__inner .right {
  flex: 0 1 50%;
  position: relative;
}
.map__inner .left h2,
.map__inner .right h2 {
  font-family: Replica;
}
.map .right {
  padding: 3rem 1.5rem;
}
@media (min-width: 50em) {
  .map .right {
    padding: 3rem 6.7796610169%;
  }
}
.map .right p {
  font-family: Replica-Light;
}
.map__gmaps {
  height: 33.125rem;
  position: relative;
}
.map .gmap__open {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background: #6d858f;
  border: none;
  padding: 1.125rem 2rem;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.cta {
  background: #1d2f33;
}
.cta a {
  text-align: center;
}
@media (min-width: 50em) {
  .cta a {
    text-align: left;
  }
}
.cta.commercial {
  background: #a7b79c;
}
.cta.commercial .title {
  color: #1d2f33;
}
.cta.commercial a {
  background: #1d2f33;
  color: #fff;
}
.cta.office {
  background: #97b5b5;
}
.cta.office .title {
  color: #000;
}
.cta.office a {
  background: #000;
  color: #fff;
}
.cta.living {
  background-color: #feeab8;
}
.cta.living .title {
  color: #000;
}
.cta.living a {
  background: #000;
  color: #fff;
}
.cta__inner {
  padding: 3rem 1.5rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.cta__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .cta__inner {
    padding: 3rem 3.4482758621%;
  }
}
.cta .title {
  color: #fff;
  font-family: Replica-Bold;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .cta .title {
    margin-bottom: 0;
    width: 56%;
  }
}
@media (min-width: 50em) {
  .cta .title {
    width: 59.3220338983%;
  }
}
.cta__block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 40em) {
  .cta__block {
    flex-direction: row;
    padding: 0 1.5rem;
    align-items: center;
  }
}
@media (min-width: 50em) {
  .cta__block {
    flex-direction: row;
    padding: 0 8.4745762712%;
    align-items: initial;
  }
}
.cta a {
  border-radius: 3.125rem;
  border: none;
  text-transform: uppercase;
  height: fit-content;
  padding: 1.125rem 1.625rem;
  background: #fff;
  color: #1d2f33;
}

.contacts {
  background: rgba(29, 47, 51, 0.08);
}
.contacts.dark {
  background: #1d2f33;
  color: #fff;
  display: none;
}
.contacts.dark.show {
  display: block;
}
.contacts.dark .title {
  display: none;
  color: #1d2f33;
}
.contacts.dark .person .name,
.contacts.dark .info {
  color: #fff;
}
.contacts.dark .email,
.contacts.dark .phone {
  color: #6d858f;
}
.contacts__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem;
}
.contacts__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .contacts__inner {
    padding: 5rem 8.4745762712%;
  }
}
.contacts__inner .title {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.contacts__details {
  display: flex;
  justify-content: space-around;
  flex-direction: column-reverse;
}
@media (min-width: 40em) {
  .contacts__details {
    flex-direction: row;
  }
}
.contacts .info {
  color: #1d2f33;
}
.contacts .info img {
  width: 50%;
}
.contacts .info p {
  margin-bottom: 0.25rem;
}
.contacts .person {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.contacts .person h4 {
  color: #6d858f;
  margin-bottom: 2rem;
}
@media (min-width: 50em) {
  .contacts .person {
    margin-bottom: 0;
  }
}
.contacts .person__wrapper {
  display: flex;
}
.contacts .person img {
  width: 75%;
}
.contacts .person .name {
  margin-bottom: 1.125rem;
  color: #1d2f33;
}
.contacts .person a {
  display: block;
}
.contacts .person a.email {
  color: #6d858f;
}

.isometry {
  background: rgba(167, 183, 156, 0.2);
}
.isometry.office {
  background: rgba(151, 181, 181, 0.2);
}
.isometry.office .options .option {
  background: rgba(151, 181, 181, 0.4);
}
.isometry.office .options .option:hover {
  background: #97b5b5;
}
.isometry.office .options .option.active {
  background: #97b5b5;
}
.isometry.office .options .option.active:after {
  background: #97b5b5;
}
.isometry__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem;
}
.isometry__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .isometry__inner {
    padding: 6.5rem 8.4745762712%;
  }
}
.isometry__inner .top-title {
  line-height: 2.5rem;
  color: #1d2f33;
  margin-bottom: 2rem;
}
@media (min-width: 50em) {
  .isometry__inner .top-title {
    margin-bottom: 4rem;
    width: 59.3220338983%;
  }
}
.isometry .tab__content {
  display: none;
}
.isometry .tab__content.active {
  display: block;
}
.isometry .tabs {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .isometry .tabs {
    width: 49%;
  }
}
@media (min-width: 50em) {
  .isometry .tabs {
    width: 32.2033898305%;
  }
}
.isometry .tabs .tab {
  padding: 0.8125rem 1rem;
  border: 1px solid #1d2f33;
  cursor: pointer;
  width: 50%;
  text-align: center;
}
.isometry .tabs .tab.active {
  background: #1d2f33;
  color: #fff;
}
.isometry .flex {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 40em) {
  .isometry .flex {
    flex-direction: row;
  }
}
.isometry .flex .images {
  flex: 0 1 55%;
  position: relative;
  margin-left: 0;
  height: 21.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .isometry .flex .images {
    flex: 0 1 100%;
  }
}
@media (min-width: 50em) {
  .isometry .flex .images {
    flex: 0 1 55%;
    margin-left: 8.4745762712%;
    margin-bottom: 0;
  }
}
.isometry .options {
  width: 100%;
  margin-right: 1.6949152542%;
}
@media (min-width: 50em) {
  .isometry .options {
    width: 32.2033898305%;
  }
}
.isometry .options .btn {
  width: 100%;
  border-radius: 3.125rem;
  background: transparent;
  border: 1px solid #97b5b5;
  margin-top: 2rem;
}
.isometry .options .option {
  display: flex;
  justify-content: space-between;
  background: rgba(167, 183, 156, 0.4);
  padding: 1.125rem 2.375rem 1.125rem 3rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.isometry .options .option:hover {
  background: #a7b79c;
}
@media (min-width: 50em) {
  .isometry .options .option {
    padding: 1.125rem 2.375rem 1.125rem 3.5rem;
  }
}
.isometry .options .option.active {
  background: #a7b79c;
  position: relative;
}
.isometry .options .option.active:after {
  content: "";
  width: 39px;
  height: 39px;
  background: #a7b79c;
  position: absolute;
  right: 0;
  transform: rotate(45deg) translateX(69%);
  z-index: -1;
  top: -11px;
}
.isometry .options .option .title {
  font-weight: 600;
  width: 100%;
  line-height: inherit;
}
.isometry .options .option .size {
  margin-left: auto;
}
.isometry .option__image {
  display: none;
  position: relative;
}
@media (min-width: 50em) {
  .isometry .option__image {
    position: absolute;
  }
}
.isometry .option__image.active {
  display: block;
}

.badges {
  background: rgba(254, 234, 184, 0.4);
}
.badges__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem;
}
.badges__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .badges__inner {
    padding: 6.5rem 8.4745762712%;
  }
}
.badges__inner .title {
  margin-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .badges__inner .title {
    padding: 0 8.4745762712%;
    margin-bottom: 4rem;
  }
}
.badges__inner .cta {
  background: none;
  margin: 2rem 8.4745762712% 0 8.4745762712%;
}
.badges__inner .cta a {
  background: #1d2f33;
  color: #fff;
  padding: 1.125rem 4.5rem;
}
.badges__inner .badge {
  padding: 1rem 2rem;
  display: flex;
  background: rgba(254, 234, 184, 0.4);
  width: 100%;
  align-items: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
}
@media (min-width: 50em) {
  .badges__inner .badge {
    width: 49.1525423729%;
    margin-bottom: 1rem;
  }
}
.badges__inner .badge:hover, .badges__inner .badge.active {
  background: #feeab8;
}
.badges__inner .badge .b-contain *,
.badges__inner .badge .b-contain *::before,
.badges__inner .badge .b-contain *::after {
  box-sizing: content-box !important;
}
.badges__inner .badge .b-contain input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.badges__inner .badge .b-contain span {
  line-height: 1.54;
  font-size: 1rem;
  font-family: inherit;
}
.badges__inner .badge .b-contain {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  padding-left: 1.8rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.badges__inner .badge .b-contain input[type=checkbox] ~ .b-input {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  height: 1.25rem;
  width: 1.25rem;
  background: rgba(0, 0, 0, 0);
  transition: background 250ms;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0rem;
}
.badges__inner .badge .b-contain input[type=radio] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: rgba(0, 0, 0, 0);
  transition: background 250ms;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2rem;
}
.badges__inner .badge .b-contain input[type=checkbox] ~ .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.45rem;
  top: 0.18rem;
  width: 0.25rem;
  height: 0.6rem;
  border: solid rgb(255, 255, 255);
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg);
}
.badges__inner .badge .b-contain input[type=radio] ~ .b-input::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2rem;
  background: rgb(255, 255, 255);
  transition: background 250ms;
}
.badges__inner .badge .b-contain input:disabled ~ .b-input::after {
  border-color: rgb(135, 149, 161);
}
.badges__inner .badge .b-contain input:checked ~ .b-input::after {
  display: block;
}
.badges__inner .badge .b-contain:hover input ~ .b-input,
.badges__inner .badge .b-contain input:focus ~ .b-input {
  background: rgb(231, 238, 243);
}
.badges__inner .badge .b-contain input:checked ~ .b-input {
  background: rgb(102, 110, 117);
  border-color: rgb(15, 15, 15);
}
.badges__inner .badge .b-contain input[type=checkbox]:disabled ~ .b-input {
  background: rgb(241, 245, 248);
  border-color: rgb(184, 194, 204);
  opacity: 0.6;
  cursor: not-allowed;
}
.badges__inner .badge .b-contain input[type=radio]:disabled ~ .b-input {
  background: rgb(241, 245, 248);
  border-color: rgb(184, 194, 204);
  opacity: 0.6;
  cursor: not-allowed;
}
.badges__inner .badge .b-contain input[type=radio]:disabled ~ .b-input::after {
  background: rgb(135, 149, 161);
}
.badges__inner .badge .b-contain input:checked:focus ~ .b-input,
.badges__inner .badge .b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: rgb(135, 149, 161);
  border-color: #000;
}
.badges__inner .badge .b-contain .b-input::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-left: -0.85rem;
  margin-top: -0.85rem;
  background: rgb(0, 130, 243);
  border-radius: 2rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
@keyframes b-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes b-ripple-duplicate {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.badges__inner .badge .b-contain input + .b-input::before {
  animation: b-ripple 250ms ease-out;
}
.badges__inner .badge .b-contain input:checked + .b-input::before {
  animation-name: b-ripple-duplicate;
}
.badges__inner .badge .b-contain .b-input::before {
  visibility: hidden;
}
.badges__inner .badge .b-contain input:focus + .b-input::before {
  visibility: visible;
}
.badges__inner .badge .b-contain:first-child .b-input::before {
  visibility: hidden;
}
.badges__inner .badge label {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.badges__inner .badge .title {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 50em) {
  .badges__inner .badge .title {
    font-size: 1.5rem;
  }
}
.badges__inner .badge__list {
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
}
@media (min-width: 50em) {
  .badges__inner .badge__list {
    padding: 0 8.4745762712%;
  }
}
.badges__inner .badge .title {
  font-size: 1.5rem;
}
.badges__inner .badge .quantity {
  margin-left: auto;
  font-size: 1rem;
}
.badges__inner .badge .number {
  color: #fff;
  background: #757575;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  font-size: 1.125rem;
}

.form {
  background: #1d2f33;
}
.form.hidden {
  display: none;
}
.form__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  color: #fff;
}
.form__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .form__inner {
    padding: 0 8.4745762712%;
  }
}
.form .options {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 50em) {
  .form .options {
    flex-direction: row;
  }
}
.form .options .d-none {
  display: none;
}
.form .option {
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(151, 181, 181, 0.6);
  color: #97b5b5;
  flex: 0 1 31%;
  position: relative;
  margin-bottom: 0.75rem;
}
.form .option.active {
  border: 1px solid #97b5b5;
}
@media (min-width: 50em) {
  .form .option {
    padding: 2rem;
    margin-bottom: 0;
  }
}
.form .option .title {
  color: #97b5b5;
}
.form .option .top input:checked + .radio-placeholder {
  background: #97b5b5;
  color: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .option.commerce {
  border: 1px solid rgba(167, 183, 156, 0.6);
  color: #a7b79c;
}
.form .option.commerce.active {
  border: 1px solid #a7b79c;
}
.form .option.commerce .title {
  color: #a7b79c;
}
.form .option.commerce .top input:checked + .radio-placeholder {
  background: #a7b79c;
  color: #000;
}
.form .option.living {
  border: 1px solid rgba(254, 234, 184, 0.6);
  color: #feeab8;
}
.form .option.living.active {
  border: 1px solid #feeab8;
}
.form .option.living .title {
  color: #feeab8;
}
.form .option.living .top input:checked + .radio-placeholder {
  background: #feeab8;
  color: #000;
}
.form .option label {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .form .option label {
    font-size: 1.3125rem;
    margin-bottom: 0.375rem;
  }
}
.form .option ul {
  list-style: none;
}
.form .option li.placeholder {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.form .option li.placeholder.active .icon {
  transform: rotate(180deg);
}
.form .option .top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 50em) {
  .form .option .top {
    padding-bottom: 2rem;
  }
}
.form .option .top .title {
  width: 100%;
  display: block;
  position: absolute;
  font-family: "Replica-Bold";
  text-transform: uppercase;
}
.form .option .top input[type=radio],
.form .option .top input[type=checkbox] {
  opacity: 0;
}
.form .option .top .radio-placeholder {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: transparent;
  text-align: center;
  font-family: system-ui;
}
@media (min-width: 50em) {
  .form .option .top .radio-placeholder {
    width: 2rem;
    height: 2rem;
  }
}
.form .option.active .top {
  margin-bottom: 2rem;
}
@media (min-width: 50em) {
  .form .option.active .top {
    margin-bottom: 0;
  }
}
.form .option.active .bottom {
  display: block;
}
.form .option .bottom {
  display: none;
}
@media (min-width: 50em) {
  .form .option .bottom {
    display: block;
  }
}
.form .option .bottom .title {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.form .option .bottom .dropdown {
  padding: 0;
}
.form .selections {
  display: none;
  margin-top: 1rem;
  padding: 0;
}
.form .selections li {
  margin-bottom: 0.5rem;
  cursor: pointer;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-family: Replica-Light;
}
@media (min-width: 50em) {
  .form .selections li {
    padding-left: 2rem;
  }
}
.form .selections li.active {
  font-family: Replica;
}
.form .selections li:hover {
  font-family: Replica;
}
.form .selections.active {
  display: block;
  position: relative;
  width: calc(100% + 2px);
  left: -1px;
  background: #1d2f33;
}
@media (min-width: 50em) {
  .form .selections.active {
    position: absolute;
    border-left: 1px solid #a7b79c;
    border-right: 1px solid #a7b79c;
    border-bottom: 1px solid #a7b79c;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.form .rooms {
  display: flex;
}
.form .rooms input {
  visibility: hidden;
  position: absolute;
}
.form .rooms input:checked + label {
  background: #feeab8;
  color: #000;
}
.form .rooms__label {
  color: #fff;
  background: #6d858f;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-size: 0.875rem !important;
}
.form input:focus-visible {
  outline: none;
}
.form__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__fields .d-none {
  display: none;
}
.form__fields .half {
  flex: 0 1 100%;
  padding: 0.5rem 0;
}
@media (min-width: 50em) {
  .form__fields .half {
    flex: 0 1 48%;
  }
}
.form__fields input,
.form__fields textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6d858f;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}
.form__fields input:focus, .form__fields input:hover,
.form__fields textarea:focus,
.form__fields textarea:hover {
  background: transparent;
  border-bottom: 1px solid #6d858f;
}
.form__fields input::placeholder,
.form__fields textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6d858f;
  opacity: 1;
  font-family: Replica;
}
.form__submit {
  width: 100%;
  text-transform: uppercase;
  border-radius: 1.25rem;
}
@media (min-width: 50em) {
  .form__submit {
    width: initial;
  }
}

.success {
  margin: 0.5rem 0 2rem 0;
  padding: 1rem;
  display: block;
  color: #fff;
  height: 50vh;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  color: #fff;
}
.success:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .success {
    padding: 0 8.4745762712%;
  }
}
.success.hidden {
  display: none;
}

.stoerer {
  position: absolute;
  z-index: 11;
  bottom: -2rem;
  left: -0.75rem;
  width: 10rem;
  height: 10rem;
}
@media (min-width: 50em) {
  .stoerer {
    left: 2rem;
  }
}
.stoerer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  border: 0.5rem solid #1d2f33;
  border-radius: 50%;
  transform: rotate(-20deg);
  text-align: center;
}
.stoerer__inner h4 {
  font-size: 1rem;
  font-family: "Replica-Bold";
  color: #000;
  margin-bottom: 0rem;
}
.stoerer__inner h3 {
  font-size: 1.25rem !important;
  font-family: "Replica-Bold";
  color: #000;
  margin-bottom: 0rem;
}
.stoerer__inner p {
  font-size: 1rem;
  font-family: "Replica-Light";
  color: #000;
  margin-bottom: 0;
}

.content-text {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.content-text:after {
  content: " ";
  display: block;
  clear: both;
}
.content-text__inner {
  padding: 1.5rem;
  margin: 1.5rem 0;
  min-height: 80vh;
}
@media (min-width: 50em) {
  .content-text__inner {
    padding: 0 25.4237288136%;
    margin: 3rem 0;
  }
}
.content-text h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.content-text h2 {
  font-size: 2rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
}
.content-text h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
}

.notFound {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 3rem;
}
.notFound a {
  display: block;
  margin-top: 32px;
  width: fit-content;
}
.notFound h1, .notFound h2, .notFound h3, .notFound h4, .notFound p, .notFound li {
  color: #fff;
}

.header {
  background-color: #1d2f33;
  color: #fff;
  margin: 0 auto;
  max-width: 90rem;
}
.header__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.header__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 50em) {
  .header__inner {
    padding: 0 3rem;
  }
}
.header__inner::after {
  content: "";
  display: none;
}
.header__logo {
  padding: 1.25rem 0;
  width: 25.4237288136%;
}
@media (min-width: 50em) {
  .header__logo {
    padding: 2.75rem 0;
  }
}
.header__logo img {
  margin-bottom: 0;
  width: 5.625rem;
}
@media (min-width: 50em) {
  .header__logo img {
    width: 11.5625rem;
  }
}
.header__content {
  margin: 0 auto;
  display: none;
}
@media (min-width: 50em) {
  .header__content {
    display: block;
  }
}
.header__meta {
  display: flex;
  width: 25.4237288136%;
  justify-content: flex-end;
}
.header__meta .header__contact {
  padding: 0;
  margin: 0 1.125rem;
}
.header__meta .header__contact .icon {
  width: 1.25rem;
}
@media (min-width: 50em) {
  .header__meta .header__contact {
    color: #fff;
    padding: 0 3rem;
    font-family: Replica;
  }
}
.header__meta .text-contact {
  display: none;
}
@media (min-width: 50em) {
  .header__meta .text-contact {
    display: block;
  }
}
.header__meta .icon-contact {
  display: block;
}
@media (min-width: 50em) {
  .header__meta .icon-contact {
    display: none;
  }
}
.header__lang {
  display: none;
}
@media (min-width: 50em) {
  .header__lang {
    display: block;
  }
}
.header__lang a {
  color: #6d858f;
  position: relative;
  margin-left: 2rem;
}
.header__lang a:hover {
  color: #fff;
}
.header__lang a.active {
  color: #fff;
}
.header__lang a:first-child:after {
  content: "";
  height: 2.5rem;
  width: 0.0625rem;
  position: absolute;
  background: #6d858f;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -1.125rem;
}
.header .hamburger {
  display: block;
}
@media (min-width: 50em) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger__menu {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1d2f33;
  z-index: 12;
  top: 3.5rem;
}
@media (min-width: 40em) {
  .header .hamburger__menu {
    width: 50%;
    right: 0;
    left: initial;
  }
}
.header .hamburger__menu:after {
  content: "";
  display: block;
  width: 50vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: -100%;
}
.header .hamburger__menu .main-nav__list {
  flex-direction: column;
  padding: 3rem 2.25rem;
}
.header .hamburger__menu .main-nav__list a {
  font-size: 1.5rem;
  font-family: "Replica";
  color: #fff;
}
.header .hamburger .header__lang {
  display: block;
  position: absolute;
  bottom: 10rem;
  width: 100%;
  text-align: center;
}

.header-contact {
  background-color: #1d2f33;
}
.header-contact__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.7796610169%;
}
.header-contact__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.header-contact__back {
  margin-left: auto;
  cursor: pointer;
}
.header-contact__back .icon--close {
  fill: #fff;
}

.footer {
  background: #1d2f33;
  border-top: 1px solid #6d858f;
  margin: 0 auto;
  max-width: 90rem;
}
.footer__inner {
  padding: 1.6875rem 0;
  text-align: center;
}
.footer__inner a {
  color: #6d858f;
  margin-right: 3rem;
  display: inline;
  padding: 0;
  font-family: Replica-Light;
}