/*! 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 */
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-block: 4rem; }

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

body {
  background-color: #FFFFFF;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", 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*/
hr {
  display: none; }

#contentpage {
  padding: 10rem 0rem; }
  #contentpage h1 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 5rem; }
    @media (max-width: 1440px) {
      #contentpage h1 {
        font-size: 80px; } }
    @media (max-width: 1280px) {
      #contentpage h1 {
        font-size: 70px; } }
    @media (max-width: 1024px) {
      #contentpage h1 {
        font-size: 60px; } }
    @media (max-width: 991px) {
      #contentpage h1 {
        font-size: 50px; } }
    @media (max-width: 768px) {
      #contentpage h1 {
        font-size: 45px; } }
    @media (max-width: 450px) {
      #contentpage h1 {
        font-size: 40px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.bg_gray {
  background-color: #c3c3c3; }

.bg_white {
  background-color: #FFFFFF; }

.bg_black {
  background-color: #000000; }

h1 {
  font-size: 60px;
  font-family: "Roboto", 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: 40px;
  font-family: "liberation-sans", sans-serif;
  font-style: normal; }
  @media (max-width: 1680px) {
    h2 {
      font-size: 30px; } }
  @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: #FFFFFF;
    width: 147px;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 100%;
    max-width: none;
    margin-left: 0px !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 991px) {
      a.booknow_button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 450px) {
      a.booknow_button {
        width: 80px;
        height: 80px; } }

.pos_rel {
  position: relative; }

p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }
  p #contact_content p {
    font-size: 20px; }
  p a {
    font-family: "Roboto", 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: #c3c3c3; }

#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: "Roboto", 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: "Roboto", 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: "Roboto", 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-size: 171px;
  line-height: normal;
  font-family: "Lora", serif;
  font-weight: 300; }
  @media (max-width: 1440px) {
    .large-heading {
      font-size: 70px; } }
  @media (max-width: 768px) {
    .large-heading {
      font-size: 60px; } }
  @media (max-width: 450px) {
    .large-heading {
      font-size: 40px; } }

.medium-heading {
  font-size: 47px;
  font-family: "Lora", serif;
  font-weight: 300; }
  @media (max-width: 1024px) {
    .medium-heading {
      font-size: 45px; } }
  @media (max-width: 768px) {
    .medium-heading {
      font-size: 40px; } }
  @media (max-width: 450px) {
    .medium-heading {
      font-size: 38px; } }

.small-heading {
  font-weight: 400;
  font-size: 23px;
  margin: unset; }

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

.hero_swipe {
  height: 100%; }
  .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; }
    .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev {
      cursor: pointer;
      width: 8rem;
      height: 8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: unset;
      right: unset;
      left: unset;
      bottom: unset;
      color: #FFFFFF;
      width: 9rem;
      height: 9rem;
      border-radius: 100%;
      transform: translateY(10%) scale(1);
      z-index: 1;
      background-color: #FFFFFF;
      transition: all 0.7s 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: 1440px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev {
          width: 8rem;
          height: 8rem; } }
      @media (max-width: 1024px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-prev {
          width: 6rem;
          height: 6rem; } }
      @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-next {
      cursor: pointer;
      width: 8rem;
      height: 8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: unset;
      bottom: unset;
      left: unset;
      color: #FFFFFF;
      width: 9rem;
      height: 9rem;
      border-radius: 100%;
      transform: translateY(10%) scale(1);
      z-index: 1;
      background-color: #FFFFFF;
      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: 1440px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next {
          width: 8rem;
          height: 8rem; } }
      @media (max-width: 1024px) {
        .hero_swipe .hero-swiper-buttons-nav .hero-swiper-button-next {
          width: 6rem;
          height: 6rem; } }
      @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; }

