@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Website-Font';
  src: url(44c543be2be81a1a14ddd12948f348c1.woff2) format("woff2"), url(1907dd2dc54d20a6237ac64faaf0dc22.woff) format("woff"), url(a1c8aac7a0dc0b43c26ef4111ef68e0b.svg#CFModGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

html {
  font-size: 14px; }
  @media all and (max-width: 1280px) {
    html {
      font-size: 12px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body::-webkit-scrollbar {
  width: 0px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Website-Font';
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #283618;
  background: #fdf9df;
  background: gray; }
  @media all and (max-width: 1280px) {
    body {
      line-height: 18px; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

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

b, strong, .strong {
  font-family: 'Website-Font';
  font-weight: normal;
  font-style: normal; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0; }
  @media all and (max-width: 1440px) {
    h1, .h1,
    h2, .h2,
    h3, .h3 {
      font-size: 38px;
      line-height: 44px; } }
  @media all and (max-width: 1280px) {
    h1, .h1,
    h2, .h2,
    h3, .h3 {
      font-size: 30px;
      line-height: 36px; } }
  @media all and (max-width: 960px) {
    h1, .h1,
    h2, .h2,
    h3, .h3 {
      font-size: 24px;
      line-height: 30px; } }
  @media all and (max-width: 660px) {
    h1, .h1,
    h2, .h2,
    h3, .h3 {
      font-size: 20px;
      line-height: 26px; } }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 14px;
  line-height: 22px; }
  @media all and (max-width: 1280px) {
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      font-size: 12px;
      line-height: 18px; } }

p {
  margin: 0 0 22px 0; }
  p:last-child {
    margin: 0 !important; }

#app {
  overflow: hidden; }

#content {
  min-height: 100vh; }

.max-width {
  max-width: 1560px;
  margin: 0 auto; }

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

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media all and (max-width: 1280px) {
    .uppercase {
      letter-spacing: 1px; } }

.cover {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 660px) {
    .cover {
      height: auto;
      min-height: 80vh; } }

.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-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media all and (max-width: 660px) {
    .slick-prev,
    .slick-next {
      display: none !important; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Website-Font';
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    color: #fdf9df;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media all and (max-width: 1280px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 12px; } }

.slick-prev {
  left: 40px; }
  @media all and (max-width: 1440px) {
    .slick-prev {
      left: 30px; } }
  .slick-prev:before {
    content: 'PREVIOUS';
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.slick-next {
  right: 40px; }
  @media all and (max-width: 1440px) {
    .slick-next {
      right: 30px; } }
  .slick-next:before {
    content: 'NEXT';
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }

.slick-dots {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-bottom: solid 1px #fdf9df;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .slick-dots li button {
      border: none;
      background: transparent;
      display: block;
      height: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
    .slick-dots li.slick-active {
      border-bottom: solid 3px #fdf9df; }

@media (max-width: 660px) {
  .delay-1 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

@media (max-width: 660px) {
  .delay-2 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

@media (max-width: 660px) {
  .delay-3 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

@media (max-width: 660px) {
  .delay-4 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

@media (max-width: 660px) {
  .delay-5 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

@media (max-width: 660px) {
  .delay-6 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

.show-in-view {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-view.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-in-load {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-load.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-left {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-left.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-right {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-right.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-image {
  position: relative; }
  .show-image:before {
    background: #fff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
    z-index: 1;
    will-change: height; }
  .show-image.animate:before {
    height: 0; }

.fade-in-view {
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .fade-in-view.animate {
    opacity: 1; }

#header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }

.header-link {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 40px;
  cursor: pointer; }
  @media all and (max-width: 1440px) {
    .header-link {
      left: 30px; } }
  @media all and (max-width: 960px) {
    .header-link {
      left: 20px; } }
  .header-link span {
    color: #fdf9df;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .header-link span:hover {
      color: #283618; }
  .header-link span:nth-child(1) {
    display: block; }
  .header-link span:nth-child(2) {
    display: none; }

.header-logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media all and (max-width: 660px) {
    .header-logo {
      top: 15px; } }
  .header-logo a {
    display: block;
    line-height: 0;
    color: #fdf9df; }
  @media all and (max-width: 1440px) {
    .header-logo svg {
      width: 170px;
      height: 64px; } }
  @media all and (max-width: 660px) {
    .header-logo svg {
      width: 120px;
      height: 46px; } }

.header-tool {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 1440px) {
    .header-tool {
      right: 30px; } }
  @media all and (max-width: 960px) {
    .header-tool {
      right: 20px; } }
  .header-tool a {
    color: #fdf9df;
    margin: 0 0 0 40px; }
    @media all and (max-width: 960px) {
      .header-tool a {
        margin: 0 0 0 20px; } }
    @media all and (max-width: 660px) {
      .header-tool a {
        margin: 0 0 0 15px; }
        .header-tool a:first-child {
          display: none; } }
    .header-tool a:hover {
      color: #283618; }

.header-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fdf9df;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .header-menu a {
    display: inline-block;
    color: #283618; }
    .header-menu a:hover {
      color: #606c38; }

.menu-links {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media all and (max-width: 660px) {
    .menu-links {
      top: calc(50% - 75px); } }
  .menu-links > ul {
    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; }
    @media all and (max-width: 660px) {
      .menu-links > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .menu-links > ul > li {
    margin: 0 25px; }
    @media all and (max-width: 960px) {
      .menu-links > ul > li {
        margin: 0 20px; } }
    .menu-links > ul > li.current-menu-item > a:after {
      opacity: 1; }
    .menu-links > ul > li.lang {
      display: none; }
      @media all and (max-width: 660px) {
        .menu-links > ul > li.lang {
          display: block; } }
  .menu-links > ul > li > a {
    position: relative;
    display: block;
    color: #283618; }
    @media all and (max-width: 660px) {
      .menu-links > ul > li > a {
        font-size: 38px;
        line-height: 44px; } }
    .menu-links > ul > li > a:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #283618;
      border-radius: 50%;
      position: absolute;
      left: calc(50% - 4px);
      bottom: -35px;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media all and (max-width: 660px) {
        .menu-links > ul > li > a:after {
          content: none; } }
    .menu-links > ul > li > a:hover {
      color: #283618; }
      .menu-links > ul > li > a:hover:after {
        opacity: 1; }

.menu-items {
  padding: 0 40px 35px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media all and (max-width: 1440px) {
    .menu-items {
      padding: 0 30px 25px 30px; } }
  @media all and (max-width: 960px) {
    .menu-items {
      padding: 0 20px 25px 20px; } }
  @media all and (max-width: 660px) {
    .menu-items {
      padding: 0 20px 45px 20px; } }
  .menu-items > div {
    position: relative; }

.menu-term {
  position: absolute;
  left: 0;
  bottom: 0; }
  @media all and (max-width: 660px) {
    .menu-term {
      display: none; } }

.menu-info {
  width: 100%;
  text-align: center; }
  .menu-info img {
    padding: 0 0 20px 0; }
  .menu-info span {
    display: block;
    text-transform: uppercase; }

.menu-socl {
  position: absolute;
  right: 0;
  bottom: 0;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media all and (max-width: 660px) {
    .menu-socl {
      display: none; } }

.header-oooo {
  cursor: pointer;
  position: fixed;
  z-index: 3;
  top: -76px;
  left: calc(50% - 38px);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  text-align: center;
  padding: 42px 0 0 0;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }
  @media all and (max-width: 1280px) {
    .header-oooo {
      font-size: 12px; } }
  .header-oooo:hover:before {
    opacity: 1; }
  .header-oooo:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fdf9df;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

/* MENU OPENED */
.menu-opened body {
  overflow: hidden; }

.menu-opened .header-link span {
  color: #283618; }
  .menu-opened .header-link span:hover {
    color: #606c38; }

.menu-opened .header-link span:nth-child(1) {
  display: none; }

.menu-opened .header-link span:nth-child(2) {
  display: block; }

.menu-opened .header-logo a {
  color: #283618; }

.menu-opened .header-tool a {
  color: #283618; }
  .menu-opened .header-tool a:hover {
    color: #606c38; }

.menu-opened .header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

/* HAS SCROLLED */
.has-scrolled #header {
  top: -120px;
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  transition: all 0.5s 1s; }

.has-scrolled .header-oooo {
  top: -38px;
  -webkit-transition: all 0.5s 1.05s;
  -o-transition: all 0.5s 1.05s;
  transition: all 0.5s 1.05s; }

/* HAS SCROLLED + MENU OPENED */
.has-scrolled.menu-opened #header {
  top: 0;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }

.has-scrolled.menu-opened .header-oooo {
  top: -76px;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }

.has-scrolled.menu-opened .booking-oooo {
  bottom: -76px;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }

.headroom.headroom--not-bottom.headroom--not-top.headroom--pinned {
  top: 0 !important;
  -webkit-transition: all 0.5s 0s !important;
  -o-transition: all 0.5s 0s !important;
  transition: all 0.5s 0s !important; }

@media all and (max-width: 660px) {
  .headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned {
    top: -120px !important;
    -webkit-transition: all 0.5s 0s !important;
    -o-transition: all 0.5s 0s !important;
    transition: all 0.5s 0s !important; } }

#footer {
  background: #fdf9df; }
  #footer a {
    display: inline-block;
    color: #283618; }
    #footer a:hover {
      color: #606c38; }

.footer-upper {
  position: relative;
  padding: 35px 40px 0 40px; }
  @media all and (max-width: 1440px) {
    .footer-upper {
      padding: 25px 30px 0 30px; } }
  @media all and (max-width: 960px) {
    .footer-upper {
      padding: 25px 20px 0 20px; } }

.footer-menu {
  width: 25%; }
  @media all and (max-width: 660px) {
    .footer-menu {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%; } }

.footer-info {
  width: 50%;
  text-align: center;
  text-transform: uppercase; }
  @media all and (max-width: 660px) {
    .footer-info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      padding: 0 0 150px 0; } }

.footer-socl {
  width: 25%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media all and (max-width: 660px) {
    .footer-socl {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 50%; } }

.footer-middle {
  padding: 0 40px; }
  @media all and (max-width: 1440px) {
    .footer-middle {
      padding: 0 30px; } }
  @media all and (max-width: 960px) {
    .footer-middle {
      padding: 0 20px; } }
  @media all and (max-width: 660px) {
    .footer-middle {
      margin: -200px 0 0 0; } }

.footer-icon {
  text-align: center; }

.footer-email {
  text-align: center;
  padding: 60px 0; }
  .footer-email span {
    display: block; }

.footer-lower {
  padding: 0 40px 35px 40px; }
  @media all and (max-width: 1440px) {
    .footer-lower {
      padding: 0 30px 25px 30px; } }
  @media all and (max-width: 960px) {
    .footer-lower {
      padding: 0 20px 25px 20px; } }
  .footer-lower > div {
    position: relative; }

.footer-back {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .footer-back:hover {
    color: #606c38; }

.footer-logo {
  width: 100%;
  text-align: center; }
  @media all and (max-width: 1440px) {
    .footer-logo img {
      max-width: 625px; } }
  @media all and (max-width: 1280px) {
    .footer-logo img {
      max-width: 500px; } }
  @media all and (max-width: 960px) {
    .footer-logo img {
      max-width: 100%;
      padding: 0 0 40px 0; } }

.footer-made {
  position: absolute;
  right: 0;
  bottom: 0; }

/**
* Radio style
*/
/**
* Gravity styles
*/
.gfield {
  margin: 0; }

.gfield_label {
  display: none; }

.gfield input,
.gfield textarea {
  font-family: 'Website-Font';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #283618;
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #283622;
  background: transparent;
  padding: 10px 0;
  cursor: pointer; }
  @media all and (max-width: 1280px) {
    .gfield input,
    .gfield textarea {
      font-size: 12px;
      line-height: 18px; } }

.gfield textarea {
  height: 44px;
  margin: 0 0 15px 0; }

.gfield select {
  -webkit-appearance: none; }
  .gfield select option {
    font-family: 'Website-Font';
    font-size: 14px;
    line-height: 22px; }
    @media all and (max-width: 1280px) {
      .gfield select option {
        font-size: 12px;
        line-height: 18px; } }

.gfield_checkbox > li,
.gfield_radio > li {
  display: inline-block;
  position: relative; }
  .gfield_checkbox > li input,
  .gfield_radio > li input {
    display: none; }
  .gfield_checkbox > li label,
  .gfield_radio > li label {
    cursor: pointer;
    display: block;
    font-family: 'Website-Font';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #283618;
    padding: 5px 0 5px 25px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 660px) {
      .gfield_checkbox > li label,
      .gfield_radio > li label {
        letter-spacing: 0; } }
    .gfield_checkbox > li label a,
    .gfield_radio > li label a {
      text-decoration: underline; }
    .gfield_checkbox > li label:before,
    .gfield_radio > li label:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #283618;
      position: absolute;
      top: 7px;
      left: 0;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
    .gfield_checkbox > li label:after,
    .gfield_radio > li label:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background: #283618;
      position: absolute;
      top: 11px;
      left: 4px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
  .gfield_checkbox > li input[type="hidden"] + label:after,
  .gfield_checkbox > li input:checked + label:after,
  .gfield_radio > li input[type="hidden"] + label:after,
  .gfield_radio > li input:checked + label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.gform_footer {
  text-align: right;
  margin: -20px 0 0 0; }
  @media all and (max-width: 1440px) {
    .gform_footer {
      text-align: left;
      margin: 15px 0 0 0; } }
  @media all and (max-width: 660px) {
    .gform_footer {
      text-align: center; } }

.button {
  display: inline-block;
  font-family: 'Website-Font';
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  min-width: 200px;
  padding: 0 15px;
  margin: 0;
  border: solid 1px #283622;
  border-radius: 50px;
  background: transparent;
  color: #283618;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media all and (max-width: 1280px) {
    .button {
      font-size: 12px;
      line-height: 34px; } }
  .button:hover {
    color: #606c38;
    background: #283618; }

.gform_ajax_spinner {
  display: none !important; }

.gfield.gfield_error input,
.gfield.gfield_error textarea {
  border-bottom: solid 1px #c60c0e; }

.validation_error,
.validation_message {
  display: none !important; }

.gfield ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #283618; }
  @media all and (max-width: 1280px) {
    .gfield ::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 18px; } }

.gfield ::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #283618; }
  @media all and (max-width: 1280px) {
    .gfield ::-moz-placeholder {
      font-size: 12px;
      line-height: 18px; } }

.gfield :-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #283618; }
  @media all and (max-width: 1280px) {
    .gfield :-ms-input-placeholder {
      font-size: 12px;
      line-height: 18px; } }

.gfield :-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #283618; }
  @media all and (max-width: 1280px) {
    .gfield :-moz-placeholder {
      font-size: 12px;
      line-height: 18px; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

/**
* Booking styles
*/
.suite__booking .gfield {
  position: relative;
  padding: 0 25px;
  border-right: solid 1px #ebebeb; }
  .suite__booking .gfield:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 55px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat; }

.suite__booking .gfield_label {
  display: block;
  text-align: left;
  text-transform: uppercase; }
  .suite__booking .gfield_label span {
    display: none; }

.suite__booking .gfield input,
.suite__booking .gfield select {
  font-size: 34px;
  line-height: 50px;
  color: #000;
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 15px 0;
  cursor: pointer; }

.suite__booking .gfield select {
  -webkit-appearance: none; }

.suite__booking .screen-reader-text {
  display: none; }

.suite__booking .gform_body {
  height: 150px; }
  .suite__booking .gform_body ul {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .suite__booking .gform_body li {
    width: 25%; }

.suite__booking .gform_footer {
  position: relative;
  padding: 0; }
  .suite__booking .gform_footer .button {
    position: absolute;
    top: -140px;
    right: 10px;
    width: calc(25% - 10px);
    height: 130px;
    background: #ebebeb;
    color: #000; }
    .suite__booking .gform_footer .button:hover {
      color: #fff;
      background: #000; }

.suite__booking .gfield ::-webkit-input-placeholder {
  font-size: 34px;
  line-height: 50px; }

.suite__booking .gfield ::-moz-placeholder {
  font-size: 34px;
  line-height: 50px; }

.suite__booking .gfield :-ms-input-placeholder {
  font-size: 34px;
  line-height: 50px; }

.suite__booking .gfield :-moz-placeholder {
  font-size: 34px;
  line-height: 50px; }

/**
* Date Picker
*/
#ui-datepicker-div {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 5px #ebebeb;
          box-shadow: 1px 1px 5px #ebebeb;
  margin-top: 5px; }
  #ui-datepicker-div thead {
    display: none;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    background: #000; }
  #ui-datepicker-div td {
    text-align: center;
    padding: 5px 10px;
    background: #ededed; }
    #ui-datepicker-div td span {
      opacity: 0.25; }
    #ui-datepicker-div td a {
      color: #000;
      display: block;
      cursor: pointer; }
  #ui-datepicker-div select {
    font-size: 13px;
    width: 50%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    border: solid 1px #000;
    background: #000;
    margin: 0 1px; }
  #ui-datepicker-div .ui-datepicker-title {
    width: 100%;
    margin: 0 auto 1px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    display: none; }

.grecaptcha-badge {
  display: none !important; }

.booking-oooo {
  cursor: pointer;
  position: fixed;
  z-index: 3;
  bottom: -76px;
  left: calc(50% - 38px);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s; }
  @media all and (max-width: 1280px) {
    .booking-oooo {
      font-size: 12px; } }
  .booking-oooo:hover:before {
    opacity: 1; }
  .booking-oooo:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fdf9df;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.booking-popup {
  position: fixed;
  left: calc(50% - 350px);
  bottom: 35px;
  width: 700px;
  -webkit-transition: all 0.5s 0s;
  -o-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  z-index: 2; }
  @media all and (max-width: 1440px) {
    .booking-popup {
      bottom: 25px; } }
  @media all and (max-width: 960px) {
    .booking-popup {
      width: calc(100% - 40px);
      left: 20px; } }
  @media all and (max-width: 660px) {
    .booking-popup {
      display: none; } }
  .booking-popup > div {
    position: relative;
    padding: 0 40px;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media all and (max-width: 1440px) {
      .booking-popup > div {
        height: 90px;
        padding: 0 30px 0 40px; } }
    @media all and (max-width: 1280px) {
      .booking-popup > div {
        height: 80px;
        padding: 0 20px 0 30px; } }
    @media all and (max-width: 660px) {
      .booking-popup > div {
        height: 130px;
        padding: 0 30px; } }
    .booking-popup > div:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fdf9df;
      border-radius: 100px;
      opacity: 0.8; }

.popup-logo svg {
  width: 76px;
  height: 28px; }

.popup-form {
  width: 100%; }
  .popup-form form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 660px) {
      .popup-form form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .popup-form form > div {
      text-align: center; }
      .popup-form form > div:nth-child(1) {
        width: 115px;
        margin: 0 40px 0 0; }
        @media all and (max-width: 660px) {
          .popup-form form > div:nth-child(1) {
            width: 33%;
            margin: 0;
            padding: 0 10px; } }
      .popup-form form > div:nth-child(2) {
        width: 65px;
        margin: 0 40px 0 0; }
        @media all and (max-width: 660px) {
          .popup-form form > div:nth-child(2) {
            width: 33%;
            margin: 0;
            padding: 0 10px; } }
      .popup-form form > div:nth-child(3) {
        width: 65px; }
        @media all and (max-width: 660px) {
          .popup-form form > div:nth-child(3) {
            width: 33%;
            margin: 0;
            padding: 0 10px; } }
      .popup-form form > div:nth-child(4) {
        margin: 0 0 0 auto; }
        @media all and (max-width: 660px) {
          .popup-form form > div:nth-child(4) {
            margin: 15px 0 0 0;
            width: 100%; } }
  .popup-form label {
    display: block; }
  .popup-form input[type=text],
  .popup-form input[type=number] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-family: 'Website-Font';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0; }
    @media all and (max-width: 1280px) {
      .popup-form input[type=text],
      .popup-form input[type=number] {
        line-height: 18px; } }
  .popup-form input[type=submit] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    border: solid 1px #283618;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Website-Font';
    font-style: normal;
    font-weight: normal;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 100%; }
    @media all and (max-width: 1280px) {
      .popup-form input[type=submit] {
        height: 34px;
        line-height: 18px; } }
    .popup-form input[type=submit]:hover {
      background: #283618;
      color: #fdf9df; }

.popup-exit {
  width: 40px;
  height: 40px;
  border: solid 1px #283618;
  border-radius: 50%;
  margin: 0 0 0 auto;
  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;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

/* HAS SCROLLED */
.has-scrolled .booking-popup {
  bottom: -120px;
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  transition: all 0.5s 1s; }

.has-scrolled .booking-oooo {
  bottom: -38px;
  -webkit-transition: all 0.5s 1.05s;
  -o-transition: all 0.5s 1.05s;
  transition: all 0.5s 1.05s; }

.section-intro {
  position: relative;
  overflow: hidden; }
  .section-intro > div {
    background-position: top center; }
  .section-intro video {
    width: 100%;
    height: auto; }
    @media (max-width: 660px) {
      .section-intro video {
        width: auto;
        height: 100vh;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.section-welcome .texts {
  width: 50%;
  height: 100vh;
  padding: 35px 40px;
  background: #606c38; }
  @media all and (max-width: 1440px) {
    .section-welcome .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-welcome .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-welcome .texts {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-welcome .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-welcome .texts > div > h1 {
      margin: 0 0 auto 0; }

.section-welcome .image {
  width: 50%;
  height: 100vh;
  background: #283618;
  padding: 80px;
  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; }
  @media all and (max-width: 660px) {
    .section-welcome .image {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-welcome .image > img {
    max-height: 100%; }
    @media all and (max-width: 660px) {
      .section-welcome .image > img {
        width: 100%; } }

.section-banners .banner {
  position: relative;
  width: 50%; }
  @media all and (max-width: 660px) {
    .section-banners .banner {
      width: 100%; } }
  .section-banners .banner.banner-stay {
    color: #fdf9df; }
    .section-banners .banner.banner-stay a {
      display: inline-block;
      color: #fdf9df;
      line-height: 40px;
      border: solid 1px #fdf9df;
      border-radius: 50px;
      padding: 0 20px; }
      @media all and (max-width: 1280px) {
        .section-banners .banner.banner-stay a {
          line-height: 32px; } }
      .section-banners .banner.banner-stay a:hover {
        color: #dca05e;
        background: #fdf9df; }
  .section-banners .banner.banner-facilities {
    color: #fdf9df; }
    .section-banners .banner.banner-facilities a {
      display: inline-block;
      color: #fdf9df;
      line-height: 40px;
      border: solid 1px #fdf9df;
      border-radius: 50px;
      padding: 0 20px; }
      @media all and (max-width: 1280px) {
        .section-banners .banner.banner-facilities a {
          line-height: 32px; } }
      .section-banners .banner.banner-facilities a:hover {
        color: #283618;
        background: #fdf9df; }

.section-banners .image {
  position: relative; }
  .section-banners .image:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: 0; }

.section-banners .texts {
  position: absolute;
  top: 50%;
  left: 17.5%;
  right: 17.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 1; }
  .section-banners .texts div {
    max-width: 600px;
    padding: 25px 0;
    margin: 0 auto;
    text-shadow: 1px 1px 15px #000; }

.section-suites .texts {
  width: 50%;
  padding: 35px 40px;
  background: #bb6c25;
  color: #dca05e; }
  @media all and (max-width: 1440px) {
    .section-suites .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-suites .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-suites .texts {
      width: 100%; } }
  .section-suites .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-suites .texts > div > ul {
      margin: 0 0 auto 0; }
    .section-suites .texts > div > a {
      color: #dca05e;
      margin: 25px 0 0 0; }

.section-suites .image {
  width: 50%; }
  @media all and (max-width: 660px) {
    .section-suites .image {
      width: 100%; } }

.section-suites-list {
  position: relative;
  padding: 35px 50% 35px 40px;
  background: #bb6c25;
  color: #dca05e;
  height: 100vh;
  overflow: hidden; }
  @media all and (max-width: 1440px) {
    .section-suites-list {
      padding: 25px 50% 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-suites-list {
      padding: 25px 50% 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-suites-list {
      width: 100%;
      height: 160vh;
      padding: 25px 20px; } }

.tease--suite > span {
  color: #dca05e;
  border: solid 1px #dca05e;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media all and (max-width: 1280px) {
    .tease--suite > span {
      line-height: 32px; } }
  .tease--suite > span:hover {
    color: #bb6c25;
    background: #dca05e; }

.tease--suite > div:nth-child(2) {
  position: absolute;
  left: 40px;
  bottom: 35px;
  width: calc(50% - 120px);
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media all and (max-width: 1440px) {
    .tease--suite > div:nth-child(2) {
      left: 30px;
      bottom: 25px; } }
  @media all and (max-width: 960px) {
    .tease--suite > div:nth-child(2) {
      left: 20px;
      width: calc(50% - 40px); } }
  @media all and (max-width: 660px) {
    .tease--suite > div:nth-child(2) {
      width: calc(100% - 40px);
      bottom: calc(80vh + 25px); } }
  .tease--suite > div:nth-child(2) > a {
    color: #dca05e;
    border: solid 1px #dca05e;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px 10px 0;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin: 25px 0 0 0; }
    @media all and (max-width: 1280px) {
      .tease--suite > div:nth-child(2) > a {
        line-height: 32px; } }
    .tease--suite > div:nth-child(2) > a:hover {
      color: #bb6c25;
      background: #dca05e; }

.tease--suite > div:nth-child(3) {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media all and (max-width: 660px) {
    .tease--suite > div:nth-child(3) {
      top: 80vh;
      left: 0;
      width: 100%; } }
  .tease--suite > div:nth-child(3) > div {
    width: 100%; }

.tease--suite.is-active {
  z-index: 1; }
  .tease--suite.is-active > span {
    color: #bb6c25;
    background: #dca05e; }
  .tease--suite.is-active > div:nth-child(2) {
    opacity: 1; }
  .tease--suite.is-active > div:nth-child(3) {
    opacity: 1; }

.section-gallery {
  position: relative; }
  .section-gallery .texts {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    color: #fdf9df; }
    .section-gallery .texts a {
      display: inline-block;
      color: #fdf9df;
      border: solid 1px #fdf9df;
      line-height: 40px;
      padding: 0 20px;
      margin: 0 10px 10px 0;
      border-radius: 50px;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      margin: 25px 0 0 0; }
      @media all and (max-width: 1280px) {
        .section-gallery .texts a {
          line-height: 32px; } }
      .section-gallery .texts a:hover {
        color: #283618;
        background: #fdf9df; }

.section-banner-image .image {
  width: 50%; }
  @media all and (max-width: 660px) {
    .section-banner-image .image {
      width: 100%; } }

.section-banner-image .texts {
  width: 50%;
  padding: 35px 40px;
  background: #283618;
  color: #606c38; }
  @media all and (max-width: 1440px) {
    .section-banner-image .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-banner-image .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-banner-image .texts {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-banner-image .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-banner-image .texts > div > h2 {
      margin: 0 0 auto 0; }
    .section-banner-image .texts > div > div {
      padding: 0 40px 0 0; }
      @media all and (max-width: 960px) {
        .section-banner-image .texts > div > div {
          padding: 0; } }
    .section-banner-image .texts > div > a {
      -ms-flex-item-align: start;
          align-self: flex-start;
      color: #606c38;
      border: solid 1px #606c38;
      line-height: 40px;
      padding: 0 20px;
      margin: 0 10px 10px 0;
      border-radius: 50px;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      margin: 25px 0 0 0; }
      @media all and (max-width: 1280px) {
        .section-banner-image .texts > div > a {
          line-height: 32px; } }
      .section-banner-image .texts > div > a:hover {
        color: #283618;
        background: #606c38; }

.section-contact .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.section-contact .texts {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #dca05e;
  color: #bb6c25; }
  .section-contact .texts > div > a {
    color: #bb6c25;
    border: solid 1px #bb6c25; }
    .section-contact .texts > div > a:hover {
      color: #dca05e;
      background: #bb6c25; }

.section-descr .texts {
  width: 50%;
  height: 100vh;
  padding: 35px 40px;
  color: #dca05e;
  background: #bb6c25; }
  @media all and (max-width: 1440px) {
    .section-descr .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-descr .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-descr .texts {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-descr .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-descr .texts > div > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .section-descr .texts > div > ul > li {
      margin: 0 10px 10px 0; }
      .section-descr .texts > div > ul > li.current-menu-item > a {
        color: #bb6c25;
        background: #dca05e; }
    .section-descr .texts > div > ul > li > a {
      color: #dca05e;
      border: solid 1px #dca05e;
      line-height: 40px;
      display: inline-block;
      padding: 0 20px;
      border-radius: 50px; }
      @media all and (max-width: 1280px) {
        .section-descr .texts > div > ul > li > a {
          line-height: 32px; } }
      .section-descr .texts > div > ul > li > a:hover {
        color: #bb6c25;
        background: #dca05e; }
    .section-descr .texts > div > h1 {
      margin: auto 0 40px 0; }
    .section-descr .texts > div .h3 {
      margin: auto 0 0 0; }

.section-descr .image {
  width: 50%;
  height: 100vh;
  background: #dca05e;
  padding: 80px;
  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;
  overflow: hidden; }
  @media all and (max-width: 660px) {
    .section-descr .image {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-descr .image > video,
  .section-descr .image > img {
    max-height: 100%; }

.section-facil {
  color: #bb6c25;
  background: #fdf9df;
  padding: 35px 40px; }
  @media all and (max-width: 1440px) {
    .section-facil {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-facil {
      padding: 25px 20px; } }
  .section-facil .texts {
    width: 50%; }
    @media all and (max-width: 660px) {
      .section-facil .texts {
        width: 100%;
        padding: 0 0 60px 0; } }
    .section-facil .texts > div {
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-facil .texts > div > div:nth-child(1) {
        margin: 0 0 auto 0; }
      .section-facil .texts > div > div:nth-child(2) {
        padding: 0 80px 0 0; }
        .section-facil .texts > div > div:nth-child(2) ul {
          list-style: disc;
          padding: 0 0 0 15px; }
        .section-facil .texts > div > div:nth-child(2) > a {
          color: #fdf9df;
          background: #bb6c25;
          border: solid 1px #bb6c25;
          line-height: 40px;
          display: inline-block;
          padding: 0 20px;
          border-radius: 50px;
          margin: 35px 0 0 0; }
          @media all and (max-width: 1280px) {
            .section-facil .texts > div > div:nth-child(2) > a {
              line-height: 32px; } }
          .section-facil .texts > div > div:nth-child(2) > a:hover {
            color: #bb6c25;
            background: transparent; }
  .section-facil .images {
    width: 50%; }
    @media all and (max-width: 660px) {
      .section-facil .images {
        width: 100%;
        height: auto;
        min-height: 80vh; } }
    .section-facil .images > div {
      position: relative;
      height: 100%; }
      .section-facil .images > div > div:nth-child(1) {
        width: 50%;
        padding: 0 20px 0 0; }
      .section-facil .images > div > div:nth-child(2) {
        position: absolute;
        width: 33.33333%;
        left: 33.33333%;
        top: -35px; }
      .section-facil .images > div > div:nth-child(3) {
        width: 50%;
        padding: 0 0 0 20px;
        -ms-flex-item-align: end;
            align-self: flex-end; }

.section-title.taste-title > h1 {
  color: #283618; }

.section-title.taste-title > div {
  left: auto;
  right: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #606c38; }
  @media all and (max-width: 1440px) {
    .section-title.taste-title > div {
      right: 30px; } }
  @media all and (max-width: 960px) {
    .section-title.taste-title > div {
      right: 20px; } }

.section-services {
  color: #606c38;
  background: #fdf9df;
  padding: 35px 40px; }
  @media all and (max-width: 1440px) {
    .section-services {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-services {
      padding: 25px 20px; } }
  .section-services .texts {
    width: 50%; }
    @media all and (max-width: 660px) {
      .section-services .texts {
        width: 100%;
        padding: 0 0 60px 0; } }
    .section-services .texts > div {
      height: 100vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 660px) {
        .section-services .texts > div {
          height: auto;
          min-height: 80vh; } }
      .section-services .texts > div > h2 {
        margin: 0 0 auto 0; }
      .section-services .texts > div > div {
        padding: 0 80px 0 0; }
        @media all and (max-width: 660px) {
          .section-services .texts > div > div {
            padding: 0; } }
  .section-services .images {
    width: 50%; }
    @media all and (max-width: 660px) {
      .section-services .images {
        width: 100%;
        height: auto;
        min-height: 80vh; } }
    .section-services .images > div {
      position: relative;
      height: 100%; }
      .section-services .images > div > div:nth-child(1) {
        width: 50%;
        padding: 0 20px 0 0;
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .section-services .images > div > div:nth-child(2) {
        position: absolute;
        width: 33.33333%;
        left: 33.33333%;
        top: -35px; }
      .section-services .images > div > div:nth-child(3) {
        width: 50%;
        padding: 0 0 0 20px; }
      .section-services .images > div > div:nth-child(4) {
        position: absolute;
        right: 0;
        bottom: 0; }
        .section-services .images > div > div:nth-child(4) a {
          display: block; }
          @media all and (max-width: 660px) {
            .section-services .images > div > div:nth-child(4) a {
              width: 80px;
              height: 80px; } }

.section-experience {
  color: #bb6c25;
  background: #dca05e; }
  .section-experience .image {
    width: 50%; }
    @media all and (max-width: 660px) {
      .section-experience .image {
        width: 100%; } }
  .section-experience .texts {
    width: 50%;
    padding: 35px 40px; }
    @media all and (max-width: 1440px) {
      .section-experience .texts {
        padding: 25px 30px; } }
    @media all and (max-width: 960px) {
      .section-experience .texts {
        padding: 25px 20px; } }
    @media all and (max-width: 660px) {
      .section-experience .texts {
        width: 100%;
        height: auto;
        min-height: 80vh; } }
    .section-experience .texts > div {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .section-experience .texts > div > h2 {
        margin: 0 0 auto 0; }
      .section-experience .texts > div > div:nth-of-type(2) {
        position: absolute;
        top: 50px;
        right: 0; }
        .section-experience .texts > div > div:nth-of-type(2) a {
          display: block; }
          @media all and (max-width: 660px) {
            .section-experience .texts > div > div:nth-of-type(2) a {
              width: 80px;
              height: 80px; } }

@media all and (max-width: 660px) {
  .section-experience-2 .texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media all and (max-width: 660px) {
  .section-experience-2 .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.section-title.facilities-title > h1 {
  color: #bb6c25; }

.section-title.facilities-title > div {
  left: auto;
  right: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media all and (max-width: 1440px) {
    .section-title.facilities-title > div {
      right: 30px; } }
  @media all and (max-width: 960px) {
    .section-title.facilities-title > div {
      right: 20px; } }

.section-facilities .texts {
  width: 50%;
  height: 100vh;
  padding: 35px 40px;
  color: #bb6c25;
  background: #dca05e; }
  @media all and (max-width: 1440px) {
    .section-facilities .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-facilities .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-facilities .texts {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-facilities .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-facilities .texts > div > h1 {
      margin: 0 0 auto 0; }

.section-facilities .image {
  width: 50%;
  height: 100vh;
  background: #bb6c25;
  padding: 80px;
  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; }
  @media all and (max-width: 660px) {
    .section-facilities .image {
      width: 100%;
      height: auto;
      min-height: 80vh; } }
  .section-facilities .image > img {
    max-height: 100%; }

.section-amenites .image {
  width: 50%; }
  @media all and (max-width: 660px) {
    .section-amenites .image {
      width: 100%; } }

.section-amenites .texts {
  width: 50%;
  padding: 35px 40px;
  background: #606c38; }
  @media all and (max-width: 1440px) {
    .section-amenites .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-amenites .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-amenites .texts {
      width: 100%;
      height: auto;
      min-height: 80vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .section-amenites .texts ul {
    margin: 0 0 22px 0; }
  .section-amenites .texts li {
    position: relative;
    padding: 0 0 0 15px; }
    .section-amenites .texts li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 4px;
      height: 4px;
      background: #283618;
      border-radius: 50%; }
  .section-amenites .texts p {
    padding: 0 0 0 15px; }

.section-quote {
  background: #283618;
  color: #606c38; }
  .section-quote > div {
    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;
    padding: 0 25%; }
    @media all and (max-width: 660px) {
      .section-quote > div {
        padding: 0 20px;
        height: auto;
        min-height: 80vh; } }
  .section-quote h2 {
    position: relative;
    text-align: center; }
    .section-quote h2:before, .section-quote h2:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .section-quote h2:before {
      content: '\201C';
      top: -35px; }
    .section-quote h2:after {
      content: '\201D';
      bottom: -60px; }

.section-title {
  position: relative;
  z-index: 1; }
  .section-title > h1 {
    position: absolute;
    top: 35px;
    left: 40px;
    color: #dca05e; }
    @media all and (max-width: 1440px) {
      .section-title > h1 {
        top: 25px;
        left: 30px; } }
    @media all and (max-width: 960px) {
      .section-title > h1 {
        left: 20px; } }
  .section-title > div {
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #dca05e; }
    @media all and (max-width: 1440px) {
      .section-title > div {
        top: 25px; } }

.section-galleries {
  position: relative; }
  .section-galleries.section-galleries-1 {
    background: #bb6c25; }
    .section-galleries.section-galleries-1 > div.galleries-upper > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .section-galleries.section-galleries-1 > div.galleries-upper > div > div:nth-child(1) {
        padding: 0 16.66667% 0 8.33333%; }
      .section-galleries.section-galleries-1 > div.galleries-upper > div > div:nth-child(2) {
        padding: 0 0 0 8.33333%; }
  .section-galleries.section-galleries-2 {
    background: #606c38; }
    .section-galleries.section-galleries-2 > div.galleries-upper > div > div:nth-child(1) {
      padding: 0 8.33333% 0 0; }
    .section-galleries.section-galleries-2 > div.galleries-upper > div > div:nth-child(2) {
      padding: 0 8.33333% 0 16.66667%; }
  .section-galleries.section-galleries-3 {
    background: #dca05e; }
    .section-galleries.section-galleries-3 > div.galleries-upper > div > div:nth-child(1) {
      padding: 0 16.66667% 0 8.33333%; }
    .section-galleries.section-galleries-3 > div.galleries-upper > div > div:nth-child(2) {
      padding: 0 0 0 8.33333%; }
  .section-galleries.section-galleries-4 {
    background: #283618; }
    .section-galleries.section-galleries-4 > div.galleries-upper > div {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .section-galleries.section-galleries-4 > div.galleries-upper > div > div:nth-child(1) {
        padding: 0 8.33333% 0 0; }
      .section-galleries.section-galleries-4 > div.galleries-upper > div > div:nth-child(2) {
        padding: 0 8.33333% 0 16.66667%; }

.galleries-upper {
  position: relative;
  padding: 40px; }
  @media all and (max-width: 1440px) {
    .galleries-upper {
      padding: 30px; } }
  @media all and (max-width: 960px) {
    .galleries-upper {
      padding: 20px; } }
  .galleries-upper > div > div {
    width: 50%; }

.slider-gallery {
  line-height: 0; }
  .slider-gallery .slide {
    width: 100vw !important; }

.section-title.contact-title > h1 {
  color: #bb6c25; }

.section-title.contact-title > div {
  left: auto;
  right: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media all and (max-width: 1440px) {
    .section-title.contact-title > div {
      right: 30px; } }
  @media all and (max-width: 960px) {
    .section-title.contact-title > div {
      right: 20px; } }

.section-contact .texts > div > div {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0;
  margin: auto 0 0 0; }
  @media all and (max-width: 1440px) {
    .section-contact .texts > div > div {
      font-size: 38px;
      line-height: 44px; } }
  @media all and (max-width: 1280px) {
    .section-contact .texts > div > div {
      font-size: 30px;
      line-height: 36px; } }
  @media all and (max-width: 960px) {
    .section-contact .texts > div > div {
      font-size: 24px;
      line-height: 30px; } }
  @media all and (max-width: 660px) {
    .section-contact .texts > div > div {
      font-size: 20px;
      line-height: 26px; } }
  .section-contact .texts > div > div strong {
    display: block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 22px 0 0 0; }
    @media all and (max-width: 1280px) {
      .section-contact .texts > div > div strong {
        font-size: 12px;
        line-height: 18px; } }
  .section-contact .texts > div > div a {
    display: block;
    color: #bb6c25; }

.section-map {
  background: #fdf9df;
  text-align: center; }
  @media all and (max-width: 660px) {
    .section-map {
      height: 80vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .section-map #map {
    width: 100%;
    height: 900px; }
    @media all and (max-width: 660px) {
      .section-map #map {
        height: 80vh; } }

.section-form .image {
  width: 50%; }
  @media all and (max-width: 660px) {
    .section-form .image {
      width: 100%; } }

.section-form .texts {
  width: 50%;
  padding: 35px 40px;
  color: #283618;
  background: #606c38; }
  @media all and (max-width: 1440px) {
    .section-form .texts {
      padding: 25px 30px; } }
  @media all and (max-width: 960px) {
    .section-form .texts {
      padding: 25px 20px; } }
  @media all and (max-width: 660px) {
    .section-form .texts {
      width: 100%; } }
  .section-form .texts > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (max-width: 660px) {
      .section-form .texts > div {
        height: auto;
        min-height: 80vh; } }
    .section-form .texts > div > div {
      margin: auto 0 0 0; }

.page-static {
  color: #dca05e;
  background: #bb6c25;
  padding: 0 40px; }
  @media all and (max-width: 1440px) {
    .page-static {
      padding: 0 30px; } }
  @media all and (max-width: 960px) {
    .page-static {
      padding: 0 20px; } }

.static-upper {
  padding: 250px 0 150px 0; }
  @media all and (max-width: 660px) {
    .static-upper {
      padding: 120px 0 60px 0; } }
  .static-upper > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .static-upper > div > div {
      margin: 0 0 0 auto; }
      @media all and (max-width: 660px) {
        .static-upper > div > div {
          display: none; } }

.static-lower {
  padding: 0 0 150px 0; }
  @media all and (max-width: 660px) {
    .static-lower {
      padding: 0 0 30px 0; } }
  .static-lower h1, .static-lower .h1,
  .static-lower h2, .static-lower .h2,
  .static-lower h3, .static-lower .h3,
  .static-lower h4, .static-lower .h4,
  .static-lower h5, .static-lower .h5,
  .static-lower h6, .static-lower .h6 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translateY(22px);
        -ms-transform: translateY(22px);
            transform: translateY(22px);
    padding: 0 50% 0 0; }
    @media all and (max-width: 1280px) {
      .static-lower h1, .static-lower .h1,
      .static-lower h2, .static-lower .h2,
      .static-lower h3, .static-lower .h3,
      .static-lower h4, .static-lower .h4,
      .static-lower h5, .static-lower .h5,
      .static-lower h6, .static-lower .h6 {
        font-size: 12px;
        line-height: 18px; } }
    @media all and (max-width: 660px) {
      .static-lower h1, .static-lower .h1,
      .static-lower h2, .static-lower .h2,
      .static-lower h3, .static-lower .h3,
      .static-lower h4, .static-lower .h4,
      .static-lower h5, .static-lower .h5,
      .static-lower h6, .static-lower .h6 {
        padding: 0 0 20px 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .static-lower p {
    padding: 0 0 0 50%; }
    @media all and (max-width: 660px) {
      .static-lower p {
        padding: 0; } }

.page-template-template-info .header-link span {
  color: #283618; }
  .page-template-template-info .header-link span:hover {
    color: #606c38; }

.page-template-template-info .header-logo a {
  color: #283618; }

.page-template-template-info .header-tool a {
  color: #283618; }
  .page-template-template-info .header-tool a:hover {
    color: #606c38; }

.page-info {
  background: #fdf9df;
  min-height: 100vh; }

.page-info-upper {
  display: none;
  text-align: center;
  padding: 250px 0 150px 0; }
  @media all and (max-width: 660px) {
    .page-info-upper {
      padding: 120px 0 60px 0; } }

.page-info-lower {
  text-align: center;
  padding: 190px 0 150px 0; }
  @media all and (max-width: 660px) {
    .page-info-lower {
      padding: 60px 0 30px 0; } }
  .page-info-lower > div > div > h2 {
    padding: 60px 0 30px 0; }
  .page-info-lower > div > div a {
    color: #283618;
    background: #fdf9df;
    border: solid 1px #283618;
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
    margin: 15px 0;
    border-radius: 50px; }
    @media all and (max-width: 1280px) {
      .page-info-lower > div > div a {
        line-height: 32px; } }
    .page-info-lower > div > div a:hover {
      color: #fdf9df;
      background: #283618; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #283618 !important;
  border-color: #283618 !important; }

.flatpickr-weekdays {
  background: #283618 !important; }

span.flatpickr-weekday {
  background: #283618 !important;
  color: #ffffff !important; }

.flatpickr-months .flatpickr-month {
  background: #283618 !important; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #283618 !important; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff !important; }

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