/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Black.eot);
  src: url(../fonts/subset-CeraGR-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Black.woff) format("woff"), url(../fonts/subset-CeraGR-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-BlackItalic.eot);
  src: url(../fonts/subset-CeraGR-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-BlackItalic.woff) format("woff"), url(../fonts/subset-CeraGR-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Bold.eot);
  src: url(../fonts/subset-CeraGR-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Bold.woff) format("woff"), url(../fonts/subset-CeraGR-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-BoldItalic.eot);
  src: url(../fonts/subset-CeraGR-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-BoldItalic.woff) format("woff"), url(../fonts/subset-CeraGR-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Medium.eot);
  src: url(../fonts/subset-CeraGR-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Medium.woff) format("woff"), url(../fonts/subset-CeraGR-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-MediumItalic.eot);
  src: url(../fonts/subset-CeraGR-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-MediumItalic.woff) format("woff"), url(../fonts/subset-CeraGR-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Regular.eot);
  src: url(../fonts/subset-CeraGR-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Regular.woff) format("woff"), url(../fonts/subset-CeraGR-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-RegularItalic.eot);
  src: url(../fonts/subset-CeraGR-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-RegularItalic.woff) format("woff"), url(../fonts/subset-CeraGR-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Light.eot);
  src: url(../fonts/subset-CeraGR-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Light.woff) format("woff"), url(../fonts/subset-CeraGR-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-LightItalic.eot);
  src: url(../fonts/subset-CeraGR-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-LightItalic.woff) format("woff"), url(../fonts/subset-CeraGR-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-Thin.eot);
  src: url(../fonts/subset-CeraGR-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-Thin.woff) format("woff"), url(../fonts/subset-CeraGR-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Cera Gr';
  src: url(../fonts/subset-CeraGR-ThinItalic.eot);
  src: url(../fonts/subset-CeraGR-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/subset-CeraGR-ThinItalic.woff) format("woff"), url(../fonts/subset-CeraGR-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic; }

body {
  background-color: #f7f4ee;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Cera Gr";
  font-size: 16px;
  line-height: 1.375;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%)); }

body.noscroll,
body.menu-open {
  overflow: hidden; }

iframe,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.hidden {
  display: none !important; }

a {
  display: inline-block;
  color: inherit; }

/*Generic*/
#contentpage {
  padding: 10rem 0rem; }
  #contentpage h1 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 5rem; }
  #contentpage p strong {
    color: #c3c3c3;
    margin-bottom: 30px;
    margin-top: auto;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.flex {
  display: flex;
  align-items: center; }

.wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 0px 9.3rem; }
  @media (max-width: 1440px) {
    .wrapper {
      padding: 0px 5rem; } }
  @media (max-width: 1680px) {
    .wrapper {
      padding: 0px 1rem; } }

.col-row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.main-cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.gray {
  color: #c3c3c3; }
  .gray p {
    color: #c3c3c3; }

.black {
  color: #000000; }
  .black p {
    color: #000000; }

.white {
  color: #f7f4ee; }
  .white p {
    color: #f7f4ee; }

.bg_gray {
  background-color: #c3c3c3; }

.bg_white {
  background-color: #f7f4ee; }

.bg_black {
  background-color: #000000; }

h1 {
  font-size: 120px;
  font-family: "Cera Gr";
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.3; }
  @media (max-width: 1680px) {
    h1 {
      font-size: 120px; } }
  @media (max-width: 1280px) {
    h1 {
      font-size: 100px; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 90px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 70px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.3;
  font-style: normal;
  font-family: "Cera Gr"; }
  @media (max-width: 1680px) {
    h2 {
      font-size: 60px; } }
  @media (max-width: 1280px) {
    h2 {
      font-size: 55px; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 35px; } }
  @media (max-width: 450px) {
    h2 {
      font-size: 25px; } }

a {
  text-decoration: none;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  a.booknow_button {
    color: #f7f4ee;
    width: 147px;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 100%;
    max-width: none;
    margin-left: 0px !important;
    font-family: "Cera Gr";
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 991px) {
      a.booknow_button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 450px) {
      a.booknow_button {
        width: 80px;
        height: 80px; } }

.pos_rel {
  position: relative; }

p {
  color: #000000;
  font-family: "Cera Gr";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left; }
  @media (max-width: 450px) {
    p {
      font-size: 18px; } }
  p a {
    font-family: "Cera Gr";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-transform: none;
    letter-spacing: normal;
    max-width: none;
    margin: auto;
    margin-top: auto; }
    @media (max-width: 450px) {
      p a {
        font-size: 18px; } }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }

/* Track */
::-webkit-scrollbar-track {
  background: #f7f4ee;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #72a5bc;
  border-radius: 0px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #c3c3c3; }

#cookie-notice {
  background-color: #f7f4ee !important;
  max-width: 50% !important;
  display: block;
  min-width: unset !important;
  margin: auto;
  left: 0px !important;
  right: 0px; }
  @media (max-width: 991px) {
    #cookie-notice {
      max-width: 100% !important; } }
  #cookie-notice .cn-close-icon {
    right: 15px;
    top: 30px;
    padding: 0px;
    width: 30px;
    height: 30px;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
      height: 25px; }
  #cookie-notice .cookie-notice-container {
    padding: 2rem; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      font-family: "Cera Gr";
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #000000;
      width: 100%;
      margin-bottom: 25px; }
      #cookie-notice .cookie-notice-container #cn-notice-text p {
        margin: auto; }
      #cookie-notice .cookie-notice-container #cn-notice-text h4 {
        font-size: 40px;
        color: #000000;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Cera Gr" !important; }
    @media (max-width: 991px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        display: flex !important; } }
    @media (max-width: 450px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        flex-direction: column !important; } }
    #cookie-notice .cookie-notice-container a {
      background-color: #72a5bc !important;
      border-radius: 0px !important;
      color: #f7f4ee !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Cera Gr" !important;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important; }
      #cookie-notice .cookie-notice-container a:hover {
        background-color: #000000 !important; }
      @media (max-width: 991px) {
        #cookie-notice .cookie-notice-container a {
          display: block !important;
          margin: auto !important;
          max-width: none; } }
      @media (max-width: 450px) {
        #cookie-notice .cookie-notice-container a {
          margin: 10px auto !important;
          width: 75% !important; } }

/*-- float utilities --*/
.float-left {
  float: left   !important; }

.float-right {
  float: right  !important; }

.float-none {
  float: none   !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left   !important; }
  .float-sm-right {
    float: right  !important; }
  .float-sm-none {
    float: none   !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left   !important; }
  .float-md-right {
    float: right  !important; }
  .float-md-none {
    float: none   !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left   !important; }
  .float-lg-right {
    float: right  !important; }
  .float-lg-none {
    float: none   !important; } }

/*-- text utilities --*/
.text-left {
  text-align: left   !important; }

.text-right {
  text-align: right  !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left   !important; }
  .text-sm-right {
    text-align: right  !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left   !important; }
  .text-md-right {
    text-align: right  !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left   !important; }
  .text-lg-right {
    text-align: right  !important; }
  .text-lg-center {
    text-align: center !important; } }

