@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

.mt-3 {
  margin-top: 1.75rem;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.main {
  position: relative;
  overflow: hidden;
}

* :focus-visible {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 0.3125rem;
}

::-webkit-scrollbar-thumb {
  background: #879875;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #2D3A2D;
}

body {
  overflow: overlay;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #D6CEC6;
}

::selection {
  color: #ffffff;
  background: #D6CEC6;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.CookieDeclaration {
  display: none !important;
}

.cookie-notice {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 85%;
  z-index: -1;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 425px) {
  .cookie-notice {
    padding: 0 1.5rem;
  }
}

.stoerer__big {
  width: 11.5rem !important;
  height: 11.5rem !important;
}

@font-face {
  font-family: "Avenir";
  src: local("fonts/avenir"), url("/assets/fonts/avenir.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 7.2.0
 * 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: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          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;
}

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

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

.f-color {
  -webkit-box-flex: 1;
          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;
}

.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;
}

body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Avenir", 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: 2rem;
  line-height: 1.35;
  margin: 0 0 0.5625rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

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

p {
  font-family: inherit;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.75rem;
  text-rendering: auto;
}

a {
  text-decoration: none;
  color: #D6CEC6;
  font-weight: 100;
}
a:hover {
  color: #fff;
}
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;
}

.tag {
  text-transform: uppercase;
  font-size: 1.3125rem;
  margin-bottom: 0.5rem !important;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.125rem;
  padding: 0.75rem 1.5rem;
  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: #EEEDE7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn > * {
  pointer-events: none;
}
.btn .icon {
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  pointer-events: none;
  margin-top: 0.25rem;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0.25rem 0 #d6cec6;
}
.btn:hover {
  color: #EEEDE7;
  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 {
  -webkit-transition: none;
  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;
  cursor: not-allowed;
}

.btn--private {
  color: #000;
  background-color: #879875;
  border-color: transparent;
}
.btn--private:focus {
  border-color: #fff;
}
.btn--private:hover {
  color: #000;
  background-color: #879875;
  border-color: #fff;
  box-shadow: none;
}
.btn--private:active, .btn--private.btn--active {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.btn--private:disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn--private:disabled:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  cursor: not-allowed;
}

.btn--residence {
  color: #000;
  background-color: #DAA384;
  border-color: transparent;
}
.btn--residence:focus {
  border-color: #fff;
}
.btn--residence:hover {
  color: #000;
  background-color: #DAA384;
  border-color: #fff;
  box-shadow: none;
}
.btn--residence:active, .btn--residence.btn--active {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.btn--residence:disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn--residence:disabled:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  cursor: not-allowed;
}

.btn--wired {
  color: #2D3A2D;
  background-color: transparent;
  border-color: #2D3A2D;
}
.btn--wired:hover {
  background-color: #2D3A2D;
  border-color: #2D3A2D;
  box-shadow: none;
}
.btn--wired-residences {
  color: #3D2A2A !important;
  background-color: transparent;
  border-color: #3D2A2A !important;
}
.btn--wired-residences:hover {
  background-color: #3D2A2A !important;
  border-color: #3D2A2A !important;
  box-shadow: none;
  color: #fff !important;
}
.btn--wired--form {
  color: #D6CEC6;
  border-color: #D6CEC6;
  width: 97% !important;
}
@media (max-width: 425px) {
  .btn--wired--form {
    width: 100% !important;
  }
}
.btn--wired--form:hover {
  color: #D6CEC6 !important;
  border-color: #D6CEC6 !important;
  background-color: transparent !important;
  box-shadow: none;
}
.btn--wired--dark {
  color: #000;
  border-color: rgba(0, 0, 0, 0.56);
  padding: 0.375rem 0.75rem;
}
.btn--wired--dark:hover {
  background-color: transparent !important;
  box-shadow: none;
  color: #000;
  border-color: rgba(0, 0, 0, 0.56);
}
.btn--wired:hover {
  background-color: #2D3A2D;
  border-color: #2D3A2D;
  box-shadow: none;
}
.btn--wired.mt-3 {
  margin-top: 1.75rem;
}

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

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::-webkit-input-placeholder {
  color: #6e6e6e;
}

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

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

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

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%;
  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;
}
[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: #fff;
}
[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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: #D6CEC6;
  cursor: pointer;
}
select:focus {
  outline: 0;
  color: #D6CEC6;
  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%23D6CEC6%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%23D6CEC6%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: #D6CEC6;
  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: 100%;
    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;
  -webkit-transition: background-color 0.1s ease;
  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: #D6CEC6;
  -webkit-transition: background-color 0.1s ease;
  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;
  -webkit-transform: rotate(45deg);
          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: #D6CEC6;
}

.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;
  -webkit-transition: background-color 0.1s ease;
  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: #D6CEC6;
  -webkit-transition: background-color 0.1s ease;
  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: #D6CEC6;
}

.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: #fff;
}

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 {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
  color: #6e6e6e;
}
tbody tr:hover {
  background-color: #fff;
  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;
}

