.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: "Font-Regular";
  src: url(885aa1e284aace94efef6a9387e529fc.eot);
  src: url(885aa1e284aace94efef6a9387e529fc.eot?#iefix) format("embedded-opentype"), url(c06bc2fed5373454fd2bf5f6084008a8.woff2) format("woff2"), url(5f275f42e9e1c63f18a3004e62ede30a.woff) format("woff"), url(34ffafe68e7390b8257ff3bef270d101.ttf) format("truetype"), url(4547a9b8afcde3f8919e58f238d1432f.svg#CFModGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: font-size 0s;
  -o-transition: font-size 0s;
  transition: font-size 0s; }

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

html {
  font-size: 16px;
  color: #3c2415;
  --default-color: #3c2415;
  --default-opacity-color: rgba(60, 36, 21, 0.4);
  --beige: #d2c4b8;
  --default-pd: 12.5vw;
  --home-pd: 20.833333vw; }
  @media all and (max-width: 1680px) {
    html {
      font-size: 15px; } }
  @media all and (max-width: 1440px) {
    html {
      --home-pd: 13.88888vw;
      --default-pd: 13.88888vw; } }
  @media all and (max-width: 1160px) {
    html {
      --home-pd: 10.34482vw;
      --default-pd: 10.34482vw; } }
  @media all and (max-width: 960px) {
    html {
      --home-pd: 120px;
      --default-pd: 120px;
      font-size: 14px; } }
  @media all and (max-width: 660px) {
    html {
      --home-pd: 80px;
      --default-pd: 80px; } }

body {
  font-family: "Font-Regular";
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--beige); }
  @media all and (max-width: 960px) {
    body {
      line-height: 18px; } }
  body::-webkit-scrollbar {
    width: 0px; }

.texture {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#content {
  min-height: 100vh; }

p {
  margin: 0 0 18px; }
  p:last-of-type {
    margin: 0; }

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

.uppercase {
  text-transform: uppercase; }

ul {
  list-style-type: none; }

b,
strong,
.strong {
  font-family: "Font-Regular";
  font-weight: normal;
  font-style: normal;
  color: #786457; }

img,
svg {
  max-width: 100%;
  height: auto; }

a {
  color: var(--default-color);
  text-decoration: none;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s; }
  a:hover {
    opacity: 0.4; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal; }

.h1,
.h2,
.h3 {
  font-family: "Font-Regular";
  font-style: normal;
  font-weight: normal; }

h1,
.h1,
h2,
.h2 {
  font-size: 32px;
  line-height: 32px; }
  @media all and (max-width: 1440px) {
    h1,
    .h1,
    h2,
    .h2 {
      font-size: 28px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    h1,
    .h1,
    h2,
    .h2 {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    h1,
    .h1,
    h2,
    .h2 {
      font-size: 20px;
      line-height: 20px; } }

h3,
.h3 {
  font-size: 16px;
  line-height: 20px; }
  @media all and (max-width: 1680px) {
    h3,
    .h3 {
      font-size: 15px; } }
  @media all and (max-width: 960px) {
    h3,
    .h3 {
      font-size: 14px;
      line-height: 18px; } }

.gray-text {
  opacity: 0.4; }

.link {
  padding: 20px; }
  @media all and (max-width: 1440px) {
    .link {
      padding: 15px; } }

.page-begin {
  padding-top: 13.541666vw; }
  @media all and (max-width: 960px) {
    .page-begin {
      padding-top: 120px; } }

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

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

main {
  overflow-x: hidden; }

.page-effect {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 111;
  background-color: var(--beige); }
  .page-effect > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }

.block-title-text {
  padding: 0 25% 40px;
  text-align: center; }
  @media all and (max-width: 1440px) {
    .block-title-text {
      padding: 0 16.66667% 40px; } }
  @media all and (max-width: 960px) {
    .block-title-text {
      padding: 0 8.33333% 40px; } }
  @media all and (max-width: 660px) {
    .block-title-text {
      padding: 0 20px 20px; } }

.block-share {
  padding: 0 20px 40px; }
  @media all and (max-width: 660px) {
    .block-share {
      padding: 0 20px 20px; } }
  .block-share > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .block-share > .flex > div {
      margin: 0 10px; }
      .block-share > .flex > div:last-of-type {
        margin: 0 0 0 10px; }
      @media all and (max-width: 960px) {
        .block-share > .flex > div {
          margin: 0 5px; }
          .block-share > .flex > div:last-of-type {
            margin: 0 0 0 10px; } }
      .block-share > .flex > div > div,
      .block-share > .flex > div > a {
        padding: 0 0 0 20px;
        position: relative; }
        @media all and (max-width: 960px) {
          .block-share > .flex > div > div,
          .block-share > .flex > div > a {
            padding: 0 0 0 10px; } }
        .block-share > .flex > div > div:before,
        .block-share > .flex > div > a:before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          top: 7px;
          left: 0;
          background-color: var(--default-color);
          opacity: 0.4; }
          @media all and (max-width: 1440px) {
            .block-share > .flex > div > div:before,
            .block-share > .flex > div > a:before {
              top: 7px; } }
          @media all and (max-width: 960px) {
            .block-share > .flex > div > div:before,
            .block-share > .flex > div > a:before {
              top: 8px;
              width: 4px;
              height: 4px; } }
  .block-share .copy-link {
    display: inline;
    -webkit-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    cursor: pointer; }
    .block-share .copy-link:hover {
      opacity: 0.4; }

.intro-img-video > div {
  padding: 0 8.33333%; }
  @media all and (max-width: 960px) {
    .intro-img-video > div {
      padding: 0 20px; } }

.intro-img-video video {
  width: 100%;
  height: auto; }

.intro-img-video img {
  width: 100%; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.list ul {
  max-width: 600px;
  margin: 0 auto 18px; }

.list li {
  padding: 3px 0 5px 20px;
  border-bottom: 1px solid var(--default-opacity-color);
  position: relative; }
  @media all and (max-width: 960px) {
    .list li {
      padding: 3px 0 5px 10px; } }
  .list li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: var(--default-opacity-color); }
    @media all and (max-width: 1440px) {
      .list li:before {
        top: 10px; } }
    @media all and (max-width: 960px) {
      .list li:before {
        width: 4px;
        height: 4px;
        top: 11px; } }
  .list li:first-of-type {
    border-top: 1px solid var(--default-opacity-color); }

/*.swiper-slide {
    cursor: grab;
}*/
.terms-intro {
  padding: 0 25% 40px;
  text-align: center; }
  @media all and (max-width: 1440px) {
    .terms-intro {
      padding: 0 16.66667% 40px; } }
  @media all and (max-width: 960px) {
    .terms-intro {
      padding: 0 8.33333% 40px; } }
  @media all and (max-width: 660px) {
    .terms-intro {
      padding: 0 20px 20px; } }

.terms-texts > div {
  padding: 0 33.33333% var(--default-pd); }
  @media all and (max-width: 1440px) {
    .terms-texts > div {
      padding: 0 25% var(--default-pd); } }
  @media all and (max-width: 960px) {
    .terms-texts > div {
      padding: 0 16.66667% var(--default-pd); } }
  @media all and (max-width: 660px) {
    .terms-texts > div {
      padding: 0 20px var(--default-pd); } }

.terms-texts p + h2 {
  padding: 22px 0 40px; }
  @media all and (max-width: 660px) {
    .terms-texts p + h2 {
      padding: 22px 20px 40px; } }

.terms-texts h2 {
  text-align: center;
  padding: 40px 0;
  margin: 0 -25%; }
  @media all and (max-width: 1440px) {
    .terms-texts h2 {
      margin: 0 -16.66667%; } }
  @media all and (max-width: 960px) {
    .terms-texts h2 {
      margin: 0 -8.33333%; } }
  @media all and (max-width: 660px) {
    .terms-texts h2 {
      margin: 0; } }

.terms-texts p {
  max-width: 600px;
  margin: 0 auto 18px; }
  .terms-texts p:last-child {
    margin: 0 auto; }

.terms-texts a {
  opacity: 0.4; }
  .terms-texts a:hover {
    opacity: 1; }

.border-link {
  border: 1px solid var(--default-opacity-color);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  border-radius: 22px;
  color: var(--default-color);
  opacity: 1;
  padding: 4px 20px 8px;
  display: inline-block; }
  @media all and (max-width: 1440px) {
    .border-link {
      padding: 5px 20px 8px; } }
  @media all and (max-width: 1160px) {
    .border-link {
      padding: 3px 20px 6px; } }
  .border-link:hover {
    background: var(--default-color);
    border-color: var(--default-color);
    color: var(--beige);
    opacity: 1 !important; }

.page-contact input,
.page-contact textarea {
  border: 0;
  outline: none;
  border-radius: 0;
  font-family: 'Font-Regular';
  padding: 4px 0 13px;
  font-size: 32px;
  line-height: 32px;
  color: var(--default-color);
  border-bottom: 1px solid var(--default-opacity-color);
  width: 100%; }
  @media all and (max-width: 1440px) {
    .page-contact input,
    .page-contact textarea {
      font-size: 28px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    .page-contact input,
    .page-contact textarea {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    .page-contact input,
    .page-contact textarea {
      font-size: 20px;
      line-height: 20px; } }
  @media all and (max-width: 1680px) {
    .page-contact input,
    .page-contact textarea {
      padding: 5px 0 8px; } }
  @media all and (max-width: 1440px) {
    .page-contact input,
    .page-contact textarea {
      padding: 6px 0 12px; } }
  @media all and (max-width: 960px) {
    .page-contact input,
    .page-contact textarea {
      padding: 4px 0 9px; } }
  @media all and (max-width: 660px) {
    .page-contact input,
    .page-contact textarea {
      padding: 7px 0 11px; } }
  .page-contact input::-webkit-input-placeholder,
  .page-contact textarea::-webkit-input-placeholder {
    color: var(--default-color);
    font-family: 'Font-Regular';
    font-size: 32px;
    line-height: 32px; }
    @media all and (max-width: 1440px) {
      .page-contact input::-webkit-input-placeholder,
      .page-contact textarea::-webkit-input-placeholder {
        font-size: 28px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      .page-contact input::-webkit-input-placeholder,
      .page-contact textarea::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 24px; } }
    @media all and (max-width: 660px) {
      .page-contact input::-webkit-input-placeholder,
      .page-contact textarea::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 20px; } }
  .page-contact input:-ms-input-placeholder,
  .page-contact textarea:-ms-input-placeholder {
    color: var(--default-color);
    font-family: 'Font-Regular';
    font-size: 32px;
    line-height: 32px; }
    @media all and (max-width: 1440px) {
      .page-contact input:-ms-input-placeholder,
      .page-contact textarea:-ms-input-placeholder {
        font-size: 28px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      .page-contact input:-ms-input-placeholder,
      .page-contact textarea:-ms-input-placeholder {
        font-size: 24px;
        line-height: 24px; } }
    @media all and (max-width: 660px) {
      .page-contact input:-ms-input-placeholder,
      .page-contact textarea:-ms-input-placeholder {
        font-size: 20px;
        line-height: 20px; } }
  .page-contact input:-moz-placeholder,
  .page-contact textarea:-moz-placeholder {
    color: var(--default-color);
    font-family: 'Font-Regular';
    font-size: 32px;
    line-height: 32px; }
    @media all and (max-width: 1440px) {
      .page-contact input:-moz-placeholder,
      .page-contact textarea:-moz-placeholder {
        font-size: 28px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      .page-contact input:-moz-placeholder,
      .page-contact textarea:-moz-placeholder {
        font-size: 24px;
        line-height: 24px; } }
    @media all and (max-width: 660px) {
      .page-contact input:-moz-placeholder,
      .page-contact textarea:-moz-placeholder {
        font-size: 20px;
        line-height: 20px; } }

.page-contact textarea {
  max-height: 220px;
  min-height: 220px; }

.page-contact .gfield:first-of-type {
  border-top: 1px solid var(--default-opacity-color); }

.page-contact .gfield:last-of-type {
  margin: 10px 0 0; }

.page-contact .gfield_checkbox input {
  display: none; }

.page-contact .gfield_checkbox label {
  padding: 0 0 0 30px;
  position: relative; }
  .page-contact .gfield_checkbox label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--default-opacity-color); }
  .page-contact .gfield_checkbox label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--default-color);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }

.page-contact .gfield_checkbox input:checked ~ label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.page-contact .gform_footer {
  position: absolute;
  top: calc(100% - 14px);
  right: 0; }
  @media all and (max-width: 1160px) {
    .page-contact .gform_footer {
      position: static;
      margin: 20px 0 0; } }
  .page-contact .gform_footer input[type="submit"] {
    border: 1px solid var(--default-color);
    width: auto;
    text-align: center;
    background: var(--default-color);
    color: var(--beige);
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    cursor: pointer;
    padding: 10px 87px 18px; }
    @media all and (max-width: 1440px) {
      .page-contact .gform_footer input[type="submit"] {
        padding: 8px 65px 14px; } }
    @media all and (max-width: 1160px) {
      .page-contact .gform_footer input[type="submit"] {
        padding: 6px 50px 11px; } }
    .page-contact .gform_footer input[type="submit"]:hover {
      opacity: 0.8; }

.page-contact .gform_wrapper form {
  position: relative; }

