/*! 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: "nobilis";
  src: url(../fonts/Nobilis-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "nobilis";
  src: url(../fonts/Nobilis-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

body {
  background-color: #ffffff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Didact Gothic", sans-serif;
  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 {
  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: #f4f1ed;
    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: 1320px;
  margin: auto;
  padding: 0px 9.3rem; }
  @media (max-width: 1440px) {
    .wrapper {
      padding: 0px 5rem; } }
  @media (max-width: 1680px) {
    .wrapper {
      padding: 0px 1.5rem; } }

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

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

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

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

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

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

.bg_gray {
  background-color: #f4f1ed; }

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #000000; }

h1 {
  font-size: 60px;
  font-family: "Didact Gothic", sans-serif;
  font-style: normal;
  line-height: 1.3; }
  @media (max-width: 991px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 50px;
  font-family: "Open Sans Condensed", serif;
  font-style: normal;
  line-height: 1.1; }
  @media (max-width: 1680px) {
    h2 {
      font-size: 35px; } }
  @media (max-width: 450px) {
    h2 {
      font-size: 20px; } }

a {
  text-decoration: none;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  a.booknow_button {
    color: black;
    font-size: 18px;
    transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    margin: auto; }
    @media (max-width: 768px) {
      a.booknow_button {
        font-size: 16px;
        margin-inline: auto !important; } }
    a.booknow_button::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 1px;
      background-color: currentColor;
      transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    a.booknow_button:hover::after {
      width: calc(100% + 20px); }

.pos_rel {
  position: relative; }

p {
  color: #000000;
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left; }
  p #contact_content p {
    font-size: 20px; }
  p a {
    font-family: "Didact Gothic", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-transform: none;
    letter-spacing: normal;
    max-width: none;
    margin: auto;
    margin-top: auto; }

ul li {
  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: #ffffff;
  border-radius: 0px; }

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

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

#cookie-notice {
  background-color: #ffffff !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: "Didact Gothic", sans-serif;
      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: "Didact Gothic", sans-serif !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: #bdb0a8 !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Didact Gothic", sans-serif !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; } }

.large-heading {
  font-family: "Open Sans Condensed", serif;
  font-size: 75px;
  font-weight: 300; }
  @media (max-width: 1280px) {
    .large-heading {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .large-heading {
      font-size: 42px; } }
  @media (max-width: 768px) {
    .large-heading {
      font-size: 32px; } }

.medium-heading {
  font-family: "Open Sans Condensed", serif;
  font-size: 60px; }
  @media (max-width: 1280px) {
    .medium-heading {
      font-size: 40px; } }
  @media (max-width: 1024px) {
    .medium-heading {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .medium-heading {
      font-size: 28px; } }
  @media (max-width: 768px) {
    .medium-heading {
      font-size: 24px; } }

.small-heading {
  font-family: "Open Sans Condensed", serif;
  letter-spacing: 2.3px;
  font-size: 23px; }
  @media (max-width: 768px) {
    .small-heading {
      font-size: 20px;
      letter-spacing: 1.8px; } }

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

.headermenu {
  overflow: hidden;
  position: fixed;
  background-color: transparent;
  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); }
  @media (max-width: 768px) {
    .headermenu {
      width: 200vw; }
      .headermenu.is-active.sub-open {
        transform: translateX(-100vw); } }
  .headermenu .headermenu_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .headermenu .headermenu_right::after {
      content: "";
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 0;
      background-color: #002a48;
      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); }
    @media (max-width: 768px) {
      .headermenu .headermenu_right {
        width: 100vw; } }
  .headermenu .headermenu_left {
    width: 50%;
    position: relative; }
    .headermenu .headermenu_left::after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #484747;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      mix-blend-mode: multiply;
      transition: opacity 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      .headermenu .headermenu_left {
        width: 100vw; } }
  .headermenu.is-active {
    transform: translateY(0%);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .headermenu_right::after,
    .headermenu.is-active .headermenu_left::after {
      transform: translateY(0%); }
    .headermenu.is-active .headermenu_left::after {
      transform: unset;
      opacity: 1; }
    .headermenu.is-active .headermenu_right div ul {
      opacity: 1; }
    .headermenu.is-active img {
      opacity: 1;
      transition: all 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
  .headermenu .headermenu_right div {
    margin: auto;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3; }
    .headermenu .headermenu_right div ul {
      display: flex;
      gap: 20px;
      flex-direction: column;
      align-items: flex-end;
      padding: 0px;
      padding-right: 60px;
      margin: auto;
      width: 100%;
      opacity: 0;
      transition: all 1s 1s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 768px) {
        .headermenu .headermenu_right div ul {
          padding: 0px 15px; } }
      @media (max-height: 900px) {
        .headermenu .headermenu_right div ul {
          gap: 12px; } }
      @media (max-width: 450px) {
        .headermenu .headermenu_right div ul {
          gap: 12px; } }
      .headermenu .headermenu_right div ul li {
        list-style-type: none;
        width: 100%; }
        .headermenu .headermenu_right div ul li a {
          position: relative;
          color: white;
          cursor: pointer;
          font-size: 32px;
          letter-spacing: 3.2px;
          line-height: 1.2;
          text-align: end;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          margin: auto 0 auto auto;
          line-height: 1.3;
          transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
          @media (max-width: 991px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 24px;
              letter-spacing: 2.5px; } }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 24px;
              letter-spacing: 2.5px;
              line-height: 1.4; } }
          @media (max-height: 800px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 20px;
              letter-spacing: 2.5px; } }
          @media (max-width: 450px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 20px; } }
          .headermenu .headermenu_right div ul li a:hover {
            color: #a5b3aa; }
        .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: 1px;
          width: 0px;
          background-color: #a5b3aa;
          left: calc(100% + 20px);
          transition: all 0.5s 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
              opacity: 0;
              content: "back";
              font-size: 16px;
              display: flex; } }
        .headermenu .headermenu_right div ul li.menu-item-has-children > a.is-active::after {
          width: 80px; }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a.is-active::after {
              opacity: 1;
              width: 60px; } }
      .headermenu .headermenu_right div ul.sub-menu {
        position: absolute;
        align-items: flex-start;
        left: calc(100% + 60px);
        top: 50%;
        gap: 10px;
        transform: translateY(-50%);
        opacity: 0;
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .headermenu .headermenu_right div ul.sub-menu.is-active {
          opacity: 1; }
        .headermenu .headermenu_right div ul.sub-menu a {
          font-family: "Open Sans Condensed", serif !important;
          font-weight: 300;
          opacity: 1 !important;
          font-size: 20px !important;
          white-space: nowrap; }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul.sub-menu a {
              font-size: 14px !important; } }
        .headermenu .headermenu_right div ul.sub-menu li {
          width: unset !important; }
        @media (max-width: 768px) {
          .headermenu .headermenu_right div ul.sub-menu {
            opacity: 1; } }
  .headermenu img {
    filter: saturate(0);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left; }

.header_wrapper {
  position: fixed;
  z-index: 10;
  top: 5px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 1280px) {
    .header_wrapper {
      padding: 0px 2.5rem; } }
  @media (max-width: 1024px) {
    .header_wrapper {
      padding: 0px 30px; } }
  @media (max-width: 991px) {
    .header_wrapper {
      padding: 0px 15px; } }
  @media (max-width: 768px) {
    .header_wrapper {
      top: 10px; } }
  .header_wrapper .header_logo a img {
    padding: 0.7em; }
    @media (max-width: 768px) {
      .header_wrapper .header_logo a img {
        padding: 0.5em; } }
  .header_wrapper.down {
    transform: translateY(-100%); }
    .header_wrapper.down .header_logo a img {
      background: transparent;
      padding: 0; }
  .header_wrapper.scrolled {
    top: 0px;
    background-color: #a5b3aa;
    padding: 1rem 2.5rem; }
    @media (max-width: 991px) {
      .header_wrapper.scrolled {
        padding: 15px 15px; } }
    .header_wrapper.scrolled .header_logo a {
      font-size: 28px;
      letter-spacing: 4px; }
      @media (max-width: 768px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 22px; } }
      .header_wrapper.scrolled .header_logo a img,
      .header_wrapper.scrolled .header_logo a svg {
        background: transparent;
        padding: 0; }
        @media (min-width: 992px) {
          .header_wrapper.scrolled .header_logo a img,
          .header_wrapper.scrolled .header_logo a svg {
            width: 140px; } }
        .header_wrapper.scrolled .header_logo a img path,
        .header_wrapper.scrolled .header_logo a svg path {
          fill: #000000;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper.scrolled .book a {
      color: #000000;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      border-color: #000000; }
    .header_wrapper.scrolled .menu_open button {
      color: #000000;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper.scrolled .menu_open button .button_icon span {
        background-color: white; }
    .header_wrapper.scrolled .menu_open .languages {
      color: #000000; }
      .header_wrapper.scrolled .menu_open .languages a {
        color: white; }
        .header_wrapper.scrolled .menu_open .languages a:hover {
          border-bottom-color: #000000; }
  .header_wrapper.openmenu {
    top: 0px;
    background-color: transparent;
    padding: 1rem 2.5rem; }
    @media (max-width: 991px) {
      .header_wrapper.openmenu {
        padding: 15px 15px; } }
    .header_wrapper.openmenu .header_logo a {
      font-size: 28px;
      letter-spacing: 4px; }
      .header_wrapper.openmenu .header_logo a img,
      .header_wrapper.openmenu .header_logo a svg {
        background: transparent;
        padding: 0; }
        .header_wrapper.openmenu .header_logo a img path,
        .header_wrapper.openmenu .header_logo a svg path {
          fill: #ffffff;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      .header_wrapper.openmenu .book a {
        color: #002a48 !important;
        background-color: #ffffff !important; } }
  .header_wrapper .header_logo {
    margin: auto 0;
    margin-right: auto; }
    .header_wrapper .header_logo a {
      display: flex;
      flex-direction: column;
      margin: 0;
      color: #ffffff;
      font-size: 32px;
      text-align: center;
      font-family: "Open Sans Condensed", serif;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 768px) {
        .header_wrapper .header_logo a {
          font-size: 25px; } }
      @media (max-width: 450px) {
        .header_wrapper .header_logo a {
          font-size: 22px; } }
      .header_wrapper .header_logo a img,
      .header_wrapper .header_logo a svg {
        display: block;
        margin: auto;
        width: 170px;
        -o-object-fit: contain;
           object-fit: contain;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 991px) {
          .header_wrapper .header_logo a img,
          .header_wrapper .header_logo a svg {
            width: 120px !important; } }
        @media (max-width: 768px) {
          .header_wrapper .header_logo a img,
          .header_wrapper .header_logo a svg {
            width: 110px !important; } }
        @media (max-width: 450px) {
          .header_wrapper .header_logo a img,
          .header_wrapper .header_logo a svg {
            width: 100px !important; } }
      .header_wrapper .header_logo a .logo-text-top {
        font-size: 50px;
        height: 60px;
        font-family: "Open Sans Condensed", serif;
        letter-spacing: 2.75px; }
        @media (max-width: 768px) {
          .header_wrapper .header_logo a .logo-text-top {
            font-size: 38px;
            height: unset; } }
        @media (max-width: 450px) {
          .header_wrapper .header_logo a .logo-text-top {
            font-size: 30px; } }
  .header_wrapper .header_right {
    margin: auto 0;
    display: flex; }
    .header_wrapper .header_right .phone {
      margin: auto;
      margin-right: 25px; }
      @media (max-width: 1024px) {
        .header_wrapper .header_right .phone {
          display: none; } }
      .header_wrapper .header_right .phone a {
        color: white;
        font-size: 18px;
        text-transform: capitalize;
        margin: auto;
        max-width: none; }
    .header_wrapper .header_right .book {
      margin: auto;
      margin-right: 0px;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        .header_wrapper .header_right .book {
          margin-left: auto; } }
      .header_wrapper .header_right .book a {
        position: relative;
        color: white;
        font-size: 18px;
        transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
        margin: auto; }
        @media (max-width: 768px) {
          .header_wrapper .header_right .book a {
            font-size: 16px;
            margin-left: auto; } }
        .header_wrapper .header_right .book a::after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          height: 1px;
          background-color: currentColor;
          transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .header_wrapper .header_right .book a:hover::after {
          width: calc(100% + 20px); }
  .header_wrapper .menu_open {
    margin: auto 0;
    margin-left: 40px;
    display: flex; }
    @media (max-width: 450px) {
      .header_wrapper .menu_open {
        margin-left: 20px; } }
    .header_wrapper .menu_open button {
      position: relative; }
    .header_wrapper .menu_open .languages {
      display: flex;
      margin: auto;
      margin-left: 30px;
      color: #ffffff;
      position: relative; }
      @media (max-width: 768px) {
        .header_wrapper .menu_open .languages {
          margin-left: 10px; } }
      .header_wrapper .menu_open .languages a {
        max-width: none;
        width: auto;
        color: white;
        line-height: 1;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        margin: auto;
        padding-bottom: 2px; }
        @media (max-width: 768px) {
          .header_wrapper .menu_open .languages a {
            font-size: 16px; } }
        .header_wrapper .menu_open .languages a:hover {
          border-bottom-color: #ffffff; }
      .header_wrapper .menu_open .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 .menu_open .languages .lang {
            transform: translateY(100%); } }
      .header_wrapper .menu_open .languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
    .header_wrapper .menu_open button {
      color: white;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      background-color: transparent;
      box-shadow: none;
      cursor: pointer;
      transition: letter-spacing 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      border: unset;
      display: flex;
      align-items: center;
      padding: 0px;
      justify-content: center; }
      @media (max-width: 991px) {
        .header_wrapper .menu_open button {
          margin-left: 20px; } }
      .header_wrapper .menu_open button .button_icon {
        --width: 55px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: var(--width);
        height: var(--width);
        justify-content: center;
        align-items: center; }
        @media (max-width: 991px) {
          .header_wrapper .menu_open button .button_icon {
            --width: 40px; } }
        .header_wrapper .menu_open button .button_icon span {
          display: block;
          width: var(--width);
          height: 2px;
          background-color: white;
          align-self: start;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(1) {
        transform: translateY(calc(-50% + 6px)) rotate(45deg); }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(2) {
        --width: 55px;
        transform: translateY(calc(50% - 7px)) rotate(-45deg); }
        @media (max-width: 991px) {
          .header_wrapper .menu_open button.is-active .button_icon span:nth-child(2) {
            --width: 40px; } }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(3) {
        --width: 0px; }
      .header_wrapper .menu_open button:hover {
        letter-spacing: 5px; }
        .header_wrapper .menu_open button:hover span:nth-child(2) {
          --width: 30px; }

.page-template-tmpl_gallery .header_wrapper.scrolled .header_logo a,
.page-template-tmpl_policy .header_wrapper.scrolled .header_logo a {
  color: white !important; }
  .page-template-tmpl_gallery .header_wrapper.scrolled .header_logo a img,
  .page-template-tmpl_policy .header_wrapper.scrolled .header_logo a img {
    filter: unset; }

.page-template-tmpl_gallery .header_wrapper.scrolled .menu_open .languages a,
.page-template-tmpl_policy .header_wrapper.scrolled .menu_open .languages a {
  color: white !important; }

.page-template-tmpl_gallery .header_wrapper.scrolled .menu_open button,
.page-template-tmpl_policy .header_wrapper.scrolled .menu_open button {
  border-color: white !important; }

.page-template-tmpl_gallery .header_wrapper.scrolled .menu_open button .button_icon span,
.page-template-tmpl_policy .header_wrapper.scrolled .menu_open button .button_icon span {
  background-color: white !important; }

.page-template-tmpl_gallery .header_wrapper.scrolled .header_right .phone a,
.page-template-tmpl_policy .header_wrapper.scrolled .header_right .phone a {
  color: white !important; }

.page-template-tmpl_gallery .header_wrapper.scrolled .header_right .book a,
.page-template-tmpl_policy .header_wrapper.scrolled .header_right .book a {
  color: white; }

.page-template-tmpl_gallery .header_wrapper .header_logo a,
.page-template-tmpl_policy .header_wrapper .header_logo a {
  color: black; }

.page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .header_logo a img,
.page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .header_logo a img {
  filter: invert(1); }

.page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .menu_open button,
.page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .menu_open button {
  border-color: black; }
  .page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .menu_open button span,
  .page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .menu_open button span {
    background-color: black; }

.page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .menu_open .language,
.page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .menu_open .language {
  color: black; }

.page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .header_right .phone a,
.page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .header_right .phone a {
  color: black; }

.page-template-tmpl_gallery .header_wrapper:not(.openmenu):not(.scrolled) .header_right .book a,
.page-template-tmpl_policy .header_wrapper:not(.openmenu):not(.scrolled) .header_right .book a {
  color: black; }

.espa-banner {
  position: fixed;
  bottom: 70px;
  left: -280px;
  z-index: 2;
  max-width: 400px;
  transition: 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .espa-banner:hover {
      left: 0px; } }
  .espa-banner img {
    width: 100%; }

footer {
  color: #ffffff;
  background-color: #002a48;
  padding: 70px 8.5%;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    footer {
      padding: 70px 2.5rem; } }
  @media (max-width: 1024px) {
    footer {
      padding: 50px 35px; } }
  @media (max-width: 991px) {
    footer {
      padding: 50px 25px; } }
  footer .footer_wrapper {
    display: flex; }
    @media (max-width: 768px) {
      footer .footer_wrapper {
        flex-direction: column; } }
    footer .footer_wrapper h3 {
      color: #ffffff;
      font-size: 23px;
      font-weight: 300;
      letter-spacing: 1.15px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        footer .footer_wrapper h3 {
          margin-bottom: 30px;
          text-align: center; } }
    footer .footer_wrapper .footer_info {
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
      footer .footer_wrapper .footer_info img.footer-logo {
        width: 130px;
        aspect-ratio: 1;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: auto;
        margin-bottom: 30px;
        padding: 0.7em; }
        @media (max-width: 991px) {
          footer .footer_wrapper .footer_info img.footer-logo {
            width: 120px !important; } }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info img.footer-logo {
            padding: 0.5em;
            margin-inline: auto;
            width: 110px !important; } }
        @media (max-width: 450px) {
          footer .footer_wrapper .footer_info img.footer-logo {
            width: 100px !important; } }
      footer .footer_wrapper .footer_info p,
      footer .footer_wrapper .footer_info a {
        color: #ffffff;
        font-family: "Didact Gothic", sans-serif;
        font-size: 20px;
        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 {
            text-align: center;
            margin-left: auto; } }
      footer .footer_wrapper .footer_info .footer_menu {
        text-transform: uppercase; }
    footer .footer_wrapper .footer_newsletter {
      margin: auto;
      display: flex;
      gap: 20px;
      flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px; }
      footer .footer_wrapper .footer_newsletter .weather {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        justify-content: flex-end;
        font-size: 22px; }
        @media (min-width: 768px) {
          footer .footer_wrapper .footer_newsletter .weather {
            align-items: flex-end; } }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .weather {
            justify-content: center;
            padding-block: 2em; } }
      footer .footer_wrapper .footer_newsletter .footer_social {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_social {
            margin: auto;
            padding-top: 30px;
            justify-content: center;
            gap: 20px; } }
        footer .footer_wrapper .footer_newsletter .footer_social a {
          margin-right: unset; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_newsletter .footer_social a {
              margin: unset !important; } }
          footer .footer_wrapper .footer_newsletter .footer_social a:nth-child(2) {
            margin-left: 0px; }
          footer .footer_wrapper .footer_newsletter .footer_social a img {
            filter: brightness(2.5);
            max-width: 80%;
            border-radius: 100%; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_social a img {
                width: 90px; } }
        footer .footer_wrapper .footer_newsletter .footer_social .border {
          width: 94px;
          border: 1.5px solid #ddd6cd;
          border-radius: 100vw;
          aspect-ratio: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 14px; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_newsletter .footer_social .border {
              width: 42px; } }
      footer .footer_wrapper .footer_newsletter .site-info {
        text-align: right;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .site-info {
            text-align: center; } }
      footer .footer_wrapper .footer_newsletter #newsletter_form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper {
          position: relative;
          margin-bottom: 10px; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
            color: #ffffff;
            font-family: "pf-expo";
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ffffff;
            padding: 10px 0px;
            font-size: 28px; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::-moz-placeholder {
              color: #ffffff !important;
              font-family: "Didact Gothic", sans-serif !important; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:-ms-input-placeholder {
              color: #ffffff !important;
              font-family: "Didact Gothic", sans-serif !important; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::placeholder {
              color: #ffffff !important;
              font-family: "Didact Gothic", sans-serif !important; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
                font-size: 18px; } }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:focus-visible {
              outline: none; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button {
            border: none;
            outline: none;
            background-color: transparent;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button img {
              height: 40px;
              width: 40px; }
        footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox {
          display: flex;
          align-items: center; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input {
            display: none; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label {
            width: 30px;
            height: 30px;
            border: 1px solid #ffffff;
            background-color: transparent;
            border-radius: 100%;
            display: block;
            position: relative; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label::after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 0px;
              height: 0px;
              background-color: #ffffff;
              border-radius: 100%;
              opacity: 0;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label:hover {
              cursor: pointer; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input[type="checkbox"]:checked + label:after {
            opacity: 1;
            width: 15px;
            height: 15px; }
          footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox small {
            margin-left: 10px; }
      footer .footer_wrapper .footer_newsletter .footer_copyright {
        margin-top: auto;
        margin-bottom: 0px;
        font-family: "Didact Gothic", sans-serif;
        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: #ffffff;
          font-family: "Didact Gothic", sans-serif;
          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: flex;
          justify-content: flex-end;
          text-transform: uppercase;
          font-weight: 300; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_newsletter .footer_menu ul {
              justify-content: center;
              gap: 20px; } }
          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; }
            @media (min-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                margin-left: 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:nth-of-type(2) {
                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 {
              font-family: "Didact Gothic", sans-serif;
              font-size: 15px;
              font-weight: 300;
              line-height: 30px; }

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

#landing {
  height: 100svh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    #landing {
      height: 90svh; } }
  @media (max-width: 768px) {
    #landing {
      height: 85svh; } }
  #landing .featured-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #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 {
      color: white;
      font-weight: 300;
      text-align: center;
      margin: auto;
      line-height: 1.1;
      font-family: "Open Sans Condensed", serif;
      font-size: 170px; }
      @media (max-width: 1440px) {
        #landing .title h1 {
          font-size: 120px; } }
      @media (max-width: 991px) {
        #landing .title h1 {
          font-size: 72px; } }
      @media (max-width: 768px) {
        #landing .title h1 {
          font-size: 48px; } }
    #landing .title p,
    #landing .title span {
      color: #ffffff;
      font-size: 30px;
      font-weight: 400;
      text-align: center;
      margin: auto;
      font-family: "Didact Gothic", sans-serif; }
      @media (max-width: 991px) {
        #landing .title p,
        #landing .title span {
          font-size: 24px; } }
      @media (max-width: 768px) {
        #landing .title p,
        #landing .title span {
          font-size: 20px; } }
    #landing .title span {
      margin-top: 15px;
      display: block;
      font-family: "Open Sans Condensed", serif; }
    #landing .title a {
      color: #ffffff;
      font-family: "Didact Gothic", sans-serif;
      font-size: 21px;
      font-weight: 400;
      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;
    flex: 55%;
    box-sizing: border-box;
    padding: 80px 5%;
    min-height: 60vh;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1024px) {
      .bigimage .left {
        padding: 100px 30px; } }
    @media (max-width: 991px) {
      .bigimage .left {
        padding: 30px;
        flex: 100%;
        min-height: auto; } }
    .bigimage .left p {
      color: #000000; }
    @media (max-width: 450px) {
      .bigimage .left ul {
        padding-left: 15px; } }
    .bigimage .left ul li {
      color: #ffffff;
      font-family: "Didact Gothic", sans-serif;
      font-size: 23px;
      font-weight: 300;
      line-height: 1.8;
      text-align: left;
      position: relative;
      list-style-type: none; }
      @media (max-width: 1280px) {
        .bigimage .left ul li {
          font-size: 24px; } }
      @media (max-width: 450px) {
        .bigimage .left ul li {
          font-size: 18px; } }
      .bigimage .left ul li::after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        width: 10px;
        height: 2px;
        display: block;
        z-index: 1;
        top: 50%;
        left: -20px;
        transform: translateY(-50%); }
    .bigimage .left h2 {
      color: #4a6262;
      font-weight: 300;
      font-family: "Open Sans Condensed", serif;
      text-align: left;
      margin: auto;
      margin: 20px 0;
      line-height: 1.05;
      font-size: 64px;
      line-height: 70px; }
      @media (max-width: 768px) {
        .bigimage .left h2 {
          line-height: unset;
          font-size: 44px; } }
      @media (max-width: 450px) {
        .bigimage .left h2 {
          font-size: 40px; } }
    .bigimage .left span {
      color: #000000;
      font-size: 23px;
      font-family: "Didact Gothic", sans-serif;
      letter-spacing: 1.15px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 25px; }
      @media (max-width: 1680px) {
        .bigimage .left span {
          font-size: 20px; } }
      @media (max-width: 450px) {
        .bigimage .left span {
          font-size: 16px; } }
    .bigimage .left a {
      margin: auto;
      margin-top: 60px; }
  .bigimage .right {
    flex: 45%;
    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: 991px) {
      .bigimage .right {
        flex: 100%;
        min-height: auto;
        height: 50vw;
        order: 2; } }
    @media (max-width: 768px) {
      .bigimage .right {
        flex: 100%;
        min-height: auto;
        height: 50vw; } }
    @media (max-width: 450px) {
      .bigimage .right {
        height: 100vw; } }

#accommodation {
  /*No slider*/
  /*Slider*/ }
  #accommodation .hidden_content {
    background-color: #002a48; }
    #accommodation .hidden_content #information .information_wrapper {
      display: block !important; }
  #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 50%; }
    @media (max-width: 768px) {
      #accommodation .col-row .col {
        flex: 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .col-row .col {
        height: 100vw; } }
    #accommodation .col-row .col .title {
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1024px) {
        #accommodation .col-row .col .title {
          top: 30px;
          left: 0px; } }
      @media (max-width: 991px) {
        #accommodation .col-row .col .title {
          top: 45px;
          left: 0px; } }
      #accommodation .col-row .col .title p,
      #accommodation .col-row .col .title span {
        color: #ffffff;
        font-family: "Didact Gothic", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px;
        display: block; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .title p,
          #accommodation .col-row .col .title span {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .title p,
          #accommodation .col-row .col .title span {
            font-size: 18px; } }
      #accommodation .col-row .col .title span {
        margin-top: 15px;
        display: block;
        font-family: "Open Sans Condensed", serif; }
      #accommodation .col-row .col .title h2 {
        color: #ffffff;
        font-weight: 300;
        margin: unset;
        font-family: "Open Sans Condensed", serif;
        margin-bottom: 10px;
        font-size: 64px;
        text-align: center; }
        @media (max-width: 1024px) {
          #accommodation .col-row .col .title h2 {
            font-size: 36px; } }
      #accommodation .col-row .col .title span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px; }
        @media (max-width: 1024px) {
          #accommodation .col-row .col .title span {
            font-size: 18px; } }
      #accommodation .col-row .col .title a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 60px; }
        @media (max-width: 991px) {
          #accommodation .col-row .col .title a {
            margin: 0 30px; } }
        #accommodation .col-row .col .title a img {
          margin-top: 40px; }
    #accommodation .col-row .col .hidden_content {
      background-color: #002a48;
      padding: 0% 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: #ffffff;
        font-size: 26px;
        font-weight: 300;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 22px; } }
        @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;
          background-color: #a5b3aa;
          width: 10px;
          height: 2px;
          display: block;
          z-index: 1;
          top: 50%;
          left: -20px;
          transform: translateY(-50%); }
    #accommodation .col-row .col:hover .hidden_content {
      transform: translateY(0%); }
  #accommodation .swiper-buttons-nav div {
    overflow: hidden;
    border-radius: 100%;
    padding: 20px; }
    #accommodation .swiper-buttons-nav div img {
      z-index: 1; }
    #accommodation .swiper-buttons-nav div.swiper-button-disabled {
      opacity: 1 !important; }
      #accommodation .swiper-buttons-nav div.swiper-button-disabled img {
        opacity: 0.35; }
    #accommodation .swiper-buttons-nav div::after {
      content: "";
      background-color: transparent;
      opacity: 1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      z-index: 0; }
  #accommodation .swiper-buttons-nav .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    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: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-prev {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 18px; } }
    @media (max-width: 450px) {
      #accommodation .swiper-buttons-nav .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-prev img {
      max-width: 60%; }
  #accommodation .swiper-buttons-nav .swiper-button-next {
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    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: 768px) {
      #accommodation .swiper-buttons-nav .swiper-button-next {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 18px; } }
    @media (max-width: 450px) {
      #accommodation .swiper-buttons-nav .swiper-button-next {
        width: 3rem;
        height: 3rem;
        font-size: 18px; } }
    #accommodation .swiper-buttons-nav .swiper-button-next img {
      max-width: 60%; }
  #accommodation .swiper-wrapper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 0 0 33.333333%; }
    @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: 10%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1024px) {
        #accommodation .swiper-wrapper .swiper-slide .title {
          top: 30px; } }
      @media (max-width: 991px) {
        #accommodation .swiper-wrapper .swiper-slide .title {
          top: 15px; } }
      #accommodation .swiper-wrapper .swiper-slide .title p,
      #accommodation .swiper-wrapper .swiper-slide .title span {
        color: #ffffff;
        font-family: "Didact Gothic", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px;
        display: block; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .title p,
          #accommodation .swiper-wrapper .swiper-slide .title span {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .title p,
          #accommodation .swiper-wrapper .swiper-slide .title span {
            font-size: 18px; } }
      #accommodation .swiper-wrapper .swiper-slide .title span {
        margin-top: 15px;
        display: block;
        font-family: "Open Sans Condensed", serif; }
      #accommodation .swiper-wrapper .swiper-slide .title h2 {
        color: #ffffff;
        font-weight: 300;
        margin: unset;
        font-family: "Open Sans Condensed", serif;
        margin-bottom: 10px;
        font-size: 60px;
        text-align: start;
        line-height: 70px; }
        @media (max-width: 1024px) {
          #accommodation .swiper-wrapper .swiper-slide .title h2 {
            font-size: 36px; } }
      #accommodation .swiper-wrapper .swiper-slide .title span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px; }
        @media (max-width: 1024px) {
          #accommodation .swiper-wrapper .swiper-slide .title span {
            font-size: 18px; } }
      #accommodation .swiper-wrapper .swiper-slide .title img {
        margin-top: 40px; }
      #accommodation .swiper-wrapper .swiper-slide .title a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 60px; }
        @media (max-width: 991px) {
          #accommodation .swiper-wrapper .swiper-slide .title a {
            margin: 0 30px; } }
        #accommodation .swiper-wrapper .swiper-slide .title a img {
          margin-top: 40px; }
    #accommodation .swiper-wrapper .swiper-slide .hidden_content {
      background-color: #002a48;
      padding: 0% 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: #ffffff;
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        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;
          background-color: #a5b3aa;
          width: 10px;
          height: 2px;
          display: block;
          z-index: 1;
          top: 50%;
          left: -20px;
          transform: translateY(-50%); }
    #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,
    #parallax .title span {
      font-family: "Didact Gothic", sans-serif;
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 20px;
      text-align: center;
      display: block; }
    #parallax .title span {
      margin-top: 15px;
      display: block;
      font-family: "Open Sans Condensed", serif; }
    #parallax .title h2 {
      font-family: "Open Sans Condensed", serif;
      font-weight: 300;
      margin: auto;
      margin-bottom: 40px;
      font-size: 100px;
      line-height: 100px;
      max-width: 900px;
      padding: 0 30px; }
      @media (max-width: 1024px) {
        #parallax .title h2 {
          line-height: unset;
          font-size: 44px; } }
    #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: 80vh; }
    @media (max-width: 991px) {
      .halfhalf .left {
        width: 100%;
        min-height: auto;
        height: 50vw;
        order: 2; } }
    @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: #f4f1ed; }
    @media (max-width: 991px) {
      .halfhalf .right {
        width: 100%;
        padding: 30px 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; } }
      .halfhalf .right .right_info p {
        margin: auto;
        color: #000000; }
      .halfhalf .right .right_info .subtitle {
        color: #002a48;
        margin-bottom: 20px;
        display: block; }
        @media (max-width: 991px) {
          .halfhalf .right .right_info .subtitle {
            font-size: 18px; } }
      .halfhalf .right .right_info h2 {
        color: #000000;
        font-weight: 300;
        font-family: "Open Sans Condensed", serif;
        text-align: left;
        margin: auto;
        margin-bottom: 50px;
        font-size: 75px; }
        @media (max-width: 1280px) {
          .halfhalf .right .right_info h2 {
            font-size: 50px; } }
        @media (max-width: 991px) {
          .halfhalf .right .right_info h2 {
            font-size: 42px; } }
        @media (max-width: 768px) {
          .halfhalf .right .right_info h2 {
            font-size: 32px; } }
      .halfhalf .right .right_info span {
        font-family: "Open Sans Condensed", serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        display: block; }
      .halfhalf .right .right_info h3 {
        color: #000000;
        font-family: "Didact Gothic", sans-serif;
        font-size: 23px;
        font-weight: 300;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0px; }
        @media (max-width: 1680px) {
          .halfhalf .right .right_info h3 {
            font-size: 20px; } }
        @media (max-width: 450px) {
          .halfhalf .right .right_info h3 {
            font-size: 16px; } }
      .halfhalf .right .right_info a {
        margin: 50px 0 0; }

.inforows-wrapper .inforows {
  display: flex;
  padding: 0px; }
  @media (max-width: 991px) {
    .inforows-wrapper .inforows {
      flex-direction: column; }
      .inforows-wrapper .inforows .image {
        order: 2 !important; }
      .inforows-wrapper .inforows .info {
        order: 1 !important; } }
  .inforows-wrapper .inforows .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    width: 33.333%; }
    @media (max-width: 991px) {
      .inforows-wrapper .inforows .image {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
  .inforows-wrapper .inforows .info {
    max-width: 1000px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 50px;
    padding-left: 5%;
    box-sizing: border-box;
    display: flex; }
    @media (max-width: 1024px) {
      .inforows-wrapper .inforows .info {
        padding-left: 0px; } }
    @media (max-width: 991px) {
      .inforows-wrapper .inforows .info {
        width: 100%;
        padding: 0px; } }
    .inforows-wrapper .inforows .info .inner_info {
      max-width: 600px;
      margin: auto;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        .inforows-wrapper .inforows .info .inner_info {
          padding: 0px 30px; } }
      @media (max-width: 991px) {
        .inforows-wrapper .inforows .info .inner_info {
          padding: 30px;
          max-width: 100%; } }
      .inforows-wrapper .inforows .info .inner_info span {
        color: #000000;
        font-family: "Open Sans Condensed", serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        display: block; }
      .inforows-wrapper .inforows .info .inner_info h2 {
        margin: auto;
        color: #4a6262;
        font-family: "Open Sans Condensed", serif;
        font-weight: 300;
        margin-bottom: 45px; }
      .inforows-wrapper .inforows .info .inner_info ul {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .inforows-wrapper .inforows .info .inner_info ul li {
          color: #000000;
          font-family: "Didact Gothic", sans-serif;
          font-size: 18px;
          font-weight: 300;
          text-align: left;
          position: relative;
          list-style-type: none; }
          .inforows-wrapper .inforows .info .inner_info ul li::after {
            content: "";
            position: absolute;
            background-color: #000000;
            width: 10px;
            height: 2px;
            display: block;
            z-index: 1;
            top: 50%;
            left: -20px;
            transform: translateY(-50%); }
      .inforows-wrapper .inforows .info .inner_info p {
        margin: auto; }
        .inforows-wrapper .inforows .info .inner_info p a {
          color: #002a48;
          margin: 0;
          text-decoration: underline; }
      .inforows-wrapper .inforows .info .inner_info a {
        display: block;
        margin: auto;
        margin-left: 0px;
        margin-top: 60px;
        color: #002a48; }
  .inforows-wrapper .inforows:nth-child(odd) .image {
    order: 1; }
  .inforows-wrapper .inforows:nth-child(odd) .info {
    order: 2; }
  .inforows-wrapper .inforows:nth-child(even) .image {
    order: 2; }
  .inforows-wrapper .inforows:nth-child(even) .info {
    order: 1; }
  .inforows-wrapper .inforows:nth-child(3n-2) {
    min-height: 750px; }
    .inforows-wrapper .inforows:nth-child(3n-2) .info,
    .inforows-wrapper .inforows:nth-child(3n-2) .image {
      flex: 50%; }
    @media (max-width: 1024px) {
      .inforows-wrapper .inforows:nth-child(3n-2) {
        min-height: unset; }
        .inforows-wrapper .inforows:nth-child(3n-2) .info,
        .inforows-wrapper .inforows:nth-child(3n-2) .image {
          flex: unset; } }
  .inforows-wrapper .inforows:nth-child(3n-1) .info {
    flex: 50%; }
  .inforows-wrapper .inforows:nth-child(3n-1) .image {
    flex: 50%; }
  @media (max-width: 1024px) {
    .inforows-wrapper .inforows:nth-child(3n-1) .info,
    .inforows-wrapper .inforows:nth-child(3n-1) .image {
      flex: unset; } }
  .inforows-wrapper .inforows:nth-child(3n) .info {
    flex: 60%; }
  .inforows-wrapper .inforows:nth-child(3n) .image {
    flex: 40%; }
  @media (max-width: 1024px) {
    .inforows-wrapper .inforows:nth-child(3n) .info,
    .inforows-wrapper .inforows:nth-child(3n) .image {
      flex: unset; } }
  .inforows-wrapper .inforows:nth-child(2n-1), .inforows-wrapper .inforows:nth-child(2n) {
    background-color: #f4f1ed; }
    .inforows-wrapper .inforows:nth-child(2n-1) span,
    .inforows-wrapper .inforows:nth-child(2n-1) p,
    .inforows-wrapper .inforows:nth-child(2n-1) ul li,
    .inforows-wrapper .inforows:nth-child(2n-1) ol li,
    .inforows-wrapper .inforows:nth-child(2n-1) h2, .inforows-wrapper .inforows:nth-child(2n) span,
    .inforows-wrapper .inforows:nth-child(2n) p,
    .inforows-wrapper .inforows:nth-child(2n) ul li,
    .inforows-wrapper .inforows:nth-child(2n) ol li,
    .inforows-wrapper .inforows:nth-child(2n) h2 {
      color: #000000 !important; }
    .inforows-wrapper .inforows:nth-child(2n-1) ul li::after, .inforows-wrapper .inforows:nth-child(2n) ul li::after {
      background-color: #4a6262 !important; }
    .inforows-wrapper .inforows:nth-child(2n-1) svg line,
    .inforows-wrapper .inforows:nth-child(2n-1) svg path, .inforows-wrapper .inforows:nth-child(2n) svg line,
    .inforows-wrapper .inforows:nth-child(2n) svg path {
      stroke: #a5b3aa; }
    .inforows-wrapper .inforows:nth-child(2n-1) .subtitle, .inforows-wrapper .inforows:nth-child(2n) .subtitle {
      color: #002a48 !important;
      margin-bottom: 20px;
      display: block; }
      @media (max-width: 991px) {
        .inforows-wrapper .inforows:nth-child(2n-1) .subtitle, .inforows-wrapper .inforows:nth-child(2n) .subtitle {
          font-size: 18px; } }

.inforows-wrapper.listrows .info {
  width: 100% !important; }
  .inforows-wrapper.listrows .info .inner_info {
    max-width: unset !important; }
    .inforows-wrapper.listrows .info .inner_info ul,
    .inforows-wrapper.listrows .info .inner_info ol {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 40px;
           column-gap: 40px; }
      @media (max-width: 768px) {
        .inforows-wrapper.listrows .info .inner_info ul,
        .inforows-wrapper.listrows .info .inner_info ol {
          -moz-column-count: 1;
               column-count: 1; } }
      .inforows-wrapper.listrows .info .inner_info ul li,
      .inforows-wrapper.listrows .info .inner_info ol li {
        line-height: unset !important;
        margin-bottom: 20px; }
        .inforows-wrapper.listrows .info .inner_info ul li::after,
        .inforows-wrapper.listrows .info .inner_info ol li::after {
          top: -15px; }
          @media (max-width: 1280px) {
            .inforows-wrapper.listrows .info .inner_info ul li::after,
            .inforows-wrapper.listrows .info .inner_info ol li::after {
              top: 0px; } }
    .inforows-wrapper.listrows .info .inner_info ol {
      -moz-column-count: 1;
           column-count: 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: "Didact Gothic", sans-serif;
      margin-bottom: 20px;
      color: #ffffff; }
    #offers .col .title h2,
    #blog .col .title h2 {
      font-weight: 300;
      margin: auto;
      margin-bottom: 45px;
      font-family: "Open Sans Condensed", serif;
      font-size: 80px;
      line-height: 80px; }
      @media (max-width: 1024px) {
        #offers .col .title h2,
        #blog .col .title h2 {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 1024px) {
        #offers .col .title h2,
        #blog .col .title h2 {
          font-size: 40px;
          line-height: 40px; } }
      @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: #ffffff;
    z-index: 1; }
  #gallery .gallery_swipe .swiper-slide {
    width: 100%; }
    #gallery .gallery_swipe .swiper-slide a.single-image {
      min-width: 100%; }
      #gallery .gallery_swipe .swiper-slide a.single-image img {
        display: block;
        height: 80vh;
        margin: auto;
        width: 80%;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 991px) {
          #gallery .gallery_swipe .swiper-slide a.single-image img {
            height: 100vw; } }
  #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    display: flex;
    align-items: center;
    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: 60px;
        height: 60px; } }
    @media (max-width: 450px) {
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
        width: 55px;
        height: 55px; } }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev::after {
      display: none; }
  #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    margin: auto;
    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: 991px) {
  .home .bigimage .right {
    display: none; } }