/*-- spacing utilities --*/
.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

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

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.header_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 40px 60px;
  background-color: transparent;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 768px) {
    .header_wrapper {
      padding: 40px 30px; } }
  @media (max-width: 768px) {
    .header_wrapper {
      padding: 30px 15px; } }
  .header_wrapper .header_logo {
    z-index: 11; }
    .header_wrapper .header_logo a img {
      width: 170px; }
      @media (max-width: 768px) {
        .header_wrapper .header_logo a img {
          width: 120px; } }
  .header_wrapper .header-right {
    display: flex;
    align-items: center; }
    .header_wrapper .header-right .headermenu {
      display: flex;
      align-items: center;
      margin-right: 25px; }
      @media (max-width: 1024px) {
        .header_wrapper .header-right .headermenu {
          margin-right: 0px; } }
      .header_wrapper .header-right .headermenu ul {
        display: flex; }
        .header_wrapper .header-right .headermenu ul li {
          list-style: none;
          font-size: 22px;
          margin-right: 15px; }
        .header_wrapper .header-right .headermenu ul li:last-child {
          margin-right: 0; }
      @media (max-width: 1024px) {
        .header_wrapper .header-right .headermenu {
          overflow: hidden;
          position: fixed;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          display: flex;
          z-index: 9;
          transform: translateY(-100%);
          transition: transform 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
          .header_wrapper .header-right .headermenu div {
            margin: auto;
            display: flex;
            width: 100%;
            position: relative;
            z-index: 3; }
            .header_wrapper .header-right .headermenu div ul {
              padding: 0px;
              margin: auto;
              width: 100%;
              flex-direction: column;
              transition: all 1s 1s cubic-bezier(0.65, 0, 0.35, 1); } }
      @media (max-width: 1024px) and (max-width: 768px) {
        .header_wrapper .header-right .headermenu div ul {
          padding: 0px 15px; } }
      @media (max-width: 1024px) {
              .header_wrapper .header-right .headermenu div ul li {
                list-style-type: none; }
                .header_wrapper .header-right .headermenu div ul li a {
                  color: transparent;
                  font-family: "Cera Gr";
                  font-size: 65px;
                  font-weight: 100;
                  line-height: 1.2;
                  text-align: center;
                  text-transform: uppercase;
                  text-decoration: none;
                  display: block;
                  margin: auto;
                  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1); } }
          @media (max-width: 1024px) and (max-width: 991px) {
            .header_wrapper .header-right .headermenu div ul li a {
              font-size: 40px; } }
          @media (max-width: 1024px) and (max-width: 768px) {
            .header_wrapper .header-right .headermenu div ul li a {
              font-size: 30px;
              line-height: 1.4; } }
      @media (max-width: 1024px) {
                  .header_wrapper .header-right .headermenu div ul li a:hover {
                    letter-spacing: 4px; }
          .header_wrapper .header-right .headermenu::after {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 0;
            background-color: #72a5bc;
            display: block;
            margin: auto;
            max-width: 100%;
            margin-left: 0px;
            transform: translateY(-100%);
            transition: transform 1s 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          .header_wrapper .header-right .headermenu.is-active {
            transform: translateY(0%);
            transition: transform 0s cubic-bezier(0.65, 0, 0.35, 1); }
            .header_wrapper .header-right .headermenu.is-active::after {
              transform: translateY(0%); }
            .header_wrapper .header-right .headermenu.is-active div ul {
              opacity: 1; }
              .header_wrapper .header-right .headermenu.is-active div ul li a {
                color: #000000; }
            .header_wrapper .header-right .headermenu.is-active img {
              opacity: 1;
              transition: all 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); } }
    .header_wrapper .header-right .book {
      margin: auto;
      margin-right: 0px;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        .header_wrapper .header-right .book {
          margin-right: 25px; } }
      @media (max-width: 450px) {
        .header_wrapper .header-right .book {
          margin-right: 15px; } }
      .header_wrapper .header-right .book a {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1.05px;
        text-align: center;
        text-transform: uppercase;
        background-color: #aa8c41;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: none; }
        @media (max-width: 450px) {
          .header_wrapper .header-right .book a {
            padding: 5px 10px; } }
        .header_wrapper .header-right .book a:hover {
          background-color: #ccb67f; }
        @media (max-width: 768px) {
          .header_wrapper .header-right .book a {
            font-size: 16px;
            margin-left: auto; } }
    .header_wrapper .header-right .headermenu_mobile-container {
      display: none; }
      .header_wrapper .header-right .headermenu_mobile-container button {
        color: #000000;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        transition: letter-spacing 0.6s cubic-bezier(0.65, 0, 0.35, 1);
        width: 74px;
        height: 74px;
        border: 1px solid #aa8c41;
        border-radius: 100%;
        display: flex;
        align-items: center;
        padding: 0px;
        justify-content: center; }
        @media (max-width: 450px) {
          .header_wrapper .header-right .headermenu_mobile-container button {
            width: 65px;
            height: 65px; } }
        .header_wrapper .header-right .headermenu_mobile-container button .button_icon span {
          background-color: #aa8c41;
          display: block;
          width: 40px;
          height: 2px;
          background-color: #aa8c41;
          margin-bottom: 10px;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .header_wrapper .header-right .headermenu_mobile-container button .button_icon span:nth-child(2) {
            width: 25px; }
          .header_wrapper .header-right .headermenu_mobile-container button .button_icon span:last-of-type {
            margin-bottom: 0px; }
        .header_wrapper .header-right .headermenu_mobile-container button.is-active .button_icon span:nth-child(1) {
          margin-bottom: 0px;
          transform: rotate(45deg); }
        .header_wrapper .header-right .headermenu_mobile-container button.is-active .button_icon span:nth-child(2) {
          width: 40px;
          margin-bottom: 0px;
          transform: rotate(-45deg); }
        .header_wrapper .header-right .headermenu_mobile-container button.is-active .button_icon span:nth-child(3) {
          width: 0px; }
      @media (max-width: 1024px) {
        .header_wrapper .header-right .headermenu_mobile-container {
          display: block;
          z-index: 10; } }
    .header_wrapper .header-right .languages {
      z-index: 10;
      display: flex;
      margin: auto;
      margin-left: 25px;
      color: #f7f4ee;
      position: relative;
      display: none; }
      @media (max-width: 768px) {
        .header_wrapper .header-right .languages {
          margin-left: 10px; } }
      .header_wrapper .header-right .languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        color: #000000;
        line-height: 1;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        font-family: "Cera Gr";
        padding-bottom: 2px; }
        @media (max-width: 768px) {
          .header_wrapper .header-right .languages a {
            font-size: 16px; } }
        .header_wrapper .header-right .languages a:hover {
          border-bottom-color: #f7f4ee; }
      .header_wrapper .header-right .languages .lang {
        position: absolute;
        bottom: -10px;
        transform: translateY(0%);
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          .header_wrapper .header-right .languages .lang {
            transform: translateY(100%); } }
      .header_wrapper .header-right .languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
  .header_wrapper.scrolled {
    top: 0px;
    background-color: #72a5bc;
    padding: 40px 30px; }
    @media (max-width: 450px) {
      .header_wrapper.scrolled {
        padding: 30px 15px; } }

footer {
  background-color: #72a5bc;
  padding: 20px 8.5%;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    footer {
      padding: 20px 15px; } }
  @media (max-width: 768px) {
    footer {
      padding: 40px 15px; } }
  footer .footer_wrapper {
    display: flex; }
    @media (max-width: 768px) {
      footer .footer_wrapper {
        flex-direction: column; } }
    footer .footer_wrapper .footer_info {
      margin: auto;
      margin-top: 0px; }
      footer .footer_wrapper .footer_info h3 {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info h3 {
            margin-bottom: 30px;
            text-align: center; } }
      footer .footer_wrapper .footer_info p, footer .footer_wrapper .footer_info a {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        text-align: left;
        display: block;
        margin: auto;
        margin-left: 0px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info p, footer .footer_wrapper .footer_info a {
            font-size: 22px;
            text-align: center;
            margin-left: auto; } }
    footer .footer_wrapper .footer_badge {
      height: 170px; }
    footer .footer_wrapper .footer_newsletter {
      margin: auto;
      display: flex;
      flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px; }
      footer .footer_wrapper .footer_newsletter h3 {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 40px;
        margin-top: 0px;
        text-align: left;
        margin-left: 0px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter h3 {
            margin-bottom: 30px; } }
      footer .footer_wrapper .footer_newsletter .footer_social {
        display: inline-flex;
        margin: auto;
        gap: 8px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_social {
            margin: auto;
            padding-top: 30px; } }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_social a:nth-child(1) {
            margin-right: auto; } }
        footer .footer_wrapper .footer_newsletter .footer_social a:nth-child(2) {
          margin-left: 0px; }
        footer .footer_wrapper .footer_newsletter .footer_social a img {
          width: 56px;
          background-color: #000000;
          border-radius: 100%; }
      footer .footer_wrapper .footer_newsletter .footer_copyright {
        margin: auto;
        margin-bottom: 0px;
        color: #000000;
        font-family: "Cera Gr";
        font-size: 15px;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_copyright {
            margin: auto; } }
        footer .footer_wrapper .footer_newsletter .footer_copyright a, footer .footer_wrapper .footer_newsletter .footer_copyright p {
          color: #000000;
          font-family: "Cera Gr";
          font-size: 15px;
          font-weight: 300;
          line-height: 30px; }
      footer .footer_wrapper .footer_newsletter .footer_menu {
        margin-bottom: 0px;
        width: 100%; }
        footer .footer_wrapper .footer_newsletter .footer_menu ul {
          padding: 0px;
          display: inline-flex; }
          footer .footer_wrapper .footer_newsletter .footer_menu ul li {
            list-style-type: none;
            transform: none !important;
            opacity: 1 !important;
            transition: all 0s cubic-bezier(0.65, 0, 0.35, 1) !important;
            pointer-events: all !important; }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li:first-of-type {
              margin-right: 20px; }
              @media (max-width: 768px) {
                footer .footer_wrapper .footer_newsletter .footer_menu ul li:first-of-type {
                  padding: 10px; } }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li:last-of-type {
                padding: 10px; } }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li a {
              color: #000000;
              font-family: "Cera Gr";
              font-size: 15px;
              font-weight: 300;
              line-height: 30px; }

@media (max-width: 768px) {
  .col {
    margin: 15px 0; } }

.filter {
  position: relative; }
  .filter::after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    opacity: 0.2;
    z-index: 1;
    content: ""; }

#landing {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  #landing.aos-animate {
    -webkit-animation: kenburns-top 2s ease-out both;
    animation: kenburns-top 2s ease-out both; }
    @media (max-width: 991px) {
      #landing.aos-animate {
        -webkit-animation: none;
                animation: none; } }
  #landing .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 1;
    max-width: 70%;
    margin: auto; }
    @media (max-width: 1024px) {
      #landing .title {
        max-width: 100%;
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box; } }
    #landing .title h1 {
      opacity: 0.61;
      color: #f7f4ee;
      font-weight: 300;
      text-align: center;
      margin: auto;
      line-height: 1.1; }
    #landing .title h2 {
      font-family: "Cera Gr"; }
    #landing .title p {
      color: #ffffff;
      font-size: 32px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      margin: auto;
      font-family: "Cera Gr"; }
    #landing .title a {
      color: #f7f4ee;
      font-family: "Cera Gr";
      font-size: 21px;
      font-weight: 700;
      letter-spacing: 1.05px;
      text-transform: uppercase;
      margin: auto;
      margin-top: 60px;
      display: flex;
      align-items: center; }
      #landing .title a img {
        margin: auto;
        margin-left: 10px; }