.page-contact .gform_confirmation_message {
  font-size: 32px;
  line-height: 32px; }
  @media all and (max-width: 1440px) {
    .page-contact .gform_confirmation_message {
      font-size: 28px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) {
    .page-contact .gform_confirmation_message {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    .page-contact .gform_confirmation_message {
      font-size: 20px;
      line-height: 20px; } }

.page-contact .gfield_error {
  position: relative; }
  .page-contact .gfield_error .validation_message {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #c60c0e; }
  .page-contact .gfield_error .ginput_container_checkbox ~ .validation_message {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 10px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.footer__newsletter {
  position: relative;
  z-index: 2;
  padding: 0 25%;
  text-align: center;
  margin: 0 0 120px; }
  @media all and (max-width: 1160px) {
    .footer__newsletter {
      padding: 0 16.66667%; } }
  @media all and (max-width: 660px) {
    .footer__newsletter {
      padding: 0 10px;
      margin: 0 0 80px; } }
  .footer__newsletter .gform_wrapper form {
    position: relative; }
  .footer__newsletter input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--default-color);
    outline: none;
    border-radius: 0;
    font-size: 32px;
    line-height: 32px;
    color: var(--default-color);
    margin: 0 auto;
    text-align: center;
    padding: 3px 0 7px; }
    @media all and (max-width: 1440px) {
      .footer__newsletter input {
        font-size: 28px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      .footer__newsletter input {
        font-size: 24px;
        line-height: 24px; } }
    @media all and (max-width: 660px) {
      .footer__newsletter input {
        font-size: 20px;
        line-height: 20px; } }
    .footer__newsletter input::-webkit-input-placeholder {
      color: var(--default-opacity-color);
      font-family: 'Font-Regular';
      font-size: 32px;
      line-height: 32px; }
      @media all and (max-width: 1440px) {
        .footer__newsletter input::-webkit-input-placeholder {
          font-size: 28px;
          line-height: 28px; } }
      @media all and (max-width: 1160px) {
        .footer__newsletter input::-webkit-input-placeholder {
          font-size: 24px;
          line-height: 24px; } }
      @media all and (max-width: 660px) {
        .footer__newsletter input::-webkit-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .footer__newsletter input:-ms-input-placeholder {
      color: var(--default-opacity-color);
      font-family: 'Font-Regular';
      font-size: 32px;
      line-height: 32px; }
      @media all and (max-width: 1440px) {
        .footer__newsletter input:-ms-input-placeholder {
          font-size: 28px;
          line-height: 28px; } }
      @media all and (max-width: 1160px) {
        .footer__newsletter input:-ms-input-placeholder {
          font-size: 24px;
          line-height: 24px; } }
      @media all and (max-width: 660px) {
        .footer__newsletter input:-ms-input-placeholder {
          font-size: 20px;
          line-height: 20px; } }
    .footer__newsletter input:-moz-placeholder {
      color: var(--default-opacity-color);
      font-family: 'Font-Regular';
      font-size: 32px;
      line-height: 32px; }
      @media all and (max-width: 1440px) {
        .footer__newsletter input:-moz-placeholder {
          font-size: 28px;
          line-height: 28px; } }
      @media all and (max-width: 1160px) {
        .footer__newsletter input:-moz-placeholder {
          font-size: 24px;
          line-height: 24px; } }
      @media all and (max-width: 660px) {
        .footer__newsletter input:-moz-placeholder {
          font-size: 20px;
          line-height: 20px; } }
  .footer__newsletter .gfield_radio {
    padding: 0; }
    .footer__newsletter .gfield_radio input {
      display: none; }
    .footer__newsletter .gfield_radio label {
      font-size: 12px;
      line-height: 12px; }
  .footer__newsletter input[type="submit"] {
    border: 0;
    outline: none;
    border-radius: 0;
    font-size: 32px;
    line-height: 32px;
    color: var(--default-color);
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media all and (max-width: 1440px) {
      .footer__newsletter input[type="submit"] {
        font-size: 28px;
        line-height: 28px; } }
    @media all and (max-width: 1160px) {
      .footer__newsletter input[type="submit"] {
        font-size: 24px;
        line-height: 24px; } }
    @media all and (max-width: 660px) {
      .footer__newsletter input[type="submit"] {
        font-size: 20px;
        line-height: 20px; } }
    .footer__newsletter input[type="submit"]:hover {
      opacity: 0.4; }
  .footer__newsletter .gfield_description.validation_message {
    position: absolute;
    top: 9px;
    right: 0;
    color: #c60c0e; }
    @media all and (max-width: 960px) {
      .footer__newsletter .gfield_description.validation_message {
        font-size: 12px;
        line-height: 12px; } }

.gfield > label {
  display: none; }

.validation_error {
  display: none; }

.gfield_description.validation_message {
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0 0; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 113;
  height: 50px;
  -webkit-transition: background-color 0.75s, -webkit-backdrop-filter 0.75s;
  transition: background-color 0.75s, -webkit-backdrop-filter 0.75s;
  -o-transition: background-color 0.75s, backdrop-filter 0.75s;
  transition: background-color 0.75s, backdrop-filter 0.75s;
  transition: background-color 0.75s, backdrop-filter 0.75s, -webkit-backdrop-filter 0.75s; }
  #header.active-bg {
    background: rgba(210, 196, 184, 0.6);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }
    @media all and (max-width: 1160px) {
      #header.active-bg .header__title-2 > .gray-text,
      #header.active-bg .header__title-1 > .gray-text {
        -webkit-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
        color: var(--default-color);
        opacity: 1; } }
    #header.active-bg .menu__tool {
      padding: 4px 0; }
      @media all and (max-width: 1160px) {
        #header.active-bg .menu__tool .gray-text {
          -webkit-transition: all 0.75s;
          -o-transition: all 0.75s;
          transition: all 0.75s;
          opacity: 1;
          color: var(--default-color); } }
  @media all and (max-width: 1160px) {
    #header {
      height: 40px; } }

.header__title-1 {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 2px));
      -ms-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px)); }
  @media all and (max-width: 1160px) {
    .header__title-1 {
      display: none; } }

.mobile__title {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 2px));
      -ms-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  display: none; }
  @media all and (max-width: 1160px) {
    .mobile__title {
      display: block; } }

.header__title-2 {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(calc(-50% - 2px));
      -ms-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px)); }
  @media all and (max-width: 1160px) {
    .header__title-2 {
      display: none; } }

.menu__tool {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(calc(-50% - 2px));
      -ms-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px)); }
  @media all and (max-width: 1160px) {
    .menu__tool {
      display: block; }
      .menu__tool .gray-text {
        -webkit-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
        color: var(--default-color);
        opacity: 1; } }
  .menu__tool .close-menu {
    display: none; }

.header__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 2px));
      -ms-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px));
  width: 81.33333%; }
  .header__navigation .ark-container {
    display: none;
    top: 0;
    bottom: 0;
    pointer-events: none !important;
    overflow: hidden; }
    @media all and (max-width: 1160px) {
      .header__navigation .ark-container {
        display: block; } }
    @media all and (max-width: 960px) {
      .header__navigation .ark-container {
        top: -13.54166vw; } }
    @media all and (max-width: 660px) {
      .header__navigation .ark-container {
        top: -12.72727vw; } }
  @media all and (max-width: 1160px) {
    .header__navigation {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100vh;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      background: var(--beige);
      z-index: 0;
      opacity: 0;
      overflow-y: auto;
      pointer-events: none;
      visibility: hidden;
      -webkit-transition: opacity 0.75s;
      -o-transition: opacity 0.75s;
      transition: opacity 0.75s; }
      .header__navigation > .header__menu {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 100px 35px; } }
    @media all and (max-width: 1160px) and (max-width: 960px) {
      .header__navigation > .header__menu {
        padding: 100px 40px; } }
    @media all and (max-width: 1160px) and (max-width: 660px) {
      .header__navigation > .header__menu {
        padding: 100px 20px; } }
  .header__navigation ul.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media all and (max-width: 1160px) {
      .header__navigation ul.flex {
        text-align: center; } }
    .header__navigation ul.flex li {
      padding: 0 10px; }
      @media all and (max-width: 1440px) {
        .header__navigation ul.flex li {
          padding: 0; } }
      @media all and (max-width: 1160px) {
        .header__navigation ul.flex li {
          width: 100%;
          margin: 0 0 10px;
          padding: 0; }
          .header__navigation ul.flex li.header__lang {
            display: none; } }
      .header__navigation ul.flex li.header__lang-mobile {
        display: none; }
        @media all and (max-width: 1160px) {
          .header__navigation ul.flex li.header__lang-mobile {
            display: block; } }
      @media all and (max-width: 1160px) {
        .header__navigation ul.flex li.menu-item a,
        .header__navigation ul.flex li.header__lang a,
        .header__navigation ul.flex li.header__book a {
          font-size: 32px;
          line-height: 32px; } }
  @media all and (max-width: 1160px) and (max-width: 1440px) {
    .header__navigation ul.flex li.menu-item a,
    .header__navigation ul.flex li.header__lang a,
    .header__navigation ul.flex li.header__book a {
      font-size: 28px;
      line-height: 28px; } }
  @media all and (max-width: 1160px) and (max-width: 1160px) {
    .header__navigation ul.flex li.menu-item a,
    .header__navigation ul.flex li.header__lang a,
    .header__navigation ul.flex li.header__book a {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 1160px) and (max-width: 660px) {
    .header__navigation ul.flex li.menu-item a,
    .header__navigation ul.flex li.header__lang a,
    .header__navigation ul.flex li.header__book a {
      font-size: 20px;
      line-height: 20px; } }
      .header__navigation ul.flex li a {
        padding: 20px;
        position: relative; }
        @media all and (max-width: 1440px) {
          .header__navigation ul.flex li a {
            padding: 15px; } }
        .header__navigation ul.flex li a:before {
          content: "";
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(calc(-50% + 1px));
              -ms-transform: translateY(calc(-50% + 1px));
                  transform: translateY(calc(-50% + 1px));
          left: 0;
          background-color: var(--default-opacity-color); }
        @media all and (max-width: 1160px) {
          .header__navigation ul.flex li a {
            padding: 0; }
            .header__navigation ul.flex li a:before {
              display: none; } }
  .header__navigation .header__info {
    display: none; }
    @media all and (max-width: 1160px) {
      .header__navigation .header__info {
        display: block;
        margin: auto 0 0;
        width: 50%; } }
  .header__navigation .header__social {
    display: none; }
    @media all and (max-width: 1160px) {
      .header__navigation .header__social {
        display: block;
        margin: auto 0 0;
        text-align: right;
        width: 50%; } }

.header__logo {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .header__logo a:hover {
    opacity: 1; }
  @media all and (max-width: 1160px) {
    .header__logo {
      top: 50px; } }
  .header__logo svg {
    width: 14.58333vw; }
    @media all and (max-width: 1160px) {
      .header__logo svg {
        width: 120px; } }

.home #header {
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px); }
  .home #header .header__navigation a {
    color: var(--beige);
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s; }
    .home #header .header__navigation a:before {
      background-color: var(--beige);
      -webkit-transition: background-color 0.75s;
      -o-transition: background-color 0.75s;
      transition: background-color 0.75s; }
  .home #header .mobile__title a {
    color: var(--beige); }
  .home #header .header__title-1,
  .home #header .header__title-2,
  .home #header .menu__tool {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s; }
    .home #header .header__title-1 > .gray-text,
    .home #header .header__title-2 > .gray-text,
    .home #header .menu__tool > .gray-text {
      color: var(--beige);
      opacity: 1; }

.home.has-scrolled #header .header__navigation a {
  color: var(--default-color); }
  .home.has-scrolled #header .header__navigation a:before {
    background-color: var(--default-opacity-color); }

@media all and (max-width: 1160px) {
  .home.has-scrolled #header .header__navigation {
    opacity: 0; } }

.home.has-scrolled #header .header__title-1,
.home.has-scrolled #header .header__title-2 {
  -webkit-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
          transform: translateY(-250%); }
  @media all and (max-width: 1160px) {
    .home.has-scrolled #header .header__title-1,
    .home.has-scrolled #header .header__title-2 {
      -webkit-transform: translateY(calc(-50% - 2px));
          -ms-transform: translateY(calc(-50% - 2px));
              transform: translateY(calc(-50% - 2px)); } }

.open-menu #header:has(.header__navigation.hide) .mobile__title a {
  color: var(--default-color) !important; }

.open-menu #header:has(.header__navigation.hide) .menu__tool .gray-text {
  color: var(--default-color) !important; }

.open-menu #header .header__navigation {
  opacity: 1 !important;
  pointer-events: all;
  visibility: visible; }
  .open-menu #header .header__navigation.hide {
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0 !important; }

.open-menu #header .header__title-2 > .gray-text {
  color: var(--beige) !important; }

.open-menu #header .mobile__title > a {
  color: var(--beige) !important; }

.open-menu #header .menu__tool > .gray-text {
  color: var(--beige) !important; }

.open-menu #header .menu__tool .open-menu {
  display: none; }

.open-menu #header .menu__tool .close-menu {
  display: block; }

#footer {
  width: 66.66667%;
  margin: 0 auto;
  padding: 60px 60px 20px;
  text-align: center;
  color: var(--beige);
  position: relative;
  z-index: 110;
  max-width: 1280px;
  overflow: hidden; }
  @media all and (max-width: 1680px) {
    #footer {
      width: 75%; } }
  @media all and (max-width: 1440px) {
    #footer {
      width: 83.33333%; } }
  @media all and (max-width: 1160px) {
    #footer {
      width: 91.66667%; } }
  @media all and (max-width: 960px) {
    #footer {
      padding: 40px 20px 20px;
      overflow: hidden;
      width: calc(100% - 40px); } }
  @media all and (max-width: 660px) {
    #footer {
      padding: 40px 20px 60px; } }
  @media all and (max-width: 350px) {
    #footer {
      padding: 40px 20px 20px; } }
  #footer a {
    color: var(--beige); }
  #footer > svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1; }
    @media all and (max-width: 350px) {
      #footer > svg {
        top: unset;
        bottom: 0; } }
    @media all and (max-width: 960px) {
      #footer > svg.desktop {
        display: none; } }
    #footer > svg.mobile {
      display: none; }
      @media all and (max-width: 960px) {
        #footer > svg.mobile {
          display: block; } }

.footer__logo {
  margin: 0 0 20px; }
  @media all and (max-width: 1440px) {
    .footer__logo {
      margin: 0 0 10px; }
      .footer__logo svg {
        width: 50px; } }
  @media all and (max-width: 1160px) {
    .footer__logo svg {
      width: 40px; } }