.page-template-galinispa .map {
  width: 100%;
  height: 80vh; }

#offer-content {
  padding: 90px 30px;
  max-width: 1300px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #offer-content {
      padding: 40px 30px; } }

.hero_swipe {
  height: 100%;
  z-index: unset; }
  .hero_swipe .hero-gallery-slide {
    position: relative; }
    .hero_swipe .hero-gallery-slide::after {
      content: "";
      position: absolute;
      inset: 0; }
    .hero_swipe .hero-gallery-slide img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero_swipe .hero-swiper-buttons-nav {
    position: absolute;
    top: 50vh;
    left: 50vw;
    display: flex;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 60px);
    justify-content: space-between;
    z-index: 2; }
    .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev {
      cursor: pointer;
      width: 6rem;
      height: 6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: unset;
      right: unset;
      left: unset;
      bottom: unset;
      color: #ffffff;
      border-radius: 100%;
      transform: translateY(10%) scale(1);
      z-index: 1;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev:hover {
        transform: translateY(10%) scale(0.8); }
      @media (max-width: 991px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev {
          display: none; } }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev::after {
        display: none; }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev img {
        height: 100%;
        width: 100%; }
    .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next {
      cursor: pointer;
      width: 6rem;
      height: 6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: unset;
      bottom: unset;
      left: unset;
      color: #ffffff;
      border-radius: 100%;
      transform: translateY(10%) scale(1);
      z-index: 1;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next:hover {
        transform: translateY(10%) scale(0.8); }
      @media (max-width: 991px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next {
          display: none; } }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next::after {
        display: none; }
      .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next img {
        height: 100%;
        width: 100%; }

#slider {
  position: relative;
  cursor: none;
  height: 100svh; }
  #slider .homepage-count-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #ffffff;
    z-index: 10; }
    @media (max-width: 991px) {
      #slider .homepage-count-wrapper {
        font-size: 16px;
        top: 40px; } }
    #slider .homepage-count-wrapper .current-index-villas {
      opacity: 1; }
    #slider .homepage-count-wrapper .swiper-amount-villas,
    #slider .homepage-count-wrapper .index-villas-divider {
      opacity: 0.5; }
    #slider .homepage-count-wrapper span.index-villas-divider {
      width: 54px;
      display: block;
      background: #ffffff;
      height: 1px; }
  #slider .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0.7); }
    @media (max-width: 991px) {
      #slider .swiper-slide img {
        filter: brightness(0.55); } }
  #slider .home-page_svg-graphic {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media (max-width: 991px) {
      #slider .home-page_svg-graphic {
        bottom: 50px;
        width: 50px; } }
  #slider .slider_cursor {
    background-color: #ffffff;
    border-radius: 100%;
    width: 135px;
    height: 135px;
    z-index: 100;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    translate: -50% -50%;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.15s cubic-bezier(0.65, 0, 0.35, 1); }
    #slider .slider_cursor.active {
      opacity: 1; }
    #slider .slider_cursor.hide {
      opacity: 0; }
    #slider .slider_cursor.left {
      transform: rotate(180deg); }
    #slider .slider_cursor.hide {
      opacity: 0; }
    #slider .slider_cursor.hide_header {
      opacity: 0; }
    @media (max-width: 1280px) {
      #slider .slider_cursor {
        width: 100px;
        height: 100px; } }
  @media (max-width: 991px) {
    #slider {
      height: 100vw; } }
  #slider .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center; }
    #slider .title p,
    #slider .title span {
      font-family: "Didact Gothic", sans-serif;
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 20px;
      text-align: center;
      display: block; }
    #slider .title span {
      margin-top: 15px;
      display: block;
      font-family: "Open Sans Condensed", serif; }
    #slider .title h2 {
      font-family: "Open Sans Condensed", serif;
      font-weight: 300;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 60px;
      font-size: 84px; }
      @media (max-width: 1024px) {
        #slider .title h2 {
          font-size: 44px; } }
    #slider .title a {
      color: white;
      border-bottom: 1px solid currentColor;
      padding: 5px; }