/* =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.4s 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: #6497b1;
      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: #6497b1;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      mix-blend-mode: multiply;
      transition: opacity 0.4s 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.4s 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;
      flex-direction: column;
      gap: 18px;
      align-items: flex-end;
      padding: 0px;
      padding-right: 126px;
      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 40px; } }
      .headermenu .headermenu_right div ul li {
        list-style-type: none;
        width: 100%; }
        .headermenu .headermenu_right div ul li a {
          position: relative;
          color: #FFFFFF;
          cursor: pointer;
          font-size: 32px;
          font-weight: 400;
          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-height: 800px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 30px; } }
          @media (max-width: 991px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 40px; } }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li a {
              font-size: 24px;
              line-height: 1.4; } }
          .headermenu .headermenu_right div ul li a:hover {
            color: #FFFFFF; }
        .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: white;
          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: 18px;
              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: 20px;
        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: "Manrope" !important;
          font-weight: bold !important;
          opacity: 1 !important;
          font-size: 20px !important;
          white-space: nowrap; }
          @media (max-width: 450px) {
            .headermenu .headermenu_right div ul.sub-menu a {
              font-size: 16px !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 {
    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: 40px;
  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; } }
  .header_wrapper.down {
    transform: translateY(-100%); }
  .header_wrapper.scrolled {
    top: 0px;
    background-color: #011f4b;
    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: 1px;
      text-wrap: nowrap; }
      @media (max-width: 768px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 24px; } }
      @media (max-width: 450px) {
        .header_wrapper.scrolled .header_logo a {
          font-size: 18px; } }
      .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: 1px;
      text-wrap: nowrap; }
      @media (max-width: 768px) {
        .header_wrapper.openmenu .header_logo a {
          font-size: 18px; } }
      .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); }
    .header_wrapper.openmenu .book a {
      color: #000000;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper.openmenu .menu_open button {
      color: #000000;
      border-color: #000000;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper .header_logo {
    margin: auto;
    flex-basis: 33.333%;
    text-align: center; }
    .header_wrapper .header_logo a {
      display: block;
      margin: auto;
      color: #ffffff;
      font-size: 32px;
      font-weight: 300;
      letter-spacing: 1px;
      text-align: center;
      text-wrap: nowrap;
      font-family: "Lora", serif;
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 768px) {
        .header_wrapper .header_logo a {
          font-size: 24px; } }
      @media (max-width: 450px) {
        .header_wrapper .header_logo a {
          font-size: 21px; } }
      .header_wrapper .header_logo a img,
      .header_wrapper .header_logo a svg {
        display: block;
        margin: auto;
        width: 420px;
        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: 300px !important; } }
        @media (max-width: 450px) {
          .header_wrapper .header_logo a img,
          .header_wrapper .header_logo a svg {
            width: 200px !important; } }
  .header_wrapper .header_right {
    margin: auto;
    flex-basis: 33.333%;
    margin-right: 0px;
    display: flex; }
    .header_wrapper .header_right .phone {
      margin: auto;
      margin-right: 25px;
      text-wrap: nowrap; }
      @media (max-width: 991px) {
        .header_wrapper .header_right .phone {
          display: none; } }
      .header_wrapper .header_right .phone a {
        color: white;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        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 {
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 1.05px;
        text-align: center;
        height: 120px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: none;
        border-radius: 100%;
        border: 1px solid #FFFFFF; }
        .header_wrapper .header_right .book a text {
          font-size: 20px;
          font-family: "AeonikPro"; }
        @media (max-width: 768px) {
          .header_wrapper .header_right .book a {
            font-size: 15px;
            margin-left: auto;
            height: 90px;
            width: 90px;
            white-space: nowrap; } }
        @media (max-width: 450px) {
          .header_wrapper .header_right .book a {
            height: auto;
            width: auto; } }
  .header_wrapper .menu_open {
    margin: auto;
    flex-basis: 33.333%;
    margin-left: 0px;
    display: flex; }
    .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;
        border-bottom-color: transparent;
        color: white;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        font-family: "Roboto", sans-serif;
        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;
      border: none;
      box-shadow: none;
      cursor: pointer;
      transition: letter-spacing 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      width: 74px;
      height: 74px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      padding: 0px;
      justify-content: center; }
      @media (max-width: 768px) {
        .header_wrapper .menu_open button {
          height: 70px;
          width: 70px; } }
      @media (max-width: 450px) {
        .header_wrapper .menu_open button {
          height: 60px;
          width: 60px; } }
      .header_wrapper .menu_open button .button_icon {
        margin: auto; }
        .header_wrapper .menu_open button .button_icon span {
          display: block;
          width: 60px;
          height: 2px;
          background-color: white;
          margin-bottom: 10px;
          transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 450px) {
            .header_wrapper .menu_open button .button_icon span {
              width: 40px; } }
          .header_wrapper .menu_open button .button_icon span:last-of-type {
            margin-bottom: 0px; }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(1) {
        margin-bottom: 0px;
        transform: rotate(45deg) translateY(1px); }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(2) {
        margin-bottom: 0px;
        transform: rotate(-45deg) translateY(-1px); }
      .header_wrapper .menu_open button.is-active .button_icon span:nth-child(3) {
        width: 0px; }
      .header_wrapper .menu_open button:hover {
        letter-spacing: 5px; }

footer {
  color: #FFFFFF;
  background-color: #03396c;
  padding: 70px 8.5%;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    footer {
      padding: 70px 2.5rem; } }
  @media (max-width: 1024px) {
    footer {
      padding: 50px 30px; } }
  @media (max-width: 991px) {
    footer {
      padding: 50px 15px; } }
  footer .footer_wrapper {
    display: flex; }
    @media (max-width: 768px) {
      footer .footer_wrapper {
        flex-direction: column; }
        footer .footer_wrapper .col {
          width: 100%; } }
    footer .footer_wrapper h3 {
      color: white;
      font-family: "Roboto", sans-serif;
      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: left; } }
    footer .footer_wrapper .footer_info {
      margin: auto;
      margin-top: 0px; }
      footer .footer_wrapper .footer_info p,
      footer .footer_wrapper .footer_info a {
        color: #FFFFFF;
        font-family: "Lora", serif;
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        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-wrap: wrap;
            font-size: 22px;
            text-align: center;
            margin-left: auto; } }
        @media (max-width: 450px) {
          footer .footer_wrapper .footer_info p,
          footer .footer_wrapper .footer_info a {
            text-align: start;
            margin-left: 0; } }
      footer .footer_wrapper .footer_info .footer_menu {
        text-transform: uppercase; }
      footer .footer_wrapper .footer_info .footer_social {
        display: flex;
        margin: auto;
        margin-top: 30px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_info .footer_social {
            margin: auto;
            padding-top: 30px; } }
        footer .footer_wrapper .footer_info .footer_social a {
          margin: unset; }
          footer .footer_wrapper .footer_info .footer_social a img {
            max-width: 80%;
            border-radius: 100%; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_info .footer_social a img {
                width: 90px; } }
    footer .footer_wrapper .footer_newsletter {
      margin: auto;
      display: flex;
      flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px; }
      footer .footer_wrapper .footer_newsletter .site-info {
        text-align: right; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .site-info {
            text-align: left; } }
      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: 22px; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::-moz-placeholder {
              color: #FFFFFF !important;
              letter-spacing: 2px;
              font-weight: 300; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:-ms-input-placeholder {
              color: #FFFFFF !important;
              letter-spacing: 2px;
              font-weight: 300; }
            footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::placeholder {
              color: #FFFFFF !important;
              letter-spacing: 2px;
              font-weight: 300; }
            @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; }
        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: auto;
        margin-bottom: 0px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer_newsletter .footer_copyright {
            margin: auto;
            width: 100%; } }
        footer .footer_wrapper .footer_newsletter .footer_copyright a,
        footer .footer_wrapper .footer_newsletter .footer_copyright p {
          color: #FFFFFF;
          font-family: "Roboto", 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;
          gap: 20px;
          text-transform: uppercase;
          text-wrap: nowrap; }
          @media (max-width: 768px) {
            footer .footer_wrapper .footer_newsletter .footer_menu ul {
              justify-content: center;
              flex-direction: column; } }
          @media (max-width: 450px) {
            footer .footer_wrapper .footer_newsletter .footer_menu ul {
              align-items: flex-start;
              flex-direction: column; } }
          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;
            position: relative; }
            @media (max-width: 768px) {
              footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                padding: 0px; } }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li::after {
              content: "";
              width: 0%;
              height: 1px;
              background: rgba(255, 255, 255, 0.5);
              position: absolute;
              bottom: 0;
              left: 0;
              transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li:hover::after {
              width: 100%;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            footer .footer_wrapper .footer_newsletter .footer_menu ul li a {
              font-family: "Roboto", sans-serif;
              font-size: 18px;
              font-weight: 400;
              line-height: 30px; }

.inforow-swiper .inforow-swiper-navigation {
  display: flex;
  gap: 3rem;
  margin-top: 2.5em; }
  .inforow-swiper .inforow-swiper-navigation .inforow-swiper-button-prev {
    transform: rotate(180deg); }

.inforow-swiper:nth-child(odd) .inforows .image {
  order: 1 !important; }

.inforow-swiper:nth-child(odd) .inforows .info {
  order: 2 !important; }

.inforow-swiper:nth-child(even) .inforows .image {
  order: 2 !important; }

.inforow-swiper:nth-child(even) .inforows .info {
  order: 1 !important; }

.inforow-swiper:nth-child(3n-2) .inforows {
  background-color: #E6E3DE; }
  .inforow-swiper:nth-child(3n-2) .inforows span, .inforow-swiper:nth-child(3n-2) .inforows ul li, .inforow-swiper:nth-child(3n-2) .inforows ol li {
    color: #705D56 !important; }
  .inforow-swiper:nth-child(3n-2) .inforows ul li::after {
    background-color: #FFFFFF !important; }
  .inforow-swiper:nth-child(3n-2) .inforows svg line, .inforow-swiper:nth-child(3n-2) .inforows svg path, .inforow-swiper:nth-child(3n-2) .inforows svg g {
    stroke: #484747 !important; }
  .inforow-swiper:nth-child(3n-2) .inforows h2 {
    color: #464646 !important; }
  .inforow-swiper:nth-child(3n-2) .inforows p {
    color: #000000 !important; }
  @media (max-width: 1024px) {
    .inforow-swiper:nth-child(3n-2) .inforows {
      min-height: unset; }
      .inforow-swiper:nth-child(3n-2) .inforows .info, .inforow-swiper:nth-child(3n-2) .inforows .image {
        width: unset; } }

.inforow-swiper:nth-child(3n-1) .inforows {
  background-color: #D0DADD; }
  .inforow-swiper:nth-child(3n-1) .inforows span, .inforow-swiper:nth-child(3n-1) .inforows p, .inforow-swiper:nth-child(3n-1) .inforows ul li, .inforow-swiper:nth-child(3n-1) .inforows ol li {
    color: #98846C !important; }
  .inforow-swiper:nth-child(3n-1) .inforows ul li::after {
    background-color: #98846C !important; }
  .inforow-swiper:nth-child(3n-1) .inforows svg line, .inforow-swiper:nth-child(3n-1) .inforows svg path, .inforow-swiper:nth-child(3n-1) .inforows svg g {
    stroke: #98846C !important; }
  .inforow-swiper:nth-child(3n-1) .inforows h2 {
    color: #98846C !important; }
  @media (max-width: 1024px) {
    .inforow-swiper:nth-child(3n-1) .inforows .info, .inforow-swiper:nth-child(3n-1) .inforows .image {
      width: unset; } }

.inforow-swiper:nth-child(3n) .inforows {
  background-color: #12365B; }
  .inforow-swiper:nth-child(3n) .inforows span, .inforow-swiper:nth-child(3n) .inforows p, .inforow-swiper:nth-child(3n) .inforows ul li, .inforow-swiper:nth-child(3n) .inforows ol li {
    color: white !important; }
  .inforow-swiper:nth-child(3n) .inforows ul li::after {
    background-color: white !important; }
  .inforow-swiper:nth-child(3n) .inforows svg line, .inforow-swiper:nth-child(3n) .inforows svg path, .inforow-swiper:nth-child(3n) .inforows svg g {
    stroke: white !important; }
  .inforow-swiper:nth-child(3n) .inforows h2 {
    color: #98846C !important; }
  @media (max-width: 1024px) {
    .inforow-swiper:nth-child(3n) .inforows .info, .inforow-swiper:nth-child(3n) .inforows .image {
      width: unset; } }

.inforow-swiper-button-next,
.inforow-swiper-button-prev {
  display: flex;
  align-items: center; }

#inforows .inforow-swiper:nth-child(3n - 2) .inforows {
  background: #E6E3DE !important; }
  #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info span {
    color: #705D56 !important; }
  #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info h2 {
    color: #464646 !important; }
  #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info p {
    color: #000000; }
  #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info svg, #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info svg g, #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info svg line, #inforows .inforow-swiper:nth-child(3n - 2) .inforows .inner_info path {
    stroke: #705D56 !important; }

#inforows .inforow-swiper:nth-child(3n - 1) .inforows {
  background: #DDD6CD !important; }
  #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info span {
    color: #705D56 !important; }
  #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info h2 {
    color: #464646 !important; }
  #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info p {
    color: #000000 !important; }
  #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info svg, #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info svg g, #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info svg line, #inforows .inforow-swiper:nth-child(3n - 1) .inforows .inner_info path {
    stroke: #705D56 !important; }

#inforows .inforow-swiper:nth-child(3n) .inforows {
  background: #484747 !important; }
  #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info span {
    color: #FFFFFF !important; }
  #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info h2 {
    color: #FFFFFF !important; }
  #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info p {
    color: #FFFFFF !important; }
  #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info svg, #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info svg g, #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info svg line, #inforows .inforow-swiper:nth-child(3n) .inforows .inner_info path {
    stroke: #FFFFFF !important; }

.filter,
.slider-filter {
  position: relative; }
  .filter::after,
  .slider-filter::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1; }

.filter::after {
  background-color: #6497b1;
  opacity: 0.4; }

.slider-filter::after {
  background-color: #000000;
  opacity: 0.3;
  -o-border-image: linear-gradient(180deg, #000, #ffffff80) 1;
     border-image: linear-gradient(180deg, #000, #ffffff80) fill 1; }

#landing {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media (max-width: 768px) {
    #landing {
      height: 75vw; } }
  @media (max-width: 450px) {
    #landing {
      height: 100vw; } }
  #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: #FFFFFF;
      font-weight: 300;
      text-align: center;
      margin: auto;
      line-height: 1.1;
      font-family: "Lora", serif;
      font-size: 100px; }
      @media (max-width: 1440px) {
        #landing .title h1 {
          font-size: 80px; } }
      @media (max-width: 991px) {
        #landing .title h1 {
          font-size: 70px; } }
      @media (max-width: 768px) {
        #landing .title h1 {
          font-size: 50px; } }
    #landing .title p {
      color: #ffffff;
      font-size: 32px;
      font-weight: 400;
      text-align: center;
      margin: auto; }
      @media (max-width: 768px) {
        #landing .title p {
          font-size: 24px; } }
    #landing .title a {
      color: #FFFFFF;
      font-family: "Roboto", sans-serif;
      font-size: 21px;
      font-weight: 700;
      letter-spacing: 1.05px;
      text-transform: uppercase;
      margin: auto;
      margin-top: 60px;
      display: flex;
      align-items: center; }
      #landing .title a img {
        margin: auto;
        margin-left: 10px; }

#content {
  padding-inline: 32px;
  margin-inline: auto;
  background: #6497b1;
  overflow: hidden;
  position: relative; }
  #content p, #content h2 {
    color: #FFFFFF; }
    @media (max-width: 768px) {
      #content p, #content h2 {
        text-align: left !important; } }
  #content .svg-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%; }
  #content svg {
    transform: translate(-50%, -50%);
    opacity: 0.2;
    z-index: 1;
    width: 700px;
    aspect-ratio: 1; }
    @media (max-width: 768px) {
      #content svg {
        width: 500px;
        aspect-ratio: 1; } }
    @media (max-width: 450px) {
      #content svg {
        width: 300px;
        aspect-ratio: 1; } }
  #content .content-wrapper {
    max-width: 1024px;
    margin-inline: auto;
    padding-inline: 30px; }
  #content h2 {
    font-size: 48px;
    font-family: "Lora", serif; }
    @media (max-width: 1024px) {
      #content h2 {
        font-size: 45px; } }
    @media (max-width: 991px) {
      #content h2 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      #content h2 {
        font-size: 35px;
        text-align: left !important; } }
    @media (max-width: 450px) {
      #content h2 {
        font-size: 30px; } }

.bigimage {
  display: flex;
  max-width: 100%;
  padding: 0px; }
  @media (max-width: 991px) {
    .bigimage {
      flex-direction: column; }
      .bigimage .right {
        order: 2 !important; }
      .bigimage .left {
        order: 1 !important; } }
  .bigimage .left {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: 33.33%;
    box-sizing: border-box;
    padding: 80px 5%;
    background-color: #011f4b;
    min-height: 60vh; }
    @media (max-width: 1280px) {
      .bigimage .left {
        width: 45%; } }
    @media (max-width: 1024px) {
      .bigimage .left {
        padding: 100px 30px; } }
    @media (max-width: 991px) {
      .bigimage .left {
        padding: 30px;
        width: 100%;
        min-height: auto; } }
    .bigimage .left p {
      margin: auto;
      color: #b3cde0;
      font-size: 18px; }
    @media (max-width: 450px) {
      .bigimage .left ul {
        padding-left: 15px; } }
    .bigimage .left ul li {
      color: #b3cde0;
      font-family: "Roboto", sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 52px;
      text-align: left;
      position: relative;
      list-style-type: none; }
      @media (max-width: 1280px) {
        .bigimage .left ul li {
          font-size: 24px;
          line-height: 2; } }
      @media (max-width: 450px) {
        .bigimage .left ul li {
          font-size: 18px;
          line-height: 1.5; } }
      .bigimage .left ul li::after {
        content: "";
        position: absolute;
        left: -30px;
        height: 2px;
        background-color: #FFFFFF;
        width: 25px;
        display: block;
        margin-top: 25px;
        z-index: 1;
        top: 0px;
        bottom: 0px; }
        @media (max-width: 450px) {
          .bigimage .left ul li::after {
            margin-top: 10px;
            width: 10px;
            left: -15px; } }
    .bigimage .left h2 {
      color: #b3cde0;
      font-weight: 200;
      font-family: "Lora", serif;
      text-align: left;
      margin: auto;
      margin: 20px 0;
      line-height: 1.2;
      font-size: 55px; }
      @media (max-width: 1024px) {
        .bigimage .left h2 {
          font-size: 45px; } }
      @media (max-width: 768px) {
        .bigimage .left h2 {
          font-size: 40px; } }
      @media (max-width: 450px) {
        .bigimage .left h2 {
          font-size: 38px; } }
    .bigimage .left span {
      color: #b3cde0;
      font-size: 23px;
      font-family: "Roboto", 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;
      mix-blend-mode: difference; }
  .bigimage .right {
    width: 66.666%;
    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 {
        width: 100%;
        min-height: auto;
        height: 50vw;
        order: 2; } }
    @media (max-width: 768px) {
      .bigimage .right {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
    @media (max-width: 450px) {
      .bigimage .right {
        height: 100vw; } }
  @media (min-width: 768px) {
    .bigimage:nth-of-type(2) .left {
      order: 2;
      background-color: #03396c; }
      .bigimage:nth-of-type(2) .left p, .bigimage:nth-of-type(2) .left h2, .bigimage:nth-of-type(2) .left ul li, .bigimage:nth-of-type(2) .left span {
        color: #FFFFFF; }
    .bigimage:nth-of-type(2) .right {
      order: 1; } }

#accommodation {
  /*No slider*/
  /*Slider*/ }
  #accommodation .hidden_content {
    background-color: #98846C; }
    #accommodation .hidden_content #information .information_wrapper {
      display: block !important; }
      #accommodation .hidden_content #information .information_wrapper p {
        padding-bottom: 5px; }
  #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 0 0 33.333333%; }
    @media (max-width: 1024px) {
      #accommodation .col-row .col {
        flex: 0 0 50%; }
        #accommodation .col-row .col:last-child {
          flex: 0 0 100%;
          max-height: 600px; } }
    @media (max-width: 768px) {
      #accommodation .col-row .col {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      #accommodation .col-row .col {
        height: 100vw; } }
    #accommodation .col-row .col .title {
      position: absolute;
      top: 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 {
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .title p {
            font-size: 18px; } }
      #accommodation .col-row .col .title h2 {
        color: #FFFFFF;
        font-weight: 500;
        margin: auto;
        font-family: "Lora", serif;
        margin-bottom: 10px;
        font-size: 44px;
        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: center;
        margin: 0 auto; }
        #accommodation .col-row .col .title a img {
          width: 35px; }
    #accommodation .col-row .col .hidden_content {
      background-color: #98846C;
      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: white;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          #accommodation .col-row .col .hidden_content p {
            font-size: 20px; } }
        #accommodation .col-row .col .hidden_content p::after {
          content: "";
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: white;
          width: 25px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #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: 70px;
        height: 70px;
        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: 70px;
        height: 70px;
        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 {
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          #accommodation .swiper-wrapper .swiper-slide .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          #accommodation .swiper-wrapper .swiper-slide .title p {
            font-size: 18px; } }
      #accommodation .swiper-wrapper .swiper-slide .title h2 {
        color: #FFFFFF;
        font-weight: 500;
        margin: auto;
        font-family: "Lora", serif;
        margin-bottom: 10px;
        font-size: 44px;
        text-align: center; }
        @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 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto; }
        #accommodation .swiper-wrapper .swiper-slide .title a img {
          width: 35px; }
    #accommodation .swiper-wrapper .swiper-slide .hidden_content {
      background-color: #98846C;
      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: white;
        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;
          left: -40px;
          height: 2px;
          background-color: white;
          width: 20px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    #accommodation .swiper-wrapper .swiper-slide:hover .hidden_content {
      transform: translateY(0%); }