.bigimage {
  display: flex;
  max-width: 100%;
  padding: 0px; }
  @media (max-width: 991px) {
    .bigimage {
      flex-direction: column; }
      .bigimage .right {
        order: 2 !important; }
      .bigimage .left {
        order: 1 !important; } }
  .bigimage .left {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: 44%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ccb67f;
    min-height: 60vh; }
    @media (max-width: 1280px) {
      .bigimage .left {
        width: 45%; } }
    @media (max-width: 1024px) {
      .bigimage .left {
        padding: 100px 30px; } }
    @media (max-width: 991px) {
      .bigimage .left {
        padding: 30px;
        width: 100%;
        min-height: auto; } }
    .bigimage .left p {
      margin: auto; }
    @media (max-width: 450px) {
      .bigimage .left ul {
        padding-left: 15px; } }
    .bigimage .left ul li {
      color: #000000;
      font-family: "Cera Gr";
      font-size: 26px;
      font-weight: 300;
      line-height: 52px;
      text-align: left;
      position: relative;
      list-style-type: none; }
      @media (max-width: 1280px) {
        .bigimage .left ul li {
          font-size: 24px;
          line-height: 2; } }
      @media (max-width: 450px) {
        .bigimage .left ul li {
          font-size: 18px;
          line-height: 1.5; } }
      .bigimage .left ul li::after {
        content: "";
        position: absolute;
        left: -30px;
        height: 2px;
        background-color: #000000;
        width: 25px;
        display: block;
        margin-top: 25px;
        z-index: 1;
        top: 0px;
        bottom: 0px; }
        @media (max-width: 450px) {
          .bigimage .left ul li::after {
            width: 10px;
            left: -15px;
            margin-top: 12px; } }
    .bigimage .left h2 {
      color: #000000;
      font-weight: 400;
      text-align: left;
      margin: auto;
      margin-bottom: 40px;
      line-height: 1.05;
      font-family: "Cera Gr"; }
    .bigimage .left span {
      color: #000000;
      font-family: "Cera Gr";
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .bigimage .left a {
      margin: auto;
      margin-top: 30px; }
  .bigimage .right {
    width: 55%;
    box-sizing: border-box;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1280px) {
      .bigimage .right {
        width: 55%; } }
    @media (max-width: 768px) {
      .bigimage .right {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
    @media (max-width: 450px) {
      .bigimage .right {
        height: 100vw; } }

.ac-swipe {
  display: none; }
  @media (max-width: 768px) {
    .ac-swipe {
      display: block; } }

.ac-no-swipe {
  display: block; }
  @media (max-width: 768px) {
    .ac-no-swipe {
      display: none; } }

#accommodation {
  /*No slider*/
  /*Slider*/ }
  #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    flex: 0 0 50%; }
    @media (max-width: 1024px) {
      #accommodation .col-row .col {
        flex: 0 0 50%; } }
    @media (max-width: 768px) {
      #accommodation .col-row .col {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .col-row .col {
        height: 100vw; } }
    #accommodation .col-row .col .title {
      position: absolute;
      top: 5%;
      left: 90px;
      z-index: 2; }
      @media (max-width: 1024px) {
        #accommodation .col-row .col .title {
          top: 30px;
          left: 30px; } }
      @media (max-width: 991px) {
        #accommodation .col-row .col .title {
          top: 15px;
          left: 15px; } }
      #accommodation .col-row .col .title p {
        color: #f7f4ee;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .title p {
            font-size: 18px; } }
      #accommodation .col-row .col .title h2 {
        color: #f7f4ee;
        font-weight: 300;
        margin: auto;
        margin-bottom: 10px;
        font-family: "Cera Gr"; }
    #accommodation .col-row .col .hidden_content {
      background-color: #ccb67f;
      padding: 5% 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      #accommodation .col-row .col .hidden_content p {
        color: #000000;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 20px; } }
        #accommodation .col-row .col .hidden_content p::after {
          content: "";
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: #000000;
          width: 25px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #accommodation .col-row .col:hover .hidden_content {
      transform: translateY(0%); }
  @media (min-width: 768px) {
    #accommodation .swiper-buttons-nav {
      display: none; } }
  #accommodation .swiper-buttons-nav .swiper-button-prev {
    color: #f7f4ee;
    width: 10rem;
    height: 10rem;
    border: 1px solid #f7f4ee;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: 15px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    background-color: #cbbaa67a;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodation .swiper-buttons-nav .swiper-button-prev:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 991px) {
      #accommodation .swiper-buttons-nav .swiper-button-prev {
        width: 150px;
        height: 150px;
        font-size: 20px; } }
    @media (max-width: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-prev {
        width: 70px;
        height: 70px;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-prev::after {
      display: none; }
  #accommodation .swiper-buttons-nav .swiper-button-next {
    color: #f7f4ee;
    width: 10rem;
    height: 10rem;
    border: 1px solid #f7f4ee;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    right: 15px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    background-color: #cbbaa67a;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodation .swiper-buttons-nav .swiper-button-next:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 991px) {
      #accommodation .swiper-buttons-nav .swiper-button-next {
        width: 150px;
        height: 150px;
        font-size: 20px; } }
    @media (max-width: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-next {
        width: 70px;
        height: 70px;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-next::after {
      display: none; }
  #accommodation .swiper-wrapper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    flex: 0 0 50%; }
    @media (max-width: 1024px) {
      #accommodation .swiper-wrapper .swiper-slide {
        flex: 0 0 50%; } }
    @media (max-width: 768px) {
      #accommodation .swiper-wrapper .swiper-slide {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .swiper-wrapper .swiper-slide {
        height: 75vh; } }
    #accommodation .swiper-wrapper .swiper-slide .title {
      position: absolute;
      top: 5%;
      left: 90px;
      z-index: 2; }
      @media (max-width: 1024px) {
        #accommodation .swiper-wrapper .swiper-slide .title {
          top: 30px;
          left: 30px; } }
      @media (max-width: 991px) {
        #accommodation .swiper-wrapper .swiper-slide .title {
          top: 15px;
          left: 15px; } }
      #accommodation .swiper-wrapper .swiper-slide .title p {
        color: #f7f4ee;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .title p {
            font-size: 18px; } }
      #accommodation .swiper-wrapper .swiper-slide .title h2 {
        color: #f7f4ee;
        font-weight: 300;
        margin: auto;
        margin-bottom: 10px; }
    #accommodation .swiper-wrapper .swiper-slide .hidden_content {
      background-color: #ccb67f;
      padding: 5% 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      #accommodation .swiper-wrapper .swiper-slide .hidden_content p {
        color: #000000;
        font-size: 26px;
        font-weight: 300;
        line-height: 45px;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .hidden_content p {
            font-size: 20px; } }
        #accommodation .swiper-wrapper .swiper-slide .hidden_content p::after {
          content: "";
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: #000000;
          width: 25px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #accommodation .swiper-wrapper .swiper-slide:hover .hidden_content {
      transform: translateY(0%); }