.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,
.page-template-tmpl_villa .halfhalf:nth-child(odd) .left,
.page-template-tmpl_villa .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,
.page-template-tmpl_villa .halfhalf:nth-child(odd) .right,
.page-template-tmpl_villa .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,
.page-template-tmpl_villa .halfhalf:nth-child(even) .left,
.page-template-tmpl_villa .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,
.page-template-tmpl_villa .halfhalf:nth-child(even) .right,
.page-template-tmpl_villa .bigimage:nth-child(even) .right {
  order: 2; }

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

.single-room .bigimage:nth-child(2n-1), .single-room .bigimage:nth-child(2n),
.page-template-tmpl_spa .bigimage:nth-child(2n-1),
.page-template-tmpl_spa .bigimage:nth-child(2n),
.page-template-tmpl_villa .bigimage:nth-child(2n-1),
.page-template-tmpl_villa .bigimage:nth-child(2n) {
  background-color: #f4f1ed; }
  .single-room .bigimage:nth-child(2n-1) span,
  .single-room .bigimage:nth-child(2n-1) p,
  .single-room .bigimage:nth-child(2n-1) ul li,
  .single-room .bigimage:nth-child(2n-1) ol li, .single-room .bigimage:nth-child(2n) span,
  .single-room .bigimage:nth-child(2n) p,
  .single-room .bigimage:nth-child(2n) ul li,
  .single-room .bigimage:nth-child(2n) ol li,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) span,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) p,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) ul li,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) ol li,
  .page-template-tmpl_spa .bigimage:nth-child(2n) span,
  .page-template-tmpl_spa .bigimage:nth-child(2n) p,
  .page-template-tmpl_spa .bigimage:nth-child(2n) ul li,
  .page-template-tmpl_spa .bigimage:nth-child(2n) ol li,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) span,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) p,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) ul li,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) ol li,
  .page-template-tmpl_villa .bigimage:nth-child(2n) span,
  .page-template-tmpl_villa .bigimage:nth-child(2n) p,
  .page-template-tmpl_villa .bigimage:nth-child(2n) ul li,
  .page-template-tmpl_villa .bigimage:nth-child(2n) ol li {
    color: #000000 !important; }
  .single-room .bigimage:nth-child(2n-1) ul li::after, .single-room .bigimage:nth-child(2n) ul li::after,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) ul li::after,
  .page-template-tmpl_spa .bigimage:nth-child(2n) ul li::after,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) ul li::after,
  .page-template-tmpl_villa .bigimage:nth-child(2n) ul li::after {
    background-color: #4a6262 !important; }
  .single-room .bigimage:nth-child(2n-1) svg line,
  .single-room .bigimage:nth-child(2n-1) svg path, .single-room .bigimage:nth-child(2n) svg line,
  .single-room .bigimage:nth-child(2n) svg path,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) svg line,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) svg path,
  .page-template-tmpl_spa .bigimage:nth-child(2n) svg line,
  .page-template-tmpl_spa .bigimage:nth-child(2n) svg path,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) svg line,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) svg path,
  .page-template-tmpl_villa .bigimage:nth-child(2n) svg line,
  .page-template-tmpl_villa .bigimage:nth-child(2n) svg path {
    stroke: #002a48; }
  .single-room .bigimage:nth-child(2n-1) h2, .single-room .bigimage:nth-child(2n) h2,
  .page-template-tmpl_spa .bigimage:nth-child(2n-1) h2,
  .page-template-tmpl_spa .bigimage:nth-child(2n) h2,
  .page-template-tmpl_villa .bigimage:nth-child(2n-1) h2,
  .page-template-tmpl_villa .bigimage:nth-child(2n) h2 {
    color: #000000 !important; }

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

#information {
  padding: 30px 0px;
  background-color: #002a48; }
  @media (max-width: 768px) {
    #information {
      padding: 20px 0px;
      padding-left: 20px; } }
  #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 auto 50px;
      color: #ffffff;
      font-family: "Didact Gothic", sans-serif;
      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 {
    padding-block: 50px;
    flex: 50%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex; }
    @media (min-width: 768px) {
      #contact_content .contact_info {
        padding-block: 100px; } }
    @media (max-width: 768px) {
      #contact_content .contact_info {
        width: 100%;
        order: 2;
        padding: 50px 0px; } }
    #contact_content .contact_info .info {
      padding: 0px 30px;
      max-width: 600px;
      margin: auto; }
      @media (max-width: 1024px) {
        #contact_content .contact_info .info {
          max-width: 100%;
          padding: 0px 30px;
          width: 100%; } }
      #contact_content .contact_info .info * {
        color: #ffffff !important; }
    @media (min-width: 768px) {
      #contact_content .contact_info.wide {
        width: 70%; } }
    #contact_content .contact_info:not(.wide) .info h3 {
      color: #000000;
      font-family: "Open Sans Condensed", serif;
      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:not(.wide) .info h3 {
          margin-bottom: 25px;
          font-size: 30px; } }
      @media (max-width: 450px) {
        #contact_content .contact_info:not(.wide) .info h3 {
          margin-bottom: 20px;
          font-size: 25px; } }
    #contact_content .contact_info:not(.wide) .info p {
      color: #000000;
      font-family: "Didact Gothic", sans-serif;
      font-size: 26px;
      margin: auto; }
      @media (max-width: 768px) {
        #contact_content .contact_info:not(.wide) .info p {
          font-size: 25px; } }
      @media (max-width: 768px) {
        #contact_content .contact_info:not(.wide) .info p {
          font-size: 20px; } }
      #contact_content .contact_info:not(.wide) .info p a {
        color: #000000;
        font-family: "Didact Gothic", sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.5;
        display: block; }
        @media (max-width: 768px) {
          #contact_content .contact_info:not(.wide) .info p a {
            font-size: 25px; } }
        @media (max-width: 450px) {
          #contact_content .contact_info:not(.wide) .info p a {
            font-size: 20px; } }
      #contact_content .contact_info:not(.wide) .info p a {
        font: inherit; }
    #contact_content .contact_info:not(.wide) .info a {
      color: #000000;
      font-family: "Didact Gothic", sans-serif;
      font-size: 30px;
      display: block;
      text-decoration: none; }
      @media (max-width: 768px) {
        #contact_content .contact_info:not(.wide) .info a {
          font-size: 25px; } }
      @media (max-width: 450px) {
        #contact_content .contact_info:not(.wide) .info a {
          font-size: 20px; } }
  #contact_content #map {
    flex: 50%;
    height: 100vh; }
    @media (max-width: 768px) {
      #contact_content #map {
        height: 60vh;
        width: 100%; } }