#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; }
  #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: #b3cde0;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    z-index: 100;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    translate: -50% -50%;
    opacity: 0;
    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.left {
      transform: rotate(180deg); }
    #slider .slider_cursor.hide {
      opacity: 0; }
    #slider .slider_cursor.hide_header {
      opacity: 0; }
  @media (max-width: 991px) {
    #slider {
      height: 80vh; } }
  #slider .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center; }
    #slider .title p {
      font-family: "Roboto", sans-serif;
      font-size: 23px;
      font-weight: 400;
      letter-spacing: 1.15px;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 20px;
      text-align: center; }
    #slider .title h2 {
      font-family: "Lora", serif;
      font-weight: 300;
      margin: auto;
      margin-bottom: 40px;
      font-size: 84px; }
      @media (max-width: 1024px) {
        #slider .title h2 {
          font-size: 44px; } }
    #slider .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: #98846C; }
    @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: #FFFFFF; }
      .halfhalf .right .right_info h2 {
        color: #12365B;
        font-weight: 600;
        font-family: "Lora", serif;
        text-align: left;
        margin: auto;
        margin-bottom: 40px; }
      .halfhalf .right .right_info span,
      .halfhalf .right .right_info h3 {
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0px; }
        @media (max-width: 1680px) {
          .halfhalf .right .right_info span,
          .halfhalf .right .right_info h3 {
            font-size: 20px; } }
        @media (max-width: 450px) {
          .halfhalf .right .right_info span,
          .halfhalf .right .right_info h3 {
            font-size: 16px; } }
      .halfhalf .right .right_info a {
        margin: auto;
        margin-top: 30px; }

