/*! 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-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: normal; }

html,
body {
  background-color: #141414;
  max-width: 100vw;
  overflow-x: hidden;
  width: 100%; }

body {
  background-size: 100%;
  background-position: center;
  background-attachment: fixed; }

p, span, a, li, label, div {
  color: #ececec;
  font-size: 15px;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }
  a:hover {
    color: #fff; }

strong {
  font-weight: 600; }

body *::-moz-selection {
  background: transparent;
  color: #ececec; }

body *::selection {
  background: transparent;
  color: #ececec; }

* {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAArCAYAAACTkhN2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKzSURBVHgBrVexctNAEH17MROnc0o6Z4DUBjd0UWjw0OA/iAFTE3oGy3wBKahwiP0HSZN4hiLiB4g/IDOYkiopzYyjY0+WxEW2pDtFb8bW7d353d5q792a3I5TQ2W9hzkduMPxFCWC1Fe/2zrnh8MfT0pe5PDsGCUgIHe7LYcb51rvlG7Q9/3ZsTv0rlEQFDX63edXbNYSo1Py4fm8UJGQrUUN5/H2fSI8TYzXeIEGCew/az5o7Dx59Mf7eTmFrefJ0EiJEds7PKOO5G4MQyZi8sHYg8RUIxn2Dsdb0scrtry4X6IuBY7oXvXi05vWkdtp1dPI13TDaT7cpEXWqC3VOQQj7+Jyop5Oc/uEt7PBoWuE03NDRrqhvKAKfsVOzmebya0Hngo4vEgvLWQfv42HS+QKWs7DB73vD84+IwXu61aHPd+L5mvweoPxrkj+wIc8idoC8iUy4LKHikTOsaUSgMMW7dJRJ3/J86CzUr2K7LV1Uf/w5fQ3DBBIiai2VcgkBdm2DD00kk3OJBeWcN++aIhVA4owarMXeygA9+vpZCU55rMJL3EdrlRXBwwFsJJcpZ+UYhR3SNlGWeQBSMaySyQKhYayBnWl5PewG0iEBUTWoAQdaF70YIlMcsxvtBuJGkEel0XuDr9z1kSKKGuystFBWeQKNnJgTU7zv0PNdGxCk0seSq4Xd1Sq+zBELrkC30bxgSIyD40ROfi+/C8HnDWGcmBEvpADil+sqRyYea7AF3bcNJQDggVs5cDcc9yWA2Gg81bk0FKS30E7L+etyMMweCF9cF+iLPKAEvgRtcOyojxyvgL1OiZTDqzJk3KQpZT2nsNcKQuRL5RSq65S5KAQ+UIONKVcrhWLkwcg/X6ldyun4A7Ik4PinivCnMLpTuRx4aRKZ6LCfylToTIl7SD9AwfYIOCo4ChnAAAAAElFTkSuQmCC), auto !important; }

.site-button {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: color .35s ease-in-out;
  -o-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
  text-decoration: none; }
  .site-button.light {
    color: #ececec; }
    .site-button.light:hover {
      color: #fff; }
  .site-button.dark {
    color: #a8a8a8; }
    .site-button.dark:hover {
      color: #ececec; }
  .site-button.lowercase {
    text-transform: none; }
  .site-button.margin-top {
    margin-top: 10px; }
  .site-button.map-anchor {
    cursor: pointer; }

.title {
  color: #ececec;
  font-size: 30px;
  line-height: 1.25; }
  @media (max-width: 1366px) {
    .title {
      font-size: 26px;
      margin: 20px 0; } }
  @media (max-width: 1366px) {
    .title {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .title {
      margin: 15px 0;
      font-size: 22px; } }
  .title.uppercase {
    text-transform: uppercase; }
  .title.smaller {
    font-size: 15px;
    margin: 10px 0 !important; }
  .title.small {
    font-size: 26px;
    margin: 20px 0 !important; }
  .title.large {
    font-size: 40px; }
  .title.mid {
    color: #a8a8a8; }

.title-row {
  text-align: center;
  color: #ececec;
  font-size: 30px; }
  .title-row.centered {
    text-align: center; }

.bg-dark {
  background-color: #141414; }

.text-light {
  color: #ececec; }

.text-dark {
  color: #a8a8a8; }

.difference {
  mix-blend-mode: difference; }

.fullscreen-image {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%; }
  .fullscreen-image.hero-image .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    mix-blend-mode: difference; }
  .fullscreen-image.hero-image.mobile {
    display: none; }
    @media (max-width: 768px) {
      .fullscreen-image.hero-image.mobile {
        display: block; } }
  @media (max-width: 768px) {
    .fullscreen-image.hero-image.desktop {
      display: none; } }
  @media (max-width: 960px) {
    .fullscreen-image.room-featured {
      height: auto;
      padding-bottom: 100%; } }

.overlay {
  position: relative; }
  .overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35);
    pointer-events: none; }

.large-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 66%; }
  @media (max-width: 768px) {
    .large-image {
      padding-bottom: 166%; } }

.full-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh !important;
  overflow: hidden;
  z-index: -1; }
  @media (max-width: 960px) {
    .full-hero {
      z-index: 1; } }
  .full-hero .title {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99;
    mix-blend-mode: difference;
    width: 100%;
    text-align: center; }
  .full-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .full-hero.overlay:before {
    z-index: 2; }
  .full-hero.contact-hero {
    z-index: 2; }
    .full-hero.contact-hero .title {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
      @media (max-width: 768px) {
        .full-hero.contact-hero .title {
          padding: 0 20px; } }
    .full-hero.contact-hero .centered-content {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      z-index: 10;
      mix-blend-mode: difference; }
    .full-hero.contact-hero.overlay:before {
      background-color: rgba(0, 0, 0, 0.6); }

.after-sticky {
  background-color: #141414;
  position: relative;
  z-index: 10;
  margin-top: -1px; }

.half-content-row {
  padding-bottom: 5%;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .half-content-row {
      padding-left: 20px; } }
  .half-content-row.extra-padding {
    padding-top: 5%; }
  .half-content-row .half-content {
    max-width: 25%;
    margin-left: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.4; }
    .half-content-row .half-content a {
      color: #a8a8a8;
      margin-top: 10px; }
      .half-content-row .half-content a:hover {
        color: #ececec; }
    @media (max-width: 1366px) {
      .half-content-row .half-content {
        max-width: 40%;
        margin-left: 60%; } }
    @media (max-width: 1180px) {
      .half-content-row .half-content {
        max-width: 50%;
        margin-left: 50%; } }
    @media (max-width: 768px) {
      .half-content-row .half-content {
        max-width: 100%;
        margin-left: 0; } }

.small-title {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 20px;
  color: #a8a8a8;
  letter-spacing: 1px; }

.map-row #map {
  height: 100vh; }

.fix-behind {
  overflow: hidden; }

.video-height {
  height: 100vh;
  overflow: hidden; }

.hero-container {
  height: 100vh;
  overflow: hidden; }

.page-template-default #content {
  padding: 70px 20px; }

.buttons-wrap {
  margin-top: 20px; }

.full-width-button {
  background-color: #ececec;
  color: #141414;
  padding: 12px 26px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out; }
  .full-width-button:hover {
    background-color: #fff;
    color: #141414 !important; }

.jobs-list .job-item {
  margin-top: 10px; }

.careers-form input[type="file"] {
  border: 0 !important;
  height: auto !important;
  padding-bottom: 10px; }

.careers-form .ginput_container_fileupload {
  margin-bottom: 25px; }

.text-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  padding: 0 20px; }
  .text-award:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ececec;
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .text-award span {
    color: #a8a8a8;
    margin-bottom: 4px; }
    .text-award span:last-child {
      margin-bottom: 0; }
    .text-award span.award-title {
      text-transform: uppercase;
      color: #ececec; }

.text-awards .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

#footer {
  padding: 20px; }

.logo-awards {
  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;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding: 20px 0;
  margin: 20px 0; }
  .logo-awards .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important; }
  .logo-awards .logo-award {
    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; }

.footer-title {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #a8a8a8; }

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15%; }
  @media (max-width: 1280px) {
    .footer-top {
      padding-bottom: 10%; } }
  @media (max-width: 768px) {
    .footer-top {
      padding-bottom: 0; } }
  .footer-top .footer-menus {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1180px) {
      .footer-top .footer-menus {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
        width: 70%; } }
    @media (max-width: 1024px) {
      .footer-top .footer-menus {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-right: 0; } }
    .footer-top .footer-menus .contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 20px; }
    .footer-top .footer-menus .footer-menu-col {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      width: 33.33%;
      padding-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 1366px) {
        .footer-top .footer-menus .footer-menu-col {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          width: 30%; } }
      @media (max-width: 1180px) {
        .footer-top .footer-menus .footer-menu-col {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          width: 25%; } }
      @media (max-width: 1024px) {
        .footer-top .footer-menus .footer-menu-col {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          width: 50%; } }
      @media (max-width: 768px) {
        .footer-top .footer-menus .footer-menu-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .footer-top .footer-menus .footer-menu-col ul {
        padding: 0;
        margin: 0 0 20px; }
      .footer-top .footer-menus .footer-menu-col li {
        list-style: none;
        margin-bottom: 4px; }
      .footer-top .footer-menus .footer-menu-col a {
        margin-bottom: 5px;
        -webkit-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out; }
        .footer-top .footer-menus .footer-menu-col a:hover {
          color: #816448; }
      @media (max-width: 1366px) {
        .footer-top .footer-menus .footer-menu-col.footer-contact {
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
          width: 40%; } }
      @media (max-width: 1180px) {
        .footer-top .footer-menus .footer-menu-col.footer-contact {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          width: 50%; } }
      @media (max-width: 960px) {
        .footer-top .footer-menus .footer-menu-col.footer-contact {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-bottom: 20px; } }
      .footer-top .footer-menus .footer-menu-col.footer-contact .site-button {
        text-transform: none;
        margin-top: 4px; }
  .footer-top .footer-newsletter {
    padding-left: 20px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%; }
    @media (max-width: 1180px) {
      .footer-top .footer-newsletter {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        width: 30%; } }
    @media (max-width: 1024px) {
      .footer-top .footer-newsletter {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 30px 0 50px;
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .footer-top .footer-newsletter .newsletter-form .gform_validation_errors,
    .footer-top .footer-newsletter .newsletter-form .gform_submission_error {
      font-size: 15px; }
    .footer-top .footer-newsletter .newsletter-form .gform_wrapper .gfield_label {
      display: none; }
    .footer-top .footer-newsletter .newsletter-form .gform_wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer-top .footer-newsletter .newsletter-form .gform_wrapper .gform-body {
      width: calc(100% - 80px);
      -ms-flex-preferred-size: calc(100% - 80px);
          flex-basis: calc(100% - 80px); }
    .footer-top .footer-newsletter .newsletter-form input {
      height: 40px;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid #a8a8a8;
      color: #ececec;
      letter-spacing: 1px;
      outline: 0;
      border-radius: 0;
      width: 100%; }
    .footer-top .footer-newsletter .newsletter-form .gform-footer {
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
      width: 80px; }
    .footer-top .footer-newsletter .newsletter-form button {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #a8a8a8;
      letter-spacing: 1px;
      border: 0;
      border-bottom: 1px solid #a8a8a8;
      outline: 0;
      background-color: transparent;
      text-transform: none;
      cursor: pointer;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out;
      width: 100%; }
      .footer-top .footer-newsletter .newsletter-form button:hover {
        color: #ececec; }
    .footer-top .footer-newsletter .newsletter-subtitle {
      display: block;
      color: #a8a8a8;
      margin-top: 10px; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-bottom .footer-copyright,
  .footer-bottom .footer-signature {
    color: #a8a8a8;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    .footer-bottom .footer-copyright span,
    .footer-bottom .footer-signature span {
      color: #a8a8a8; }
    .footer-bottom .footer-copyright a,
    .footer-bottom .footer-signature a {
      color: #a8a8a8; }
      .footer-bottom .footer-copyright a:hover,
      .footer-bottom .footer-signature a:hover {
        color: #ececec; }
  .footer-bottom .footer-signature {
    text-align: right; }

.suite-intro {
  padding: 7% 0; }
  @media (max-width: 1440px) {
    .suite-intro {
      padding: 6% 0 3%; } }
  @media (max-width: 960px) {
    .suite-intro {
      padding-top: 100px; } }
  .suite-intro .title {
    font-size: 40px; }
    @media (max-width: 1366px) {
      .suite-intro .title {
        font-size: 36px;
        margin: 20px 0; } }
    @media (max-width: 1366px) {
      .suite-intro .title {
        font-size: 34px; } }
    @media (max-width: 768px) {
      .suite-intro .title {
        font-size: 22px; } }

.form-row {
  position: relative;
  z-index: 99; }
  .form-row.fixed {
    background-color: #141414;
    border-bottom: 1px solid #a8a8a8; }
  @media (max-width: 960px) {
    .form-row {
      display: none; } }

.suite-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #a8a8a8;
  position: relative;
  margin-top: 1px; }
  .suite-form .form-clear {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    cursor: pointer; }
    .suite-form .form-clear:before {
      content: "[";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      color: #ececec; }
    .suite-form .form-clear:after {
      content: "]";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      color: #ececec; }
    .suite-form .form-clear span {
      position: relative;
      display: block;
      height: 20px; }
      .suite-form .form-clear span:before {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background-color: #a8a8a8;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
      .suite-form .form-clear span:after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background-color: #a8a8a8;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
  .suite-form .select-field {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
    border-right: 1px solid #a8a8a8; }
    .suite-form .select-field.room-select span {
      padding-left: 20px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .suite-form .select-field input {
      height: 50px;
      width: 100%;
      border: 0;
      padding-left: 20px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      cursor: default;
      outline: 0;
      pointer-events: none; }
  .suite-form .date-field,
  .suite-form .persons-field {
    -ms-flex-preferred-size: 16.65%;
        flex-basis: 16.65%;
    width: 16.65%;
    border-right: 1px solid #a8a8a8; }
    .suite-form .date-field input,
    .suite-form .persons-field input {
      height: 50px;
      width: 100%;
      border: 0;
      padding-left: 20px;
      outline: 0; }
  .suite-form .persons-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .suite-form .persons-field .persons-label {
      height: 50px;
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #a8a8a8;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
    .suite-form .persons-field .persons-select {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      width: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 10px;
      position: absolute;
      top: 0;
      height: 50px;
      right: 0; }
      .suite-form .persons-field .persons-select .adults-minus,
      .suite-form .persons-field .persons-select .adults-plus {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer; }
      .suite-form .persons-field .persons-select .adults-minus:before {
        content: "-";
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 2px; }
      .suite-form .persons-field .persons-select .adults-plus:before {
        content: "+";
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        top: 2px; }
    .suite-form .persons-field .adults-input-text {
      width: 24px;
      height: 24px;
      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; }
    .suite-form .persons-field input {
      display: none; }
  .suite-form .date-field {
    position: relative; }
    .suite-form .date-field:before {
      content: "";
      display: block;
      height: 4px;
      width: 8px;
      border-top: 4px solid #ececec;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      top: 52%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px;
      pointer-events: none; }
    .suite-form .date-field input {
      cursor: pointer; }
  .suite-form .form-button {
    -ms-flex-preferred-size: 16.65%;
        flex-basis: 16.65%;
    width: 16.65%; }
    .suite-form .form-button button {
      border: 0;
      outline: 0;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      padding-left: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #a8a8a8;
      cursor: pointer; }
  .suite-form .flatpickr-calendar {
    bottom: unset !important;
    top: 100% !important;
    left: 50% !important;
    background: #141414 !important;
    border-radius: 0 !important;
    padding: 0 0 20px !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    width: 318px !important;
    border-left: 1px solid #a8a8a8 !important;
    border-right: 1px solid #a8a8a8 !important;
    border-bottom: 1px solid #a8a8a8 !important;
    border-top: 1px solid #a8a8a8 !important; }
  .suite-form .flatpickr-months {
    padding: 20px 14px;
    position: relative;
    background: transparent; }
    .suite-form .flatpickr-months .flatpickr-month {
      background: transparent !important;
      color: #ececec !important;
      height: unset !important;
      width: 50% !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; }
    .suite-form .flatpickr-months .flatpickr-prev-month,
    .suite-form .flatpickr-months .flatpickr-next-month {
      position: unset !important;
      height: unset !important;
      color: #ececec !important;
      padding: 0 !important;
      width: 24px; }
      .suite-form .flatpickr-months .flatpickr-prev-month svg,
      .suite-form .flatpickr-months .flatpickr-next-month svg {
        width: unset !important;
        height: unset !important; }
        .suite-form .flatpickr-months .flatpickr-prev-month svg path,
        .suite-form .flatpickr-months .flatpickr-next-month svg path {
          fill: #ececec !important; }
      .suite-form .flatpickr-months .flatpickr-prev-month:hover svg,
      .suite-form .flatpickr-months .flatpickr-next-month:hover svg {
        fill: #ececec !important; }
    .suite-form .flatpickr-months .flatpickr-current-month {
      position: static;
      font-size: 15px;
      height: unset;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      font-weight: 200;
      padding: 0;
      width: 100% !important; }
      @media all and (max-width: 1440px) {
        .suite-form .flatpickr-months .flatpickr-current-month {
          font-size: 13px; } }
      .suite-form .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
        background: #ececec !important;
        color: #141414 !important; }
      .suite-form .flatpickr-months .flatpickr-current-month span.cur-month {
        margin: 0 2px 0 0;
        font-weight: 200;
        font-size: 15px; }
        @media all and (max-width: 1440px) {
          .suite-form .flatpickr-months .flatpickr-current-month span.cur-month {
            font-size: 13px; } }
      .suite-form .flatpickr-months .flatpickr-current-month .numInputWrapper {
        width: 30% !important; }
        .suite-form .flatpickr-months .flatpickr-current-month .numInputWrapper .arrowUp {
          display: none !important; }
        .suite-form .flatpickr-months .flatpickr-current-month .numInputWrapper .arrowDown {
          display: none !important; }
        .suite-form .flatpickr-months .flatpickr-current-month .numInputWrapper .numInput {
          padding: 0;
          margin: 0 0 0 2px; }
    .suite-form .flatpickr-months .flatpickr-next-month {
      margin: 0 0 0 auto; }
  .suite-form .flatpickr-calendar.arrowTop:before,
  .suite-form .flatpickr-calendar.arrowTop:after,
  .suite-form .flatpickr-calendar.arrowBottom:before,
  .suite-form .flatpickr-calendar.arrowBottom:after {
    content: none !important; }
  .suite-form .flatpickr-innerContainer {
    border: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #141414 !important; }
    .suite-form .flatpickr-innerContainer .flatpickr-days {
      border: none !important; }
  .suite-form .flatpickr-day.selected,
  .suite-form .flatpickr-day.startRange,
  .suite-form .flatpickr-day.endRange,
  .suite-form .flatpickr-day.selected.inRange,
  .suite-form .flatpickr-day.startRange.inRange,
  .suite-form .flatpickr-day.endRange.inRange,
  .suite-form .flatpickr-day.selected:focus,
  .suite-form .flatpickr-day.startRange:focus,
  .suite-form .flatpickr-day.endRange:focus,
  .suite-form .flatpickr-day.selected:hover,
  .suite-form .flatpickr-day.startRange:hover,
  .suite-form .flatpickr-day.endRange:hover,
  .suite-form .flatpickr-day.selected.prevMonthDay,
  .suite-form .flatpickr-day.startRange.prevMonthDay,
  .suite-form .flatpickr-day.endRange.prevMonthDay,
  .suite-form .flatpickr-day.selected.nextMonthDay,
  .suite-form .flatpickr-day.startRange.nextMonthDay,
  .suite-form .flatpickr-day.endRange.nextMonthDay {
    background: #ececec !important;
    color: #141414 !important;
    border-color: none !important; }
  .suite-form .flatpickr-weekdays {
    background: #141414 !important; }
  .suite-form span.flatpickr-weekday {
    background: #141414 !important;
    color: #ececec !important;
    font-weight: 200 !important;
    font-size: 100% !important; }
  .suite-form .flatpickr-day {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 50% !important;
    color: #ececec !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; }
  .suite-form .flatpickr-day.today {
    border-color: #ececec !important;
    color: #ececec !important; }
  .suite-form .flatpickr-day.selected {
    color: #2f2f2f !important;
    border: none !important; }
  .suite-form .flatpickr-day.inRange,
  .suite-form .flatpickr-day.prevMonthDay.inRange,
  .suite-form .flatpickr-day.nextMonthDay.inRange,
  .suite-form .flatpickr-day.today.inRange,
  .suite-form .flatpickr-day.prevMonthDay.today.inRange,
  .suite-form .flatpickr-day.nextMonthDay.today.inRange,
  .suite-form .flatpickr-day:hover,
  .suite-form .flatpickr-day.prevMonthDay:hover,
  .suite-form .flatpickr-day.nextMonthDay:hover,
  .suite-form .flatpickr-day:focus,
  .suite-form .flatpickr-day.prevMonthDay:focus,
  .suite-form .flatpickr-day.nextMonthDay:focus {
    background: #ececec !important;
    border-color: #ececec !important;
    color: #2f2f2f !important; }
  .suite-form .flatpickr-day.flatpickr-disabled,
  .suite-form .flatpickr-day.flatpickr-disabled:hover,
  .suite-form .flatpickr-day.prevMonthDay,
  .suite-form .flatpickr-day.nextMonthDay,
  .suite-form .flatpickr-day.notAllowed,
  .suite-form .flatpickr-day.notAllowed.prevMonthDay,
  .suite-form .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(26, 26, 26, 0.3) !important;
    background: transparent !important;
    border-color: transparent !important;
    cursor: default !important; }
  .suite-form .flatpickr-day.flatpickr-disabled,
  .suite-form .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed !important;
    color: rgba(26, 26, 26, 0.3) !important; }

.content-row {
  padding: 20px 20px 20% 20px;
  line-height: 1.4; }
  .content-row.less-padding {
    padding-bottom: 10%; }
  .content-row.lesser-grid {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 768px) {
      .content-row.lesser-grid {
        padding-left: 20px;
        padding-right: 20px; } }
  .content-row .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4; }
    .content-row .content-wrap .site-button {
      margin-top: 20px; }

.suite-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 10%; }
  .suite-amenities .small-title {
    color: #a8a8a8;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
  .suite-amenities ul {
    padding: 0;
    margin: 0; }
    .suite-amenities ul li {
      list-style-type: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 4px; }
      .suite-amenities ul li:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 7px;
        background-color: #a8a8a8;
        pointer-events: none; }
  .suite-amenities .amenities-col .content {
    line-height: 1.4; }
  .suite-amenities .amenities-col .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 78%;
    margin-bottom: 20px; }
    @media (max-width: 1180px) {
      .suite-amenities .amenities-col .image {
        padding-bottom: 120%; } }
  .suite-amenities .half-col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px; }
    @media (max-width: 1180px) {
      .suite-amenities .half-col {
        -ms-flex-preferred-size: calc(33.33% - 10px);
            flex-basis: calc(33.33% - 10px);
        width: calc(33.33% - 10px); } }
    @media (max-width: 960px) {
      .suite-amenities .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .suite-amenities .half-col:nth-child(2) {
      margin-right: 0; }
    .suite-amenities .half-col.right-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 1180px) {
        .suite-amenities .half-col.right-col {
          -ms-flex-preferred-size: calc(66.66% - 10px);
              flex-basis: calc(66.66% - 10px);
          width: calc(66.66% - 10px); } }
      @media (max-width: 960px) {
        .suite-amenities .half-col.right-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .suite-amenities .half-col.right-col .image {
        padding-bottom: 160.5%;
        margin-bottom: 20px;
        background-position: center;
        background-size: cover; }
        @media (max-width: 1180px) {
          .suite-amenities .half-col.right-col .image {
            padding-bottom: 120%; } }
      .suite-amenities .half-col.right-col .inner-col {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 20px; }
        @media (max-width: 960px) {
          .suite-amenities .half-col.right-col .inner-col {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px; } }
        .suite-amenities .half-col.right-col .inner-col:nth-child(2) {
          margin-right: 0; }
  .suite-amenities .third-col {
    -ms-flex-preferred-size: calc(33.33% - 13.33px);
        flex-basis: calc(33.33% - 13.33px);
    width: calc(33.33% - 13.33px);
    margin-right: 20px; }
    @media (max-width: 960px) {
      .suite-amenities .third-col {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
        width: 80%;
        margin: 0 10% 50px; } }
    @media (max-width: 768px) {
      .suite-amenities .third-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin: 0 0 50px; } }
    .suite-amenities .third-col .amenities-col .image {
      background-color: #212121;
      padding-bottom: 108%; }
    .suite-amenities .third-col:nth-child(3) {
      margin-right: 0; }
      @media (max-width: 960px) {
        .suite-amenities .third-col:nth-child(3) {
          margin: 0 10% 50px; } }
      @media (max-width: 768px) {
        .suite-amenities .third-col:nth-child(3) {
          margin: 0 0 50px; } }
  .suite-amenities .inner-col .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .suite-amenities .inner-col .contact-info a {
      text-transform: none; }
  @media (max-width: 960px) {
    .suite-amenities.suite-amenities {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#header {
  width: 100%; }

.site-header {
  position: fixed;
  top: 20px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
  display: block;
  opacity: 0; }
  @media (max-width: 1366px) {
    .site-header {
      top: 10px; } }
  @media (max-width: 960px) {
    .site-header {
      opacity: 1; } }
  @media (max-width: 330px) {
    .site-header {
      padding: 0 10px; } }
  .site-header.fixed-form {
    height: 90px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #141414;
    mix-blend-mode: normal; }
  .site-header.visible {
    opacity: 1; }
  .site-header .site-badge svg path {
    fill: #816448; }
  .site-header .header-menu {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1366px) {
      .site-header .header-menu {
        padding: 0 20px; } }
    @media (max-width: 960px) {
      .site-header .header-menu {
        padding: 0 20px; } }
  .site-header .lang-selector {
    cursor: pointer;
    position: relative;
    padding-right: 25px; }
    .site-header .lang-selector select {
      border: 0;
      outline: 0;
      position: absolute;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: #fff;
      width: 40px; }
    .site-header .lang-selector option {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: #2f2f2f;
      background-color: transparent; }
    .site-header .lang-selector:before {
      content: "";
      display: block;
      height: 4px;
      width: 6px;
      border-top: 3px solid #ececec;
      border-left: 3px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      top: 7px;
      right: -7px; }
    .site-header .lang-selector .languages {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .site-header .lang-selector .languages span {
        display: none; }
        .site-header .lang-selector .languages span.active {
          display: block; }
    .site-header .lang-selector.toggled:before {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .site-header .lang-selector.toggled .languages span {
      display: block; }
  .site-header .menu-toggle {
    cursor: pointer;
    position: relative;
    margin-right: 0 !important; }
    .site-header .menu-toggle.disabled {
      pointer-events: none; }
    @media (max-width: 960px) {
      .site-header .menu-toggle .open {
        display: none; } }
    .site-header .menu-toggle .close {
      display: none; }
    .site-header .menu-toggle .mobile-burger {
      display: none; }
      @media (max-width: 960px) {
        .site-header .menu-toggle .mobile-burger {
          display: block; } }
      .site-header .menu-toggle .mobile-burger:before {
        content: "";
        height: 2px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
            -ms-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0);
        background: #ececec;
        margin-top: -5px; }
      .site-header .menu-toggle .mobile-burger:after {
        content: "";
        height: 2px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
            -ms-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0);
        background: #ececec;
        margin-top: 5px; }
    .site-header .menu-toggle.toggled-menu:before {
      content: "[";
      display: block;
      position: absolute;
      right: 0px;
      top: 0; }
      @media (max-width: 960px) {
        .site-header .menu-toggle.toggled-menu:before {
          display: none; } }
    .site-header .menu-toggle.toggled-menu:after {
      content: "]";
      display: block;
      position: absolute;
      right: -20px;
      top: 0; }
      @media (max-width: 960px) {
        .site-header .menu-toggle.toggled-menu:after {
          display: none; } }
    .site-header .menu-toggle.toggled-menu .open {
      display: none; }
      @media (max-width: 960px) {
        .site-header .menu-toggle.toggled-menu .open {
          display: none; } }
    .site-header .menu-toggle.toggled-menu .close {
      display: block;
      width: 85px; }
      .site-header .menu-toggle.toggled-menu .close:before {
        content: "";
        display: block;
        position: absolute;
        right: -8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        height: 10px;
        width: 2px;
        background-color: #a8a8a8; }
      .site-header .menu-toggle.toggled-menu .close:after {
        content: "";
        display: block;
        position: absolute;
        right: -8px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        height: 10px;
        width: 2px;
        background-color: #a8a8a8; }
      @media (max-width: 960px) {
        .site-header .menu-toggle.toggled-menu .close {
          display: none; } }
    .site-header .menu-toggle.toggled-menu .mobile-burger:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      margin-top: 0; }
    .site-header .menu-toggle.toggled-menu .mobile-burger:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      margin-top: 0; }
  .site-header .header__logo-badge {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .site-header .header__logo-badge {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 42px;
        -ms-flex-preferred-size: 42px;
            flex-basis: 42px; } }
    @media (max-width: 1366px) {
      .site-header .header__logo-badge svg {
        height: 38px;
        width: auto; } }
    @media (max-width: 960px) {
      .site-header .header__logo-badge svg {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 32px;
        -ms-flex-preferred-size: 32px;
            flex-basis: 32px; } }
  .site-header .header__navigation {
    -ms-flex-preferred-size: calc(100% - 400px);
        flex-basis: calc(100% - 400px);
    width: calc(100% - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .site-header .header__navigation {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -ms-flex-preferred-size: calc(100% - 210px);
            flex-basis: calc(100% - 210px);
        width: calc(100% - 210px);
        margin: 0 0 0 auto;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 480px) {
      .site-header .header__navigation {
        -ms-flex-preferred-size: calc(100% - 145px);
            flex-basis: calc(100% - 145px);
        width: calc(100% - 145px); } }
    .site-header .header__navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
      .site-header .header__navigation ul li {
        list-style: none;
        margin-right: 42px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media (max-width: 960px) {
          .site-header .header__navigation ul li {
            margin-right: 22px;
            display: none; } }
        .site-header .header__navigation ul li.sound-toggle {
          cursor: pointer; }
          .site-header .header__navigation ul li.sound-toggle .enable-sound {
            display: block; }
          .site-header .header__navigation ul li.sound-toggle .disable-sound {
            display: none; }
          .site-header .header__navigation ul li.sound-toggle.playing .enable-sound {
            display: none; }
          .site-header .header__navigation ul li.sound-toggle.playing .disable-sound {
            display: block; }
          @media (max-width: 960px) {
            .site-header .header__navigation ul li.sound-toggle {
              display: inline-block; } }
        .site-header .header__navigation ul li.menu-toggle {
          display: inline-block;
          width: 54px; }
          @media (max-width: 960px) {
            .site-header .header__navigation ul li.menu-toggle {
              margin-left: 5px;
              width: 24px;
              display: inline-block; } }
        @media (max-width: 960px) {
          .site-header .header__navigation ul li.lang-selector {
            display: block; } }
  .site-header .header__logo {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .site-header .header__logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; } }
    @media (max-width: 1366px) {
      .site-header .header__logo svg {
        height: 38px;
        width: auto; } }
    @media (max-width: 960px) {
      .site-header .header__logo svg {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: 24px; } }

.hero-image .site-header {
  opacity: 1;
  position: static; }
  .hero-image .site-header.hidden {
    opacity: 0; }

.hero-image .header-spacer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%; }
  @media (max-width: 960px) {
    .hero-image .header-spacer {
      display: none; } }

.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  padding: 40px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none; }
  @media (max-width: 1366px) {
    .burger-menu {
      padding: 40px 20px 20px; } }
  @media (max-width: 960px) {
    .burger-menu {
      padding: 50px 20px 20px; } }
  .burger-menu .popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #141414;
    pointer-events: none;
    -webkit-transition: -webkit-transform .45s ease-in-out;
    transition: -webkit-transform .45s ease-in-out;
    -o-transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right; }
  .burger-menu.active {
    pointer-events: all; }
    .burger-menu.active .popup-bg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .burger-menu .burger-content {
    margin: auto auto 20px;
    padding-top: 40px;
    max-width: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1366px) {
      .burger-menu .burger-content {
        max-width: 90%; } }
    @media (max-width: 1180px) {
      .burger-menu .burger-content {
        max-width: 100%; } }
    @media (max-width: 960px) {
      .burger-menu .burger-content {
        margin: auto auto 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%; } }
    .burger-menu .burger-content .burger-item {
      -ms-flex-preferred-size: calc(25% - 15px);
          flex-basis: calc(25% - 15px);
      width: calc(25% - 15px);
      margin-right: 20px;
      -webkit-transform: translateY(40px);
          -ms-transform: translateY(40px);
              transform: translateY(40px);
      opacity: 0;
      -webkit-transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
      transition: opacity .45s ease-in-out, -webkit-transform .45s ease-in-out;
      -o-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
      transition: transform .45s ease-in-out, opacity .45s ease-in-out;
      transition: transform .45s ease-in-out, opacity .45s ease-in-out, -webkit-transform .45s ease-in-out; }
      .burger-menu .burger-content .burger-item:last-child {
        margin-right: 0; }
      @media (max-width: 960px) {
        .burger-menu .burger-content .burger-item {
          -webkit-transform: translate(40px, 0);
              -ms-transform: translate(40px, 0);
                  transform: translate(40px, 0);
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin: 0; } }
      .burger-menu .burger-content .burger-item .video-wrap {
        padding-bottom: 160%;
        overflow: hidden;
        position: relative; }
        @media (max-width: 960px) {
          .burger-menu .burger-content .burger-item .video-wrap {
            padding-bottom: 0; } }
        .burger-menu .burger-content .burger-item .video-wrap video {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          width: 101%;
          height: 101%;
          -webkit-transition: -webkit-filter .45s ease-in-out;
          transition: -webkit-filter .45s ease-in-out;
          -o-transition: filter .45s ease-in-out;
          transition: filter .45s ease-in-out;
          transition: filter .45s ease-in-out, -webkit-filter .45s ease-in-out;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1); }
          .burger-menu .burger-content .burger-item .video-wrap video:hover {
            -webkit-filter: grayscale(0);
                    filter: grayscale(0); }
      .burger-menu .burger-content .burger-item .title {
        text-align: center;
        margin-top: 20px; }
        @media (max-width: 960px) {
          .burger-menu .burger-content .burger-item .title {
            text-align: left;
            margin-top: 0 !important;
            margin-bottom: 0px !important; } }
      .burger-menu .burger-content .burger-item.animate {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
        @media (max-width: 960px) {
          .burger-menu .burger-content .burger-item.animate {
            -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
  .burger-menu .burger-footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .burger-menu .burger-footer .left, .burger-menu .burger-footer .right {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      width: 20%; }
      @media (max-width: 1200px) {
        .burger-menu .burger-footer .left, .burger-menu .burger-footer .right {
          -ms-flex-preferred-size: 12.5%;
              flex-basis: 12.5%;
          width: 12.5%; } }
      @media (max-width: 960px) {
        .burger-menu .burger-footer .left, .burger-menu .burger-footer .right {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .burger-menu .burger-footer .left {
      -webkit-transform: translateY(35px);
          -ms-transform: translateY(35px);
              transform: translateY(35px);
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      @media (max-width: 960px) {
        .burger-menu .burger-footer .left {
          -webkit-transform: translate(35px, 0);
              -ms-transform: translate(35px, 0);
                  transform: translate(35px, 0); } }
      .burger-menu .burger-footer .left.animate {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
        @media (max-width: 960px) {
          .burger-menu .burger-footer .left.animate {
            -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .burger-menu .burger-footer .left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
        margin: 0; }
        @media (max-width: 1280px) {
          .burger-menu .burger-footer .left ul {
            -ms-flex-wrap: unset;
                flex-wrap: unset;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media (max-width: 960px) {
          .burger-menu .burger-footer .left ul {
            display: block; } }
        .burger-menu .burger-footer .left ul li {
          list-style-type: none;
          margin-right: 20px; }
          .burger-menu .burger-footer .left ul li.mob-only {
            display: none; }
            @media (max-width: 960px) {
              .burger-menu .burger-footer .left ul li.mob-only {
                display: block; } }
          @media (max-width: 960px) {
            .burger-menu .burger-footer .left ul li {
              margin-right: 0; } }
          .burger-menu .burger-footer .left ul li a {
            letter-spacing: 1px; }
            @media (max-width: 960px) {
              .burger-menu .burger-footer .left ul li a {
                display: block;
                padding: 10px 0;
                border-bottom: 1px solid #a8a8a8;
                text-transform: uppercase; } }
    .burger-menu .burger-footer .middle {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translateY(35px);
          -ms-transform: translateY(35px);
              transform: translateY(35px);
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      @media (max-width: 1200px) {
        .burger-menu .burger-footer .middle {
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
          width: 75%; } }
      @media (max-width: 960px) {
        .burger-menu .burger-footer .middle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          margin-top: 10px;
          -webkit-transform: translate(35px, 0);
              -ms-transform: translate(35px, 0);
                  transform: translate(35px, 0); } }
      .burger-menu .burger-footer .middle.animate {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
        @media (max-width: 960px) {
          .burger-menu .burger-footer .middle.animate {
            -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .burger-menu .burger-footer .middle a {
        margin: 0 10px;
        letter-spacing: 1px; }
        @media (max-width: 1280px) {
          .burger-menu .burger-footer .middle a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media (max-width: 960px) {
          .burger-menu .burger-footer .middle a {
            margin: 0 0 5px; } }
        .burger-menu .burger-footer .middle a span {
          color: #a8a8a8; }
    .burger-menu .burger-footer .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-transform: translateY(35px);
          -ms-transform: translateY(35px);
              transform: translateY(35px);
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      @media (max-width: 1280px) {
        .burger-menu .burger-footer .right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .burger-menu .burger-footer .right.animate {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .burger-menu .burger-footer .right a {
        margin-left: 20px;
        letter-spacing: 1px; }
    @media (max-width: 960px) {
      .burger-menu .burger-footer.desktop {
        display: none; } }
    .burger-menu .burger-footer.mobile {
      display: none; }
      @media (max-width: 960px) {
        .burger-menu .burger-footer.mobile {
          display: block; } }

.sound-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  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;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #000;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  @media (max-width: 960px) {
    .slick-prev,
    .slick-next {
      height: 60px;
      width: 60px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    line-height: 0;
    width: 18px;
    height: 18px; }

.slick-prev {
  left: -40px; }
  @media (max-width: 960px) {
    .slick-prev {
      left: -10px; } }
  @media (max-width: 660px) {
    .slick-prev {
      left: -20px; } }
  .slick-prev:before {
    content: ''; }

.slick-next {
  right: -40px; }
  @media (max-width: 960px) {
    .slick-next {
      right: -10px; } }
  @media (max-width: 660px) {
    .slick-next {
      right: -20px; } }
  .slick-next:before {
    content: ''; }

.slick-dots {
  position: absolute;
  top: -28px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16.66667%;
  margin: 0;
  left: 0;
  right: 0; }
  @media (max-width: 660px) {
    .slick-dots {
      padding: 0; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 0;
      display: block;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      border-radius: 50%;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .slick-dots li.slick-active button {
      background: #000; }

.scroll-animation {
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
  @media (max-width: 960px) {
    .scroll-animation {
      bottom: 80px; } }
  .scroll-animation.hide {
    opacity: 0; }
  .scroll-animation span {
    color: #ececec;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-animation-name: breathe;
            animation-name: breathe;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.scroll-animation {
  bottom: 10px;
  height: 90px;
  text-align: center; }

.scroll-animation img {
  max-height: 50px;
  margin-bottom: 15px;
  position: relative;
  left: 10px;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  50% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  50% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@-webkit-keyframes breathe {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes breathe {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.title.sticky-title {
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 960px) {
    .title.sticky-title {
      padding: 0 60px; } }

.title-section {
  mix-blend-mode: difference;
  position: relative;
  z-index: 1; }

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

@media (max-width: 768px) {
  .fix-front {
    position: relative;
    z-index: 9;
    background: #141414; } }

.collage-row {
  padding: 15% 20px; }
  @media (max-width: 960px) {
    .collage-row {
      padding: 8% 20px; } }

.collage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .collage-wrap .collage-column.column-one {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    margin-top: 20%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-one {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%;
        margin-top: 20%;
        z-index: 9; } }
  .collage-wrap .collage-column.column-two {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-top: 71%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-two {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: -20%;
        margin-left: 30%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .collage-wrap .collage-column.column-three {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    margin-top: 30%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-three {
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
        width: 35%;
        margin-left: 15%;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .collage-wrap .collage-column.column-four {
    width: 35%;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-top: 40%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-four {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        width: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
        margin-top: 10%; } }
  .collage-wrap .collage-column.column-five {
    width: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    margin-top: 65%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-five {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
        width: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        margin-top: 25%;
        margin-left: 5%; } }
  .collage-wrap .collage-column.column-six {
    width: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%; }
    @media (max-width: 960px) {
      .collage-wrap .collage-column.column-six {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
        width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-left: 15%;
        margin-top: -20%; } }

.parallax-image-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  @media (max-width: 960px) {
    .parallax-image-wrapper {
      height: 65vh; } }
  .parallax-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.collage-element {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* Force hardware acceleration */ }
  .collage-element .media {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
  .collage-element video.media {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: transform; }
  .collage-element.collage-one {
    padding-bottom: 168%; }
  .collage-element.collage-two {
    padding-bottom: 55%; }
    @media (max-width: 960px) {
      .collage-element.collage-two {
        padding-bottom: 85%; } }
    .collage-element.collage-two .media {
      width: 110%;
      margin-left: -10%; }
  .collage-element.collage-three {
    padding-bottom: 153%;
    z-index: 4; }
    .collage-element.collage-three .media {
      width: 120%;
      height: 105%;
      margin: 15% -10%; }
      @media (max-width: 960px) {
        .collage-element.collage-three .media {
          width: 100%;
          height: 100%;
          margin: 0 0; } }
  .collage-element.collage-four {
    padding-bottom: 66%;
    z-index: 3; }
  .collage-element.collage-five {
    padding-bottom: 135%;
    z-index: 2; }
    @media (max-width: 960px) {
      .collage-element.collage-five {
        padding-bottom: 185%; } }
    .collage-element.collage-five .media {
      height: 130%;
      width: 110%;
      margin-left: -10%; }
      @media (max-width: 960px) {
        .collage-element.collage-five .media {
          height: 100%;
          width: 120%;
          margin-left: -15%; } }
  .collage-element.collage-six {
    padding-bottom: 160%;
    z-index: 1; }
    @media (max-width: 960px) {
      .collage-element.collage-six {
        padding-bottom: 120%; } }
    .collage-element.collage-six .media {
      width: 140%;
      height: 130%;
      margin: -10% -10% 0% -40%; }
      @media (max-width: 960px) {
        .collage-element.collage-six .media {
          width: 100%;
          height: 120%;
          margin: 0 0 0 0; } }

.collage-text {
  margin-top: 50px;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
  .collage-text.desktop {
    display: block;
    margin-top: 12.5%; }
    @media (max-width: 1366px) {
      .collage-text.desktop {
        margin-top: 5%; } }
    @media (max-width: 960px) {
      .collage-text.desktop {
        display: none; } }
  .collage-text.mobile {
    display: none; }
    @media (max-width: 960px) {
      .collage-text.mobile {
        margin-top: 70px;
        display: block;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  .collage-text .collage-text-wrap {
    max-width: 50%;
    font-size: 30px;
    color: #ececec;
    line-height: 1.4; }
    @media (max-width: 1366px) {
      .collage-text .collage-text-wrap {
        font-size: 22px; } }
    @media (max-width: 960px) {
      .collage-text .collage-text-wrap {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .collage-text .collage-text-wrap {
        max-width: 100%;
        font-size: 22px; } }

.gallery-row {
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .gallery-row {
      padding: 10px 0; } }
  .gallery-row .subtitle {
    color: #a8a8a8;
    font-size: 15px; }
  .gallery-row .gallery-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gallery-row .gallery-slide {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 650px; }
    @media (max-width: 1280px) {
      .gallery-row .gallery-slide {
        height: 550px; } }
    @media (max-width: 960px) {
      .gallery-row .gallery-slide {
        height: 460px; } }
    @media (max-width: 768px) {
      .gallery-row .gallery-slide {
        position: relative;
        overflow: hidden; } }
    .gallery-row .gallery-slide img {
      max-width: 100%;
      display: block;
      width: auto;
      height: 100%; }
      @media (max-width: 768px) {
        .gallery-row .gallery-slide img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; } }

.gallery-tools {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px; }
  @media (max-width: 1180px) {
    .gallery-tools {
      padding: 0;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .gallery-tools {
      padding: 0 20px; } }
  .gallery-tools .subtitle {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
    @media (max-width: 960px) {
      .gallery-tools .subtitle {
        display: none; } }
  .gallery-tools .slider-nav {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .gallery-tools .slider-nav {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    .gallery-tools .slider-nav .slick-prev,
    .gallery-tools .slider-nav .slick-next {
      background-color: transparent;
      -ms-flex-preferred-size: 40px;
          flex-basis: 40px;
      height: 20px;
      margin: 0 10px;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
      .gallery-tools .slider-nav .slick-prev:before,
      .gallery-tools .slider-nav .slick-next:before {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background-color: #ececec;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .gallery-tools .slider-nav .slick-prev:before {
      background-color: #a8a8a8; }
    .gallery-tools .slider-nav .slick-prev:after {
      content: "";
      display: block;
      border-right: 5px solid #a8a8a8;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      left: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .gallery-tools .slider-nav .slick-next:after {
      content: "";
      display: block;
      border-left: 5px solid #ececec;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .gallery-tools .slider-counter {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #ececec;
    font-size: 15px; }
    @media (max-width: 960px) {
      .gallery-tools .slider-counter {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-left: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .gallery-tools .slider-counter span {
      margin: 0 5px; }
      .gallery-tools .slider-counter span.total-slides {
        margin-right: 0; }

.suites-row {
  padding: 8% 20px; }
  @media (max-width: 768px) {
    .suites-row {
      padding: 30% 20px; } }

.suites-carousel {
  width: 100%;
  max-width: calc(100% - 80px);
  position: relative;
  overflow: hidden; }
  @media (max-width: 960px) {
    .suites-carousel {
      max-width: 100%; } }
  .suites-carousel .swiper-slide {
    width: 50%;
    height: auto; }
    .suites-carousel .swiper-slide .suite-info {
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out;
      transition: opacity .25s ease-in-out; }
    .suites-carousel .swiper-slide.swiper-slide-active .suite-info {
      opacity: 1; }
    @media (max-width: 768px) {
      .suites-carousel .swiper-slide:not(.swiper-slide-active) {
        margin-top: -10%; } }
    @media all and (max-width: 768px) {
      .suites-carousel .swiper-slide {
        width: 75%; } }
  .suites-carousel .swiper-button-prev:before,
  .suites-carousel .swiper-button-next:before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #ececec;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .suites-carousel .swiper-button-prev {
    top: 0;
    left: 0;
    width: 50%;
    height: 75%;
    right: unset;
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    cursor: pointer; }
    .suites-carousel .swiper-button-prev:before {
      background-color: #a8a8a8; }
    .suites-carousel .swiper-button-prev:after {
      content: "";
      display: block;
      border-right: 5px solid #a8a8a8;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      left: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (max-width: 768px) {
      .suites-carousel .swiper-button-prev {
        display: none; } }
  .suites-carousel .swiper-button-next {
    top: 0;
    right: 0;
    width: 50%;
    height: 75%;
    left: unset;
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    cursor: pointer; }
    .suites-carousel .swiper-button-next:before {
      left: unset;
      right: 0; }
    .suites-carousel .swiper-button-next:after {
      content: "";
      display: block;
      border-left: 5px solid #ececec;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (max-width: 768px) {
      .suites-carousel .swiper-button-next {
        display: none; } }
  .suites-carousel .suite-item {
    width: 100%; }

.suite-item .title {
  display: inline-block;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .suite-item .title {
      margin: 15px 0; } }

.fix-behind .fullscreen-video {
  height: 100vh;
  position: relative; }
  .fix-behind .fullscreen-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

/* Styling for next/prev buttons */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  color: transparent;
  height: 100%;
  border: 0;
  outline: 0; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.specs {
  text-align: center;
  padding: 0 20px; }
  .specs .two-specs {
    margin-bottom: 6px; }
    .specs .two-specs span {
      display: inline-block;
      margin: 0 5px; }
      .specs .two-specs span:first-child {
        position: relative; }
        .specs .two-specs span:first-child:after {
          content: "";
          display: block;
          height: 4px;
          width: 4px;
          background-color: #ececec;
          border-radius: 50%;
          position: absolute;
          right: -9px;
          top: 9px; }

.suite-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 600px; }
  @media (max-width: 1366px) {
    .suite-image {
      height: 480px; } }
  @media (max-width: 768px) {
    .suite-image {
      height: 275px; } }
  .suite-image img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1366px) {
      .suite-image img {
        height: 480px; } }
    @media (max-width: 768px) {
      .suite-image img {
        height: 275px; } }

.suite-info .title {
  text-transform: none; }

.suite-info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .suite-info .buttons a {
    margin: 0 10px; }

.intro-text-row {
  color: #a8a8a8;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.4; }
  .intro-text-row p {
    color: #a8a8a8;
    line-height: 1.4; }
  .intro-text-row.small {
    max-width: 640px; }
  .intro-text-row.large {
    max-width: 850px; }
  @media (max-width: 960px) {
    .intro-text-row {
      max-width: 80%; } }
  @media (max-width: 768px) {
    .intro-text-row {
      max-width: 100%; } }

.title-group .title {
  margin: 0 0 10px; }

.gastronomy-row {
  padding-top: 10%; }
  @media (max-width: 768px) {
    .gastronomy-row .title-group {
      padding: 0 20px; } }

.gastronomy-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 20px; }
  @media (max-width: 768px) {
    .gastronomy-scrollable {
      padding: 0 20px 20px; } }
  .gastronomy-scrollable .media-column {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative; }
    @media (max-width: 960px) {
      .gastronomy-scrollable .media-column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .gastronomy-scrollable .media-column .media-wrapper {
      height: 100vh; }
      @media (max-width: 768px) {
        .gastronomy-scrollable .media-column .media-wrapper {
          height: 70vh; } }
    .gastronomy-scrollable .media-column video {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .gastronomy-scrollable .scrollable-column {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    width: calc(50% - 10px); }
    @media (max-width: 960px) {
      .gastronomy-scrollable .scrollable-column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        padding: 0 0; } }
  .gastronomy-scrollable .single-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .gastronomy-scrollable .single-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: unset;
            flex-wrap: unset; } }
    .gastronomy-scrollable .single-scrollable:last-child {
      margin-bottom: 0; }
    .gastronomy-scrollable .single-scrollable .title-box {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      width: calc(50% - 10px);
      padding-bottom: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      border: 1px solid #2f2f2f;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .gastronomy-scrollable .single-scrollable .title-box {
          padding-bottom: 100%;
          margin-right: 0;
          margin-bottom: 20px;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .gastronomy-scrollable .single-scrollable .title-box .title {
        position: absolute;
        top: 45%;
        left: 0;
        margin: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding: 10px; }
      .gastronomy-scrollable .single-scrollable .title-box .site-button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media (max-width: 960px) {
          .gastronomy-scrollable .single-scrollable .title-box .site-button {
            bottom: 10px; } }
    .gastronomy-scrollable .single-scrollable .media-box {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      width: calc(50% - 10px);
      position: relative;
      overflow: hidden; }
      @media (max-width: 768px) {
        .gastronomy-scrollable .single-scrollable .media-box {
          padding-bottom: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .gastronomy-scrollable .single-scrollable .media-box img {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 115%;
        width: 115%; }

.wellness-row {
  padding: 10% 20px; }
  .wellness-row .wellness-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wellness-row .wellness-boxes .wellness-box {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      width: calc(50% - 10px); }
      @media (max-width: 768px) {
        .wellness-row .wellness-boxes .wellness-box {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          padding-bottom: 50px; } }
      .wellness-row .wellness-boxes .wellness-box:first-child {
        margin-right: 20px; }
        @media (max-width: 768px) {
          .wellness-row .wellness-boxes .wellness-box:first-child {
            margin-right: 0;
            margin-bottom: 30px; } }
      .wellness-row .wellness-boxes .wellness-box .image {
        display: block;
        padding-bottom: 70%;
        overflow: hidden;
        position: relative; }
        .wellness-row .wellness-boxes .wellness-box .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          width: 105%;
          height: 105%; }
      .wellness-row .wellness-boxes .wellness-box .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .wellness-row .wellness-boxes .wellness-box .content .text-wrap {
          max-width: 60%;
          margin: 0 auto 20px;
          text-align: center;
          line-height: 1.4; }
          @media (max-width: 1440px) {
            .wellness-row .wellness-boxes .wellness-box .content .text-wrap {
              max-width: 70%; } }
          @media (max-width: 1366px) {
            .wellness-row .wellness-boxes .wellness-box .content .text-wrap {
              max-width: 80%; } }
          @media (max-width: 1180px) {
            .wellness-row .wellness-boxes .wellness-box .content .text-wrap {
              max-width: 90%; } }
          @media (max-width: 768px) {
            .wellness-row .wellness-boxes .wellness-box .content .text-wrap {
              max-width: 100%; } }
        .wellness-row .wellness-boxes .wellness-box .content .title {
          display: inline-block;
          margin: 30px 0; }
          @media (max-width: 768px) {
            .wellness-row .wellness-boxes .wellness-box .content .title {
              width: 100%;
              text-align: center;
              margin: 15px 0; } }

.experiences-row {
  padding: 5% 20px 10%; }
  .experiences-row.extra-padding {
    padding-top: 10%; }
  .experiences-row.experiences-archive .experience-box {
    margin-bottom: 50px; }
  .experiences-row .experience-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .experiences-row .experience-boxes .experience-box {
      -ms-flex-preferred-size: calc(25% - 15px);
          flex-basis: calc(25% - 15px);
      width: calc(25% - 15px);
      margin-right: 20px; }
      @media (max-width: 960px) {
        .experiences-row .experience-boxes .experience-box {
          -ms-flex-preferred-size: calc(50% - 10px);
              flex-basis: calc(50% - 10px);
          width: calc(50% - 10px);
          margin-right: 20px;
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media (max-width: 768px) {
        .experiences-row .experience-boxes .experience-box {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-right: 0; } }
      .experiences-row .experience-boxes .experience-box:nth-child(4n+4) {
        margin-right: 0; }
        @media (max-width: 960px) {
          .experiences-row .experience-boxes .experience-box:nth-child(4n+4) {
            margin-right: 20px; } }
      @media (max-width: 960px) {
        .experiences-row .experience-boxes .experience-box:nth-child(2n+2) {
          margin-right: 0; } }
      .experiences-row .experience-boxes .experience-box .text-wrap {
        margin: 0 0 20px;
        text-align: center;
        line-height: 1.4; }
      .experiences-row .experience-boxes .experience-box .site-button {
        margin: 0 auto; }
      .experiences-row .experience-boxes .experience-box .content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .experiences-row .experience-boxes .experience-box .content-wrap .title {
          display: inline-block;
          margin: 30px 0; }
          @media (max-width: 1366px) {
            .experiences-row .experience-boxes .experience-box .content-wrap .title {
              margin: 20px 0; } }
          @media (max-width: 768px) {
            .experiences-row .experience-boxes .experience-box .content-wrap .title {
              margin: 15px 0; } }
    .experiences-row .experience-boxes .experience-thumbnail {
      padding-bottom: 135%;
      position: relative;
      overflow: hidden; }
      .experiences-row .experience-boxes .experience-thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        width: 105%;
        height: 105%; }
      @media (max-width: 768px) {
        .experiences-row .experience-boxes .experience-thumbnail {
          padding-bottom: 115%; } }

.hero-bottom-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 99; }
  @media (max-width: 960px) {
    .hero-bottom-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .hero-bottom-content .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; }
    @media (max-width: 960px) {
      .hero-bottom-content .column:last-child {
        margin-bottom: 0; } }
    @media (max-width: 960px) {
      .hero-bottom-content .column {
        margin-bottom: 20px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .hero-bottom-content .column .small-title {
      margin-bottom: 0; }
    .hero-bottom-content .column .inline-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .hero-bottom-content .column .inline-social a {
        margin: 0 5px; }

.map-row .gm-style-iw-ch {
  display: none; }

.map-row .gm-style-iw-chr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 12px; }

.map-row .gm-style-iw-d {
  scrollbar-width: none;
  padding-bottom: 20px;
  padding-right: 12px; }

.map-row .button-wrap {
  width: 100%;
  margin-top: 15px; }
  .map-row .button-wrap .site-button {
    font-weight: 600; }
    .map-row .button-wrap .site-button:hover {
      color: #141414; }

.map-row .pin {
  color: #2f2f2f;
  font-weight: 600;
  text-align: center;
  line-height: 1.2; }

.contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-form-row .image-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative; }
    .contact-form-row .image-col img {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 115%;
      width: 115%; }
    .contact-form-row .image-col img {
      width: 110%;
      height: 110%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 960px) {
      .contact-form-row .image-col {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
  .contact-form-row .form-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .contact-form-row .form-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        padding: 50px 0; } }
  .contact-form-row .form-wrapper {
    width: 60%; }
    @media (max-width: 1366px) {
      .contact-form-row .form-wrapper {
        width: 75%; } }
    @media (max-width: 768px) {
      .contact-form-row .form-wrapper {
        width: 100%;
        padding: 0 20px; } }
    .contact-form-row .form-wrapper li {
      list-style-type: none; }
    .contact-form-row .form-wrapper ul {
      padding: 0;
      margin: 0; }
    .contact-form-row .form-wrapper .validation_error {
      color: red; }
    .contact-form-row .form-wrapper .gfield_description.validation_message {
      color: red;
      font-weight: 600;
      margin-top: 5px; }
    .contact-form-row .form-wrapper .gform_submission_error {
      display: none; }
    .contact-form-row .form-wrapper .gfield {
      margin-bottom: 5px;
      width: 100%; }
      .contact-form-row .form-wrapper .gfield .ginput_container_select {
        position: relative; }
        .contact-form-row .form-wrapper .gfield .ginput_container_select:after {
          content: "";
          display: block;
          width: 10px;
          height: 5px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #fff;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          pointer-events: none; }
      .contact-form-row .form-wrapper .gfield label {
        display: none; }
      .contact-form-row .form-wrapper .gfield input, .contact-form-row .form-wrapper .gfield select {
        border-radius: 0;
        outline: 0;
        height: 50px;
        border: 0;
        border-bottom: 1px solid #a8a8a8;
        width: 100%;
        letter-spacing: 1px; }
        .contact-form-row .form-wrapper .gfield input::-webkit-input-placeholder, .contact-form-row .form-wrapper .gfield select::-webkit-input-placeholder {
          color: #ececec; }
        .contact-form-row .form-wrapper .gfield input::-ms-input-placeholder, .contact-form-row .form-wrapper .gfield select::-ms-input-placeholder {
          color: #ececec; }
        .contact-form-row .form-wrapper .gfield input::placeholder, .contact-form-row .form-wrapper .gfield select::placeholder {
          color: #ececec; }
      .contact-form-row .form-wrapper .gfield select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .contact-form-row .form-wrapper .gfield select option {
          color: #2f2f2f;
          letter-spacing: 1px;
          font-weight: 400; }
      .contact-form-row .form-wrapper .gfield textarea {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #a8a8a8;
        border-radius: 0;
        outline: 0;
        padding-top: 15px;
        letter-spacing: 1px; }
        .contact-form-row .form-wrapper .gfield textarea::-webkit-input-placeholder {
          color: #ececec; }
        .contact-form-row .form-wrapper .gfield textarea::-ms-input-placeholder {
          color: #ececec; }
        .contact-form-row .form-wrapper .gfield textarea::placeholder {
          color: #ececec; }
      .contact-form-row .form-wrapper .gfield .ginput_container_consent {
        position: relative;
        margin-bottom: 10px; }
        .contact-form-row .form-wrapper .gfield .ginput_container_consent input {
          display: none;
          position: absolute; }
          .contact-form-row .form-wrapper .gfield .ginput_container_consent input:checked + label:after {
            display: block; }
        .contact-form-row .form-wrapper .gfield .ginput_container_consent label {
          cursor: pointer;
          display: block;
          padding-left: 20px;
          line-height: 1.4; }
          .contact-form-row .form-wrapper .gfield .ginput_container_consent label > a {
            color: #a8a8a8; }
            .contact-form-row .form-wrapper .gfield .ginput_container_consent label > a:hover {
              color: #ececec; }
          .contact-form-row .form-wrapper .gfield .ginput_container_consent label:before {
            content: "";
            display: block;
            width: 11px;
            height: 11px;
            background-color: #ececec;
            position: absolute;
            left: 0;
            top: 4px; }
          .contact-form-row .form-wrapper .gfield .ginput_container_consent label:after {
            content: "";
            display: none;
            width: 5px;
            height: 5px;
            background-color: #141414;
            position: absolute;
            left: 3px;
            top: 7px;
            border-radius: 50%; }
    .contact-form-row .form-wrapper input[type="submit"] {
      width: 100%;
      height: 50px;
      border: 0;
      outline: 0;
      border-radius: 0;
      background-color: #ececec;
      color: #141414;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 600;
      cursor: pointer;
      letter-spacing: 1px; }

.dining-box {
  width: 900px;
  margin: 0 auto;
  padding: 10% 0; }
  @media (max-width: 1440px) {
    .dining-box {
      max-width: 750px; } }
  @media (max-width: 960px) {
    .dining-box {
      max-width: 100%; } }
  .dining-box .title {
    display: inline-block;
    margin: 30px 0; }
  .dining-box .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .dining-box .content-wrap .text-wrap {
      line-height: 1.4; }
    .dining-box .content-wrap .spacer {
      margin-top: 10px; }
    @media (max-width: 960px) {
      .dining-box .content-wrap {
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .dining-box .content-wrap .column {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      width: calc(50% - 10px); }
      @media (max-width: 960px) {
        .dining-box .content-wrap .column {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .dining-box .content-wrap .column:first-child {
        margin-right: 20px; }
        @media (max-width: 960px) {
          .dining-box .content-wrap .column:first-child {
            margin-right: 0;
            margin-bottom: 10px; } }

@media (max-width: 960px) {
  .dining-list {
    padding: 0 10px; } }

.gallery-wrap {
  position: relative; }
  .gallery-wrap .tease-gallery {
    margin-bottom: 10px; }
    .gallery-wrap .tease-gallery .gallery-slide {
      position: relative;
      overflow: hidden;
      height: 600px; }
      @media (max-width: 1440px) {
        .gallery-wrap .tease-gallery .gallery-slide {
          height: 500px; } }
      @media (max-width: 960px) {
        .gallery-wrap .tease-gallery .gallery-slide {
          height: 400px; } }
      @media (max-width: 768px) {
        .gallery-wrap .tease-gallery .gallery-slide {
          height: 350px; } }
      .gallery-wrap .tease-gallery .gallery-slide img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
  .gallery-wrap .gallery-controls .prev {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .gallery-wrap .gallery-controls .prev {
        left: 10px; } }
    .gallery-wrap .gallery-controls .prev:before {
      content: "";
      display: block;
      height: 2px;
      width: 40px;
      background-color: #a8a8a8;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .gallery-wrap .gallery-controls .prev:after {
      content: "";
      display: block;
      border-right: 5px solid #a8a8a8;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      left: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .gallery-wrap .gallery-controls .next {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .gallery-wrap .gallery-controls .next {
        right: 10px; } }
    .gallery-wrap .gallery-controls .next:before {
      content: "";
      display: block;
      height: 2px;
      width: 40px;
      background-color: #ececec;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .gallery-wrap .gallery-controls .next:after {
      content: "";
      display: block;
      border-left: 5px solid #ececec;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.suites-archive {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .suites-archive {
      max-width: 750px; } }
  @media (max-width: 960px) {
    .suites-archive {
      max-width: calc(100% - 90px); } }
  .suites-archive .suite-item {
    padding: 10% 0;
    margin-bottom: 50px;
    display: none; }
    .suites-archive .suite-item .gallery-wrap {
      position: relative; }
      .suites-archive .suite-item .gallery-wrap .tease-gallery {
        margin-bottom: 0; }
    .suites-archive .suite-item.active {
      display: block; }

.archive-tools {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  height: 100vh;
  z-index: 90;
  width: 100%;
  pointer-events: none; }
  .archive-tools .archive-counter {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100vh;
    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;
    pointer-events: all; }
    .archive-tools .archive-counter .counter-wrap {
      height: 160px;
      width: 30px;
      position: relative; }
      @media (max-width: 960px) {
        .archive-tools .archive-counter .counter-wrap {
          display: none; } }
      .archive-tools .archive-counter .counter-wrap .counter-from {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center; }
      .archive-tools .archive-counter .counter-wrap .counter-total {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center; }
      .archive-tools .archive-counter .counter-wrap .progress-bar {
        border-radius: 1px;
        width: 1px;
        background-color: #a8a8a8;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100px; }
      .archive-tools .archive-counter .counter-wrap .progress-achieved {
        width: 2px;
        border-radius: 1px;
        background-color: #ececec;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleY(0);
            -ms-transform: translate(-50%, -50%) scaleY(0);
                transform: translate(-50%, -50%) scaleY(0);
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
        height: 100px;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      .archive-tools .archive-counter .counter-wrap .progress-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100px; }
      .archive-tools .archive-counter .counter-wrap .progress-cursor {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #ececec;
        border: 4px solid #141414;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        top: 0;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .archive-tools .suite-types {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -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;
    pointer-events: all; }
    @media (max-width: 960px) {
      .archive-tools .suite-types.types--desktop {
        display: none; } }
    .archive-tools .suite-types .type-filter {
      cursor: pointer;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out;
      margin-bottom: 4px; }
      .archive-tools .suite-types .type-filter.inactive {
        color: #a8a8a8; }
      .archive-tools .suite-types .type-filter.view-all {
        margin-top: 20px; }

.suite-types.types--mobile {
  display: none; }
  @media (max-width: 960px) {
    .suite-types.types--mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px;
      height: unset;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      right: 0; } }

.all-suites {
  position: relative; }
  .all-suites .suites-row {
    position: relative;
    z-index: 12; }
    @media (max-width: 768px) {
      .all-suites .suites-row {
        padding: 0% 20px 10%; } }
    @media (max-width: 768px) {
      .all-suites .suites-row .suites-archive {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .all-suites .suites-row .suites-archive .suite-item:first-child {
        padding-top: 0; } }
    @media (max-width: 768px) {
      .all-suites .suites-row .suites-archive .suite-item {
        margin-bottom: 0;
        padding: 15px 0 50px; } }

#gallery-titles {
  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;
  padding-bottom: 20px; }
  #gallery-titles .gallery-title {
    color: #a8a8a8;
    cursor: pointer;
    margin-right: 20px; }
    #gallery-titles .gallery-title:last-child {
      margin-right: 0; }
    #gallery-titles .gallery-title sup {
      color: #a8a8a8;
      position: relative;
      font-size: 15px;
      margin-left: 5px; }
    @media (max-width: 1280px) {
      #gallery-titles .gallery-title .title {
        margin: 10px 0; } }
    #gallery-titles .gallery-title.active {
      color: #ececec; }
      #gallery-titles .gallery-title.active .title {
        color: #ececec; }
      #gallery-titles .gallery-title.active sup {
        color: #ececec; }

.galleries-row {
  padding: 20px 20px 15%; }

.gallery-group {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery-group.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gallery-group.animate .gallery-image {
    opacity: 1; }
  .gallery-group .gallery-image {
    -ms-flex-preferred-size: calc(16.66% - 16.66px);
        flex-basis: calc(16.66% - 16.66px);
    width: calc(16.66% - 16.66px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .gallery-group .gallery-image:nth-child(6n+6) {
      margin-right: 0; }
      @media (max-width: 1180px) {
        .gallery-group .gallery-image:nth-child(6n+6) {
          margin-right: 20px; } }
    @media (max-width: 1180px) {
      .gallery-group .gallery-image:nth-child(5n+5) {
        margin-right: 0; } }
    @media (max-width: 960px) {
      .gallery-group .gallery-image:nth-child(5n+5) {
        margin-right: 20px; } }
    @media (max-width: 960px) {
      .gallery-group .gallery-image:nth-child(4n+4) {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .gallery-group .gallery-image:nth-child(4n+4) {
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .gallery-group .gallery-image:nth-child(3n+3) {
        margin-right: 0; } }
    @media (max-width: 1366px) {
      .gallery-group .gallery-image {
        height: 40vh; } }
    @media (max-width: 1180px) {
      .gallery-group .gallery-image {
        height: 35vh;
        -ms-flex-preferred-size: calc(20% - 16.66px);
            flex-basis: calc(20% - 16.66px);
        width: calc(20% - 16.66px);
        margin-right: 20px; } }
    @media (max-width: 960px) {
      .gallery-group .gallery-image {
        height: 30vh;
        -ms-flex-preferred-size: calc(25% - 15.33px);
            flex-basis: calc(25% - 15.33px);
        width: calc(25% - 15.33px);
        margin-right: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .gallery-group .gallery-image {
        height: 20vh;
        -ms-flex-preferred-size: calc(33.33% - 13.33px);
            flex-basis: calc(33.33% - 13.33px);
        width: calc(33.33% - 13.33px); } }
    .gallery-group .gallery-image img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      cursor: crosshair; }
    .gallery-group .gallery-image:last-child {
      margin-right: 0; }

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  padding: 20px;
  pointer-events: none; }
  @media (max-width: 960px) {
    .gallery-popup {
      padding: 10px 0; } }
  .gallery-popup .popup-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #141414;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .35s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out, opacity .35s ease-in-out;
    transition: transform .25s ease-in-out, opacity .35s ease-in-out;
    transition: transform .25s ease-in-out, opacity .35s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .gallery-popup.is-visible {
    pointer-events: all; }
  .gallery-popup.animate .popup-header,
  .gallery-popup.animate .popup-content,
  .gallery-popup.animate .popup-footer {
    opacity: 1;
    pointer-events: all; }
  .gallery-popup.animate .popup-bg {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .45s ease-in-out;
  -o-transition: opacity .45s ease-in-out;
  transition: opacity .45s ease-in-out;
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s; }
  @media (max-width: 960px) {
    .popup-header {
      height: 30px;
      padding: 0 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .popup-header .title {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0; }
  .popup-header .close-wrap {
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    text-transform: uppercase; }
    .popup-header .close-wrap span:before {
      content: "[";
      display: block;
      position: absolute;
      right: 28px;
      top: 0; }
    .popup-header .close-wrap span:after {
      content: "]";
      display: block;
      position: absolute;
      right: 3px;
      top: 0; }
    .popup-header .close-wrap:before {
      content: "";
      display: block;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      height: 10px;
      width: 2px;
      background-color: #a8a8a8; }
    .popup-header .close-wrap:after {
      content: "";
      display: block;
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      height: 10px;
      width: 2px;
      background-color: #a8a8a8; }

.cursor-label {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #ececec;
  mix-blend-mode: difference;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-left: 70px;
  width: 100px;
  text-align: left;
  margin-top: 14px; }

.popup-content {
  height: calc(100% - 80px);
  position: relative;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s; }
  @media (max-width: 960px) {
    .popup-content {
      height: calc(100% - 195px); } }
  .popup-content .popup-carousel {
    height: 100%;
    position: relative; }
  .popup-content .carousel-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .popup-content .carousel-navigation .carousel-prev,
    .popup-content .carousel-navigation .carousel-next {
      height: 100%;
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      cursor: pointer; }
    .popup-content .carousel-navigation .carousel-prev:before {
      content: "";
      display: block;
      height: 2px;
      width: 40px;
      background-color: #a8a8a8;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 960px) {
        .popup-content .carousel-navigation .carousel-prev:before {
          left: 10px; } }
    .popup-content .carousel-navigation .carousel-prev:after {
      content: "";
      display: block;
      border-right: 5px solid #a8a8a8;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      left: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 960px) {
        .popup-content .carousel-navigation .carousel-prev:after {
          left: 9px; } }
    .popup-content .carousel-navigation .carousel-next:before {
      content: "";
      display: block;
      height: 2px;
      width: 40px;
      background-color: #ececec;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 960px) {
        .popup-content .carousel-navigation .carousel-next:before {
          right: 10px; } }
    .popup-content .carousel-navigation .carousel-next:after {
      content: "";
      display: block;
      border-left: 5px solid #ececec;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 960px) {
        .popup-content .carousel-navigation .carousel-next:after {
          right: 9px; } }
  .popup-content .popup-slide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .popup-content .popup-slide.active {
      opacity: 1; }
    .popup-content .popup-slide img {
      max-height: 100%;
      max-width: 100%;
      height: 100%;
      width: auto; }
      @media (max-width: 768px) {
        .popup-content .popup-slide img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%; } }

.popup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .45s ease-in-out;
  -o-transition: opacity .45s ease-in-out;
  transition: opacity .45s ease-in-out;
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s; }
  @media (max-width: 960px) {
    .popup-footer {
      height: 175px;
      padding: 10px; } }
  .popup-footer .tab-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 960px) {
      .popup-footer .tab-titles {
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .popup-footer .slides-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-footer .slides-number .slide-from {
      margin-right: 5px; }
    .popup-footer .slides-number .slide-to {
      margin-left: 5px; }
  .popup-footer .popup-title {
    cursor: pointer;
    margin-right: 40px;
    color: #a8a8a8; }
    .popup-footer .popup-title.active {
      color: #ececec; }

.policy-content {
  padding: 5% 20px; }
  .policy-content .title-block {
    padding: 50px 0;
    text-align: center; }
    @media (max-width: 980px) {
      .policy-content .title-block {
        padding: 60px 0 30px; } }
  .policy-content .content-grid {
    max-width: 33.33%;
    margin: 0 auto;
    padding-bottom: 100px;
    line-height: 1.4; }
    .policy-content .content-grid h2 {
      font-size: 15px;
      text-transform: uppercase;
      color: #ececec; }
    .policy-content .content-grid p {
      line-height: 1.4; }
    .policy-content .content-grid h3 {
      font-size: 15px;
      text-transform: uppercase;
      color: #a8a8a8; }
    .policy-content .content-grid ul {
      padding-left: 18px; }
    .policy-content .content-grid li h2 {
      display: inline-block; }
    @media (max-width: 1366px) {
      .policy-content .content-grid {
        max-width: 60%; } }
    @media (max-width: 980px) {
      .policy-content .content-grid {
        max-width: 100%;
        padding-bottom: 60px; } }