#parallax {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    #parallax {
      height: 100vw; } }
  #parallax .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center; }
    #parallax .title p {
      font-family: "Cera Gr";
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 20px;
      text-align: center; }
    #parallax .title h2 {
      font-weight: 300;
      margin: auto;
      margin-bottom: 40px;
      font-family: "Cera Gr"; }
    #parallax .title a {
      display: block;
      margin: auto;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }

.halfhalf {
  display: flex;
  max-width: 100%;
  padding: 0px; }
  @media (max-width: 991px) {
    .halfhalf {
      flex-direction: column; } }
  .halfhalf .left {
    width: 50%;
    box-sizing: border-box;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh; }
    @media (max-width: 991px) {
      .halfhalf .left {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
    @media (max-width: 450px) {
      .halfhalf .left {
        height: 100vw; } }
  .halfhalf .right {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    background-color: #ccb67f; }
    @media (max-width: 991px) {
      .halfhalf .right {
        width: 100%;
        padding: 100px 0px; } }
    @media (max-width: 768px) {
      .halfhalf .right {
        padding: 50px 0px; } }
    .halfhalf .right .right_info {
      max-width: 70%;
      margin: auto; }
      @media (max-width: 1024px) {
        .halfhalf .right .right_info {
          max-width: 100%;
          width: 100%;
          padding: 0px 30px; } }
      @media (max-width: 991px) {
        .halfhalf .right .right_info {
          padding: 0px 15px; } }
      .halfhalf .right .right_info p {
        margin: auto; }
      .halfhalf .right .right_info h2 {
        color: #000000;
        font-weight: 300;
        text-align: left;
        margin: auto;
        margin-bottom: 40px;
        font-family: "Cera Gr"; }
      .halfhalf .right .right_info span, .halfhalf .right .right_info h3 {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 25px; }
      .halfhalf .right .right_info a {
        margin: auto;
        margin-top: 30px; }

#inforows .inforows {
  display: flex;
  padding: 0px; }
  @media (max-width: 991px) {
    #inforows .inforows {
      flex-direction: column; }
      #inforows .inforows .image {
        order: 2 !important; }
      #inforows .inforows .info {
        order: 1 !important; } }
  #inforows .inforows .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    width: 33.333%; }
    @media (max-width: 991px) {
      #inforows .inforows .image {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
  #inforows .inforows .info {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 66.666%;
    padding-left: 5%;
    box-sizing: border-box;
    display: flex; }
    @media (max-width: 1024px) {
      #inforows .inforows .info {
        padding-left: 0px; } }
    @media (max-width: 991px) {
      #inforows .inforows .info {
        width: 100%; } }
    #inforows .inforows .info .inner_info {
      max-width: 70%;
      margin: auto;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        #inforows .inforows .info .inner_info {
          padding: 0px 30px; } }
      @media (max-width: 991px) {
        #inforows .inforows .info .inner_info {
          padding: 30px;
          max-width: 100%; } }
      #inforows .inforows .info .inner_info span {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
        display: block; }
      #inforows .inforows .info .inner_info h2 {
        margin: auto;
        margin-bottom: 10px !important;
        color: #000000;
        font-weight: 300;
        margin-bottom: 45px;
        font-family: "Cera Gr"; }
      #inforows .inforows .info .inner_info p {
        margin: auto; }
      #inforows .inforows .info .inner_info a {
        display: block;
        margin: auto;
        margin-left: 0px;
        margin-top: 30px; }
  #inforows .inforows:nth-child(odd) .image {
    order: 1; }
  #inforows .inforows:nth-child(odd) .info {
    order: 2; }
  #inforows .inforows:nth-child(even) .image {
    order: 2; }
  #inforows .inforows:nth-child(even) .info {
    order: 1; }