#inforows .inforows,
#list_inforows .inforows {
  display: flex;
  padding: 0px; }
  @media (max-width: 991px) {
    #inforows .inforows,
    #list_inforows .inforows {
      flex-direction: column; }
      #inforows .inforows .image,
      #list_inforows .inforows .image {
        order: 2 !important; }
      #inforows .inforows .info,
      #list_inforows .inforows .info {
        order: 1 !important; } }
  #inforows .inforows .image,
  #list_inforows .inforows .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    width: 33.333%; }
    @media (max-width: 991px) {
      #inforows .inforows .image,
      #list_inforows .inforows .image {
        width: 100%;
        min-height: auto;
        height: 50vw; } }
  #inforows .inforows .info,
  #list_inforows .inforows .info {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 66.666%;
    padding: 90px 50px;
    padding-left: 5%;
    box-sizing: border-box;
    display: flex; }
    @media (max-width: 1024px) {
      #inforows .inforows .info,
      #list_inforows .inforows .info {
        padding-left: 0px; } }
    @media (max-width: 991px) {
      #inforows .inforows .info,
      #list_inforows .inforows .info {
        width: 100%;
        padding: 0px; } }
    #inforows .inforows .info .inner_info,
    #list_inforows .inforows .info .inner_info {
      max-width: 800px;
      margin: auto;
      margin-left: 0px; }
      @media (max-width: 1024px) {
        #inforows .inforows .info .inner_info,
        #list_inforows .inforows .info .inner_info {
          padding: 0px 30px; } }
      @media (max-width: 991px) {
        #inforows .inforows .info .inner_info,
        #list_inforows .inforows .info .inner_info {
          padding: 30px;
          max-width: 100%; } }
      #inforows .inforows .info .inner_info span,
      #list_inforows .inforows .info .inner_info span {
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-align: left;
        text-transform: uppercase;
        display: block; }
      #inforows .inforows .info .inner_info h2,
      #list_inforows .inforows .info .inner_info h2 {
        margin: auto;
        color: #FFFFFF;
        font-family: "Lora", serif;
        font-weight: 600;
        margin-bottom: 45px;
        font-size: 64px; }
        @media (max-width: 1024px) {
          #inforows .inforows .info .inner_info h2,
          #list_inforows .inforows .info .inner_info h2 {
            font-size: 40px; } }
      @media (max-width: 450px) {
        #inforows .inforows .info .inner_info ul,
        #list_inforows .inforows .info .inner_info ul {
          padding-left: 15px; } }
      #inforows .inforows .info .inner_info ul li,
      #list_inforows .inforows .info .inner_info ul li {
        color: #FFFFFF;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        position: relative;
        list-style-type: none;
        margin-bottom: 20px; }
        @media (max-width: 1280px) {
          #inforows .inforows .info .inner_info ul li,
          #list_inforows .inforows .info .inner_info ul li {
            margin-bottom: 16px; } }
        #inforows .inforows .info .inner_info ul li::after,
        #list_inforows .inforows .info .inner_info ul li::after {
          content: "";
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: #000000;
          width: 25px;
          display: block;
          margin-top: 25px;
          z-index: 1;
          top: -15px;
          bottom: 0px; }
          @media (max-width: 450px) {
            #inforows .inforows .info .inner_info ul li::after,
            #list_inforows .inforows .info .inner_info ul li::after {
              margin-top: 10px;
              width: 10px;
              left: -15px; } }
          @media (max-width: 1280px) {
            #inforows .inforows .info .inner_info ul li::after,
            #list_inforows .inforows .info .inner_info ul li::after {
              top: 0px; } }
      #inforows .inforows .info .inner_info p,
      #list_inforows .inforows .info .inner_info p {
        margin: auto;
        color: #FFFFFF; }
      #inforows .inforows .info .inner_info a,
      #list_inforows .inforows .info .inner_info a {
        display: block;
        margin: auto;
        margin-left: 0px;
        margin-top: 60px; }
        @media (hover: hover) {
          #inforows .inforows .info .inner_info a:hover svg,
          #list_inforows .inforows .info .inner_info a:hover svg {
            transform: scale(1.05); } }
        #inforows .inforows .info .inner_info a svg,
        #list_inforows .inforows .info .inner_info a svg {
          transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
  #inforows .inforows:nth-child(odd) .image,
  #list_inforows .inforows:nth-child(odd) .image {
    order: 1; }
  #inforows .inforows:nth-child(odd) .info,
  #list_inforows .inforows:nth-child(odd) .info {
    order: 2; }
  #inforows .inforows:nth-child(even) .image,
  #list_inforows .inforows:nth-child(even) .image {
    order: 2; }
  #inforows .inforows:nth-child(even) .info,
  #list_inforows .inforows:nth-child(even) .info {
    order: 1; }
  #inforows .inforows:nth-child(3n-2),
  #list_inforows .inforows:nth-child(3n-2) {
    background-color: #E6E3DE; }
    #inforows .inforows:nth-child(3n-2) span,
    #inforows .inforows:nth-child(3n-2) ul li,
    #inforows .inforows:nth-child(3n-2) ol li,
    #list_inforows .inforows:nth-child(3n-2) span,
    #list_inforows .inforows:nth-child(3n-2) ul li,
    #list_inforows .inforows:nth-child(3n-2) ol li {
      color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n-2) ul li::after,
    #list_inforows .inforows:nth-child(3n-2) ul li::after {
      background-color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n-2) svg line,
    #inforows .inforows:nth-child(3n-2) svg path,
    #inforows .inforows:nth-child(3n-2) svg g,
    #list_inforows .inforows:nth-child(3n-2) svg line,
    #list_inforows .inforows:nth-child(3n-2) svg path,
    #list_inforows .inforows:nth-child(3n-2) svg g {
      stroke: #484747; }
    #inforows .inforows:nth-child(3n-2) h2,
    #list_inforows .inforows:nth-child(3n-2) h2 {
      color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n-2) p,
    #list_inforows .inforows:nth-child(3n-2) p {
      color: #FFFFFF !important; }
    @media (max-width: 1024px) {
      #inforows .inforows:nth-child(3n-2),
      #list_inforows .inforows:nth-child(3n-2) {
        min-height: unset; }
        #inforows .inforows:nth-child(3n-2) .info,
        #inforows .inforows:nth-child(3n-2) .image,
        #list_inforows .inforows:nth-child(3n-2) .info,
        #list_inforows .inforows:nth-child(3n-2) .image {
          width: unset; } }
    @media (max-width: 768px) {
      #inforows .inforows:nth-child(3n-2) .info,
      #inforows .inforows:nth-child(3n-2) .image,
      #list_inforows .inforows:nth-child(3n-2) .info,
      #list_inforows .inforows:nth-child(3n-2) .image {
        width: 100% !important; } }
  #inforows .inforows:nth-child(3n),
  #list_inforows .inforows:nth-child(3n) {
    background-color: #DDD6CD; }
    #inforows .inforows:nth-child(3n) span,
    #inforows .inforows:nth-child(3n) ul li,
    #inforows .inforows:nth-child(3n) ol li,
    #list_inforows .inforows:nth-child(3n) span,
    #list_inforows .inforows:nth-child(3n) ul li,
    #list_inforows .inforows:nth-child(3n) ol li {
      color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n) p,
    #list_inforows .inforows:nth-child(3n) p {
      color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n) ul li::after,
    #list_inforows .inforows:nth-child(3n) ul li::after {
      background-color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n) svg line,
    #inforows .inforows:nth-child(3n) svg path,
    #inforows .inforows:nth-child(3n) svg g,
    #list_inforows .inforows:nth-child(3n) svg line,
    #list_inforows .inforows:nth-child(3n) svg path,
    #list_inforows .inforows:nth-child(3n) svg g {
      stroke: #464646; }
    #inforows .inforows:nth-child(3n) h2,
    #list_inforows .inforows:nth-child(3n) h2 {
      color: #FFFFFF !important; }
    @media (max-width: 1024px) {
      #inforows .inforows:nth-child(3n) .info,
      #inforows .inforows:nth-child(3n) .image,
      #list_inforows .inforows:nth-child(3n) .info,
      #list_inforows .inforows:nth-child(3n) .image {
        width: unset; } }
    @media (max-width: 768px) {
      #inforows .inforows:nth-child(3n) .info,
      #inforows .inforows:nth-child(3n) .image,
      #list_inforows .inforows:nth-child(3n) .info,
      #list_inforows .inforows:nth-child(3n) .image {
        width: 100% !important; } }
  #inforows .inforows:nth-child(3n-1),
  #list_inforows .inforows:nth-child(3n-1) {
    background-color: #484747; }
    #inforows .inforows:nth-child(3n-1) p,
    #list_inforows .inforows:nth-child(3n-1) p {
      color: #FFFFFF !important; }
    #inforows .inforows:nth-child(3n-1) ul li::after,
    #list_inforows .inforows:nth-child(3n-1) ul li::after {
      background-color: white !important; }
    #inforows .inforows:nth-child(3n-1) svg line,
    #inforows .inforows:nth-child(3n-1) svg path,
    #inforows .inforows:nth-child(3n-1) svg g,
    #list_inforows .inforows:nth-child(3n-1) svg line,
    #list_inforows .inforows:nth-child(3n-1) svg path,
    #list_inforows .inforows:nth-child(3n-1) svg g {
      stroke: white; }
    #inforows .inforows:nth-child(3n-1) h2,
    #list_inforows .inforows:nth-child(3n-1) h2 {
      color: #FFFFFF !important; }
    @media (max-width: 1024px) {
      #inforows .inforows:nth-child(3n-1) .info,
      #inforows .inforows:nth-child(3n-1) .image,
      #list_inforows .inforows:nth-child(3n-1) .info,
      #list_inforows .inforows:nth-child(3n-1) .image {
        width: unset; } }
    @media (max-width: 768px) {
      #inforows .inforows:nth-child(3n-1) .info,
      #inforows .inforows:nth-child(3n-1) .image,
      #list_inforows .inforows:nth-child(3n-1) .info,
      #list_inforows .inforows:nth-child(3n-1) .image {
        width: 100% !important; } }