#form {
  padding: 150px 0px; }
  @media (max-width: 768px) {
    #form {
      padding: 100px 0px; } }
  @media (max-width: 450px) {
    #form {
      padding: 50px 0px; } }
  #form .wrapper p {
    color: #000000;
    font-family: "Open Sans Condensed", serif;
    font-size: 26px;
    font-weight: 300;
    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 h3 {
    font-family: "Open Sans Condensed", serif;
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 60px; }
  #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: rgba(0, 0, 0, 0.7);
      font-family: "Didact Gothic", sans-serif;
      font-size: 18px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7);
      font-family: "Didact Gothic", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.7);
      font-family: "Didact Gothic", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7);
      font-family: "Didact Gothic", sans-serif;
      font-size: 21px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form label {
      color: #000000;
      font-family: "Open Sans Condensed", serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      display: block;
      -webkit-padding-after: 20px;
              padding-block-end: 20px; }
    #form .wrapper .contact_form input,
    #form .wrapper .contact_form select {
      margin-bottom: 25px;
      height: 70px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #0000006b;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      font-family: "Didact Gothic", sans-serif;
      padding: 0px;
      text-align: center;
      color: rgba(0, 0, 0, 0.7); }
      #form .wrapper .contact_form input:focus-visible,
      #form .wrapper .contact_form select:focus-visible {
        color: #000000; }
      #form .wrapper .contact_form input.wpcf7-submit,
      #form .wrapper .contact_form select.wpcf7-submit {
        height: auto;
        width: auto;
        display: block;
        font-size: 21px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 1.05px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Open Sans Condensed", serif;
        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 #0000006b;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      padding: 0px;
      text-align: center;
      font-family: "Didact Gothic", sans-serif; }
  @media (min-width: 1024px) {
    #form .col-2 {
      display: flex;
      gap: 2em; } }
  #form .col-2 > div.col {
    width: 100%; }