#offers.inner_page .col-row .col, #blog.inner_page .col-row .col {
  overflow: hidden;
  flex: 0 0 50%; }
  @media (max-width: 768px) {
    #offers.inner_page .col-row .col, #blog.inner_page .col-row .col {
      flex: 0 0 100%;
      height: 50vw; } }
  @media (max-width: 450px) {
    #offers.inner_page .col-row .col, #blog.inner_page .col-row .col {
      height: 100vw; } }

#offers .main-cont, #blog .main-cont {
  padding: 0px; }

#offers .col, #blog .col {
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 50%; }
  @media (max-width: 768px) {
    #offers .col, #blog .col {
      flex: 0 0 100%;
      height: 50vw; } }
  @media (max-width: 450px) {
    #offers .col, #blog .col {
      height: 100vw; } }
  #offers .col .title, #blog .col .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    margin: auto;
    max-width: 70%;
    z-index: 2; }
    @media (max-width: 991px) {
      #offers .col .title, #blog .col .title {
        max-width: 100%;
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box; } }
    #offers .col .title p, #blog .col .title p {
      margin: auto;
      font-size: 23px;
      font-family: "Cera Gr";
      margin-bottom: 20px;
      color: #f7f4ee; }
    #offers .col .title h2, #blog .col .title h2 {
      font-weight: 300;
      margin: auto;
      margin-bottom: 45px; }
      @media (max-width: 991px) {
        #offers .col .title h2, #blog .col .title h2 {
          margin-bottom: 30px; } }