#inforows.listrows .info,
#list_inforows.listrows .info {
  width: 100% !important; }
  #inforows.listrows .info .inner_info,
  #list_inforows.listrows .info .inner_info {
    max-width: unset !important; }
    #inforows.listrows .info .inner_info ul,
    #inforows.listrows .info .inner_info ol,
    #list_inforows.listrows .info .inner_info ul,
    #list_inforows.listrows .info .inner_info ol {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 40px;
           column-gap: 40px; }
      @media (max-width: 768px) {
        #inforows.listrows .info .inner_info ul,
        #inforows.listrows .info .inner_info ol,
        #list_inforows.listrows .info .inner_info ul,
        #list_inforows.listrows .info .inner_info ol {
          -moz-column-count: 1;
               column-count: 1; } }
      #inforows.listrows .info .inner_info ul li,
      #inforows.listrows .info .inner_info ol li,
      #list_inforows.listrows .info .inner_info ul li,
      #list_inforows.listrows .info .inner_info ol li {
        line-height: unset !important;
        margin-bottom: 20px; }
        #inforows.listrows .info .inner_info ul li::after,
        #inforows.listrows .info .inner_info ol li::after,
        #list_inforows.listrows .info .inner_info ul li::after,
        #list_inforows.listrows .info .inner_info ol li::after {
          top: -15px; }
          @media (max-width: 1280px) {
            #inforows.listrows .info .inner_info ul li::after,
            #inforows.listrows .info .inner_info ol li::after,
            #list_inforows.listrows .info .inner_info ul li::after,
            #list_inforows.listrows .info .inner_info ol li::after {
              top: 0px; } }
    #inforows.listrows .info .inner_info ol,
    #list_inforows.listrows .info .inner_info ol {
      -moz-column-count: 1;
           column-count: 1; }