.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;
  }
}
.switch {
  display: inline-block;
  position: relative;
  margin-bottom: 1.125rem;
  cursor: pointer;
  height: 2.5rem;
  width: 5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__label {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  background: #acacac;
  border-radius: 2.5rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.switch__label::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2.5rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.switch__input {
  display: none;
}

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

.switch__active,
.switch__inactive {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch__active {
  display: none;
  left: 15%;
}

.switch__inactive {
  right: 15%;
}

.switch:hover .switch__label {
  background: #6e6e6e;
}

.switch__input:checked + .switch__label {
  background: #D6CEC6;
}
.switch__input:checked + .switch__label::after {
  left: 2.75rem;
}
.switch__input:checked + .switch__label .switch__inactive {
  display: none;
}
.switch__input:checked + .switch__label .switch__active {
  display: inline;
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.75rem 0 1.125rem;
}
.button-group > .btn {
  position: relative;
  float: left;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
}
.button-group > .btn:last-child {
  margin-right: 0;
}

.input-addon {
  display: -webkit-box;
  display: flex;
}
.input-addon__field {
  -webkit-box-flex: 1;
          flex: 1;
}
.input-addon__item {
  margin-bottom: 0;
}

.input-addon--overlay {
  position: relative;
}
.input-addon--overlay .input-addon__input {
  padding-right: 3.125rem;
}
.input-addon--overlay .input-addon__item {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.input-addon--overlay .input-addon__item, .input-addon--overlay .input-addon__item:hover, .input-addon--overlay .input-addon__item:active {
  background-color: transparent;
}
.input-addon--overlay .input-addon__item:hover {
  color: #6e6e6e;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.main-nav__link {
  display: block;
  padding: 0.6875rem 1.125rem;
  color: #acacac;
  font-size: 1.125rem;
  line-height: 1.33;
}
.main-nav__link:hover, .main-nav__link:focus, .main-nav__link.main-nav--active {
  color: #fff;
  background-color: #D6CEC6;
}

.dropdown {
  position: relative;
  margin: 0 0 1.125rem;
}
.dropdown .btn {
  margin-bottom: 0;
}

.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.375rem 0;
  margin: 0.125rem 0 0;
  list-style: none;
  background-color: #fff;
  border: 0.0625rem solid #acacac;
}
.dropdown__menu a {
  display: block;
  padding: 0.3125rem 0.75rem;
  white-space: nowrap;
}

.dropdown--open .dropdown__menu {
  display: block;
}

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

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

.tab__link {
  display: block;
  background-color: #fff;
  color: #EEEDE7;
  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: #fff;
  color: #fff;
}
.tab__link:active, .tab__link.tab--active {
  background-color: #EEEDE7;
  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;
}

.breadcrumb {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb__item {
  display: inline-block;
  padding: 0.5rem 0;
}
.breadcrumb__item a {
  display: inline-block;
  color: #6e6e6e;
}
.breadcrumb__item a:hover {
  color: #000;
}
.breadcrumb__item::after {
  content: "|";
  margin: 0 0.75rem;
  color: #6e6e6e;
}
.breadcrumb__item:last-child::after {
  content: "";
  display: none;
}
.breadcrumb__item:last-child a {
  color: #D6CEC6;
}

.breadcrumb__item--active {
  color: #D6CEC6;
}

@media (min-width: 50em) {
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.topbar__mobile-menu {
  display: block;
  background-color: #f0f0f0;
  color: #6e6e6e;
  border: 0;
  padding: 0.4375rem 0.625rem 0.375rem;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
.topbar__mobile-menu:hover {
  color: #6e6e6e;
}

.topbar__list,
.topbar__sub-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar__item {
  background-color: #f0f0f0;
  display: block;
}

.topbar__link {
  border-bottom: 0.0625rem solid #acacac;
  display: block;
  padding: 0.75rem;
  color: #6e6e6e;
}
.topbar__link:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #fff;
}

.topbar__sub-list {
  padding: 0;
  background-color: #fff;
}

.topbar__sub {
  display: block;
}
.topbar__sub .topbar__link {
  background-color: #fff;
  border-color: #fff;
  color: #6e6e6e;
  padding-left: 1.875rem;
}
.topbar__sub .topbar__link:hover {
  color: #000;
}

.topbar--active {
  background-color: #f0f0f0;
  color: #D6CEC6;
}
.topbar--active:hover {
  background-color: #fff;
}

.topbar--open .topbar__list {
  display: block;
}

.topbar__sub-list--open {
  display: block;
}

@media (min-width: 50em) {
  .topbar {
    font-size: 1.125rem;
  }
  .topbar__mobile-menu {
    display: none;
  }
  .topbar__list, .topbar--open .topbar__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .topbar__item {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
  }
  .topbar__item:not(:last-child) {
    border-right: 0.0625rem solid #acacac;
  }
  .topbar__link {
    padding: 0.6875rem 1.125rem;
    text-align: center;
  }
  .topbar__sub-list {
    border: 0.0625rem solid #acacac;
    border-top-width: 0;
    left: -0.0625rem;
    min-width: 14.375rem;
    position: absolute;
  }
  .topbar__item:last-child .topbar__sub-list {
    left: auto;
    right: 0;
  }
  .topbar__sub-item a {
    padding: 0.6875rem 1.125rem;
  }
}
.accordion {
  display: block;
  margin: 0;
  padding: 0;
}

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

.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: #D6CEC6;
}
.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;
  }
}
.embed iframe {
  border: none;
}

.two-column {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.two-column:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 50em) {
  .two-column__first,
  .two-column__second {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .two-column__second {
    float: right;
    margin-right: 0;
  }
}
.timeLine {
  position: relative;
  padding: 56px 64px;
}
@media (max-width: 64em) {
  .timeLine {
    padding: 40px 48px;
  }
}
@media (max-width: 768px) {
  .timeLine {
    padding: 40px 2rem;
  }
}
.timeLine__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.timeLine__header {
  padding-top: 64px;
  grid-column: 3/11;
}
@media (max-width: 768px) {
  .timeLine__header {
    grid-column: 1/12;
    padding-top: 16px;
  }
}
.timeLine .swiper-timeline {
  position: relative;
}
@media (max-width: 768px) {
  .timeLine .swiper-timeline .swiper-wrapper {
    display: block;
  }
}
.timeLine__title {
  text-align: center;
}
@media (max-width: 768px) {
  .timeLine__title {
    text-align: center;
  }
}
.timeLine__item {
  width: 320px;
}
.timeLine__item:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #879875;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 16px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (max-width: 768px) {
  .timeLine__item:before {
    top: 16px;
    left: -6px;
  }
}
.timeLine__item_inner {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .timeLine__item_inner {
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-top: none;
  }
}
.timeLine__item .timestamp span:first-of-type {
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}
.timeLine__item .timestamp span:last-of-type {
  font-size: 26px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: 8px;
}
.timeLine__item img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.timeLine__title {
  margin-bottom: 40px;
}
.timeLine .swiper-button-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.56);
}
.timeLine .swiper-button-nextTimestamp {
  right: -70px;
  top: 0;
  width: auto;
  height: 100%;
  padding-left: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgba(255, 255, 255, 0.5)), to(#FFF));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #FFF 100%);
}
.timeLine .swiper-button-nextTimestamp::after {
  display: none;
}
@media (max-width: 768px) {
  .timeLine .swiper-button-nextTimestamp {
    display: none;
  }
}
.timeLine .swiper-button-prevTimestamp {
  left: -70px;
  top: 0;
  width: auto;
  height: 100%;
  padding-right: 24px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(33%, rgba(255, 255, 255, 0.5)), to(#FFF));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 33%, #FFF 100%);
}
.timeLine .swiper-button-prevTimestamp::after {
  display: none;
}
@media (max-width: 768px) {
  .timeLine .swiper-button-prevTimestamp {
    display: none;
  }
}

.text-lead,
.text-lead + p {
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 16px;
}
@media (max-width: 64em) {
  .text-lead,
  .text-lead + p {
    font-size: 21px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.header {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
@media (max-width: 768px) {
  .header {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.header__inner {
  position: relative;
}
.header__inner-home {
  background-color: #D6CEC6;
}
.header__inner-houses {
  background-color: #2D3A2D;
}
.header__inner-residences {
  background-color: #3D2A2A;
}
.header__404 {
  position: absolute !important;
}
.header__logo {
  width: 20rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header__logo {
    width: 13.125rem;
    margin-left: unset;
    height: 6.25rem;
  }
}
.header__logo svg {
  width: 13.125rem;
  color: #000;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 10rem;
  }
}
.header__lang {
  position: absolute;
  top: 2rem;
  right: 3.1875rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header__lang {
    display: none;
  }
}
.header__lang a {
  color: #000;
}
.header__nav {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 1.75rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-active {
  font-weight: 700 !important;
}
.header__nav ul {
  padding: 0;
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.header__nav a {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 100;
  padding: 1.875rem;
}
.header__close {
  position: absolute;
  cursor: pointer;
  padding: 1.1875rem;
  top: 0;
  right: 0;
}
.header__mobile {
  margin-right: -50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 50%;
  background-color: #fff;
  z-index: 9999;
  height: 100vh;
  top: 0;
  right: 0;
}
.header__mobile__menu {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__mobile__menu {
    display: unset;
    position: absolute;
    padding: 1.1875rem;
    top: 0;
    right: 0;
  }
}
.header__mobile__menu-home {
  color: #000;
}
.header__mobile__menu-houses {
  color: #fff;
}
.header__mobile__menu-residences {
  color: #fff;
}
.header__mobile ul {
  padding: 0;
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 6rem;
}
.header__mobile ul li {
  margin: 0.5rem 0;
  text-align: right;
}
.header__mobile ul a {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 100;
  padding: 1.1875rem;
}
.header__mobile__wrapper {
  overflow: hidden;
}
.header__mobile__langMobile {
  text-align: right;
}
.header__mobile__langMobile a {
  padding: 1.1875rem;
  color: #000 !important;
}

.activeNav {
  margin-right: unset;
}

.activeWrapper {
  overflow: hidden;
}

.activeHeader {
  margin-top: unset;
  background-color: #D6CEC6;
  border-bottom: 0.0625rem solid #EEEDE7;
}
.activeHeader .header__logo {
  height: 0.0625rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .activeHeader .header__logo {
    height: 6.25rem;
    opacity: 1;
  }
}
.activeHeader .header__nav {
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .activeHeader .header__nav {
    padding-top: 0;
  }
}

.inactiveHeader {
  margin-top: -100%;
}
.inactiveHeader .header__mobile {
  margin-top: 100%;
}
.inactiveHeader .header__logo {
  height: 0.0625rem;
  opacity: 0;
}
@media (max-width: 768px) {
  .inactiveHeader .header__logo {
    height: 6.25rem;
    opacity: 1;
  }
}
.inactiveHeader .header__nav {
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .inactiveHeader .header__nav {
    padding-top: 0;
  }
}

.header--color-home a {
  color: #000;
}
.header--color-home .header__lang {
  color: #000;
}
.header--color-home .header__logo svg {
  color: #000;
}
.header--color-home .header__lang--inactive {
  color: rgba(0, 0, 0, 0.5607843137) !important;
}
.header--color-houses a {
  color: #fff;
}
.header--color-houses .header__lang {
  color: #fff;
}
.header--color-houses .header__logo svg {
  color: #fff;
}
.header--color-houses .header__lang--inactive {
  color: rgba(255, 255, 255, 0.5607843137) !important;
}
@media (max-width: 768px) {
  .header--color-houses .header__lang--inactive {
    color: rgba(0, 0, 0, 0.5607843137) !important;
  }
}
.header--color-residences a {
  color: #fff;
}
.header--color-residences .header__lang {
  color: #fff;
}
.header--color-residences .header__logo svg {
  color: #fff;
}
.header--color-residences .header__lang--inactive {
  color: rgba(255, 255, 255, 0.5607843137) !important;
}
@media (max-width: 768px) {
  .header--color-residences .header__lang--inactive {
    color: rgba(0, 0, 0, 0.5607843137) !important;
  }
}

.hero {
  height: 41.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    height: 35rem;
  }
}
.hero-home {
  background-color: #D6CEC6;
  margin-bottom: 3.75rem;
}
.hero-houses {
  background-color: #2D3A2D;
}
.hero-houses-icon {
  height: 23rem;
  position: absolute;
  right: 3.5rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .hero-houses-icon {
    height: 10rem;
    right: 1.5rem;
    top: -3.75rem;
    padding: 0;
    width: 10rem;
  }
}
.hero-houses-icon svg {
  width: 100%;
  height: 100%;
}
.hero-houses .hero__stoerer {
  background-color: #B1AAAA;
}
.hero-residences {
  background-color: #3D2A2A;
}
.hero-residences-icon {
  height: 23rem;
  position: absolute;
  right: 3.5rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .hero-residences-icon {
    height: 10rem;
    right: 1.5rem;
    top: -3.75rem;
    padding: 0;
    width: 10rem;
  }
}
.hero-residences-icon svg {
  width: 100%;
  height: 100%;
}
.hero__stoerer {
  position: absolute;
  top: calc(33.125rem - 72px);
  right: 13.75rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 9rem;
  height: 9rem;
  z-index: 100;
  background-color: #879875;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000000;
  border: 0.5rem solid #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  line-height: 100%;
}
@media (max-width: 768px) {
  .hero__stoerer {
    top: calc(33.125rem - 144px);
  }
}
@media (max-width: 64em) {
  .hero__stoerer {
    right: 1.5rem;
  }
}
.hero__stoerer:hover {
  background-color: #2D3A2D;
  -webkit-transform: rotate(-20deg) scale(1.1);
          transform: rotate(-20deg) scale(1.1);
  border: 0.5rem solid #879875;
  color: #fff;
}
.hero__inner {
  margin-top: -0.0625rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15.125rem 0 0 0;
  position: relative;
}
@media (max-width: 425px) {
  .hero__inner {
    padding: 10.625rem 0 0 0;
  }
}
.hero__wrapper {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.hero__smallImg {
  width: 62.5rem;
  height: 33.125rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.hero__smallImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__fullvideo {
  cursor: pointer;
  width: 62.5rem;
  height: 33.125rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.hero__fullvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__fullvideo--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
}
.hero__fullvideo--play svg {
  width: 100%;
  height: 100%;
}
.hero__leftImg {
  width: 21.25rem;
  height: 25rem;
  margin-top: 5rem;
}
@media (max-width: 425px) {
  .hero__leftImg {
    position: absolute;
    width: 5.625rem;
    height: 5.625rem;
    margin-top: 0;
    top: -2.5rem;
    margin-left: calc(50% - 90px);
  }
}
.hero__leftImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__leftMiddleImg {
  width: 23.75rem;
  height: 30rem;
  position: relative;
  background-color: #fff;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-animation: intro2 1s ease;
          animation: intro2 1s ease;
}
@media (max-width: 425px) {
  .hero__leftMiddleImg {
    width: 50%;
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
    -webkit-animation: intro 1s ease;
            animation: intro 1s ease;
    height: 25rem;
    z-index: 99;
  }
}
.hero__leftMiddleImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 2rem solid;
  border-top: 2rem solid;
  border-color: #fff !important;
}
@media (max-width: 425px) {
  .hero__leftMiddleImg img {
    border-left: 1.5rem solid;
    border-top: 0;
  }
}
.hero__rightMiddleImg {
  width: 23.75rem;
  height: 30rem;
  position: relative;
  background-color: #fff;
  -webkit-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
  -webkit-animation: intro 1s ease;
          animation: intro 1s ease;
}
@media (max-width: 425px) {
  .hero__rightMiddleImg {
    -webkit-animation: intro2 1s ease;
            animation: intro2 1s ease;
    width: 50%;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    height: 25rem;
  }
}
.hero__rightMiddleImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 2rem solid;
  border-top: 2rem solid;
  border-color: #fff !important;
}
@media (max-width: 425px) {
  .hero__rightMiddleImg img {
    border-right: 1.5rem solid;
    border-top: 1.5rem solid;
  }
}
.hero__rightImg {
  width: 21.25rem;
  height: 25rem;
  margin-top: 5rem;
}
@media (max-width: 425px) {
  .hero__rightImg {
    position: absolute;
    width: 5.625rem;
    height: 5.625rem;
    margin-left: 50%;
    bottom: -5.625rem;
    z-index: 0;
  }
}
.hero__rightImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes intro {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
}

@keyframes intro {
  0% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
}
@-webkit-keyframes intro2 {
  0% {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@keyframes intro2 {
  0% {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.textblock-houses {
  background-color: #E7EAE3;
  padding-top: 6.25rem;
}
.textblock-residences {
  padding-top: 6.25rem;
  background-color: #F8EDE6;
}
.textblock__404 {
  margin-top: 9.375rem;
}
@media (max-width: 768px) {
  .textblock__404 {
    margin-top: unset;
  }
}
.textblock__404--wrapper {
  -webkit-box-pack: center;
          justify-content: center;
}
.textblock__404--title {
  position: relative;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-animation: intro2 1s ease;
          animation: intro2 1s ease;
}
.textblock__404--title img {
  position: absolute;
  right: 0;
  top: 0.625rem;
}
@media (max-width: 425px) {
  .textblock__404--title img {
    position: unset;
  }
}
.textblock__404--text {
  -webkit-animation: intro 1s ease;
          animation: intro 1s ease;
  -webkit-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
  margin-top: 7.5rem !important;
}
.textblock__inner {
  padding: 4.875rem 5.875rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .textblock__inner {
    padding: 4.875rem 3rem;
  }
}
@media (max-width: 768px) {
  .textblock__inner {
    padding: 10rem 3rem 8.75rem;
  }
}
@media (max-width: 425px) {
  .textblock__inner {
    padding: 8.75rem 1.5rem 1.5rem 1.5rem;
  }
}
.textblock__inner .btn {
  margin-left: 10%;
  margin-bottom: 2rem;
}
@media (max-width: 64em) {
  .textblock__inner .btn {
    margin-left: 0;
  }
}
.textblock__inner .btn.button__icon {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
}
.textblock__inner .btn.button__icon .icon {
  background-color: #879875;
  height: 3.4rem;
  width: 3.4rem;
  margin: 0;
  padding: 0.4rem;
  fill: #ffffff;
}
.textblock__inner .btn .btn__label {
  padding: 0 1.5rem;
}
.textblock__wrapper {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 768px) {
  .textblock__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.textblock__title {
  width: 45%;
  margin-right: 1.6949152542%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .textblock__title {
    width: 100%;
    margin-right: 0;
  }
}
.textblock__title h1 {
  text-align: right;
}
@media (max-width: 768px) {
  .textblock__title h1 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.textblock__title__lead {
  font-size: 1.625rem;
  text-align: right;
  line-height: 40.5px;
  margin-top: 2.5rem;
  text-transform: initial;
}
.textblock__paragraph {
  width: 45%;
  margin-top: 10.625rem;
  position: relative;
}
@media (max-width: 768px) {
  .textblock__paragraph {
    width: 100%;
    margin-top: 2rem;
  }
}
.textblock__stoerer {
  position: absolute;
  bottom: -8.125rem;
  right: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 10rem;
  height: 10rem;
  z-index: 100;
  background-color: #879875;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000000;
  border: 0.5rem solid #ffffff;
}
@media (max-width: 768px) {
  .textblock__stoerer {
    bottom: -8.125rem;
  }
}
@media (max-width: 425px) {
  .textblock__stoerer {
    width: 8.125rem;
    height: 8.125rem;
    bottom: -6.25rem;
  }
}
.textblock__stoerer p {
  font-weight: 800;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
  line-height: 100%;
}
@media (max-width: 425px) {
  .textblock__stoerer p {
    font-size: 0.75rem;
  }
}

.content-1-houses {
  background-color: #E7EAE3;
}
.content-1-residences {
  background-color: #F8EDE6;
}
.content__inner {
  padding: 0rem 4rem 5rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 425px) {
  .content__inner {
    padding: 1.5rem 1.5rem;
  }
}
.content__inner .btn {
  margin-top: 6.4rem;
}
@media (max-width: 425px) {
  .content__inner .btn {
    margin-top: 4.8rem;
  }
}
.content__wrapper {
  width: 66.1016949153%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .content__wrapper {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .content__wrapper {
    width: 100%;
  }
}
.content__wrapper h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.content__wrapper--tag {
  text-align: center;
  text-transform: uppercase;
}

.usps {
  background-color: #F3F0EE;
}
.usps__inner {
  padding: 5rem 4rem;
  padding: 5rem 4rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 425px) {
  .usps__inner {
    padding: 3rem 1.5rem;
  }
}
.usps__wrapper {
  width: 66.1016949153%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 425px) {
  .usps__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .usps__wrapper {
    width: 83.0508474576%;
    text-align: left;
  }
}
.usps__wrapper h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.usps__wrapper--tag {
  text-align: center;
  text-transform: uppercase;
}
.usps__usps {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .usps__usps {
    width: 45%;
    margin: 8px auto;
  }
}
.usps__usps__wrapper {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .usps__usps__wrapper {
    flex-wrap: wrap;
    display: block;
    width: 100%;
  }
}
.usps__usps--icon {
  width: 4rem;
  height: 4rem;
}
.usps__usps--icon svg {
  width: 100%;
  height: 100%;
  color: #1C1B1F;
}
.usps__usps--text {
  margin-top: 1.5rem;
  font-size: 1.3125rem;
  text-align: center;
  height: 3.125rem;
}
@media (max-width: 768px) {
  .usps__usps--text {
    height: auto;
  }
}

.iframe {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.iframe__inner {
  padding: 5rem 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .iframe__inner {
    padding: 3rem;
  }
}
@media (max-width: 425px) {
  .iframe__inner {
    padding: 3rem 1.5rem;
  }
}
.iframe__wrapper {
  width: 66.1016949153%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 425px) {
  .iframe__wrapper {
    width: 100%;
  }
}
.iframe__wrapper--text {
  padding-bottom: 2rem;
}
.iframe__wrapper h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.iframe__wrapper--tag {
  text-align: center;
  text-transform: uppercase;
}
.iframe__iframe {
  width: calc(100% + 128px);
  height: 38.5rem;
  margin-left: -4rem;
}
@media (max-width: 425px) {
  .iframe__iframe {
    width: 100%;
    height: 28.625rem;
    margin-left: 0;
  }
}
.iframe__iframe.fullSize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  z-index: 100;
}
.iframe__btn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.iframe .btn--iframe {
  margin: 1rem auto;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}
.iframe .btn--iframe .icon {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}

.slider {
  position: relative;
}
.slider-home {
  background-color: #D6CEC6;
}
.slider-houses {
  background-color: #576157;
  width: 100%;
}
.slider-residences {
  background-color: #645555;
  width: 100%;
}
.slider__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.slider__inner-home {
  padding: 4.1875rem 5rem 10rem 5rem;
  background-color: #D6CEC6;
  color: #000;
}
.slider__inner-home h2 {
  color: #000;
}
.slider__inner-houses {
  padding: 4.1875rem 5rem;
  background-color: #576157;
  color: #fff;
}
.slider__inner-houses h2 {
  color: #fff;
}
.slider__inner-residences {
  padding: 4.1875rem 5rem;
  color: #fff;
  background-color: #645555;
}
.slider__inner-residences h2 {
  color: #fff;
}
@media (max-width: 768px) {
  .slider__inner {
    padding: 80px;
  }
}
@media (max-width: 425px) {
  .slider__inner {
    padding: 3rem 1.5rem;
  }
}
.slider h2 {
  text-align: center;
  width: 49.1525423729%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 425px) {
  .slider h2 {
    width: 100%;
  }
}
.slider__map {
  min-height: 28.125rem;
  margin-top: 5rem;
  width: 87%;
  margin-left: 7%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .slider__map {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .slider__map {
    width: 100%;
    margin-left: 0;
    min-height: 16rem;
  }
}
.slider__map--active {
  min-height: 43.75rem;
}
@media (max-width: 425px) {
  .slider__map--active {
    min-height: 31.25rem;
  }
}
.slider__map__button {
  position: absolute;
  top: 50%;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.slider__map__wrapper {
  position: relative;
}
.slider__background {
  width: calc(100% + 24px);
  height: 30.3125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
@media (max-width: 425px) {
  .slider__background {
    height: 19.0625rem;
    top: 46%;
  }
}
.slider__wrapper {
  overflow: visible !important;
  width: 76.2711864407%;
  z-index: 0;
  margin-bottom: 3rem;
  height: 29.0625rem;
  margin-top: 1rem;
}
@media (max-width: 425px) {
  .slider__wrapper {
    height: 23.8125rem;
    margin-bottom: 0;
  }
}
.slider__sliderWrapper {
  overflow: hidden;
  width: calc(100% + 160px);
  margin-left: -5rem;
}
@media (max-width: 425px) {
  .slider__sliderWrapper {
    width: calc(100% + 48px);
    margin-left: -1.5rem;
  }
}
.slider__slide {
  height: 23rem;
  width: 100%;
  margin-top: 3.125rem;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 425px) {
  .slider__slide {
    height: 16rem;
  }
}
.slider__slide--img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__text {
  width: 66.1016949153%;
  margin-right: auto;
  margin-left: auto;
  color: #2D3A2D;
}
@media (max-width: 425px) {
  .slider__text {
    width: 100%;
  }
}
.slider__text__button {
  margin-top: 3rem;
}
.slider__text__button a {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider-slide-active {
  height: 29rem;
  margin-top: 0rem !important;
}
@media (max-width: 425px) {
  .slider-slide-active {
    height: 17.5rem;
    margin-top: 2.3125rem !important;
  }
}
.slider-slide-prev {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.slider-slide-next {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.slider__slide--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prevSlider {
  left: -5rem;
}
@media (max-width: 768px) {
  .swiper-button-prevSlider {
    left: -44px;
  }
}
.swiper-button-prevSlider::after {
  content: none;
}

.swiper-button-nextSlider {
  right: -5rem;
}
@media (max-width: 768px) {
  .swiper-button-nextSlider {
    right: -44px;
  }
}
.swiper-button-nextSlider::after {
  content: none;
}

.ausstattung {
  background-color: #FBF6F3;
}
.ausstattung__inner {
  padding: 5rem 4rem;
  padding: 5rem 4rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ausstattung__inner {
    padding: 3rem;
  }
}
@media (max-width: 425px) {
  .ausstattung__inner {
    padding: 3rem 1.5rem;
  }
}
.ausstattung__wrapper {
  width: 66.1016949153%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ausstattung__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ausstattung__wrapper p {
    width: 83.0508474576%;
    margin: 0 auto 1.5rem;
  }
}
.ausstattung__wrapper h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.ausstattung__wrapper p {
  margin-bottom: 0;
}
.ausstattung__wrapper--tag {
  text-align: center;
  text-transform: uppercase;
}
.ausstattung__ausstattung {
  width: 33%;
  background-color: #3D2A2A;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ausstattung__ausstattung {
    width: 100%;
  }
}
.ausstattung__ausstattung:hover .ausstattung__ausstattung__bild img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.ausstattung__ausstattung__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
  margin-top: 2rem;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 425px) {
  .ausstattung__ausstattung__wrapper {
    gap: 0.75rem;
  }
}
.ausstattung__ausstattung__bild {
  width: 100%;
  margin-top: -0.125rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ausstattung__ausstattung__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ausstattung__ausstattung__content {
  padding: 3rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 425px) {
  .ausstattung__ausstattung__content {
    padding: 1.5rem;
  }
}
.ausstattung__ausstattung__content h3 {
  color: rgba(255, 255, 255, 0.8);
}
.ausstattung__ausstattung__cta {
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3D2A2A;
  z-index: 999999;
}
.overlay--hidden {
  display: none;
}
.overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  z-index: 999999;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.overlay__close:hover {
  color: #FFFFFF;
}
.overlay__slide {
  height: 100%;
}
.overlay__slide--active .overlay__slide__img img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.overlay__slide .slider-slide-prev {
  -webkit-filter: none;
          filter: none;
}
.overlay__slide .slider-slide-next {
  -webkit-filter: none;
          filter: none;
}
.overlay__slide__content {
  width: 50%;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 2rem 4rem 4rem;
}
@media (max-width: 768px) {
  .overlay__slide__content {
    padding: 1.125rem;
    width: 90%;
  }
  .overlay__slide__content p {
    font-size: 1rem;
  }
}
.overlay__slide__content h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.625rem;
}
@media (max-width: 768px) {
  .overlay__slide__content h2 {
    margin-bottom: 0.75rem;
  }
}
.overlay__slide__slideWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay__slide__slideWrapper .slider-slide-active {
  height: unset !important;
}
.overlay__slide__soloimg {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay__slide__soloimg img {
  width: 66.1016949153%;
  max-height: 40rem;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.overlay__slide__img {
  width: 50%;
  aspect-ratio: 1/1;
}
.overlay__slide__img img {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay__slide__wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .overlay__slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
.overlay-button-prevSlider {
  width: 6rem;
  height: 6rem;
  background-color: rgba(61, 42, 42, 0.5019607843);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2rem;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .overlay-button-prevSlider {
    left: -1rem;
  }
}
.overlay-button-nextSlider {
  width: 6rem;
  height: 6rem;
  background-color: rgba(61, 42, 42, 0.5019607843);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .overlay-button-nextSlider {
    right: -1rem;
  }
}
.overlay-pagination {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 2rem 2rem 4rem;
  z-index: 999999;
  height: 5.8125rem;
  width: 83.0508474576% !important;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .overlay-pagination {
    padding: 1.5rem;
    padding-top: 0;
    gap: 1.125rem;
  }
}
.overlay-pagination-bullet {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5607843137);
}
@media (max-width: 768px) {
  .overlay-pagination-bullet {
    font-size: 1.1rem;
  }
}
.overlay-pagination-bullet--active {
  color: #fff;
}
.overlay--img {
  height: 100%;
}

.swiper-button-disabled {
  display: none !important;
}

.half-half {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.half-half__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 768px) {
  .half-half__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.half-half__seperator {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.3294117647);
  margin-top: 3rem;
}
.half-half__brochure {
  display: -webkit-box;
  display: flex;
  margin-top: 3rem;
}
.half-half__brochure__icon {
  width: 3rem;
  height: 3rem;
}
.half-half__brochure__icon svg  {
  width: 100%;
  height: 100%;
}
.half-half__brochure__text--tag {
  font-size: 1rem !important;
  color: #D6CEC6 !important;
  margin-top: 0 !important;
}
.half-half__left {
  background-color: #2D3A2D;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .half-half__left {
    width: 100%;
  }
}
.half-half__left__wrapper {
  position: relative;
}
.half-half__left__slider {
  overflow: hidden;
  margin-top: 18.75rem;
  margin-left: 3.75rem;
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .half-half__left__slider {
    margin-top: 8.125rem;
    margin-right: 0;
    margin-left: 1.5rem;
    height: 16rem;
  }
}
.half-half__left__slider--slide {
  width: 100% !important;
  height: 100%;
}
.half-half__left__slider--slide img {
  width: 100%;
  object-fit: cover;
  min-height: 23.0625rem;
}
.half-half__left__icon {
  width: 15.3125rem;
  height: 17.5rem;
  margin-top: -13.75rem;
  z-index: 2;
  position: absolute;
  left: 50%;
}
@media (max-width: 768px) {
  .half-half__left__icon {
    width: 11.25rem;
    height: 11.0625rem;
    margin-top: -5.9375rem;
  }
}
.half-half__left__icon svg {
  width: 100%;
  height: 100%;
}
.half-half__left__text {
  padding: 4rem 4rem 4rem 15.625rem;
}
@media (max-width: 768px) {
  .half-half__left__text {
    padding: 2rem 1.5rem 2rem 4rem;
  }
}
.half-half__left__text h2 {
  color: #fff;
  min-height: 10rem;
  font-size: 2rem;
  line-height: 2.4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .half-half__left__text h2 {
    min-height: unset;
  }
}
.half-half__left__text p {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .half-half__left__text p {
    margin-top: 1.5rem;
  }
}
.half-half__left__text a {
  position: absolute;
  bottom: 2rem;
}
@media (max-width: 768px) {
  .half-half__left__text a {
    margin-top: 1.5rem;
  }
}
.half-half__right {
  background-color: #3D2A2A;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .half-half__right {
    width: 100%;
  }
}
.half-half__right__wrapper {
  position: relative;
}
.half-half__right__slider {
  overflow: hidden;
  margin-top: 18.75rem;
  margin-right: 3.75rem;
  margin-left: 1.875rem;
}
@media (max-width: 768px) {
  .half-half__right__slider {
    margin-top: 8.125rem;
    margin-left: 0;
    margin-right: 1.5rem;
    height: 16rem;
  }
}
.half-half__right__slider--slide {
  width: 100% !important;
  height: 100%;
}
.half-half__right__slider--slide img {
  width: 100%;
  object-fit: cover;
  min-height: 23.0625rem;
}
.half-half__right__icon {
  width: 15.3125rem;
  height: 17.5rem;
  margin-top: -11.875rem;
  z-index: 2;
  position: absolute;
  left: 50%;
}
@media (max-width: 768px) {
  .half-half__right__icon {
    width: 11.25rem;
    height: 11.0625rem;
    margin-top: -5.9375rem;
  }
}
.half-half__right__icon svg {
  width: 100%;
  height: 100%;
}
.half-half__right__text {
  padding: 4rem 15.625rem 4rem 4rem;
}
@media (max-width: 768px) {
  .half-half__right__text {
    padding: 2rem 4rem 2rem 1.5rem;
  }
}
.half-half__right__text h2 {
  color: #fff;
  min-height: 10rem;
  font-size: 2rem;
  line-height: 2.4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .half-half__right__text h2 {
    min-height: unset;
  }
}
.half-half__right__text p {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .half-half__right__text p {
    margin-top: 1.5rem;
  }
}
.half-half__right__text a {
  position: absolute;
  bottom: 2rem;
}
@media (max-width: 768px) {
  .half-half__right__text a {
    margin-top: 1.5rem;
  }
}

.swiper-button-prevLeft {
  top: 110%;
  left: 3.75rem;
}
.swiper-button-prevLeft::after {
  content: none;
}

.swiper-button-nextLeft {
  top: 110%;
  left: 6.875rem;
}
.swiper-button-nextLeft::after {
  content: none;
}

.swiper-button-prevRight {
  top: 110%;
  left: 81%;
}
.swiper-button-prevRight::after {
  content: none;
}

.swiper-button-nextRight {
  top: 110%;
  right: 3.75rem;
}
.swiper-button-nextRight::after {
  content: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #EEEDE7;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}

.form__inner {
  padding: 4rem 11rem;
  background-color: #474640;
}
@media (max-width: 768px) {
  .form__inner {
    padding: 3rem;
  }
}
@media (max-width: 425px) {
  .form__inner {
    padding: 3rem 1.5rem;
  }
}
.form__formWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.form__checkboxWrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 1.5rem 0;
  justify-content: space-around;
  position: absolute;
  height: 0rem;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 51%;
  width: 48.5%;
  background-color: #D6CEC6;
}
@media (max-width: 425px) {
  .form__checkboxWrapper {
    margin: 7.0625rem 0;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    width: 100%;
  }
}
.form__checkboxWrapper div {
  width: 19%;
  color: #000;
  margin-top: 2.0625rem;
}
.form__checkboxWrapper h3 {
  position: absolute;
  color: rgba(45, 58, 45, 0.5607843137);
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (max-width: 425px) {
  .form__checkboxWrapper h3 {
    right: 43%;
  }
}
.form__checkboxWrapper input {
  opacity: 0;
  display: none;
}
.form__person {
  display: -webkit-box;
  display: flex;
  margin-top: 2rem;
}
.form__person__img {
  width: 10rem;
  height: 10rem;
}
.form__person__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.form__person__info {
  margin-left: 2rem;
}
.form__person__info h3 {
  color: #EEEDE7;
  margin-bottom: 0;
}
.form__person__info p {
  font-size: 1rem;
}
.form__person__info--phone {
  font-size: 1.5rem;
}
.form__person__info--mail {
  font-size: 1.25rem;
}
.form__form {
  width: 49.1525423729%;
}
@media (max-width: 768px) {
  .form__form {
    width: 80%;
  }
}
@media (max-width: 425px) {
  .form__form {
    width: 100%;
  }
}
.form__form h2 {
  color: #EEEDE7;
  text-align: center;
  margin-bottom: 2rem;
}
.form__form h4 {
  font-weight: 100;
  font-size: 1.125rem;
  color: #fff;
}

.form__message {
  color: #EEEDE7;
  font-size: 3.125rem;
  background-color: #D6CEC6;
  position: absolute;
  top: 7.5625rem;
  margin-left: 16.9491525424%;
  padding: 0 50% 5% 0;
  font-family: proforma, serif;
  font-weight: 400;
}
.form__content {
  width: 66.1016949153%;
  margin-left: 16.9491525424%;
  margin-bottom: 2rem;
}
.form__content h2 {
  color: #EEEDE7;
  margin-bottom: 2.5rem;
}
.form__content p {
  font-size: 1.0625rem;
}
.form__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem;
  z-index: 1;
}
.form__send {
  margin-top: 3.125rem;
  width: 50%;
  background-color: #D6CEC6;
  color: #000;
  font-weight: 100;
  border: none;
}
.form__send:hover {
  background-color: #EEEDE7;
  color: #000;
  font-weight: 100;
  border: none;
}
.form__wrapper {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
}
.form__wrapper--terms {
  margin-left: 2rem;
  color: #EEEDE7;
}
.form__wrapper--terms p {
  font-size: 0.9375rem;
  display: inline;
}
.form__checkmark {
  position: absolute;
  height: 1.1875rem;
  width: 1.1875rem;
  border: solid 0.0625rem #EEEDE7;
}
.form__checkmark--dark {
  border: solid 0.0625rem #000;
  background-color: #000;
}
.form input:checked ~ div {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 0.75rem;
  width: 0.375rem;
  border-bottom: 0.1875rem solid #EEEDE7;
  border-right: 0.1875rem solid #EEEDE7;
  margin-left: 0.4375rem;
  margin-top: 0.125rem;
}
.form__inputField {
  margin-top: 1.0625rem;
  font-weight: 300;
}
.form__radiolabel {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin-right: 25%;
  margin-bottom: 1.5rem;
}
.form__radio {
  width: 50%;
  position: relative;
}
.form__radio--residences {
  margin-left: 2%;
}
@media (max-width: 425px) {
  .form__radio--residences {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .form__radio {
    width: 100%;
  }
}
.form__radio input {
  width: 1.5625rem;
  height: 1.5625rem;
  z-index: 3;
}
.form__radio label {
  margin-left: 1.5625rem;
  font-size: 1.125rem;
}
.form__radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form__radio .checkmark:after {
  top: 0rem;
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #EEEDE7;
}
.form__radio input:checked ~ .checkmark:after {
  display: block;
}
.form__radio input {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
.form__radio .checkmark {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  height: 1.25rem;
  width: 1.25rem;
  border: #EEEDE7 0.125rem solid;
  border-radius: 50%;
}
.form__input {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 4rem;
  background: transparent;
  border: none;
  border-bottom: 0.0625rem solid #EEEDE7;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.form__input__textarea {
  max-height: 12.5rem;
  min-height: 4rem;
  padding-top: 0.9375rem;
}
.form__label {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -3.125rem;
  font-size: 1.25rem;
  color: #EEEDE7;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}
.form__label--dark {
  color: #000;
}
.form input:focus + label {
  color: #EEEDE7;
  font-size: 1rem;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.form input:not(:placeholder-shown) + label {
  font-size: 1rem;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  color: #EEEDE7;
}
.form input[type=text]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
  background-color: transparent;
}
.form input[type=email]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
  background-color: transparent;
}
.form textarea + label {
  position: absolute;
  top: 4.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form textarea:focus + label {
  color: #EEEDE7;
  font-size: 1rem;
  top: 2.5rem;
}
.form textarea:not(:placeholder-shown) + label {
  font-size: 1rem;
  top: 2.5rem;
  color: #EEEDE7;
}
.form textarea[type=text]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #EEEDE7;
}
.form__inputWrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.form__inputField {
  width: 100%;
  position: relative;
}
.form__inputField--50 {
  width: 48.5%;
}
.form__inputField--50-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 0.875rem;
}
.form__inputField--25 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 425px) {
  .form__inputField--25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.hideForm {
  display: none;
}

.activeRadio {
  background-color: #D6CEC6 !important;
  border-color: #D6CEC6 !important;
  color: #000 !important;
  box-shadow: none;
}
.activeRadio:hover {
  background-color: #D6CEC6 !important;
  border-color: #D6CEC6 !important;
  color: #000 !important;
  box-shadow: none;
}

.roomChoice {
  margin-bottom: 3.125rem;
  height: 5.3125rem;
}
@media (max-width: 425px) {
  .roomChoice {
    height: 8.25rem;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-bottom: 7.1875rem;
  }
}
@media (max-width: 425px) {
  .roomChoice .form__checkboxWrapper {
    height: 6.5625rem !important;
  }
}

.activeRoom {
  background-color: rgba(0, 0, 0, 0.56) !important;
  color: #fff !important;
  box-shadow: none;
}
.activeRoom:hover {
  background-color: rgba(0, 0, 0, 0.56) !important;
  color: #fff !important;
  box-shadow: none;
}

.legal__title {
  margin-bottom: 4rem;
  background-color: #fff;
  padding: 16.375rem 11.875rem 0 11.875rem;
}
@media (max-width: 768px) {
  .legal__title {
    width: 100%;
    padding: 11.25rem 1.5rem 0 1.5rem;
  }
}
.legal__title h1 {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}
.legal__wrapper {
  background-color: #fff;
  padding: 6.875rem 11.875rem;
}
@media (max-width: 768px) {
  .legal__wrapper {
    padding: 2rem 1.5rem;
  }
}
.legal__wrapper a {
  margin-bottom: 4.6875rem;
}
.legal__wrapper a svg {
  height: 1.0625rem !important;
  margin-right: 0.3125rem;
  margin-top: 0.125rem !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.legal__wrapper a:hover svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.legal__content {
  width: 57.6271186441%;
  margin-bottom: 4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .legal__content {
    width: 100%;
    margin-bottom: 0;
  }
}
.legal__content h2 {
  margin-bottom: 2rem;
}
.legal__content h3 {
  margin-bottom: 1rem;
  font-size: 1.3125rem;
}
.legal__content p {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
}
.legal__content a {
  color: #000;
  text-decoration: underline;
}
.legal__content ol {
  font-weight: 300;
  line-height: 1.5;
}

.residences {
  background-color: #E7EAE3;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .residences {
    padding: 2rem;
  }
}
@media (max-width: 425px) {
  .residences {
    padding: 0rem;
  }
}
.residences__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 768px) {
  .residences__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.residences__stoerer {
  position: absolute;
  top: -2rem;
  left: -2rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 9rem;
  height: 9rem;
  z-index: 99;
  background-color: #B1AAAA;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000000;
  border: 0.5rem solid #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  line-height: 100%;
  -webkit-animation: scale 2s ease infinite;
          animation: scale 2s ease infinite;
  padding: 1.25rem;
}
@media (max-width: 425px) {
  .residences__stoerer {
    top: 4px;
    left: 4px;
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1rem;
  }
}
.residences__stoerer .secondLine {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  line-height: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #000000;
}
@media (max-width: 425px) {
  .residences__stoerer .secondLine {
    font-size: 0.875rem;
  }
}
.residences__seperator {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.3294117647);
  margin-top: 3rem;
}
.residences__brochure {
  display: -webkit-box;
  display: flex;
  margin-top: 3rem;
}
.residences__brochure__icon {
  width: 3rem;
  height: 3rem;
}
.residences__brochure__icon svg {
  width: 100%;
  height: 100%;
}
.residences__brochure__text--tag {
  font-size: 1rem !important;
  color: #D6CEC6 !important;
  margin-top: 0 !important;
}
.residences__left {
  background-color: rgba(61, 42, 42, 0.8);
  width: 100%;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.residences__left.type__houses {
  background-color: #2D3A2D;
}
.residences__left.type__houses .btn--residence {
  background-color: #879875;
}
@media (max-width: 768px) {
  .residences__left {
    width: 100%;
  }
}
.residences__left__wrapper {
  position: relative;
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 768px) {
  .residences__left__wrapper {
    margin-top: 1.5rem;
  }
}
.residences__left__slider--slide {
  width: 49.1525423729%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .residences__left__slider--slide {
    width: 100%;
  }
}
.residences__left__slider--slide img {
  width: 100%;
  object-fit: cover;
  min-height: 11.8125rem;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .residences__left__slider--slide img {
    min-height: unset;
  }
}
.residences__left__icon {
  width: 20rem;
  height: 20rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .residences__left__icon {
    width: 11.25rem;
    height: 11.0625rem;
    margin-top: 0;
    left: unset;
    right: 1.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.residences__left__icon svg {
  width: 100%;
  height: 100%;
}
.residences__left__contentwrapper {
  width: 91.5254237288%;
  display: -webkit-box;
  display: flex;
  margin-top: 12.5rem;
  gap: 2rem;
  padding: 0 3rem 4rem 0;
}
@media (max-width: 768px) {
  .residences__left__contentwrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 1.5rem 1.5rem 0;
    margin-top: 8.25rem;
  }
}
.residences__left__text {
  width: 50%;
  margin-top: 9.25rem;
}
@media (max-width: 768px) {
  .residences__left__text {
    width: 100%;
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
.residences__left__text h2 {
  color: #fff;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .residences__left__text h2 {
    min-height: unset;
  }
}
.residences__left__text--text {
  color: #fff;
}
@media (max-width: 768px) {
  .residences__left__text--text {
    margin-top: 1.5rem;
  }
}
.residences__left__text a {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .residences__left__text a {
    width: 100%;
  }
}

.swiper-button-prevLeft {
  top: 110%;
  left: 3.75rem;
}
.swiper-button-prevLeft::after {
  content: none;
}

.swiper-button-nextLeft {
  top: 110%;
  left: 6.875rem;
}
.swiper-button-nextLeft::after {
  content: none;
}

.swiper-button-prevRight {
  top: 110%;
  left: 81%;
}
.swiper-button-prevRight::after {
  content: none;
}

.swiper-button-nextRight {
  top: 110%;
  right: 3.75rem;
}
.swiper-button-nextRight::after {
  content: none;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-20deg) scale(1.05);
            transform: rotate(-20deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-20deg) scale(1.05);
            transform: rotate(-20deg) scale(1.05);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
}
.houses__inner {
  background-color: rgba(61, 42, 42, 0.8);
}
.houses h2 p {
  font-size: 2rem;
  line-height: 1.35;
  margin: 0 0 0.5625rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.houses-small {
  padding: 4rem;
}
@media (max-width: 768px) {
  .houses-small {
    padding: 0;
  }
}
.houses__inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .houses__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.houses__seperator {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.3294117647);
  margin-top: 3rem;
}
.houses__brochure {
  display: -webkit-box;
  display: flex;
  margin-top: 3rem;
}
.houses__brochure__icon {
  width: 3rem;
  height: 3rem;
}
.houses__brochure__icon svg  {
  width: 100%;
  height: 100%;
}
.houses__brochure__text--tag {
  font-size: 1rem !important;
  color: #D6CEC6 !important;
  margin-top: 0 !important;
}
.houses__big {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .houses__big {
    width: 100%;
  }
}
.houses__big__wrapper {
  position: relative;
}
.houses__big__slider--slide {
  width: 83.0508474576%;
  margin-left: auto;
  padding: 3rem 0;
}
@media (max-width: 425px) {
  .houses__big__slider--slide {
    padding-top: 11.25rem;
  }
}
.houses__big__slider--slide img {
  width: 100%;
  object-fit: cover;
  min-height: 11.8125rem;
  aspect-ratio: 16/9;
}
.houses__big__icon {
  width: 20rem;
  height: 20rem;
  margin-top: 4rem;
  z-index: 2;
  position: absolute;
  left: 4rem;
}
@media (max-width: 768px) {
  .houses__big__icon {
    width: 11.25rem;
    height: 11.0625rem;
  }
}
@media (max-width: 425px) {
  .houses__big__icon {
    left: auto;
    right: 1.5rem;
    margin-top: 1.5rem;
  }
}
.houses__big__icon svg {
  width: 100%;
  height: 100%;
}
.houses__big__text {
  display: -webkit-box;
  display: flex;
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  gap: 1.6949152542%;
}
@media (max-width: 768px) {
  .houses__big__text {
    display: block;
    padding: 0 1.5rem 0 1.5rem;
  }
}
.houses__big__text h2 {
  color: #fff;
  line-height: 2.4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  width: 50%;
}
@media (max-width: 768px) {
  .houses__big__text h2 {
    min-height: unset;
    width: 100%;
  }
}
.houses__big__text--text {
  width: 50%;
  color: #fff;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .houses__big__text--text {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.houses__big__text a {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .houses__big__text a {
    width: 100%;
  }
}
.houses__small {
  background-color: #2D3A2D;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .houses__small {
    width: 100%;
  }
}
.houses__small__wrapper {
  position: relative;
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 768px) {
  .houses__small__wrapper {
    margin-top: 1.5rem;
  }
}
.houses__small__slider--slide {
  height: 21.25rem;
  width: 49.1525423729%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .houses__small__slider--slide {
    width: 100%;
    height: 11.875rem;
  }
}
.houses__small__slider--slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 23.0625rem;
}
@media (max-width: 768px) {
  .houses__small__slider--slide img {
    min-height: unset;
  }
}
.houses__small__icon {
  width: 20rem;
  height: 20rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .houses__small__icon {
    width: 11.25rem;
    height: 11.0625rem;
    margin-top: 0;
    left: unset;
    right: 1.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.houses__small__icon svg {
  width: 100%;
  height: 100%;
}
.houses__small__contentwrapper {
  width: 91.5254237288%;
  display: -webkit-box;
  display: flex;
  margin-top: 12.5rem;
  gap: 2rem;
  padding: 0 3rem 4rem 0;
}
@media (max-width: 768px) {
  .houses__small__contentwrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 0 1.5rem 1.5rem;
    margin-top: 9.25rem;
  }
}
.houses__small__text {
  width: 50%;
  margin-top: 9.25rem;
}
@media (max-width: 768px) {
  .houses__small__text {
    width: 83.0508474576%;
    margin-left: auto;
    margin-top: 0;
    padding-right: 1.5rem;
  }
}
.houses__small__text h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .houses__small__text h2 {
    min-height: unset;
  }
}
.houses__small__text--text {
  color: #fff;
}
@media (max-width: 768px) {
  .houses__small__text--text {
    margin-top: 1.5rem;
  }
}
.houses__small__text a {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .houses__small__text a {
    width: 100%;
  }
}
.houses__stoerer {
  position: absolute;
  top: -2rem;
  right: 2rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 9rem;
  height: 9rem;
  z-index: 99;
  background-color: #879875;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000000;
  border: 0.5rem solid #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  line-height: 100%;
  -webkit-animation: scale 2s ease infinite;
          animation: scale 2s ease infinite;
  padding: 1.25rem;
}
@media (max-width: 425px) {
  .houses__stoerer {
    top: 4px;
    left: 4px;
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1rem;
  }
}
.houses__stoerer .secondLine {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0 !important;
  line-height: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #000000;
}
@media (max-width: 425px) {
  .houses__stoerer .secondLine {
    font-size: 0.875rem;
  }
}

.swiper-button-prevLeft {
  top: 110%;
  left: 3.75rem;
}
.swiper-button-prevLeft::after {
  content: none;
}

.swiper-button-nextLeft {
  top: 110%;
  left: 6.875rem;
}
.swiper-button-nextLeft::after {
  content: none;
}

.swiper-button-prevRight {
  top: 110%;
  left: 81%;
}
.swiper-button-prevRight::after {
  content: none;
}

.swiper-button-nextRight {
  top: 110%;
  right: 3.75rem;
}
.swiper-button-nextRight::after {
  content: none;
}

.twoColumn__popup {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.twoColumn__popup-open {
  display: -webkit-box;
  display: flex;
}
.twoColumn__popup--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  z-index: 999999;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.twoColumn__popup--close:hover {
  color: #FFFFFF;
}
.twoColumn__popup-home {
  background-color: #D6CEC6;
}
.twoColumn__popup-houses {
  background-color: #576157;
}
.twoColumn__popup-residences {
  background-color: #645555;
}

.twoColumn--right .btn {
  margin-top: 2rem;
}
.twoColumn--right__inner {
  margin-top: 4.5rem;
}
.twoColumn--right__wrapper {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
  padding-left: 3rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .twoColumn--right__wrapper {
    padding-left: 1.5rem;
    gap: 2rem;
  }
}
.twoColumn--right__wrapper-houses {
  background-color: #E7EAE3;
}
.twoColumn--right__wrapper-residences {
  background-color: #F8EDE6;
}
@media (max-width: 768px) {
  .twoColumn--right__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
}
.twoColumn--right__content {
  width: 50%;
  padding: 4.5rem 0 3rem 4rem;
}
@media (max-width: 768px) {
  .twoColumn--right__content {
    padding: 3rem 1.5rem;
    width: 100%;
  }
}
.twoColumn--right__content h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.twoColumn--right__img {
  width: 50%;
  height: 24.375rem;
  margin-top: -1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .twoColumn--right__img {
    width: 100%;
  }
}
.twoColumn--right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoColumn--right__img .residences__stoerer {
  left: auto;
  right: 0;
}

.twoColumn--left .btn {
  margin-top: 2rem;
}
.twoColumn--left__inner {
  margin-top: 4.5rem;
}
.twoColumn--left__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  gap: 5rem;
  padding-right: 3rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .twoColumn--left__wrapper {
    padding-right: 1.5rem;
    gap: 2rem;
  }
}
.twoColumn--left__wrapper-houses {
  background-color: #E7EAE3;
}
.twoColumn--left__wrapper-residences {
  background-color: #F8EDE6;
}
@media (max-width: 768px) {
  .twoColumn--left__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
}
.twoColumn--left__content {
  width: 50%;
  padding: 4.5rem 4rem 3rem 0;
}
@media (max-width: 768px) {
  .twoColumn--left__content {
    padding: 3rem 1.5rem;
    width: 100%;
  }
}
.twoColumn--left__content h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.twoColumn--left__img {
  width: 50%;
  height: 24.375rem;
  margin-top: -1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .twoColumn--left__img {
    width: 100%;
  }
}
.twoColumn--left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoColumn--left__img .residences__stoerer {
  left: 0;
}

.download {
  padding: 18.375rem 4rem 4rem 4rem;
  background-color: #F3F0EE;
}
@media (max-width: 768px) {
  .download {
    padding: 9.25rem 3rem 3rem 3rem;
  }
}
@media (max-width: 425px) {
  .download {
    padding: 7.75rem 1.5rem 1.5rem 1.5rem;
  }
}
.download--tag {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.3125rem;
}
.download__wrapper {
  padding: 4rem;
  background-color: rgba(61, 42, 42, 0.1019607843);
}
@media (max-width: 768px) {
  .download__wrapper {
    padding: 3rem;
  }
}
@media (max-width: 425px) {
  .download__wrapper {
    padding: 1.5rem;
  }
}
.download__first {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 768px) {
  .download__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: none;
  }
}
.download__first:hover:hover svg, .download__first:hover:hover p, .download__first:hover:hover h2 {
  color: #000;
}
.download__first:hover:hover .download__first--img {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.download__first:hover:hover .download__first--img::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.download__first:hover:hover .download__first--img::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.1s ease;
  transition: opacity 0.3s 0.1s ease;
}
.download__first--img {
  width: 15rem;
  height: 21.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.download__first--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px -4px 0px 0px white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.download__first--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 6px -6px 0px 0px #464743;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.download__first--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 425px) {
  .download__first--img {
    width: 100%;
    height: unset;
  }
}
.download__first--content svg {
  color: rgba(0, 0, 0, 0.5607843137);
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download__first--content h2 {
  color: rgba(0, 0, 0, 0.5607843137);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "‐";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
@media (max-width: 425px) {
  .download__first--content h2 {
    font-size: 1.2rem;
  }
}
.download__first--content p {
  color: rgba(0, 0, 0, 0.3215686275);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download__downloadwrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .download__downloadwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}
.download__second {
  width: 32.2033898305%;
}
@media (max-width: 768px) {
  .download__second {
    width: 83.0508474576%;
  }
}
@media (max-width: 425px) {
  .download__second {
    width: 100%;
  }
}
.download__second:nth-child(2) {
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.0784313725);
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .download__second:nth-child(2) {
    border-left: none;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.download__second__wrapper:hover svg, .download__second__wrapper:hover p, .download__second__wrapper:hover h3 {
  color: #000;
}
.download__second h3 {
  margin-top: 0;
  margin-bottom: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .download__second h3 {
    margin-bottom: 1.5rem;
  }
}
.download__second--content {
  margin-bottom: 1.5rem;
}
.download__second--contenttitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download__second--title {
  color: rgba(0, 0, 0, 0.3215686275);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download__second--pdf {
  color: rgba(0, 0, 0, 0.3215686275);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download__second svg {
  color: rgba(0, 0, 0, 0.3215686275);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  border-top: 0.0625rem solid #EEEDE7;
}
.footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer__top {
  height: 10.3125rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  background-color: #474640;
  padding: 3rem 11.25rem;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 64em) {
  .footer__top {
    padding: 3rem 6.25rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding: 3rem;
    padding: 2rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: unset;
  }
}
.footer__top__logo {
  width: 5rem;
  margin-right: 8.4745762712%;
  align-self: flex-start;
}
.footer__top__logo svg {
  color: #fff;
  width: 140%;
}
@media (max-width: 425px) {
  .footer__top__logo svg {
    width: 115%;
  }
}
.footer__top__details {
  margin-right: 2.0625rem;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .footer__top__details {
    padding-top: 3rem;
  }
}
.footer__top__details span {
  font-weight: 700;
}
.footer__top__info {
  display: -webkit-box;
  display: flex;
  align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 768px) {
  .footer__top__info {
    align-self: flex-start;
    margin-top: 1.5rem;
  }
}
.footer__top__info svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
}
.footer__bot {
  justify-self: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #000;
}
@media (max-width: 768px) {
  .footer__bot {
    align-self: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.footer__bot a {
  padding: 0.75rem 0 0.75rem 0;
}
@media (max-width: 768px) {
  .footer__bot a {
    padding: 3rem 0.9375rem 0 0;
  }
}

.footer + div {
  display: none !important;
}