#gallery {
  position: relative; }
  #gallery::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    transition: all 1s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #f7f4ee;
    z-index: 1; }
  #gallery .gallery_swipe .swiper-slide {
    width: 100%; }
    #gallery .gallery_swipe .swiper-slide img {
      display: block;
      height: 100vh;
      margin: auto;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 991px) {
        #gallery .gallery_swipe .swiper-slide img {
          height: 100vw; } }
  #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
    color: #f7f4ee;
    width: 80px;
    height: 80px;
    border: 1px solid #f7f4ee;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: 15px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    background-color: #d6c9a8cf;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 768px) {
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
        width: 70px;
        height: 70px; } }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev::after {
      display: none; }
  #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
    color: #f7f4ee;
    width: 80px;
    height: 80px;
    border: 1px solid #f7f4ee;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    right: 15px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    background-color: #d6c9a8cf;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next:hover {
      transform: translateY(-50%) scale(0.8); }
    @media (max-width: 768px) {
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
        width: 70px;
        height: 70px; } }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next::after {
      display: none; }
  #gallery.aos-animate::after {
    width: 0%; }

@media (max-width: 991px) {
  .home #location {
    padding-top: 5rem; } }

@media (max-width: 768px) {
  .home .bigimage .right {
    display: none; } }

.single-room .halfhalf:nth-child(odd) .left, .single-room .bigimage:nth-child(odd) .left, .page-template-tmpl_spa .halfhalf:nth-child(odd) .left, .page-template-tmpl_spa .bigimage:nth-child(odd) .left {
  order: 2; }