#inforows.membership-rows .inforows,
#list_inforows.membership-rows .inforows {
  min-height: unset; }
  #inforows.membership-rows .inforows .info,
  #list_inforows.membership-rows .inforows .info {
    padding: 60px 50px;
    width: unset !important; }
    @media (max-width: 991px) {
      #inforows.membership-rows .inforows .info,
      #list_inforows.membership-rows .inforows .info {
        padding: unset; } }

#inforows.membership-rows h2,
#list_inforows.membership-rows h2 {
  margin: unset; }

#inforows.membership-rows span,
#list_inforows.membership-rows span {
  margin: 40px 0;
  font-weight: 800 !important; }

#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: "Roboto", sans-serif;
      margin-bottom: 20px;
      color: #FFFFFF; }
    #offers .col .title h2,
    #blog .col .title h2 {
      font-weight: 300;
      margin: auto;
      margin-bottom: 45px; }
      @media (max-width: 991px) {
        #offers .col .title h2,
        #blog .col .title h2 {
          margin-bottom: 30px; } }

#gallery {
  position: relative; }
  #gallery::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    transition: all 1s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #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: 70px;
        height: 70px; } }
    #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; } }

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

#testimonials {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  overflow-x: clip;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-border-image: linear-gradient(180deg, #00000073, #fff0) 1;
     border-image: linear-gradient(180deg, #00000073, #fff0) fill 1; }
  #testimonials h2 {
    text-align: center;
    color: #FFFFFF; }
  #testimonials .testimonials-swiper {
    overflow: visible; }
  #testimonials .swiper-slide {
    background: #E6E3DE;
    gap: 1rem;
    box-sizing: border-box;
    min-height: 400px;
    height: auto;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #testimonials .swiper-slide .testimonial_content {
      display: flex;
      flex-direction: column;
      gap: 50px; }
    #testimonials .swiper-slide .testimonial_bottom {
      display: flex;
      justify-content: space-between;
      opacity: 0.5; }
  #testimonials .swiper-wrapper {
    z-index: 2; }