.footer__info {
  margin: 0 0 20px; }

.footer__menu {
  margin: 0 0 35px; }
  @media all and (max-width: 1160px) {
    .footer__menu {
      display: none; } }
  .footer__menu ul.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer__menu ul.flex li {
      padding: 0 10px; }
      .footer__menu ul.flex li a {
        padding: 0 0 0 20px;
        position: relative; }
        .footer__menu ul.flex li a:before {
          content: '';
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 8px;
          left: 0;
          background-color: var(--beige);
          opacity: 0.4; }

.footer__social {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer__social > div {
    margin: 0 10px 0 0; }
    .footer__social > div:last-of-type {
      margin: 0; }
  @media all and (max-width: 660px) {
    .footer__social {
      display: block; }
      .footer__social > div {
        margin: 0; } }

.footer__lower {
  position: relative; }
  .footer__lower .col-1,
  .footer__lower .col-2,
  .footer__lower .col-3 {
    font-size: 12px;
    line-height: 12px; }
  @media all and (max-width: 660px) {
    .footer__lower {
      margin: 55px 0 0; }
      .footer__lower .col-1,
      .footer__lower .col-3 {
        font-size: 10px;
        line-height: 1; } }
  .footer__lower > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__lower .col-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media all and (max-width: 660px) {
      .footer__lower .col-2 {
        -webkit-transform: translate(-50%, calc(-50% - 45px));
            -ms-transform: translate(-50%, calc(-50% - 45px));
                transform: translate(-50%, calc(-50% - 45px)); } }
  .footer__lower .col-3 span {
    margin: 0px 0 0 2px;
    line-height: 0;
    display: inline-block;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }

@media all and (max-width: 960px) {
  .home #footer {
    width: calc(100% - 75px); } }

@media all and (max-width: 660px) {
  .home #footer {
    width: calc(100% - 58px); } }

[lang="en-US"] .suite-booking-popup .checkin__input .arrow-btn {
  left: 50px; }

[lang="en-US"] .suite-booking-popup .checkout__input .arrow-btn {
  left: 60px; }

[lang="el"] .suite-booking-popup .checkin__input .arrow-btn {
  left: 52px; }

[lang="el"] .suite-booking-popup .checkout__input .arrow-btn {
  left: 91px; }

[lang="el"] .suite-booking-popup > .flex > .popup-form form .date-fake {
  max-width: 135px; }

[lang="el"] .select2.select2-container {
  width: 145px !important; }

[lang="el"] .booking-popup > .flex > .popup-form form > div:last-of-type {
  width: 205px !important; }

[lang="el"] .select2-dropdown {
  width: 135px !important; }

.suite-booking-popup {
  background: transparent;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66.66667%;
  background: rgba(210, 196, 184, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 25px;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s 1s;
  transition: opacity 0.35s, -webkit-transform 1s 1s;
  -o-transition: opacity 0.35s, transform 1s 1s;
  transition: opacity 0.35s, transform 1s 1s;
  transition: opacity 0.35s, transform 1s 1s, -webkit-transform 1s 1s;
  /*	@mixin form-font {
		font-family: "Font-Regular";
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;

		@media all and (max-width:1440px) {
			font-size: 22px;
			line-height: 22px;
		}

		@media all and (max-width:1160px) {
			font-size: 18px;
			line-height: 18px;
		}
	}*/ }
  @media all and (max-width: 1680px) {
    .suite-booking-popup {
      width: 75%; } }
  @media all and (max-width: 1440px) {
    .suite-booking-popup {
      width: 83.33333%; } }
  @media all and (max-width: 1160px) {
    .suite-booking-popup {
      width: calc(100% - 40px); } }
  @media all and (max-width: 960px) {
    .suite-booking-popup {
      display: none;
      background: transparent;
      -webkit-backdrop-filter: unset;
              backdrop-filter: unset;
      border-radius: 0px; } }
  .suite-booking-popup.hide-popup {
    pointer-events: none;
    opacity: 0; }
  .suite-booking-popup .arrow-btn {
    position: absolute;
    top: 9px;
    color: transparent;
    line-height: 0;
    /*@media all and (max-width:1440px) {
			svg {
				width: 25px;
			}
		}

		@media all and (max-width:1160px) {
			svg {
				width: 22px;
			}
		}*/ }
    @media all and (max-width: 1440px) {
      .suite-booking-popup .arrow-btn {
        top: 8px; } }
    @media all and (max-width: 960px) {
      .suite-booking-popup .arrow-btn svg {
        width: 6px;
        height: auto; } }
    @media all and (max-width: 660px) {
      .suite-booking-popup .arrow-btn {
        top: 6px; } }
  .suite-booking-popup > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 8px 20px; }
    @media all and (max-width: 1160px) {
      .suite-booking-popup > .flex {
        padding: 10px 20px; } }
    @media all and (max-width: 960px) {
      .suite-booking-popup > .flex {
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0; } }
    .suite-booking-popup > .flex > .popup-form {
      width: 100%; }
      .suite-booking-popup > .flex > .popup-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -10px; }
        @media all and (max-width: 960px) {
          .suite-booking-popup > .flex > .popup-form form {
            margin: 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .suite-booking-popup > .flex > .popup-form form label {
          display: none; }
        .suite-booking-popup > .flex > .popup-form form > div {
          padding: 0 10px;
          /*.with-border {
						position: relative;
						
						&:before {
							position: absolute;
							content: '';
							height: 40px;
							width: 1px;
							background: var(--default-opacity-color);
							top: 50%;
							right: 0;
							transform: translateY(-50%);
						}
					}*/ }
          .suite-booking-popup > .flex > .popup-form form > div input {
            border: none;
            outline: none;
            border-radius: 0;
            width: 100%;
            text-align: left;
            font-family: "Font-Regular";
            font-weight: normal;
            font-size: 16px;
            line-height: 20px; }
            @media all and (max-width: 1680px) {
              .suite-booking-popup > .flex > .popup-form form > div input {
                font-size: 15px; } }
            @media all and (max-width: 960px) {
              .suite-booking-popup > .flex > .popup-form form > div input {
                font-size: 14px;
                line-height: 18px; } }
            @media all and (max-width: 660px) {
              .suite-booking-popup > .flex > .popup-form form > div input {
                font-size: 12px;
                line-height: 16px; } }
            .suite-booking-popup > .flex > .popup-form form > div input::-webkit-input-placeholder {
              color: var(--default-color); }
            .suite-booking-popup > .flex > .popup-form form > div input:-ms-input-placeholder {
              color: var(--default-color); }
            .suite-booking-popup > .flex > .popup-form form > div input:-moz-placeholder {
              color: var(--default-color); }
        .suite-booking-popup > .flex > .popup-form form .date-fake {
          cursor: pointer;
          max-width: 115px; }
          @media all and (max-width: 1440px) {
            .suite-booking-popup > .flex > .popup-form form .date-fake {
              max-width: 95px; } }
          @media all and (max-width: 960px) {
            .suite-booking-popup > .flex > .popup-form form .date-fake {
              max-width: 85px; } }
        .suite-booking-popup > .flex > .popup-form form .form-suite-title {
          font-family: "Font-Regular";
          font-weight: normal;
          font-size: 16px;
          line-height: 20px; }
          @media all and (max-width: 1680px) {
            .suite-booking-popup > .flex > .popup-form form .form-suite-title {
              font-size: 15px; } }
          @media all and (max-width: 960px) {
            .suite-booking-popup > .flex > .popup-form form .form-suite-title {
              font-size: 14px;
              line-height: 18px; } }
          @media all and (max-width: 960px) {
            .suite-booking-popup > .flex > .popup-form form .form-suite-title {
              width: 75%;
              padding: 4px 10px 8px;
              border-radius: 25px;
              background: rgba(210, 196, 184, 0.8);
              -webkit-backdrop-filter: blur(15px);
                      backdrop-filter: blur(15px);
              text-align: center;
              margin: 0 0 10px; } }
          @media all and (max-width: 660px) {
            .suite-booking-popup > .flex > .popup-form form .form-suite-title {
              width: 100%; } }
        .suite-booking-popup > .flex > .popup-form form .inputs {
          margin: 0 auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media all and (max-width: 960px) {
            .suite-booking-popup > .flex > .popup-form form .inputs {
              width: 75%;
              padding: 0 10px;
              border-radius: 25px;
              background: rgba(210, 196, 184, 0.8);
              -webkit-backdrop-filter: blur(15px);
                      backdrop-filter: blur(15px);
              margin: 0 0 10px;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media all and (max-width: 660px) {
            .suite-booking-popup > .flex > .popup-form form .inputs {
              width: 100%; } }
        .suite-booking-popup > .flex > .popup-form form .checkin__input {
          position: relative;
          line-height: 0;
          /*width: 16.66667%;

					@media all and (max-width:1440px) {
						width: 12.77777%;
					}

					@media all and (max-width:1160px) {
						width: 15.66667%;
					}*/ }
          @media all and (max-width: 660px) {
            .suite-booking-popup > .flex > .popup-form form .checkin__input .flatpickr-calendar {
              position: fixed !important;
              width: calc(100vw - 10px) !important; } }
        .suite-booking-popup > .flex > .popup-form form .checkout__input {
          position: relative;
          line-height: 0;
          /*width: 16.66667%;

					@media all and (max-width:1440px) {
						width: 12.77777%;
					}

					@media all and (max-width:1160px) {
						width: 15.66667%;
					}*/ }
          @media all and (max-width: 660px) {
            .suite-booking-popup > .flex > .popup-form form .checkout__input .flatpickr-calendar {
              position: fixed !important;
              width: calc(100vw - 10px) !important; } }
        .suite-booking-popup > .flex > .popup-form form .adults__input {
          /*width: 16.66667%;

					@media all and (max-width:1440px) {
						width: 20%;
					}*/ }
          @media all and (max-width: 660px) {
            .suite-booking-popup > .flex > .popup-form form .adults__input {
              font-size: 12px;
              line-height: 16px; } }
          .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-plus,
            .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-minus {
              color: var(--default-opacity-color);
              cursor: pointer;
              width: 30px;
              height: 30px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              font-size: 20px;
              line-height: 0;
              /*@media all and (max-width:1440px) {
								svg {
									width: 25px;
								}
							}*/ }
              @media all and (max-width: 660px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-plus,
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-minus {
                  font-size: 18px; } }
            .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
              width: 20px;
              text-align: center;
              margin: 0 10px;
              font-family: "Font-Regular";
              font-weight: normal;
              font-size: 16px;
              line-height: 20px; }
              @media all and (max-width: 1680px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
                  font-size: 15px; } }
              @media all and (max-width: 960px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
                  font-size: 14px;
                  line-height: 18px; } }
              @media all and (max-width: 1440px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
                  width: 25px; } }
              @media all and (max-width: 1160px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
                  margin: 0 5px; } }
              @media all and (max-width: 660px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex .adults-input-text {
                  font-size: 12px;
                  line-height: 16px;
                  width: 15px; } }
            .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex label {
              display: block;
              margin: 0 10px 0 0; }
              @media all and (max-width: 660px) {
                .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex label {
                  margin: 0 5px 0 0; } }
            .suite-booking-popup > .flex > .popup-form form .adults__input > .with-border > .flex input {
              display: none; }
        @media all and (max-width: 960px) {
          .suite-booking-popup > .flex > .popup-form form .book__close {
            width: 100%; }
            .suite-booking-popup > .flex > .popup-form form .book__close > .flex {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
        .suite-booking-popup > .flex > .popup-form form .book__close .close-btn {
          color: transparent;
          margin: 0 20px 0 0;
          cursor: pointer; }
          @media all and (max-width: 1160px) {
            .suite-booking-popup > .flex > .popup-form form .book__close .close-btn svg {
              width: 30px;
              height: auto; } }
          @media all and (max-width: 960px) {
            .suite-booking-popup > .flex > .popup-form form .book__close .close-btn {
              margin: 0 10px 0 0; }
              .suite-booking-popup > .flex > .popup-form form .book__close .close-btn svg {
                width: 27px; }
              .suite-booking-popup > .flex > .popup-form form .book__close .close-btn rect {
                fill: var(--default-color); }
              .suite-booking-popup > .flex > .popup-form form .book__close .close-btn path {
                fill: var(--beige); } }
        .suite-booking-popup > .flex > .popup-form form .book__close .book-now__input {
          /*width: 16.66667%;
	
						@media all and (max-width:1440px) {
							width: 12.77777%;
						}
	
						@media all and (max-width:1160px) {
							width: 15.66667%;
						}*/ }
          .suite-booking-popup > .flex > .popup-form form .book__close .book-now__input input {
            cursor: pointer;
            -webkit-transition: opacity 0.75s;
            -o-transition: opacity 0.75s;
            transition: opacity 0.75s;
            font-family: "Font-Regular";
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            background: var(--default-color);
            color: var(--beige);
            border-radius: 25px; }
            @media all and (max-width: 1680px) {
              .suite-booking-popup > .flex > .popup-form form .book__close .book-now__input input {
                font-size: 15px; } }
            @media all and (max-width: 960px) {
              .suite-booking-popup > .flex > .popup-form form .book__close .book-now__input input {
                font-size: 14px;
                line-height: 18px; } }
            .suite-booking-popup > .flex > .popup-form form .book__close .book-now__input input:hover {
              opacity: 0.8 !important; }
        .suite-booking-popup > .flex > .popup-form form .checkin__input {
          position: relative; }

.booking-popup {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  border-radius: 34px;
  background: rgba(210, 196, 184, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-transition: opacity 0.35s, -webkit-transform 1s 1s;
  transition: opacity 0.35s, -webkit-transform 1s 1s;
  -o-transition: opacity 0.35s, transform 1s 1s;
  transition: opacity 0.35s, transform 1s 1s;
  transition: opacity 0.35s, transform 1s 1s, -webkit-transform 1s 1s; }
  @media all and (max-width: 960px) {
    .booking-popup {
      width: calc(100% - 40px);
      display: none; } }
  @media all and (max-width: 660px) {
    .booking-popup {
      display: none; } }
  .booking-popup.headroom--unpinned {
    -webkit-transform: translate(-50%, 150%);
        -ms-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%); }
  .booking-popup.hide-popup {
    visibility: hidden;
    opacity: 0; }
  .booking-popup > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 8px 20px; }
    @media all and (max-width: 1160px) {
      .booking-popup > .flex {
        padding: 10px 20px; } }
    .booking-popup > .flex > .popup-form {
      width: 100%; }
      .booking-popup > .flex > .popup-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .booking-popup > .flex > .popup-form form input {
          border: none;
          outline: none;
          font-family: 'Font-Regular';
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          color: var(--default-color); }
          @media all and (max-width: 1680px) {
            .booking-popup > .flex > .popup-form form input {
              font-size: 15px; } }
          @media all and (max-width: 960px) {
            .booking-popup > .flex > .popup-form form input {
              font-size: 14px;
              line-height: 18px; } }
        .booking-popup > .flex > .popup-form form label {
          display: none; }
        .booking-popup > .flex > .popup-form form > div:first-of-type {
          width: 150px; }
          @media all and (max-width: 1440px) {
            .booking-popup > .flex > .popup-form form > div:first-of-type {
              width: 140px; } }
        .booking-popup > .flex > .popup-form form > div:nth-of-type(2) {
          width: 105px;
          margin: 0 20px 0 0; }
          @media all and (max-width: 1440px) {
            .booking-popup > .flex > .popup-form form > div:nth-of-type(2) {
              margin: 0; } }
        .booking-popup > .flex > .popup-form form > div:nth-of-type(3),
        .booking-popup > .flex > .popup-form form > div:nth-of-type(4),
        .booking-popup > .flex > .popup-form form > div:nth-of-type(5) {
          margin: 0 10px;
          text-align: center; }
          @media all and (max-width: 1440px) {
            .booking-popup > .flex > .popup-form form > div:nth-of-type(3),
            .booking-popup > .flex > .popup-form form > div:nth-of-type(4),
            .booking-popup > .flex > .popup-form form > div:nth-of-type(5) {
              margin: 0 5px; } }
        .booking-popup > .flex > .popup-form form > div:last-of-type {
          width: 150px;
          margin: 0 0 0 20px; }
          .booking-popup > .flex > .popup-form form > div:last-of-type input {
            background: var(--default-color);
            color: var(--beige);
            border-radius: 22px;
            -webkit-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
            padding: 5px 20px 9px;
            cursor: pointer; }
            @media all and (max-width: 1160px) {
              .booking-popup > .flex > .popup-form form > div:last-of-type input {
                padding: 3px 20px 6px; } }
            .booking-popup > .flex > .popup-form form > div:last-of-type input:hover {
              opacity: 0.8; }
        .booking-popup > .flex > .popup-form form .checkin__input {
          position: relative; }
          .booking-popup > .flex > .popup-form form .checkin__input .date-fake {
            cursor: pointer;
            width: 100%; }

html:has(.book_rooms ~ .select2-container--open) .select2-dropdown {
  width: 350px !important; }

.flatpickr-calendar {
  top: unset !important;
  bottom: calc(100% + 30px) !important;
  left: 50% !important;
  background: var(--beige) !important;
  border-radius: 11px !important;
  padding: 0 0 20px !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 320px !important; }

.flatpickr-months {
  padding: 20px 14px;
  position: relative; }
  .flatpickr-months .flatpickr-month {
    background: var(--beige) !important;
    color: var(--default-color) !important;
    height: unset !important;
    width: 40% !important;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
    .flatpickr-months .flatpickr-month .cur-year {
      color: var(--default-color) !important; }
    .flatpickr-months .flatpickr-month .cur-month,
    .flatpickr-months .flatpickr-month .numInputWrapper {
      pointer-events: none !important; }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    position: unset !important;
    height: unset !important;
    color: #000 !important;
    padding: 0 !important;
    width: 24px; }
    .flatpickr-months .flatpickr-prev-month svg,
    .flatpickr-months .flatpickr-next-month svg {
      width: unset !important;
      height: unset !important; }
      .flatpickr-months .flatpickr-prev-month svg path,
      .flatpickr-months .flatpickr-next-month svg path {
        fill: #000 !important; }
    .flatpickr-months .flatpickr-prev-month:hover svg,
    .flatpickr-months .flatpickr-next-month:hover svg {
      fill: #000 !important; }
  .flatpickr-months .flatpickr-current-month {
    position: static;
    font-size: 14px;
    height: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-weight: 400;
    padding: 0;
    width: 100% !important; }
    @media all and (max-width: 1440px) {
      .flatpickr-months .flatpickr-current-month {
        font-size: 13px; } }
    .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
      background: #eae7e2 !important;
      color: #000 !important; }
    .flatpickr-months .flatpickr-current-month span.cur-month {
      margin: 0 2px 0 0;
      font-weight: 400;
      font-size: 14px; }
      @media all and (max-width: 1440px) {
        .flatpickr-months .flatpickr-current-month span.cur-month {
          font-size: 13px; } }
    .flatpickr-months .flatpickr-current-month .numInputWrapper {
      width: 30% !important; }
      .flatpickr-months .flatpickr-current-month .numInputWrapper .arrowUp {
        display: none !important; }
      .flatpickr-months .flatpickr-current-month .numInputWrapper .arrowDown {
        display: none !important; }
      .flatpickr-months .flatpickr-current-month .numInputWrapper .numInput {
        padding: 0;
        margin: 0 0 0 2px; }
  .flatpickr-months .flatpickr-next-month {
    margin: 0 0 0 auto; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  content: none !important; }

.flatpickr-innerContainer {
  border: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--beige) !important; }
  .flatpickr-innerContainer .flatpickr-days {
    border: none !important; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--default-color) !important;
  color: var(--beige) !important;
  border-color: none !important; }

.flatpickr-weekdays {
  background: var(--beige) !important; }

span.flatpickr-weekday {
  background: var(--beige) !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 100% !important; }

.flatpickr-day {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border-radius: 50% !important;
  color: var(--default-color) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  line-height: 36px !important; }

.flatpickr-day.today {
  border-color: var(--default-color) !important;
  color: var(--default-color) !important; }

.flatpickr-day.selected {
  color: var(--beige) !important;
  border: none !important; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: var(--default-color) !important;
  border-color: var(--default-color) !important;
  color: var(--beige) !important; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(60, 36, 21, 0.3) !important;
  background: transparent !important;
  border-color: transparent !important;
  cursor: default !important; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed !important;
  color: rgba(60, 36, 21, 0.3) !important; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0; }

.select2.select2-container {
  width: 100px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--default-color) transparent transparent transparent;
  margin-top: -1px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--default-color) !important;
  text-transform: none; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #D2D2D2;
  color: var(--default-color); }