.single-room .halfhalf:nth-child(odd) .right, .single-room .bigimage:nth-child(odd) .right, .page-template-tmpl_spa .halfhalf:nth-child(odd) .right, .page-template-tmpl_spa .bigimage:nth-child(odd) .right {
  order: 1; }

.single-room .halfhalf:nth-child(even) .left, .single-room .bigimage:nth-child(even) .left, .page-template-tmpl_spa .halfhalf:nth-child(even) .left, .page-template-tmpl_spa .bigimage:nth-child(even) .left {
  order: 1; }

.single-room .halfhalf:nth-child(even) .right, .single-room .bigimage:nth-child(even) .right, .page-template-tmpl_spa .halfhalf:nth-child(even) .right, .page-template-tmpl_spa .bigimage:nth-child(even) .right {
  order: 2; }

.single-room .bigimage .left span, .page-template-tmpl_spa .bigimage .left span {
  margin-bottom: 60px;
  display: block; }
  @media (max-width: 768px) {
    .single-room .bigimage .left span, .page-template-tmpl_spa .bigimage .left span {
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .single-room .halfhalf .left, .page-template-tmpl_spa .halfhalf .left {
    display: none; } }

.single-room #accommodation .col-row .col {
  flex: 0 0 100%; }

#information {
  padding: 80px 0px; }
  @media (max-width: 768px) {
    #information {
      padding: 20px 0px; } }
  #information .information_wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #information .information_wrapper {
        flex-direction: column; } }
    #information .information_wrapper p {
      margin: auto 40px;
      color: #000000;
      font-family: "Cera Gr";
      font-size: 26px;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 768px) {
        #information .information_wrapper p {
          font-size: 22px;
          margin: auto auto; } }

.clearfix {
  overflow: hidden; }
  .clearfix::after {
    content: "";
    clear: both;
    display: table; }