#contact_content p {
  font-size: 20px; }

#form .wrapper .contact_form .wpcf7-not-valid-tip,
#form .wrapper .contact_form .wpcf7-response-output {
  color: #002a48; }

#content {
  padding: 150px 0px; }
  @media (min-width: 1024px) {
    #content .wrapper {
      max-width: 60%; } }
  @media (max-width: 1024px) {
    #content {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    #content {
      padding: 50px 0px; } }
  #content.policy-content {
    padding: 220px 0 150px; }
    @media (max-width: 768px) {
      #content.policy-content {
        padding: 180px 0 50px; } }
  #content .wrapper h3 {
    font-family: "Open Sans Condensed", serif;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1.15px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
  #content .wrapper h4 {
    font-size: 21px;
    font-weight: 300; }
  #content .wrapper h2,
  #content .wrapper h3,
  #content .wrapper h4,
  #content .wrapper h5,
  #content .wrapper h6 {
    font-family: "Open Sans Condensed", serif; }
  #content.content-colored {
    background-color: #a5b3aa; }
    #content.content-colored * {
      color: #ffffff !important;
      font-family: "Didact Gothic", sans-serif; }
      #content.content-colored * p {
        font-size: 20px; }
        @media (max-width: 768px) {
          #content.content-colored * p {
            font-size: 18px; } }