.select2-container--default .select2-results__option--selected {
  background: var(--default-color) !important;
  color: var(--beige) !important; }

.select2-dropdown {
  width: 95px !important;
  border-radius: 11px !important;
  border: none !important;
  background: var(--beige);
  overflow: hidden;
  padding: 10px 0 0;
  top: -26px !important; }

.select2-results__option {
  text-align: center;
  padding: 4px 10px 8px; }

.select2-results__option:first-of-type {
  background: var(--beige) !important;
  color: var(--default-color) !important;
  padding: 0 8px 6px; }

/* width */
.select2-results__options::-webkit-scrollbar {
  width: 4px; }

/* Track */
.select2-results__options::-webkit-scrollbar-track {
  background: var(--beige);
  border-radius: 8px; }

/* Handle */
.select2-results__options::-webkit-scrollbar-thumb {
  background: var(--default-color);
  border-radius: 8px;
  display: block; }

/* Handle on hover */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #D2D2D2; }

@media all and (max-width: 660px) {
  .home .footer__newsletter {
    padding: 0 30px; } }

.page-home > .pin-spacer {
  pointer-events: none !important; }

.page-home .home-gallery {
  padding-left: 22px;
  margin: 0 0 var(--home-pd); }
  @media all and (max-width: 1440px) {
    .page-home .home-gallery {
      padding-left: 15px; } }
  @media all and (max-width: 960px) {
    .page-home .home-gallery {
      padding-left: 0; }
      .page-home .home-gallery .swiper {
        padding: 0; }
      .page-home .home-gallery .gallery-titles {
        padding: 10px 40px 0; } }
  @media all and (max-width: 660px) {
    .page-home .home-gallery .gallery-titles {
      padding: 10px 30px 0; } }

@media all and (max-width: 660px) {
  .page-home .block-title-text {
    padding: 0 30px 20px; } }

.page-home .block-title-text > .gray-text {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 20px; }
  @media all and (max-width: 1680px) {
    .page-home .block-title-text > .gray-text {
      font-size: 15px; } }
  @media all and (max-width: 960px) {
    .page-home .block-title-text > .gray-text {
      font-size: 14px;
      line-height: 18px; } }
  @media all and (max-width: 660px) {
    .page-home .block-title-text > .gray-text {
      margin: 0 0 20px; } }

.home-intro {
  height: 100vh; }
  .home-intro .to-pin {
    height: 100%;
    position: relative; }
  .home-intro h1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 16.66667%;
    text-align: center;
    z-index: 1; }
    @media all and (max-width: 660px) {
      .home-intro h1 {
        font-size: 28px;
        line-height: 32px;
        -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
                transform: translateY(-60%); } }
  .home-intro video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }

.ark-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 109; }
  @media all and (max-width: 960px) {
    .ark-container {
      top: -13.54166vw; } }
  @media all and (max-width: 660px) {
    .ark-container {
      top: -12.72727vw; } }
  .ark-container svg {
    width: 100%; }
  .ark-container .mobile {
    display: none; }
    @media all and (max-width: 960px) {
      .ark-container .mobile {
        display: block; } }
  @media all and (max-width: 960px) {
    .ark-container .desktop {
      display: none; } }

.intro-above .texture {
  position: absolute;
  width: 100%;
  height: 100vh; }