.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(3n-2) .left, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left {
  background-color: #98846C; }
  .single-room .bigimage:nth-child(3n-2) .left span, .single-room .bigimage:nth-child(3n-2) .left p, .single-room .bigimage:nth-child(3n-2) .left ul li, .single-room .bigimage:nth-child(3n-2) .left ol li, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left span, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left p, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left ul li, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left ol li, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left span, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left p, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left ul li, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left ol li {
    color: white !important; }
  .single-room .bigimage:nth-child(3n-2) .left ul li::after, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left ul li::after, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left ul li::after {
    background-color: white !important; }
  .single-room .bigimage:nth-child(3n-2) .left svg line, .single-room .bigimage:nth-child(3n-2) .left svg path, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left svg line, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left svg path, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left svg line, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left svg path {
    stroke: white; }
  .single-room .bigimage:nth-child(3n-2) .left h2, .page-template-tmpl_spa .bigimage:nth-child(3n-2) .left h2, .page-template-tmpl_villa .bigimage:nth-child(3n-2) .left h2 {
    color: #12365B !important; }

.single-room .bigimage:nth-child(3n-1) .left, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left {
  background-color: #D0DADD; }
  .single-room .bigimage:nth-child(3n-1) .left span, .single-room .bigimage:nth-child(3n-1) .left p, .single-room .bigimage:nth-child(3n-1) .left ul li, .single-room .bigimage:nth-child(3n-1) .left ol li, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left span, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left p, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left ul li, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left ol li, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left span, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left p, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left ul li, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left ol li {
    color: #98846C !important; }
  .single-room .bigimage:nth-child(3n-1) .left ul li::after, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left ul li::after, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left ul li::after {
    background-color: #98846C !important; }
  .single-room .bigimage:nth-child(3n-1) .left svg line, .single-room .bigimage:nth-child(3n-1) .left svg path, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left svg line, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left svg path, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left svg line, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left svg path {
    stroke: #98846C; }
  .single-room .bigimage:nth-child(3n-1) .left h2, .page-template-tmpl_spa .bigimage:nth-child(3n-1) .left h2, .page-template-tmpl_villa .bigimage:nth-child(3n-1) .left h2 {
    color: #98846C !important; }

.single-room .bigimage:nth-child(3n) .left, .page-template-tmpl_spa .bigimage:nth-child(3n) .left, .page-template-tmpl_villa .bigimage:nth-child(3n) .left {
  background-color: #12365B; }
  .single-room .bigimage:nth-child(3n) .left span, .single-room .bigimage:nth-child(3n) .left p, .single-room .bigimage:nth-child(3n) .left ul li, .single-room .bigimage:nth-child(3n) .left ol li, .page-template-tmpl_spa .bigimage:nth-child(3n) .left span, .page-template-tmpl_spa .bigimage:nth-child(3n) .left p, .page-template-tmpl_spa .bigimage:nth-child(3n) .left ul li, .page-template-tmpl_spa .bigimage:nth-child(3n) .left ol li, .page-template-tmpl_villa .bigimage:nth-child(3n) .left span, .page-template-tmpl_villa .bigimage:nth-child(3n) .left p, .page-template-tmpl_villa .bigimage:nth-child(3n) .left ul li, .page-template-tmpl_villa .bigimage:nth-child(3n) .left ol li {
    color: white !important; }
  .single-room .bigimage:nth-child(3n) .left ul li::after, .page-template-tmpl_spa .bigimage:nth-child(3n) .left ul li::after, .page-template-tmpl_villa .bigimage:nth-child(3n) .left ul li::after {
    background-color: white !important; }
  .single-room .bigimage:nth-child(3n) .left svg line, .single-room .bigimage:nth-child(3n) .left svg path, .page-template-tmpl_spa .bigimage:nth-child(3n) .left svg line, .page-template-tmpl_spa .bigimage:nth-child(3n) .left svg path, .page-template-tmpl_villa .bigimage:nth-child(3n) .left svg line, .page-template-tmpl_villa .bigimage:nth-child(3n) .left svg path {
    stroke: white; }
  .single-room .bigimage:nth-child(3n) .left h2, .page-template-tmpl_spa .bigimage:nth-child(3n) .left h2, .page-template-tmpl_villa .bigimage:nth-child(3n) .left h2 {
    color: #98846C !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; }
  @media (max-width: 768px) {
    #information {
      padding: 20px 0px; } }
  #information .information_wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #information .information_wrapper {
        flex-direction: column; } }
    #information .information_wrapper p {
      margin: auto 40px auto 50px;
      color: #FFFFFF;
      font-family: "Roboto", 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; }

@media (max-width: 768px) {
  .page-template-tmpl_contact #contact_content {
    margin-top: 0px; } }

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

#form {
  padding: 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: "Lora", serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.15px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #form .wrapper p {
        margin-bottom: 30px; } }
  #form .wrapper .screen-reader-response {
    display: none; }
  #form .wrapper .contact_form {
    max-width: 80%;
    margin: auto; }
    @media (max-width: 768px) {
      #form .wrapper .contact_form {
        max-width: 100%;
        width: 100%; } }
    #form .wrapper .contact_form .wpcf7-not-valid-tip, #form .wrapper .contact_form .wpcf7-response-output {
      color: red;
      margin-top: 40px;
      text-align: center; }
    #form .wrapper .contact_form #file-name {
      text-align: center;
      display: block;
      font-size: 20px;
      margin-top: 8px; }
    #form .wrapper .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form label {
      color: #000000;
      font-family: "Lora", serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.8px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
    #form .wrapper .contact_form input, #form .wrapper .contact_form select {
      margin-bottom: 15px;
      height: 70px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #000000;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      font-family: "Roboto", sans-serif;
      padding: 0px;
      text-align: center;
      font-size: 20px; }
      #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: 700;
        font-style: normal;
        letter-spacing: 1.05px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Lora", 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 #000000;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      padding: 0px;
      text-align: center;
      font-family: "Roboto", sans-serif; }

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