#gallery-page {
  background-color: #ffffff;
  position: relative;
  padding-block: 200px; }
  @media (max-width: 768px) {
    #gallery-page {
      padding-block: 150px; } }
  @media (max-width: 768px) {
    #gallery-page {
      padding-block: 150px; } }
  #gallery-page::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-size: 250px;
    opacity: 0.05;
    background-position: center; }
  #gallery-page .container-page {
    padding: 0 100px; }
    @media (max-width: 768px) {
      #gallery-page .container-page {
        margin-top: 150px;
        padding: 0 50px; } }
    @media (max-width: 768px) {
      #gallery-page .container-page {
        margin-top: 150px;
        padding: 0 30px; } }
    #gallery-page .container-page h1 {
      padding: 50px 0;
      color: #002a48;
      font-size: 50px;
      text-align: center;
      margin: auto;
      font-family: "Open Sans Condensed", serif;
      font-weight: 300; }
      @media (max-width: 1024px) {
        #gallery-page .container-page h1 {
          font-size: 40px; } }
      @media (max-width: 450px) {
        #gallery-page .container-page h1 {
          font-size: 30px;
          padding: 25px 0; } }
    #gallery-page .container-page .gallery-wrapper {
      -moz-columns: 400px;
           columns: 400px;
      -moz-column-gap: 30px;
           column-gap: 30px; }
      #gallery-page .container-page .gallery-wrapper .single-image {
        margin: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #gallery-page .container-page .gallery-wrapper .single-image:not(:first-child) {
          margin-top: 30px; }
        #gallery-page .container-page .gallery-wrapper .single-image:hover {
          filter: brightness(0.7); }
        #gallery-page .container-page .gallery-wrapper .single-image a {
          width: 100%;
          position: relative;
          display: inline-block; }
          #gallery-page .container-page .gallery-wrapper .single-image a img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }

#bistro {
  background-color: #a5b3aa; }
  #bistro .bistro-links-wrapper {
    max-width: 1320px;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    gap: 60px;
    flex-wrap: wrap; }
    #bistro .bistro-links-wrapper .bistro-link-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #bistro .bistro-links-wrapper .bistro-link-wrapper .bistro-heading {
        color: #4a6262;
        font-family: 'Neutraface Text Greek';
        font-size: 60px;
        margin-top: unset; }
      #bistro .bistro-links-wrapper .bistro-link-wrapper .bistro-link {
        color: #4a6262;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px; }
        #bistro .bistro-links-wrapper .bistro-link-wrapper .bistro-link svg {
          width: 40px; }
        #bistro .bistro-links-wrapper .bistro-link-wrapper .bistro-link svg line, #bistro .bistro-links-wrapper .bistro-link-wrapper .bistro-link svg path {
          path: #4a6262; }

#about-testimonials {
  margin-top: 100px; }
  #about-testimonials .testimonials-swiper .swiper-slide {
    height: auto; }
    #about-testimonials .testimonials-swiper .swiper-slide .testimonial-item {
      background-color: #f4f1ed;
      padding: 50px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px; }
      @media (max-width: 768px) {
        #about-testimonials .testimonials-swiper .swiper-slide .testimonial-item {
          padding: 30px; } }
      #about-testimonials .testimonials-swiper .swiper-slide .testimonial-item .testimonial-title {
        margin: unset;
        font-family: "nobilis";
        font-size: 40px;
        font-weight: 300; }
        @media (max-width: 1024px) {
          #about-testimonials .testimonials-swiper .swiper-slide .testimonial-item .testimonial-title {
            font-size: 36px; } }
        @media (max-width: 768px) {
          #about-testimonials .testimonials-swiper .swiper-slide .testimonial-item .testimonial-title {
            font-size: 30px; } }
    #about-testimonials .testimonials-swiper .swiper-slide:nth-child(odd) .testimonial-item .testimonial-title,
    #about-testimonials .testimonials-swiper .swiper-slide:nth-child(odd) .testimonial-item .testimonial-info * {
      color: #002a48; }
    #about-testimonials .testimonials-swiper .swiper-slide:nth-child(even) .testimonial-item .testimonial-title,
    #about-testimonials .testimonials-swiper .swiper-slide:nth-child(even) .testimonial-item .testimonial-info * {
      color: #a5b3aa; }
  #about-testimonials .testimonials-swiper .testimonials-swiper-buttons-nav {
    display: flex;
    margin: 150px 0 100px;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 768px) {
      #about-testimonials .testimonials-swiper .testimonials-swiper-buttons-nav {
        margin: 100px 0 50px; } }
    #about-testimonials .testimonials-swiper .testimonials-swiper-buttons-nav img {
      width: 70px;
      cursor: pointer; }

.inner_info:has(#TA_selfserveprop755) {
  margin-left: auto !important; }

#TA_selfserveprop755 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto; }
  #TA_selfserveprop755 #CDSWIDSSP {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }


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