.home-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(210, 196, 184, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 200;
  height: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .home-header-bg.active {
    opacity: 1; }
  @media all and (max-width: 1160px) {
    .home-header-bg {
      display: none; } }

.home-location {
  min-height: 100vh; }
  @media all and (max-width: 960px) {
    .home-location {
      min-height: auto; }
      .home-location .location-to-pin {
        padding: var(--default-pd) 0; } }
  .home-location .block-title-text {
    padding-top: 40px; }
    @media all and (max-width: 960px) {
      .home-location .block-title-text {
        padding-top: 0; } }
  .home-location .location__link {
    padding: 0 20px 80px;
    text-align: center; }
    @media all and (max-width: 960px) {
      .home-location .location__link {
        padding: 0 20px; } }
    .home-location .location__link a:hover {
      opacity: 1; }

@media all and (max-width: 960px) and (min-width: 661px) {
  .home-suites {
    margin: 25vh 0 0; } }

@media all and (max-width: 660px) {
  .home-suites {
    padding: 0 30px !important; }
    .home-suites.suites-related .suites-container {
      padding: 0; } }

.home-suites .suites-related .swiper {
  padding: 0 28px 80px 0; }
  @media all and (max-width: 660px) {
    .home-suites .suites-related .swiper {
      padding: 0 30px 80px; } }

.home-experiences {
  margin: var(--home-pd) 0; }
  .home-experiences .experiences-to-pin {
    margin: 0 0 var(--home-pd); }
  .home-experiences .experiences__link {
    padding: 0 20px;
    text-align: center; }
    .home-experiences .experiences__link a:hover {
      opacity: 1; }
  .home-experiences .experiences {
    padding: 0 8.33333%; }
    @media all and (max-width: 960px) {
      .home-experiences .experiences {
        padding: 0 40px; } }
    @media all and (max-width: 660px) {
      .home-experiences .experiences {
        padding: 0 30px; } }
    .home-experiences .experiences img {
      width: 100%; }
    .home-experiences .experiences > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .home-experiences .experiences > .flex > .col-1,
      .home-experiences .experiences > .flex > .col-3 {
        width: 30%; }
        @media all and (max-width: 660px) {
          .home-experiences .experiences > .flex > .col-1,
          .home-experiences .experiences > .flex > .col-3 {
            margin: 0 0 20px;
            width: 100%; } }
      .home-experiences .experiences > .flex > .col-2 {
        width: 40%; }
        @media all and (max-width: 660px) {
          .home-experiences .experiences > .flex > .col-2 {
            margin: 0 0 20px;
            width: 100%; } }
      .home-experiences .experiences > .flex > .col-3 .experience__texts .flex {
        padding: 0 0 0 20px; }
        @media all and (max-width: 660px) {
          .home-experiences .experiences > .flex > .col-3 .experience__texts .flex {
            padding: 0; } }
    .home-experiences .experiences .experience__img {
      margin: 0 0 10px; }
    .home-experiences .experiences .experience__texts > .flex {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .home-experiences .experiences .experience__texts .col-1 {
      margin: -4px 0 0;
      width: calc(100% - 160px);
      /*                @media all and (max-width:960px) {
                    width: 100%;
                    margin: 0 0 20px;
                }*/ }
      @media all and (max-width: 1160px) {
        .home-experiences .experiences .experience__texts .col-1 {
          /* margin: -3px 0 0;
                    width: calc(100% - 140px);*/
          width: 100%;
          margin: 0 0 20px; } }
      @media all and (max-width: 660px) {
        .home-experiences .experiences .experience__texts .col-1 {
          width: auto;
          margin: 0; } }
      .home-experiences .experiences .experience__texts .col-1 h2 {
        padding: 0 0 0 20px;
        position: relative; }
        @media all and (max-width: 960px) {
          .home-experiences .experiences .experience__texts .col-1 h2 {
            width: 100%;
            padding: 0 0 0 10px; } }
        @media all and (max-width: 660px) {
          .home-experiences .experiences .experience__texts .col-1 h2 {
            width: auto; } }
        .home-experiences .experiences .experience__texts .col-1 h2:before {
          content: '';
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          top: 8px;
          left: 0;
          background-color: var(--default-opacity-color); }
          @media all and (max-width: 1440px) {
            .home-experiences .experiences .experience__texts .col-1 h2:before {
              top: 7px; } }
          @media all and (max-width: 960px) {
            .home-experiences .experiences .experience__texts .col-1 h2:before {
              width: 4px;
              height: 4px;
              top: 8px; } }
    .home-experiences .experiences .experience__texts .col-2 {
      margin: 0 20px 0 0; }
      @media all and (max-width: 1160px) {
        .home-experiences .experiences .experience__texts .col-2 {
          margin: 0 10px 0 0; } }
      @media all and (max-width: 960px) {
        .home-experiences .experiences .experience__texts .col-2 {
          width: 100%;
          margin: 0; } }
      @media all and (max-width: 660px) {
        .home-experiences .experiences .experience__texts .col-2 {
          width: auto;
          margin: 0; } }

.home-stay {
  margin: 0 0 var(--default-pd); }
  .home-stay > div {
    padding: 0 16.66667%; }
    @media all and (max-width: 1440px) {
      .home-stay > div {
        padding: 0 8.33333%; } }
    @media all and (max-width: 960px) {
      .home-stay > div {
        padding: 0 40px; } }
    @media all and (max-width: 660px) {
      .home-stay > div {
        padding: 0 30px; } }
    .home-stay > div > h2 {
      text-align: center;
      margin: 0 0 30px; }
    .home-stay > div > .flex {
      margin: 0 -10px 40px; }
      @media all and (max-width: 960px) {
        .home-stay > div > .flex {
          margin: 0 0 40px; } }
    .home-stay > div .col-1 {
      width: 50%;
      padding: 0 10px; }
      @media all and (max-width: 960px) {
        .home-stay > div .col-1 {
          width: 100%;
          padding: 0;
          margin: 0 0 40px; } }
    .home-stay > div .col-2 {
      width: 50%;
      padding: 0 10px; }
      @media all and (max-width: 960px) {
        .home-stay > div .col-2 {
          width: 100%;
          padding: 0; } }
    .home-stay > div .block-image {
      margin: 0 0 20px; }
      @media all and (max-width: 1160px) {
        .home-stay > div .block-image {
          margin: 0 0 10px; } }
      .home-stay > div .block-image img {
        width: 100%; }
    .home-stay > div .block-texts {
      margin: 0 -10px; }
      @media all and (max-width: 1160px) {
        .home-stay > div .block-texts {
          margin: 0; } }
      .home-stay > div .block-texts .subcol-1 {
        width: 25%;
        padding: 0 10px; }
        @media all and (max-width: 1160px) {
          .home-stay > div .block-texts .subcol-1 {
            width: 100%;
            margin: 0 0 20px;
            padding: 0; } }
      .home-stay > div .block-texts .subcol-2 {
        width: 75%; }
        @media all and (max-width: 1160px) {
          .home-stay > div .block-texts .subcol-2 {
            width: 100%; } }
    .home-stay > div .day {
      margin: 0 0 20px; }
      .home-stay > div .day:last-of-type {
        margin: 0; }
      .home-stay > div .day > h3 {
        width: 33.33333%;
        text-align: right;
        opacity: 0.3;
        padding: 0 10px; }
        @media all and (max-width: 1160px) {
          .home-stay > div .day > h3 {
            text-align: left;
            width: 100%;
            margin: 0 0 10px;
            padding: 0; } }
      .home-stay > div .day > div {
        width: 66.66667%;
        padding: 0 10px; }
        @media all and (max-width: 1160px) {
          .home-stay > div .day > div {
            padding: 0;
            width: 100%; } }
    .home-stay > div .stay__link {
      text-align: center; }
      .home-stay > div .stay__link a:hover {
        opacity: 1; }

html[lang="el"] .home-stay > div .block-texts .subcol-1 {
  width: 30%; }
  @media all and (max-width: 1160px) {
    html[lang="el"] .home-stay > div .block-texts .subcol-1 {
      width: 100%;
      margin: 0 0 20px;
      padding: 0; } }

html[lang="el"] .home-stay > div .block-texts .subcol-2 {
  width: 70%; }
  @media all and (max-width: 1160px) {
    html[lang="el"] .home-stay > div .block-texts .subcol-2 {
      width: 100%; } }

.experience {
  margin: 0 0 6.25vw; }
  @media all and (max-width: 960px) {
    .experience {
      margin: 0 0 var(--default-pd); } }
  @media all and (max-width: 660px) {
    .experience {
      margin: 0 0 40px; }
      .experience:last-of-type {
        margin: 0 0 40px; } }
  .experience .experience-info > .flex {
    margin: 0 -10px; }
  .experience .experience-index {
    padding: 0 10px;
    width: 158px;
    margin: 10px 0 0; }
    @media all and (max-width: 1440px) {
      .experience .experience-index {
        margin: 8px 0 0; } }
    @media all and (max-width: 1160px) {
      .experience .experience-index {
        margin: 7px 0 0; } }
    @media all and (max-width: 960px) {
      .experience .experience-index {
        margin: 4px 0 0; } }
    .experience .experience-index > div {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--default-opacity-color); }
      @media all and (max-width: 960px) {
        .experience .experience-index > div {
          width: 14px;
          height: 14px; } }
    @media all and (max-width: 1440px) {
      .experience .experience-index {
        width: 117px; } }
    @media all and (max-width: 1160px) {
      .experience .experience-index {
        width: 93px; } }
  .experience .experience-text {
    padding: 0 10px;
    width: calc(100% - 158px); }
    @media all and (max-width: 1440px) {
      .experience .experience-text {
        width: calc(100% - 117px); } }
    @media all and (max-width: 1160px) {
      .experience .experience-text {
        width: calc(100% - 93px); } }
    .experience .experience-text h2 {
      padding: 0 0 10px; }
  .experience .experience-img {
    margin: 0 0 10px; }
    .experience .experience-img img {
      width: 100%; }

.first-experience {
  position: relative;
  z-index: 2; }
  .first-experience > div {
    padding: 0 16.66667%; }
    @media all and (max-width: 960px) {
      .first-experience > div {
        padding: 0 20px; } }

.experiences {
  margin: 0 0 calc(var(--default-pd) - 6.25vw); }
  @media all and (max-width: 960px) {
    .experiences {
      margin: 0; } }
  @media all and (max-width: 660px) {
    .experiences {
      margin: 0 0 var(--default-pd); } }

.experiences-block {
  padding: 0 20px; }
  .experiences-block:last-of-type .experience:last-of-type {
    margin-bottom: 0; }
  .experiences-block > .flex {
    margin: 0 -10px; }
  .experiences-block .experience {
    padding: 0 10px; }
  .experiences-block .child-1 {
    width: 33.33333%; }
    @media all and (max-width: 960px) {
      .experiences-block .child-1 {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-1 {
        width: 100%; } }
  .experiences-block .child-2 {
    width: 41.66667%;
    margin-left: auto; }
    @media all and (max-width: 960px) {
      .experiences-block .child-2 {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-2 {
        width: 100%; } }
  .experiences-block .child-3 {
    width: 100%; }
    @media all and (max-width: 660px) {
      .experiences-block .child-3 {
        width: 100%; } }
    .experiences-block .child-3 > div {
      padding: 0 8.33333%; }
      @media all and (max-width: 960px) {
        .experiences-block .child-3 > div {
          padding: 0; } }
  .experiences-block .child-4 {
    width: 41.66667%; }
    @media all and (max-width: 960px) {
      .experiences-block .child-4 {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-4 {
        width: 100%; } }
  .experiences-block .child-5 {
    width: 25%;
    margin-left: auto; }
    @media all and (max-width: 1440px) {
      .experiences-block .child-5 {
        width: 33.33333%; } }
    @media all and (max-width: 960px) {
      .experiences-block .child-5 {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-5 {
        width: 100%; } }
  .experiences-block .child-6 {
    width: 41.66667%;
    margin: var(--default-pd) 0 0; }
    .experiences-block .child-6 > div {
      padding: 0 0 0 158px; }
      @media all and (max-width: 1440px) {
        .experiences-block .child-6 > div {
          padding: 0 0 0 117px; } }
      @media all and (max-width: 1160px) {
        .experiences-block .child-6 > div {
          padding: 0 0 0 93px; } }
    @media all and (max-width: 960px) {
      .experiences-block .child-6 {
        width: 50%; }
        .experiences-block .child-6 > div {
          padding: 0; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-6 {
        width: 100%;
        margin: 0 0 40px; } }
  .experiences-block .child-7 {
    width: 33.33333%;
    margin-left: auto; }
    @media all and (max-width: 960px) {
      .experiences-block .child-7 {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .experiences-block .child-7 {
        width: 100%; } }

.block-location-1 {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 660px) {
    .block-location-1 {
      min-height: auto;
      display: block; } }
  .block-location-1 > div {
    padding: 40px 25%;
    text-align: center; }
    @media all and (max-width: 1440px) {
      .block-location-1 > div {
        padding: 40px 16.66667%; } }
    @media all and (max-width: 960px) {
      .block-location-1 > div {
        padding: var(--default-pd) 8.33333%; } }
    @media all and (max-width: 660px) {
      .block-location-1 > div {
        padding: var(--default-pd) 20px; } }

.block-location-2 {
  position: relative;
  z-index: 4; }
  .block-location-2 .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .block-location-2 .bg-image {
        min-height: 500px; } }
    @media all and (max-width: 660px) {
      .block-location-2 .bg-image {
        height: 70vh; } }

.block-location-3 > div,
.block-location-5 > div {
  padding: 40px 33.33333% var(--default-pd); }
  @media all and (max-width: 1440px) {
    .block-location-3 > div,
    .block-location-5 > div {
      padding: 40px 25% var(--default-pd); } }
  @media all and (max-width: 960px) {
    .block-location-3 > div,
    .block-location-5 > div {
      padding: 40px 16.66667% var(--default-pd); } }
  @media all and (max-width: 660px) {
    .block-location-3 > div,
    .block-location-5 > div {
      padding: 40px 20px var(--default-pd); } }

.block-location-3 p + h2,
.block-location-5 p + h2 {
  padding: 22px 0 40px; }
  @media all and (max-width: 660px) {
    .block-location-3 p + h2,
    .block-location-5 p + h2 {
      padding: 22px 20px 40px; } }

.block-location-3 h2,
.block-location-5 h2 {
  text-align: center;
  padding: 40px 0;
  margin: 0 -25%; }
  @media all and (max-width: 1440px) {
    .block-location-3 h2,
    .block-location-5 h2 {
      margin: 0 -16.66667%; } }
  @media all and (max-width: 960px) {
    .block-location-3 h2,
    .block-location-5 h2 {
      margin: 0 -8.33333%; } }
  @media all and (max-width: 660px) {
    .block-location-3 h2,
    .block-location-5 h2 {
      margin: 0; } }

.block-location-3 p,
.block-location-5 p {
  max-width: 600px;
  margin: 0 auto 18px; }
  .block-location-3 p:last-child,
  .block-location-5 p:last-child {
    margin: 0 auto; }

.block-location-4 > div {
  padding: 0 25% var(--default-pd);
  text-align: center; }
  @media all and (max-width: 1440px) {
    .block-location-4 > div {
      padding: 0 16.66667% var(--default-pd); } }
  @media all and (max-width: 960px) {
    .block-location-4 > div {
      padding: 0 8.33333% var(--default-pd); } }
  @media all and (max-width: 660px) {
    .block-location-4 > div {
      padding: 0 20px var(--default-pd); } }

.block-location-6 {
  position: relative;
  z-index: 1; }
  .block-location-6 .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .block-location-6 .bg-image {
        min-height: 500px; } }

.services-text {
  position: relative;
  z-index: 1; }
  .services-text > div {
    padding: var(--default-pd) 33.33333%; }
    @media all and (max-width: 1440px) {
      .services-text > div {
        padding: var(--default-pd) 25%; } }
    @media all and (max-width: 960px) {
      .services-text > div {
        padding: var(--default-pd) 16.66667%; } }
    @media all and (max-width: 660px) {
      .services-text > div {
        padding: 0 20px var(--default-pd); } }
  .services-text h2 {
    text-align: center;
    padding: 22px 0 40px;
    margin: 0 -25%; }
    @media all and (max-width: 1440px) {
      .services-text h2 {
        margin: 0 -16.66667%; } }
    @media all and (max-width: 960px) {
      .services-text h2 {
        margin: 0 -8.33333%; } }
    @media all and (max-width: 660px) {
      .services-text h2 {
        margin: 0; } }

.services-image {
  position: relative;
  z-index: 2; }
  .services-image .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .services-image .bg-image {
        min-height: 500px; } }

.tease--suite-big {
  position: relative;
  overflow: hidden; }
  .tease--suite-big > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11; }
  .tease--suite-big .suites-info-layer {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(60, 36, 21, 0.5) 31%, rgba(210, 196, 184, 0) 88.5%);
    background: -o-radial-gradient(50% 50% at 50% 50%, rgba(60, 36, 21, 0.5) 31%, rgba(210, 196, 184, 0) 88.5%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(60, 36, 21, 0.5) 31%, rgba(210, 196, 184, 0) 88.5%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: 0;
    /*@media all and (max-width:1440px) {
            width: 91.66667%;
        }
        @media all and (max-width:1160px) {
            width: calc(100% - 40px);
        }
        @media all and (max-width:960px) {
            background: transparent;
            backdrop-filter:unset;
            border-radius: 0px;
        }*/
    /*>.flex {
            padding: 8px 20px;
            margin: 0 -10px;
            align-items: center;
            justify-content: space-between;
    
            @media all and (max-width:1160px) {
                padding: 5px 20px;
            }
            @media all and (max-width:960px) {
                padding:0;
                justify-content: center;
                margin: 0;
            }
        }*/ }
    .tease--suite-big .suites-info-layer > div {
      width: 100%; }
    .tease--suite-big .suites-info-layer .suites-title {
      width: 100%;
      text-align: center;
      margin: 0 0 10px;
      padding: 0 25%;
      /*@media all and (max-width:1160px) {
                width: 33.33333%;
            }
            @media all and (max-width:960px) {
                width: 75%;
                padding: 6px 10px;
                border-radius: 25px;
                background: rgba(210, 196, 184, 0.80);
                backdrop-filter: blur(15px);
                text-align: center;
                margin: 0 0 10px;
            }
            @media all and (max-width:660px) {
                width: 100%;
            }*/ }
      .tease--suite-big .suites-info-layer .suites-title h2 {
        font-size: 40px;
        line-height: 40px;
        color: var(--beige); }
      @media all and (max-width: 1440px) {
        .tease--suite-big .suites-info-layer .suites-title {
          padding: 0 16.66667%; }
          .tease--suite-big .suites-info-layer .suites-title h2 {
            font-size: 36px;
            line-height: 36px; } }
      @media all and (max-width: 1160px) {
        .tease--suite-big .suites-info-layer .suites-title {
          padding: 0 10px; }
          .tease--suite-big .suites-info-layer .suites-title h2 {
            font-size: 32px;
            line-height: 32px; } }
      @media all and (max-width: 960px) {
        .tease--suite-big .suites-info-layer .suites-title h2 {
          font-size: 28px;
          line-height: 28px; } }
    .tease--suite-big .suites-info-layer .suites-info {
      width: 100%;
      margin: 0 0 10px;
      padding: 0 10px;
      /*@media all and (max-width:1160px) {
                width: 33.33333%;
            }
            @media all and (max-width:960px) {
                width: 75%;
                padding: 6px 10px;
                border-radius: 25px;
                background: rgba(210, 196, 184, 0.80);
                backdrop-filter: blur(15px);
                text-align: center;
                margin: 0 0 10px;
            }
            @media all and (max-width:660px) {
                width: 100%;
            }*/ }
      .tease--suite-big .suites-info-layer .suites-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media all and (max-width: 960px) {
          .tease--suite-big .suites-info-layer .suites-info ul {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .tease--suite-big .suites-info-layer .suites-info ul li {
          padding: 0 0 0 20px;
          position: relative;
          margin: 0 10px;
          color: var(--beige); }
          .tease--suite-big .suites-info-layer .suites-info ul li:last-of-type {
            margin: 0 0 0 10px; }
          @media all and (max-width: 960px) {
            .tease--suite-big .suites-info-layer .suites-info ul li {
              padding: 0 0 0 10px;
              margin: 0 5px; }
              .tease--suite-big .suites-info-layer .suites-info ul li:last-of-type {
                margin: 0 0 0 5px; } }
          .tease--suite-big .suites-info-layer .suites-info ul li:before {
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 0;
            background-color: var(--beige);
            opacity: 0.4; }
            @media all and (max-width: 1440px) {
              .tease--suite-big .suites-info-layer .suites-info ul li:before {
                top: 7px; } }
            @media all and (max-width: 960px) {
              .tease--suite-big .suites-info-layer .suites-info ul li:before {
                width: 4px;
                height: 4px;
                top: 8px; } }
    .tease--suite-big .suites-info-layer .suites-links {
      width: 100%;
      text-align: center;
      /*padding: 0 10px;
            width: 25%;
            text-align: right;
    
            @media all and (max-width:1160px) {
                width: 33.33333%;
            }
            @media all and (max-width:960px) {
                width: 100%;
                text-align: center;
            }*/
      /*.suite-link {
                @media all and (max-width:960px) {
                    background-color: var(--default-opacity-color);
                    border: 1px solid var(--default-opacity-color);
                    color: var(--beige);
                }
            }
    
           .suite-book-link {
                background: var(--default-color);
                color: var(--beige);
                &:hover {
                    opacity: 0.8 !important;
                }
           }*/ }
      .tease--suite-big .suites-info-layer .suites-links a {
        display: inline-block;
        border-radius: 22px;
        background: rgba(210, 196, 184, 0.6);
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
        border: none;
        color: var(--default-color);
        /*@media all and (max-width:960px) {
                    &.link {
                        padding: 10px 10px 13px;
                    }
                }
                @media all and (max-width:660px) {
                    &.link {
                        padding: 0;
                    }
                }
    
                &:first-of-type {
                    margin: 0 15px 0 0;
    
                    @media all and (max-width:660px) {
                        margin: 0 10px 0 0;
                    }
                }*/ }
        .tease--suite-big .suites-info-layer .suites-links a:hover {
          -webkit-backdrop-filter: blur(0px);
                  backdrop-filter: blur(0px);
          border: none;
          color: var(--beige);
          background-color: var(--default-color); }
  .tease--suite-big .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .tease--suite-big .bg-image {
        min-height: 500px; } }
  .tease--suite-big .suite-big-info {
    display: none !important; }

/*.suites-info-layer {
    background: var(--default-color);
    color: var(--beige);
    position: absolute;
    top: calc(100vh - 50px);
    left: 0;
    width: 100%;
    z-index: 108;
    transition: opacity 0.35s;

    &.hide {
        opacity: 0;
        pointer-events: none;
    }

    a {
        color: var(--beige);
        border: 1px solid rgba(210, 196, 184,0.4);
    }

    >.flex {
        //padding: 2px 20px 8px;
        padding: 8px 20px;
        margin: 0 -10px;
        align-items: center;
        justify-content: space-between;

        @media all and (max-width:1160px) {
            padding: 10px 20px;
        }
        @media all and (max-width:960px) {
            padding: 0 20px;
        }
        @media all and (max-width:660px) {
            padding: 6px 20px 9px;
            text-align: center;
            justify-content: center;
        }
    }

    .suites-title {
        padding: 0 10px;
        width: 25%;

        @media all and (max-width:960px) {
            width: 75%;
        }

        @media all and (max-width:660px) {
            width: 100%;
            padding: 0 10px 3px;
        }
    }

    .suites-info {
        padding: 0 10px;
        width: 50%;

        @media all and (max-width:960px) {
            display: none;
        }

        ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;

            @media all and (max-width:960px) {
                justify-content: center;
            }

            li {
                padding: 0 0 0 20px;
                position: relative;
                margin: 0 10px;

                &:last-of-type {
                    margin: 0 0 0 10px;
                }

                &:before {
                    content: '';
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    position: absolute;
                    top: 8px;
                    left: 0;
                    background-color: var(--beige);
                    opacity: 0.4;
                }
            }
        }
    }

    .suites-links {
        padding: 0 10px;
        width: 25%;
        text-align: right;

        @media all and (max-width:660px) {
            width: 100%;
            text-align: center;
        }

        a {
            display: inline-block;
            @media all and (max-width:960px) {
                &.link {
                    padding: 10px 10px 13px;
                }
            }
            @media all and (max-width:660px) {
                &.link {
                    padding: 0;
                }
            }

            &:first-of-type {
                margin: 0 20px 0 0;

                @media all and (max-width:660px) {
                    margin: 0 10px 0 0;
                }
            }
        }

        .suite-link:hover {
            background: rgba(210, 196, 184,0.4);
            color: var(--default-color);
        }

        .suite-book-link:hover {
            background: var(--beige);
            color:var(--default-color);
        }
    }
}*/
.accommodation-image-1 {
  position: relative;
  z-index: 110; }
  .accommodation-image-1 .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .accommodation-image-1 .bg-image {
        min-height: 500px; } }

.suite-gallery {
  position: relative;
  margin: 0 0 var(--default-pd); }
  @media all and (max-width: 960px) {
    .suite-gallery .swiper {
      padding: 0 20px; } }
  @media all and (max-width: 660px) {
    .suite-gallery .swiper-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .suite-gallery .swiper-prev-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 100;
    cursor: none;
    mix-blend-mode: difference; }
    @media all and (max-width: 960px) {
      .suite-gallery .swiper-prev-button {
        display: none !important; } }
    .suite-gallery .swiper-prev-button > div {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      will-change: transform;
      overflow: hidden;
      pointer-events: none;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: unset;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
      .suite-gallery .swiper-prev-button > div.enabled {
        opacity: 1; }
  .suite-gallery .swiper-next-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 100;
    mix-blend-mode: difference;
    cursor: none; }
    @media all and (max-width: 960px) {
      .suite-gallery .swiper-next-button {
        display: none !important; } }
    .suite-gallery .swiper-next-button > div {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s;
      will-change: transform;
      overflow: hidden;
      pointer-events: none;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: unset;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
      .suite-gallery .swiper-next-button > div.enabled {
        opacity: 1; }
  .suite-gallery.suite-gallery .swiper-slide img {
    max-height: unset;
    height: 100vh; }
    @media all and (max-width: 960px) {
      .suite-gallery.suite-gallery .swiper-slide img {
        height: 50vw;
        max-height: 500px; } }
    @media all and (max-width: 660px) {
      .suite-gallery.suite-gallery .swiper-slide img {
        max-width: unset;
        height: 100vw;
        width: auto;
        max-height: unset; } }
  .suite-gallery .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .suite-gallery .swiper-slide img {
      height: 45.3333vw;
      max-height: 900px;
      width: auto;
      max-width: unset; }
      @media all and (max-width: 1440px) {
        .suite-gallery .swiper-slide img {
          max-height: 500px; } }
      @media all and (max-width: 960px) {
        .suite-gallery .swiper-slide img {
          height: 50vw; } }
      @media all and (max-width: 660px) {
        .suite-gallery .swiper-slide img {
          height: auto;
          width: 100%;
          max-width: 100%;
          max-height: unset; } }
  .suite-gallery .gallery-titles {
    padding: 10px 0 0; }
    @media all and (max-width: 660px) {
      .suite-gallery .gallery-titles {
        padding: 20px 0 0; } }
    .suite-gallery .gallery-titles > .flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.suite-texts {
  position: relative; }
  .suite-texts .block-title-text {
    padding: 0 16.66667% 40px; }
    @media all and (max-width: 960px) {
      .suite-texts .block-title-text {
        padding: 0 8.33333% 40px; } }
    @media all and (max-width: 660px) {
      .suite-texts .block-title-text {
        padding: 0 20px 20px; } }
  .suite-texts .suite-amenities {
    padding: 0 33.33333%; }
    @media all and (max-width: 1440px) {
      .suite-texts .suite-amenities {
        padding: 0 25%; } }
    @media all and (max-width: 960px) {
      .suite-texts .suite-amenities {
        padding: 0 16.66667%; } }
    @media all and (max-width: 660px) {
      .suite-texts .suite-amenities {
        padding: var(--default-pd) 20px 0; } }
    .suite-texts .suite-amenities h2 {
      text-align: center;
      padding: 0 0 40px; }
      @media all and (max-width: 660px) {
        .suite-texts .suite-amenities h2 {
          padding: 0 0 20px; } }
    .suite-texts .suite-amenities ul {
      margin-bottom: 40px; }
      @media all and (max-width: 660px) {
        .suite-texts .suite-amenities ul {
          margin-bottom: 20px; } }
  .suite-texts .book-now {
    padding: 0 20px var(--default-pd);
    text-align: center; }
    .suite-texts .book-now > a {
      display: block;
      margin: 0 auto;
      background: var(--default-color);
      color: var(--beige);
      opacity: 1;
      -webkit-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition: all 0.75s;
      padding: 14px 10px 20px;
      max-width: 300px;
      text-align: center; }
      @media all and (max-width: 1440px) {
        .suite-texts .book-now > a {
          padding: 16px 10px 22px;
          max-width: 220px; } }
      @media all and (max-width: 1160px) {
        .suite-texts .book-now > a {
          padding: 13px 10px 17px;
          max-width: 180px; } }
      .suite-texts .book-now > a:hover {
        opacity: 0.8; }

.suite-big-image {
  position: relative;
  margin: 0 0 var(--default-pd); }
  .suite-big-image .bg-image {
    height: 100vh;
    min-height: 800px; }
    @media all and (max-width: 960px) {
      .suite-big-image .bg-image {
        min-height: 500px; } }
    @media all and (max-width: 960px) {
      .suite-big-image .bg-image {
        height: 70vh; } }

.suites-related {
  position: relative;
  /*.swiper {
        padding: 0 20px 76px;

        .swiper-slide {
            width: 40vw;
            @media all and (max-width:960px) {
                width: 50vw;
            }
            @media all and (max-width:660px) {
                width: fit-content;
            }
        }
    
        .swiper-pagination {
            bottom:0;
            left:0;
            width: 100%;

        
            .swiper-pagination-bullet {
                width: 16px;
                height: 16px;
                background: var(--default-opacity-color);
                opacity: 1;
                @media all and (max-width:960px) {
                    width: 14px;
                    height: 14px;
                }
            }
        
            .swiper-pagination-bullet-active {
                background:var(--default-color)
            }
        }
    }*/ }
  @media all and (max-width: 960px) {
    .suites-related {
      padding: 0 8.33333%; } }
  @media all and (max-width: 660px) {
    .suites-related {
      padding: 0 20px; } }
  .suites-related .tease--suite {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40vw;
    margin: 0 10px 0 0;
    /*  @media all and (max-width:660px) {
            flex-shrink: unset;
            width: 100% !important;
            margin: 0 0 40px;
        }*/ }
    .suites-related .tease--suite:last-of-type {
      margin: 0; }
    .suites-related .tease--suite img {
      height: 30vw;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media all and (max-width: 1440px) {
        .suites-related .tease--suite img {
          height: 45vh;
          min-height: 300px; } }
      @media all and (max-width: 1440px) {
        .suites-related .tease--suite img {
          height: 40vh;
          min-height: 300px; } }
      @media all and (max-width: 960px) {
        .suites-related .tease--suite img {
          height: auto;
          min-height: unset; } }
    .suites-related .tease--suite h2 {
      font-size: 24px;
      line-height: 28px; }
      @media all and (max-width: 1440px) {
        .suites-related .tease--suite h2 {
          font-size: 20px;
          line-height: 22px; } }
      @media all and (max-width: 660px) {
        .suites-related .tease--suite h2 {
          font-size: 20px;
          line-height: 20px; } }
    @media all and (max-width: 1160px) {
      .suites-related .tease--suite > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 44px; } }
    @media all and (max-height: 600px) and (min-width: 1161px) {
      .suites-related .tease--suite {
        width: 30vw; }
        .suites-related .tease--suite .all-suites {
          margin: 20px 0 0; }
        .suites-related .tease--suite .related-titles > div h3 {
          padding: 0 0 20px; } }
    @media all and (max-width: 960px) {
      .suites-related .tease--suite {
        -ms-flex-negative: unset;
            flex-shrink: unset;
        width: 50% !important;
        margin: 0 0 40px;
        padding: 0 5px; }
        .suites-related .tease--suite > a {
          display: block;
          height: auto; } }
    @media all and (max-width: 660px) {
      .suites-related .tease--suite {
        width: 100% !important;
        padding: 0; } }
  .suites-related .suites-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 0 0 25%; }
    @media all and (max-width: 1160px) {
      .suites-related .suites-container {
        padding: 0 0 0 16.66667%; } }
    @media all and (max-width: 960px) {
      .suites-related .suites-container {
        padding: 0;
        margin: 0 -5px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media all and (max-width: 660px) {
      .suites-related .suites-container {
        margin: 0; } }
  .suites-related .related-titles {
    padding: 0 20px;
    text-align: center; }
    .suites-related .related-titles > div h3 {
      padding: 0 0 40px; }
      @media all and (max-width: 1440px) {
        .suites-related .related-titles > div h3 {
          padding: 0 0 20px; } }
  .suites-related .all-suites {
    padding: 0 20px;
    text-align: center;
    margin: 60px 0 0; }
    .suites-related .all-suites a:hover {
      opacity: 1; }
    @media all and (max-width: 960px) {
      .suites-related .all-suites {
        margin: 40px 0 0; } }

.tease--suite > a > h2 {
  margin: 0 0 10px;
  /* padding: 0 60px 0 0;

        @media all and (max-width:1160px) {
            min-height: 50px;
        }

        @media all and (max-width:960px) {
            min-height: 40px;
            text-align: center;
            padding: 0 20px;
        }*/ }

.tease--suite .tease__thumbnail {
  margin: 0 0 20px; }
  .tease--suite .tease__thumbnail a {
    opacity: 1;
    display: block; }

@media all and (max-width: 960px) {
  .tease--suite .tease__info > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.tease--suite .tease__info .col-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .tease--suite .tease__info .col-1 ul {
    padding: 5px 0 0; }
  .tease--suite .tease__info .col-1 li {
    padding: 0 0 0 20px;
    position: relative; }
    .tease--suite .tease__info .col-1 li:before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0;
      background-color: var(--default-opacity-color); }
  @media all and (max-width: 1440px) {
    .tease--suite .tease__info .col-1 ul {
      padding: 4px 0 0; } }
  @media all and (max-width: 1160px) {
    .tease--suite .tease__info .col-1 {
      width: 100%;
      margin: 0 0 20px; }
      .tease--suite .tease__info .col-1 ul {
        padding: 4px 0 0; } }
  @media all and (max-width: 960px) {
    .tease--suite .tease__info .col-1 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .tease--suite .tease__info .col-1 li {
      padding: 0 0 0 10px;
      margin: 0 5px 0 0; }
      .tease--suite .tease__info .col-1 li:before {
        top: 8px;
        width: 4px;
        height: 4px; } }

.tease--suite .tease__info .col-2 a,
.tease--suite .tease__info .col-3 a {
  display: inline-block;
  margin-right: 15px; }

.tease--suite .tease__info .col-2 {
  margin-left: auto; }
  @media all and (max-width: 1160px) {
    .tease--suite .tease__info .col-2 {
      margin: 0; } }

.tease--suite .tease__info .col-3 a {
  background: var(--default-color);
  color: var(--beige); }
  .tease--suite .tease__info .col-3 a:hover {
    opacity: 0.8 !important; }

.single-suite .suites-related {
  margin: 0 0 var(--default-pd); }

.gallery-images {
  padding: var(--default-pd) 20px; }
  @media all and (max-width: 660px) {
    .gallery-images {
      padding: 0 20px var(--default-pd); } }
  .gallery-images > .flex {
    margin: 0 -10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media all and (max-width: 660px) {
      .gallery-images > .flex {
        margin: 0; } }
  .gallery-images .img {
    padding: 0 10px;
    width: 25%;
    margin: 0 0 20px; }
    @media all and (max-width: 960px) {
      .gallery-images .img {
        width: 33.33333%; } }
    @media all and (max-width: 660px) {
      .gallery-images .img {
        width: 100%;
        padding: 0; } }
    .gallery-images .img img {
      width: 100%;
      cursor: pointer; }
    .gallery-images .img span {
      display: block;
      padding: 10px 0 0; }

@media all and (max-width: 660px) {
  .page-gallery .intro-img-video {
    display: none; } }

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 660px) {
    .gallery-popup {
      display: none; } }
  .gallery-popup .swiper-button-prev {
    position: fixed;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    width: auto;
    height: auto;
    right: unset;
    color: unset;
    cursor: pointer; }
    .gallery-popup .swiper-button-prev:after {
      display: none; }
    @media all and (max-width: 1440px) {
      .gallery-popup .swiper-button-prev svg {
        width: 50px; } }
    @media all and (max-width: 1160px) {
      .gallery-popup .swiper-button-prev svg {
        width: 40px; } }
  .gallery-popup .swiper-button-next {
    position: fixed;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    width: auto;
    height: auto;
    left: unset;
    color: unset;
    cursor: pointer; }
    .gallery-popup .swiper-button-next:after {
      display: none; }
    @media all and (max-width: 1440px) {
      .gallery-popup .swiper-button-next svg {
        width: 50px; } }
    @media all and (max-width: 1160px) {
      .gallery-popup .swiper-button-next svg {
        width: 40px; } }
  .gallery-popup .button-close {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    cursor: pointer; }
    @media all and (max-width: 1440px) {
      .gallery-popup .button-close svg {
        width: 50px; } }
    @media all and (max-width: 1160px) {
      .gallery-popup .button-close svg {
        width: 40px; } }
  .gallery-popup .gallery-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    height: 60px;
    width: 60px;
    background: var(--default-color);
    color: #fff;
    border-radius: 50%; }
    .gallery-popup .gallery-counter > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      line-height: 0; }
    @media all and (max-width: 1440px) {
      .gallery-popup .gallery-counter {
        width: 50px;
        height: 50px; } }
    @media all and (max-width: 1160px) {
      .gallery-popup .gallery-counter {
        width: 40px;
        height: 40px;
        font-size: 12px; } }
  .gallery-popup .swiper-slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .gallery-popup .swiper-slide img {
      height: 100%;
      width: auto;
      max-width: unset;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media all and (min-width: 661px) and (max-width: 960px) and (orientation: portrait) {
        .gallery-popup .swiper-slide img {
          height: auto;
          width: 100%;
          max-width: 100%; } }

.open-gallery .gallery-popup {
  opacity: 1;
  pointer-events: all; }

.page-contact .intro-img-video {
  margin: 0; }

.contact-blocks {
  padding: 0 8.33333% var(--default-pd); }
  @media all and (max-width: 960px) {
    .contact-blocks {
      padding: 0 20px var(--default-pd); } }
  @media all and (max-width: 660px) {
    .contact-blocks {
      padding: 20px 20px var(--default-pd); } }
  .contact-blocks > .flex {
    margin: 0 -10px; }
    @media all and (max-width: 660px) {
      .contact-blocks > .flex {
        margin: 0; } }
  .contact-blocks .block {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 80px; }
    @media all and (max-width: 960px) {
      .contact-blocks .block {
        margin: 0 0 20px; } }
    @media all and (max-width: 660px) {
      .contact-blocks .block {
        width: 100%;
        padding: 0; }
        .contact-blocks .block.block-2 {
          margin: 0 0 40px; }
        .contact-blocks .block.block-3 {
          margin: 0; }
          .contact-blocks .block.block-3 .subblock {
            border-bottom: 0; } }
  .contact-blocks .subblock {
    margin: 0 0 40px; }
    @media all and (max-width: 960px) {
      .contact-blocks .subblock {
        margin: 0 0 20px; } }
    @media all and (max-width: 660px) {
      .contact-blocks .subblock {
        border-bottom: 1px solid var(--default-opacity-color); } }
    .contact-blocks .subblock:last-of-type {
      margin: 0; }
  .contact-blocks .subblock-title {
    border-bottom: 1px solid var(--default-opacity-color);
    padding: 13px 0 16px;
    margin: 0 0 10px; }
    @media all and (max-width: 960px) {
      .contact-blocks .subblock-title {
        padding: 9px 0 12px; } }
    @media all and (max-width: 660px) {
      .contact-blocks .subblock-title {
        border-bottom: 0;
        padding: 0;
        margin: 0; } }
  @media all and (max-width: 660px) {
    .contact-blocks .subblock-text {
      padding: 0 0 11px; } }
  .contact-blocks .block-4 > div {
    padding: 50px 0 0; }
    .contact-blocks .block-4 > div.gform_confirmation_wrapper {
      padding: 60px 0 0; }
    @media all and (max-width: 960px) {
      .contact-blocks .block-4 > div {
        padding: 39px 0 0; }
        .contact-blocks .block-4 > div.gform_confirmation_wrapper {
          padding: 50px 0 0; } }
    @media all and (max-width: 660px) {
      .contact-blocks .block-4 > div {
        padding: 0; }
        .contact-blocks .block-4 > div.gform_confirmation_wrapper {
          padding: 0; } }

.contact-map {
  padding: 0 0 var(--default-pd); }
  .contact-map #map {
    width: 83.33333%;
    height: 85vh;
    min-height: 600px;
    margin: 0 auto;
    position: relative; }
    @media all and (max-width: 1160px) {
      .contact-map #map {
        height: 75vh;
        min-height: 500px; } }
    @media all and (max-width: 960px) {
      .contact-map #map {
        height: 65vw;
        min-height: 500px;
        width: calc(100% - 40px); } }
    .contact-map #map:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: url(eaa52896217856933f2c21f74887cfd1.png);
      background-repeat: no-repeat;
      background-size: cover;
      mix-blend-mode: multiply;
      pointer-events: none; }

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  background: var(--default-color) !important; }