#contact_content {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    #contact_content {
      flex-direction: column; } }
  #contact_content .contact_info {
    width: 50%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex; }
    @media (max-width: 768px) {
      #contact_content .contact_info {
        width: 100%;
        order: 2;
        padding: 50px 0px; } }
    #contact_content .contact_info .info {
      max-width: 70%;
      margin: auto; }
      @media (max-width: 1024px) {
        #contact_content .contact_info .info {
          max-width: 100%;
          padding: 0px 30px;
          width: 100%; } }
      #contact_content .contact_info .info h3 {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info h3 {
            margin-bottom: 25px;
            font-size: 30px; } }
        @media (max-width: 450px) {
          #contact_content .contact_info .info h3 {
            margin-bottom: 20px;
            font-size: 25px; } }
      #contact_content .contact_info .info p {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 35px;
        font-weight: 300;
        line-height: 1.5;
        margin: auto; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info p {
            font-size: 25px; } }
        @media (max-width: 768px) {
          #contact_content .contact_info .info p {
            font-size: 20px; } }
        #contact_content .contact_info .info p a {
          color: #000000;
          font-family: "Cera Gr";
          font-size: 35px;
          font-weight: 300;
          line-height: 1.5;
          display: block; }
          @media (max-width: 768px) {
            #contact_content .contact_info .info p a {
              font-size: 25px; } }
          @media (max-width: 450px) {
            #contact_content .contact_info .info p a {
              font-size: 20px; } }
      #contact_content .contact_info .info a {
        color: #000000;
        font-family: "Cera Gr";
        font-size: 35px;
        font-weight: 300;
        line-height: 55px;
        display: block;
        text-decoration: none; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info a {
            font-size: 25px; } }
        @media (max-width: 450px) {
          #contact_content .contact_info .info a {
            font-size: 20px; } }
  #contact_content #map {
    width: 50%;
    height: 100vh; }
    @media (max-width: 768px) {
      #contact_content #map {
        height: 60vh;
        width: 100%; } }

#form {
  padding: 200px 0px; }
  @media (max-width: 768px) {
    #form {
      padding: 100px 0px; } }
  @media (max-width: 450px) {
    #form {
      padding: 50px 0px; } }
  #form .wrapper p {
    color: #000000;
    font-family: "Cera Gr";
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.15px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #form .wrapper p {
        margin-bottom: 30px; } }
  #form .wrapper .screen-reader-response {
    display: none; }
  #form .wrapper .contact_form {
    max-width: 80%;
    margin: auto; }
    @media (max-width: 768px) {
      #form .wrapper .contact_form {
        max-width: 100%;
        width: 100%; } }
    #form .wrapper .contact_form .wpcf7-not-valid-tip, #form .wrapper .contact_form .wpcf7-response-output {
      color: red; }
    #form .wrapper .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000;
      font-family: "Cera Gr";
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000;
      font-family: "Cera Gr";
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: #000000;
      font-family: "Cera Gr";
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: #000000;
      font-family: "Cera Gr";
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form label {
      color: #000000;
      font-family: "Cera Gr";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.8px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
    #form .wrapper .contact_form input {
      margin-bottom: 15px;
      height: 70px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #000000;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      font-family: "Cera Gr";
      padding: 0px;
      text-align: center; }
      #form .wrapper .contact_form input.wpcf7-submit {
        height: auto;
        width: auto;
        display: block;
        font-size: 21px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1.05px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Cera Gr";
        display: block;
        margin: auto;
        margin-right: 0px;
        margin-top: 50px;
        border-bottom: 0px;
        cursor: pointer; }
    #form .wrapper .contact_form textarea {
      margin-bottom: 15px;
      height: 170px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #000000;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      padding: 0px;
      text-align: center;
      font-family: "Cera Gr"; }

#content {
  padding: 150px 0px; }
  @media (max-width: 1024px) {
    #content {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    #content {
      padding: 50px 0px; } }
  #content .wrapper {
    display: grid;
    justify-content: center; }
    #content .wrapper h3 {
      font-family: "Cera Gr";
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 60px; }
    #content .wrapper h2 {
      color: #000000;
      font-weight: 300;
      text-align: left;
      margin: auto;
      margin-bottom: 40px;
      font-family: "Cera Gr";
      font-size: 60px; }
      @media (max-width: 1280px) {
        #content .wrapper h2 {
          font-size: 55px; } }
      @media (max-width: 1024px) {
        #content .wrapper h2 {
          font-size: 50px; } }
      @media (max-width: 991px) {
        #content .wrapper h2 {
          font-size: 35px; } }
      @media (max-width: 450px) {
        #content .wrapper h2 {
          font-size: 25px; } }
    #content .wrapper a {
      font-family: "Cera Gr";
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.35s linear;
      position: relative; }
      @media (max-width: 450px) {
        #content .wrapper a {
          font-size: 18px; } }
      #content .wrapper a::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -3px;
        right: 0px;
        width: 0%;
        transition: all 0.35s linear;
        height: 1px;
        background-color: #000000;
        margin: auto; }
      #content .wrapper a:hover::after {
        width: 100%; }
    #content .wrapper h4 {
      font-size: 21px; }


/*# sourceMappingURL=theme.css.map*/