.wpcf7-form .input-file-label {
  background: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 18px 32px;
  color: white !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.wpcf7-form input[type=file] {
  display: none; }

form em {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 10px; }

#content {
  padding: 150px 0px; }
  @media (max-width: 1024px) {
    #content {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    #content {
      padding: 50px 0px; } }
  #content .wrapper h3 {
    font-family: "Lora", serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1.15px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
  #content .wrapper h4 {
    font-size: 21px; }

.page-filter {
  -o-border-image: linear-gradient(180deg, #b3cde0, #ffffff82) 1;
     border-image: linear-gradient(180deg, #b3cde0, #ffffff82) fill 1; }

#galleries {
  background: #b3cde0;
  padding-top: 100px;
  padding-bottom: 100px; }
  #galleries .galleries_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #galleries .galleries_wrapper h3 {
      color: #011f4b; }
  @media (max-width: 450px) {
    #galleries {
      padding-top: 100px; } }
  #galleries .wrapper {
    padding: 0px 5rem;
    box-sizing: border-box; }
    @media (max-width: 450px) {
      #galleries .wrapper {
        padding: 0px 15px; } }
    #galleries .wrapper h2 {
      margin: auto;
      margin-bottom: 100px; }
    #galleries .wrapper .grid-item {
      margin-bottom: 100px;
      width: 45%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 768px) {
        #galleries .wrapper .grid-item {
          width: 100%;
          margin-bottom: 50px; } }
      #galleries .wrapper .grid-item:last-of-type {
        margin-bottom: 0px; }
      #galleries .wrapper .grid-item .mygallery {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        #galleries .wrapper .grid-item .mygallery a {
          display: none; }
          #galleries .wrapper .grid-item .mygallery a:nth-child(1) {
            display: block; }
            @media (max-width: 768px) {
              #galleries .wrapper .grid-item .mygallery a:nth-child(1) img {
                display: block;
                width: 100%;
                height: 50vw;
                -o-object-fit: cover;
                   object-fit: cover; } }
            @media (max-width: 450px) {
              #galleries .wrapper .grid-item .mygallery a:nth-child(1) img {
                height: 100vw; } }
      #galleries .wrapper .grid-item h3 {
        font-size: 35px;
        font-weight: 300;
        line-height: 1.5;
        margin: auto;
        text-align: left;
        color: #000000;
        margin-top: 30px; }
        @media (max-width: 991px) {
          #galleries .wrapper .grid-item h3 {
            font-size: 30px; } }
        @media (max-width: 768px) {
          #galleries .wrapper .grid-item h3 {
            margin-top: 25px;
            font-size: 27px; } }

.fancybox__container {
  height: 100vh; }

@media (max-width: 768px) {
  .villa-image {
    height: 400px !important; } }

.villa-image .villa-swiper {
  height: 100%; }
  .villa-image .villa-swiper .swiper-slide {
    height: 700px; }
    @media (max-width: 768px) {
      .villa-image .villa-swiper .swiper-slide {
        height: unset; } }
    .villa-image .villa-swiper .swiper-slide .single-image {
      height: 100%;
      width: 100%;
      max-width: unset; }
      .villa-image .villa-swiper .swiper-slide .single-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .villa-image .villa-swiper .villa-swiper-navigation {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) !important;
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding-inline: 30px;
    box-sizing: border-box;
    width: 100%;
    z-index: 2; }
    .villa-image .villa-swiper .villa-swiper-navigation .villas-swiper-button-prev {
      transform: rotate(180deg); }
    .villa-image .villa-swiper .villa-swiper-navigation .villas-swiper-button-next,
    .villa-image .villa-swiper .villa-swiper-navigation .villas-swiper-button-prev {
      display: flex;
      align-items: center; }

#rates {
  display: flex;
  justify-content: center;
  padding-block: 2rem; }
  #rates a {
    font-size: 50px;
    background-color: #005b96;
    padding: 10px 20px;
    color: #FFFFFF; }
    @media (max-width: 1280px) {
      #rates a {
        font-size: 45px; } }
    @media (max-width: 1024px) {
      #rates a {
        font-size: 40px; } }
    @media (max-width: 991px) {
      #rates a {
        font-size: 35px; } }
    @media (max-width: 768px) {
      #rates a {
        font-size: 30px; } }
    @media (max-width: 450px) {
      #rates a {
        font-size: 25px; } }


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