#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
  background-color: var(--default-color) !important; }

#moove_gdpr_save_popup_settings_button:hover {
  background-color: var(--default-color) !important; }

#moove_gdpr_cookie_info_bar {
  width: 400px !important;
  height: 400px !important;
  border-radius: 50%;
  background: rgba(210, 196, 184, 0.8) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  top: 50%;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none !important;
  z-index: 19 !important; }
  @media all and (max-width: 1160px) {
    #moove_gdpr_cookie_info_bar {
      width: 350px !important;
      height: 350px !important; } }
  @media all and (max-width: 660px) {
    #moove_gdpr_cookie_info_bar {
      width: calc(100vw - 80px) !important;
      height: calc(100vw - 80px) !important;
      max-height: unset !important; } }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
    height: 100% !important; }
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    @media all and (max-width: 960px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
        padding: 0 20px !important; } }
    @media all and (max-width: 660px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
        padding: 0 40px !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
      font-size: 14px !important;
      line-height: 18px !important;
      color: var(--default-color) !important;
      font-weight: 400 !important;
      font-family: 'Font-Regular';
      font-style: normal;
      font-weight: normal; }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
          font-size: 11px !important;
          line-height: 16px !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice:before {
      content: '';
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iODIiIHZpZXdCb3g9IjAgMCA3MSA4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcwLjUwNzMgNTUuNzAzM0M3MC41MDczIDU3Ljc5NjUgNzAuNTIzNSA1OS45MDYzIDcwLjUwNzMgNjEuOTk5NUM3MC40OTEyIDYzLjIwMjcgNzAuNDU5IDY0LjQyMjQgNzAuNDI2NyA2NS42MjU3QzcwLjQyNjcgNjUuODcyOSA3MC4zOTQ0IDY2LjEwMzYgNzAuMzk0NCA2Ni4zNTA5QzcwLjQyNjcgNjcuNjM2NSA3MC40NzUxIDY4LjkzODYgNzAuNTA3MyA3MC4yMjQyQzcwLjUyMzUgNzAuNjY5MyA3MC40NzUxIDcxLjExNDMgNzAuNDc1MSA3MS41NTkzQzcwLjQ3NTEgNzIuMjUxNiA3MC40NzUxIDcyLjkyNzQgNzAuNDc1MSA3My42MTk2QzcwLjQ3NTEgNzMuODE3NCA3MC41MjM1IDc0LjAzMTcgNzAuNDkxMiA3NC4yMjk1QzcwLjI5NzcgNzUuNzk1MyA3MC40NTkgNzcuMzc3NiA3MC40NTkgNzguOTQzNEM3MC40NTkgNzkuMTA4MyA3MC40NTkgNzkuMjczMSA3MC40NDI4IDc5LjQyMTRDNzAuMzEzOCA4MC42NDExIDY5LjU1NTcgODEuNTMxMiA2OC4zNzgzIDgxLjc3ODRDNjcuNzk3NiA4MS44OTM4IDY3LjIwMDggODEuOTI2OCA2Ni42MDQgODEuOTU5N0M2NS44OTQzIDgxLjk5MjcgNjUuMTg0NiA4MS45NzYyIDY0LjQ3NDkgODEuOTc2MkM2MS4wMzk0IDgxLjk3NjIgNTcuNTg3NyA4MS45NzYyIDU0LjE1MjEgODEuOTc2MkM1My42MzYgODEuOTc2MiA1My4xMTk4IDgxLjk1OTcgNTIuNjE5OCA4MS44OTM4QzUxLjU3MTQgODEuNzc4NCA1MC44Nzc4IDgxLjE4NSA1MC41MDY5IDgwLjE3OTZDNTAuMjQ4OCA3OS40ODc0IDUwLjEwMzYgNzguNzc4NiA1MC4yMDA0IDc4LjAzNjlDNTAuMzI5NCA3Ni45ODIgNTAuMzEzMyA3NS45NDM2IDUwLjIzMjcgNzQuODg4OEM1MC4yMDA0IDc0LjUyNjIgNTAuMjY0OSA3NC4xNjM1IDUwLjI0ODggNzMuODAwOUM1MC4yMzI3IDcyLjU5NzcgNTAuMjE2NSA3MS4zNzggNTAuMjAwNCA3MC4xNzQ4QzUwLjIwMDQgNjkuODQ1MiA1MC4xNTIgNjkuNTMyIDUwLjE2ODEgNjkuMjAyM0M1MC4yMTY1IDY3Ljg2NzMgNTAuMjgxMSA2Ni41MzIyIDUwLjMxMzMgNjUuMjEzNkM1MC4zMjk0IDY0LjY4NjIgNTAuMzI5NCA2NC4xNTg3IDUwLjI0ODggNjMuNjQ3OEM1MC4xMTk4IDYyLjg0MDEgNTAuMTE5OCA2Mi4wMzI1IDUwLjIwMDQgNjEuMjI0OUM1MC4zMjk0IDYwLjE3IDUwLjMyOTQgNTkuMTMxNiA1MC4xNjgxIDU4LjA3NjdDNTAuMDU1MiA1Ny4zMTg1IDUwLjA3MTQgNTYuNTQzOSA1MC4xMzU5IDU1Ljc4NTdDNTAuMzI5NCA1My41NzcgNTAuMzYxNyA1MS4zNTE5IDUwLjE1MiA0OS4xMjY4QzUwLjA3MTQgNDguMjUzMiA1MC4xMDM2IDQ3LjM0NjcgNTAuMjAwNCA0Ni40NzMxQzUwLjMyOTQgNDUuMjg2NCA1MC4yODExIDQ0LjEzMjYgNTAuMDcxNCA0Mi45Nzg4QzQ5Ljg5MzkgNDIuMDU1OCA0OS45NDIzIDQxLjEzMjggNDkuOTU4NSA0MC4yMDk4QzUwLjAwNjkgMzguNzU5NCA1MC4wMjMgMzcuMzA4OSA0OS45NTg1IDM1Ljg0MkM0OS44OTM5IDMzLjg2NDEgNDkuNzQ4OCAzMS44ODYyIDQ5LjYzNTkgMjkuOTA4M0M0OS41MDY4IDI3Ljg4MSA0OS4xMDM2IDI1LjkwMzEgNDguMzQ1NSAyNC4wMjQxQzQ3LjU3MTMgMjIuMTI4NiA0Ni40NDIzIDIwLjQ0NzQgNDQuODc3NyAxOS4xNjE4QzQzLjI0ODYgMTcuODI2NyA0MS4zNzc2IDE2LjgyMTMgMzkuMjgwOCAxNi40MDkyQzM2LjAzODggMTUuNzQ5OSAzMi44MjkgMTUuODQ4OCAyOS43MTYgMTcuMTAxNUMyNy4xMTkyIDE4LjEzOTkgMjUuMDg2OSAxOS44Mzc2IDIzLjczMiAyMi4zNTk0QzIzLjQ3NCAyMi44NTM4IDIzLjE2NzUgMjMuMzMxOCAyMi44NzcyIDIzLjgwOThDMjIuMzI4OCAyNC43MTY0IDIyLjAwNjIgMjUuNzA1MyAyMS44NDQ5IDI2Ljc2MDJDMjEuMzYxIDI5Ljg3NTMgMjEuMTk5NyAzMy4wMjM1IDIxLjEwMjkgMzYuMTg4MUMyMS4wMjIzIDM4LjY5MzQgMjEuMDIyMyA0MS4xOTg3IDIxLjAzODQgNDMuNzA0MUMyMS4wNzA3IDQ2LjEyNyAyMC45NzM5IDQ4LjU0OTkgMjAuOTA5NCA1MC45NzI4QzIwLjkwOTQgNTEuMjUzIDIwLjkwOTQgNTEuNTMzMiAyMC45MDk0IDUxLjgxMzRDMjEuMDM4NCA1NS4zNzM2IDIwLjkyNTUgNTguOTE3MyAyMC45MDk0IDYyLjQ3NzVDMjAuODkzMyA2NS42NzUxIDIwLjk0MTYgNjguODU2MiAyMC45NzM5IDcyLjA1MzhDMjAuOTkgNzMuNDIxOCAyMS4wNTQ2IDc0LjgwNjQgMjEuMDU0NiA3Ni4xNzQ0QzIxLjA1NDYgNzcuMjI5MyAyMC45OSA3OC4yNjc3IDIwLjkyNTUgNzkuMzIyNUMyMC44NDQ5IDgwLjY5MDYgMjAuMTE5IDgxLjU2NDEgMTguNzgwMyA4MS44NDQzQzE4LjE5OTYgODEuOTU5NyAxNy42MDI5IDgxLjk5MjcgMTcuMDA2MSA4MS45OTI3QzEzLjcxNTcgODIuMDA5MiAxMC40NDE0IDgxLjk5MjcgNy4xNTA5OSA4MS45OTI3QzYuMTk5MzYgODEuOTkyNyA1LjI0NzcyIDgyLjAwOTIgNC4yOTYwOSA4MS45OTI3QzMuNzQ3NjkgODEuOTc2MiAzLjE4MzE2IDgxLjkyNjcgMi42NTA4OSA4MS44Mjc5QzEuNzQ3NjQgODEuNjYzIDEuMTUwODUgODEuMTE5MSAwLjk0MTE2OCA4MC4xOTYxQzAuODQ0MzkxIDc5Ljc2NzYgMC43MzE0ODUgNzkuMzIyNSAwLjcxNTM1NiA3OC44OTRDMC42NjY5NjggNzYuOTQ5MSAwLjYzNDcwOSA3NS4wMjA2IDAuNjUwODM4IDczLjA3NTdDMC42NjY5NjggNjkuNDMzMSAwLjgyODI2MiA2NS44MDcgMC42MDI0NSA2Mi4xNjQ0QzAuNTU0MDYyIDYxLjM1NjcgMC42MTg1NzkgNjAuNTQ5MSAwLjYzNDcwOSA1OS43NDE0QzAuNjM0NzA5IDU5LjQxMTggMC42ODMwOTcgNTkuMDk4NiAwLjY4MzA5NyA1OC43NjlDMC42NjY5NjggNTUuNjUzOCAwLjYzNDcwOSA1Mi41Mzg2IDAuNjAyNDUgNDkuNDM5OUMwLjYwMjQ1IDQ4Ljk2MiAwLjYxODU3OSA0OC40Njc1IDAuNjE4NTc5IDQ3Ljk4OTVDMC42MzQ3MDkgNDcuMjY0MyAwLjY2Njk2OCA0Ni41MzkgMC42NTA4MzggNDUuODEzOEMwLjYzNDcwOSA0My44Njg5IDAuNjk5MjI2IDQxLjkyNCAwLjU3MDE5MSAzOS45OTU1QzAuNDI1MDI2IDM3LjgwMzQgMC42MzQ3MDkgMzUuNjQ0MiAwLjY2Njk2OCAzMy40Njg1QzAuNzMxNDg1IDMxLjgyMDMgMC44OTI3NzkgMzAuMjA1IDEuMDA1NjkgMjguNjA2MkMxLjA1NDA3IDI3Ljg4MSAxLjE4MzExIDI3LjE1NTcgMS4yNjM3NiAyNi40NDdDMS40ODk1NyAyNC41MDIxIDEuOTczNDUgMjIuNjM5NiAyLjYzNDc2IDIwLjgxQzMuMTE4NjQgMTkuNDQyIDMuNjY3MDQgMTguMDkwNCA0LjE4MzE4IDE2LjczODlDNC4yOTYwOSAxNi40NDIyIDQuNDA4OTkgMTYuMTI5IDQuNTcwMjkgMTUuODQ4OEM2LjY1MDk4IDEyLjMyMTYgOS4wNzAzOSA5LjA5MTA0IDEyLjQwOTIgNi43MDEwOUMxNS42NjczIDQuMzYwNTkgMTkuMjE1OCAyLjYxMzQ2IDIzLjA4NjkgMS41NzUwN0MyOS4xMzU0IC0wLjA0MDIwNzEgMzUuMjY0NiAtMC4zMzY4OSA0MS40NTgzIDAuMzM4ODg4QzQ0LjQ1ODMgMC42Njg1MzYgNDcuMzkzOSAxLjI3ODM4IDUwLjI0ODggMi4yODM4MUM1My40MTAyIDMuMzg4MTMgNTYuNDEwMiA0LjgyMjEgNTkuMDM5MyA2Ljk2NDgxQzU5Ljc4MTMgNy41NzQ2NiA2MC40NzQ4IDguMjMzOTYgNjEuMTUyMyA4LjkwOTczQzYyLjUwNzIgMTAuMjYxMyA2My44NDU5IDExLjY0NTggNjQuOTI2NiAxMy4yNjExQzY1LjEyMDEgMTMuNTU3OCA2NS4zNDU5IDEzLjg1NDUgNjUuNTA3MiAxNC4xNjc2QzY2LjU1NTYgMTYuMTEyNSA2Ny42MjAyIDE4LjA1NzUgNjguMzI5OSAyMC4xNjcyQzY4LjQxMDUgMjAuMzk4IDY4LjUwNzMgMjAuNjEyMiA2OC41NzE4IDIwLjg1OTVDNjkuMTA0MSAyMy4xMzQgNjkuNzgxNSAyNS4zOTIxIDY5Ljk5MTIgMjcuNzMyNkM3MC4xNTI1IDI5LjQ5NjIgNzAuMjE3IDMxLjI3NjMgNzAuMjk3NyAzMy4wNTY0QzcwLjM3ODMgMzQuODY5NSA3MC40NDI4IDM2LjY4MjYgNzAuNDc1MSAzOC41MTIxQzcwLjUwNzMgMzkuOTI5NiA3MC40NzUxIDQxLjM0NzEgNzAuNDc1MSA0Mi43NDgxQzcwLjQ3NTEgNDIuOTQ1OSA3MC40NzUxIDQzLjE2MDIgNzAuNDI2NyA0My4zNTc5QzcwLjI0OTMgNDQuMTk4NSA3MC4yODE1IDQ1LjAzOTEgNzAuNDQyOCA0NS44Nzk3QzcwLjUzOTYgNDYuMzkwNyA3MC41MjM1IDQ2LjkzNDYgNzAuNTA3MyA0Ny40NDU2QzcwLjQ5MTIgNTAuMTk4MSA3MC40NTkgNTIuOTM0MiA3MC40MjY3IDU1LjY4NjhDNzAuNDc1MSA1NS43MDMzIDcwLjQ5MTIgNTUuNzAzMyA3MC41MDczIDU1LjcwMzNaIiBmaWxsPSIjM0MyNDE1Ii8+CjxwYXRoIGQ9Ik0zNi4xMzQzIDM3LjM5MThDMzguOTI0NyAzNy4zNzUzIDQxLjQyNDcgMzkuNDM1NiA0Mi42OTkgNDIuMzY5NEM0Mi45MDg2IDQyLjg0NzQgNDMuMDM3NyA0My4zNTg0IDQzLjE2NjcgNDMuODY5M0M0My40NTcgNDUuMDcyNiA0My40NDA5IDQ2LjI3NTggNDIuOTI0OCA0Ny40Mjk1QzQyLjY2NjcgNDguMDIyOSA0Mi40MDg2IDQ4LjYxNjMgNDIuMTE4MyA0OS4xNzY3QzQwLjU2OTkgNTIuMDc3NiAzNy42NjY2IDUzLjQ5NTEgMzQuNDczIDUzLjA5OTVDMzEuMjYzMiA1Mi42ODc0IDI4LjUyMTIgNDkuOTM0OSAyOC4wMjEyIDQ2LjU4ODlDMjcuNjgyNSA0NC4zODAzIDI4LjI5NTQgNDIuNDM1NCAyOS4zNTk5IDQwLjU4OTNDMzAuOTg5IDM4LjYyNzkgMzIuOTcyOSAzNy4zNzUzIDM2LjEzNDMgMzcuMzkxOFoiIGZpbGw9IiMzQzI0MTUiLz4KPC9zdmc+Cg==);
      width: 36px;
      height: 41px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      bottom: calc(100% + 20px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    height: 100% !important;
    padding: 0 !important;
    width: 100% !important; }
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    padding: 0 !important;
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media all and (max-width: 660px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
        width: 100% !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button {
      background: transparent !important;
      color: var(--default-color) !important;
      text-transform: uppercase !important;
      font-weight: 400 !important;
      font-size: 14px !important;
      line-height: 18px !important;
      padding: 1px 25px !important;
      margin: 0 !important;
      font-family: 'Font-Regular';
      font-style: normal;
      font-weight: normal; }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button {
          font-size: 11px !important;
          line-height: 16px !important; } }
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button:hover {
        color: #eae7e2;
        opacity: 0.5; }
    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
      opacity: 1 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: -264px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer;
      padding: 0 !important;
      width: 36px !important; }
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn i {
        width: 36px !important; }
      @media all and (max-width: 1160px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
          top: -238px; } }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
          top: -183px; } }
