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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Apple Garamond';
  src: url(../fonts/AppleGaramondLight.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manquis';
  src: url(../fonts/ManquisCP.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #ECE8DF;
  color: #50564A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Apple Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
  transition: background-color 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
  body:has(dialog[open]) {
    overflow: hidden;
    pointer-events: none; }
  @media (max-width: 768px) {
    body {
      font-size: 18px; } }

p, ul li {
  line-height: 28px; }
  @media (max-width: 768px) {
    p, ul li {
      line-height: 26px; } }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #50564A; }

::selection {
  color: #ffffff;
  background: #50564A; }

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

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

.hidden {
  display: none !important; }

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

/*Generic*/
.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 {
  padding: 0px 10%; }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0px 30px; } }
  @media (max-width: 450px) {
    .wrapper {
      padding: 0px 15px; } }

.small-wrapper {
  max-width: 950px;
  margin-inline: auto;
  padding: 0px 30px; }
  @media (max-width: 450px) {
    .small-wrapper {
      padding: 0px 15px; } }
  .small-wrapper h2 {
    max-width: 650px; }

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

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

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

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #000000; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Manquis", serif; }

.animated-title {
  opacity: 0; }

h1, .h1 {
  font-size: 50px;
  line-height: 55px;
  font-family: "Manquis", serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0; }
  @media (max-width: 1280px) {
    h1, .h1 {
      font-size: 42px;
      line-height: 48px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media (max-width: 450px) {
    h1, .h1 {
      font-size: 32px;
      line-height: 36px; } }

h2, .h2 {
  font-size: 55px;
  line-height: 58px;
  font-family: "Manquis", serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0; }
  @media (max-width: 1280px) {
    h2, .h2 {
      font-size: 48px;
      line-height: 50px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 42px; } }
  @media (max-width: 450px) {
    h2, .h2 {
      font-size: 36px;
      line-height: 40px; } }

.small-heading {
  font-size: 20px;
  font-family: "Manquis", serif;
  font-weight: 500;
  text-transform: uppercase; }

.text-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .text-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #50564A;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
  .text-link.lightbrown::after {
    background-color: #ECE8DF; }
  .text-link.brown::after {
    background-color: #CCC2A7; }
  .text-link:hover::after {
    width: 100%; }

.btn-tiled {
  color: #50564A;
  font-family: "Manquis", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: unset;
  border-right: unset;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url("/wp-content/themes/villamerilen/assets/images/btn-bg-gray.svg");
  background-size: 100% 100%;
  width: 200px;
  height: 59px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media (max-width: 768px) {
    .btn-tiled {
      font-size: 18px; } }
  .btn-tiled.white {
    color: #ffffff;
    background-image: url("/wp-content/themes/villamerilen/assets/images/btn-bg-white.svg"); }
  .btn-tiled.light {
    color: #CCC2A7 !important;
    background-image: url("/wp-content/themes/villamerilen/assets/images/btn-bg-brown.svg") !important; }
  .btn-tiled::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%; }
  .btn-tiled .inner-wrapper {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .btn-tiled .inner {
    position: relative;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    .btn-tiled .inner::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 120%; }
  .btn-tiled:hover .inner {
    transform: translateY(-120%); }

a {
  text-decoration: none; }

ul li {
  color: #50564A; }

.pos_rel {
  position: relative; }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 0px;
  -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: #50564A;
  border-radius: 0px; }

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

#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: "Apple Garamond", serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #50564A;
      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: #50564A;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Apple Garamond", 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: #50564A !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Apple Garamond", serif !important;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important; }
      #cookie-notice .cookie-notice-container a:hover {
        background-color: #50564A !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; } }

.swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #50564A; }
  .swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    border-radius: unset;
    margin: unset !important;
    background-color: transparent;
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
    border-right: 1px solid #50564A; }
    .swiper-pagination .swiper-pagination-bullet:last-of-type {
      border-right: unset; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #50564A; }
    .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
      background-color: #ffffff; }

.swiper-container {
  overflow: hidden; }

.swiper-arrow-button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out; }
  .swiper-arrow-button:hover {
    transform: translateX(5px); }

.three-column-section {
  display: flex;
  padding-block: 120px; }
  @media (max-width: 1024px) {
    .three-column-section {
      padding-block: 100px; } }
  @media (max-width: 768px) {
    .three-column-section {
      padding-block: 60px; } }
  .three-column-section .col {
    flex: 33.333%; }
  .three-column-section .col-1 .section-title {
    margin-top: unset; }

.section-title {
  text-transform: uppercase; }

#featured-404 {
  height: 100dvh;
  width: 100dvw;
  position: relative; }
  #featured-404::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2A2B29;
    opacity: 0.7; }
  #featured-404 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #featured-404 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 950px;
    padding-inline: 30px;
    z-index: 1; }
    #featured-404 .text-wrapper * {
      color: #ECE8DF;
      text-align: center; }
    #featured-404 .text-wrapper h1 {
      margin: unset;
      width: 100%; }
    #featured-404 .text-wrapper a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
      border-bottom: 1px solid #ECE8DF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.headermenu {
  position: fixed;
  background-color: #2A2B29;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: flex;
  transition: 0.6s ease-in-out;
  transition-delay: 1s;
  transform: translateX(-100%);
  pointer-events: none;
  overflow: hidden; }
  @media (max-width: 550px) {
    .headermenu {
      transition-delay: unset; } }
  .headermenu .nav-menu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 35%;
    bottom: 42%;
    z-index: 1;
    background: #ECE8DF;
    padding: 5%;
    transform: translate(-50%, 200%);
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 768px) {
      .headermenu .nav-menu {
        display: flex;
        flex-direction: column; } }
    .headermenu .nav-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 10px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .headermenu .nav-menu ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .headermenu .nav-menu ul li a {
          position: relative;
          font-size: 40px;
          font-family: "Manquis", serif;
          text-transform: uppercase;
          text-align: center;
          line-height: 35px;
          display: flex;
          align-items: center;
          gap: 40px;
          overflow: hidden;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .headermenu .nav-menu ul li a::before, .headermenu .nav-menu ul li a::after {
            content: url("/wp-content/themes/villamerilen/assets/images/menu-item-graphic.svg");
            transform: translateY(100%);
            transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .headermenu .nav-menu ul li a::after {
            transition-delay: 0.1s; }
          .headermenu .nav-menu ul li a:hover {
            color: #79896F; }
            .headermenu .nav-menu ul li a:hover::before, .headermenu .nav-menu ul li a:hover::after {
              transform: translateY(0); }
    .headermenu .nav-menu .nav-menu-languages {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 32px;
      font-size: 20px;
      font-family: "Manquis", serif; }
      @media (min-width: 1024px) {
        .headermenu .nav-menu .nav-menu-languages {
          display: none; } }
      @media (max-width: 550px) {
        .headermenu .nav-menu .nav-menu-languages {
          margin-top: 40px; }
          .headermenu .nav-menu .nav-menu-languages * {
            color: #CCC2A7; } }
    @media (max-height: 950px) {
      .headermenu .nav-menu {
        padding: 3%; }
        .headermenu .nav-menu ul li a {
          font-size: 36px; }
          .headermenu .nav-menu ul li a::before, .headermenu .nav-menu ul li a::after {
            height: 40px; } }
    @media (max-height: 700px) {
      .headermenu .nav-menu ul li a {
        font-size: 34px; }
        .headermenu .nav-menu ul li a::before, .headermenu .nav-menu ul li a::after {
          height: 36px; } }
    @media (max-width: 550px) {
      .headermenu .nav-menu {
        position: relative;
        width: 100%;
        left: unset;
        transform: unset;
        height: calc(100% - 90px);
        margin-top: 90px;
        bottom: unset;
        justify-content: center;
        display: flex;
        align-items: center;
        background-color: #2A2B29; }
        .headermenu .nav-menu li a {
          color: #CCC2A7; } }
  .headermenu .headermenu-image {
    width: 65%;
    height: 84%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 550px) {
      .headermenu .headermenu-image {
        display: none; } }
  .headermenu.is-active {
    transform: translateY(0%);
    pointer-events: auto;
    transition-delay: unset; }
    .headermenu.is-active .nav-menu {
      transition-delay: 0.9s;
      transform: translate(-50%, 50%); }
      @media (max-width: 550px) {
        .headermenu.is-active .nav-menu {
          transform: translate(0, 0); } }
    .headermenu.is-active .headermenu-image {
      transition-delay: 0.8s;
      transform: translateX(0%); }
  @media (max-width: 768px) {
    .headermenu .pos_rel {
      width: 100%; } }
  .headermenu .menu-mobile-menu-container {
    margin: auto;
    text-align: center;
    width: 100%; }
    .headermenu .menu-mobile-menu-container ul {
      padding: 0px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .headermenu .menu-mobile-menu-container ul li {
        list-style-type: none;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0%);
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0%);
        transition: all 1s 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        overflow: hidden; }
        .headermenu .menu-mobile-menu-container ul li.small a {
          font-size: 20px;
          font-family: "Apple Garamond", serif;
          text-transform: uppercase;
          margin-top: 50px; }
          .headermenu .menu-mobile-menu-container ul li.small a span {
            display: none; }
        .headermenu .menu-mobile-menu-container ul li:last-of-type a {
          margin-bottom: 0px; }
        .headermenu .menu-mobile-menu-container ul li a {
          font-size: 65px;
          line-height: 1.5;
          color: #50564A;
          margin: auto;
          display: block;
          font-weight: 300;
          position: relative;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          transition: all 0.35s linear; }
          @media (max-width: 1680px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 55px; } }
          @media (max-width: 1280px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 53px; } }
          @media (max-width: 1024px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 50px; } }
          @media (max-width: 991px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 40px; } }
          @media (max-width: 768px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 35px; } }
          @media (max-width: 450px) {
            .headermenu .menu-mobile-menu-container ul li a {
              font-size: 30px; } }
          .headermenu .menu-mobile-menu-container ul li a:hover {
            color: #ffffff; }
          .headermenu .menu-mobile-menu-container ul li a span {
            color: #ffffff;
            font-size: 32px;
            position: absolute;
            top: 0px;
            left: 0px;
            transform: translateX(-100%);
            font-size: 400; }
            @media (max-width: 1680px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 27px; } }
            @media (max-width: 1280px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 25px; } }
            @media (max-width: 1024px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 23px; } }
            @media (max-width: 991px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 21px; } }
            @media (max-width: 768px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 19px; } }
            @media (max-width: 450px) {
              .headermenu .menu-mobile-menu-container ul li a span {
                font-size: 17px; } }
          .headermenu .menu-mobile-menu-container ul li a img {
            display: none; }
  .headermenu .languages {
    margin: auto;
    margin-bottom: 15px; }

.header_wrapper {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 0;
  height: 80px;
  padding-block: 15px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 6;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1), transform 1.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .header_wrapper * {
    color: #ffffff;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper.header-home {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none; }
    .header_wrapper.header-home.visible {
      transform: translateY(0%);
      opacity: 1;
      pointer-events: all; }
  .header_wrapper.openmenu .header_left .menu_button_wrapper .menu_button .button_icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%; }
  .header_wrapper.openmenu .header_left .menu_button_wrapper .menu_button .button_icon span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 50%; }
  .header_wrapper.openmenu .header_left .menu_button:hover .button_icon span:nth-child(2) {
    width: 30px; }
  .header_wrapper.openmenu .header_left .menu_button .menu_btn_text span {
    transform: translateY(-120%); }
  .header_wrapper .menu_button_wrapper .menu_button {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent;
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden; }
    .header_wrapper .menu_button_wrapper .menu_button .button_icon {
      display: flex;
      width: 30px;
      height: 10px;
      position: relative; }
      .header_wrapper .menu_button_wrapper .menu_button .button_icon span {
        width: 30px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(1) {
          top: 0;
          left: 0; }
        .header_wrapper .menu_button_wrapper .menu_button .button_icon span:nth-child(2) {
          bottom: 0;
          left: 0; }
    .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text {
      display: flex;
      flex-direction: column;
      position: relative;
      position: relative;
      padding-left: 25px; }
      @media (min-width: 768px) {
        .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text {
          transform: translateY(2px); } }
      @media (max-width: 768px) {
        .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text {
          padding-left: 12px; } }
      .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text .menu_open {
        position: absolute;
        bottom: -120%; }
      .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text span {
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
        font-size: 20px;
        font-family: "Manquis", serif; }
        @media (max-width: 768px) {
          .header_wrapper .menu_button_wrapper .menu_button .menu_btn_text span {
            font-size: 18px; } }
    .header_wrapper .menu_button_wrapper .menu_button:hover .button_icon span:nth-child(2) {
      width: 20px; }
  .header_wrapper > .large-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 45px; }
    @media (max-width: 768px) {
      .header_wrapper > .large-wrapper {
        padding-inline: 30px; } }
    @media (max-width: 450px) {
      .header_wrapper > .large-wrapper {
        padding-inline: 15px; } }
  .header_wrapper ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: unset;
    padding: unset; }
  .header_wrapper .header_left {
    flex-basis: 33%;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .header_wrapper .header_left * {
      pointer-events: all; }
    .header_wrapper .header_left .logo-text-wrapper {
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .header_left .logo-text-wrapper .logo-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; }
        .header_wrapper .header_left .logo-text-wrapper .logo-text span {
          font-family: "Manquis", serif;
          color: #ffffff;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .header_wrapper .header_left .logo-text-wrapper .logo-text span:nth-child(1) {
          font-size: 16px;
          letter-spacing: 6px; }
        .header_wrapper .header_left .logo-text-wrapper .logo-text span:nth-child(2) {
          font-size: 12px;
          letter-spacing: 3px;
          font-style: italic; }
    .header_wrapper .header_left .languages {
      margin: auto;
      margin-left: 0px;
      display: flex; }
      .header_wrapper .header_left .languages a {
        margin: auto;
        text-decoration: none;
        color: #ffffff;
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 500; }
        .header_wrapper .header_left .languages a:nth-child(1) {
          margin-left: 0px;
          margin-right: 15px; }
        .header_wrapper .header_left .languages a.is-active {
          color: #50564A; }
  .header_wrapper .header_center {
    flex-basis: 33%;
    height: 100%;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .header_wrapper .header_center {
        flex-basis: 33%;
        padding-top: 0px; } }
    .header_wrapper .header_center a {
      height: 100%; }
      .header_wrapper .header_center a img {
        height: 100%; }
        @media (max-width: 768px) {
          .header_wrapper .header_center a img {
            padding-block: 8px; } }
  .header_wrapper .header_right {
    flex-basis: 33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px; }
    @media (max-width: 768px) {
      .header_wrapper .header_right {
        gap: 20px; } }
    .header_wrapper .header_right * {
      pointer-events: all; }
    @media (max-width: 1024px) {
      .header_wrapper .header_right .header-languages {
        display: none; } }
    .header_wrapper .header_right .nav-menu-languages {
      display: flex;
      margin: auto;
      margin-left: 30px;
      color: #ffffff;
      position: relative; }
      .header_wrapper .header_right .nav-menu-languages * {
        font-size: 20px;
        font-family: "Manquis", serif; }
        @media (max-width: 768px) {
          .header_wrapper .header_right .nav-menu-languages * {
            font-size: 18px; } }
      .header_wrapper .header_right .nav-menu-languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        color: #ffffff;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        padding-bottom: 2px;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .header_right .nav-menu-languages .lang {
        position: absolute;
        bottom: -10px;
        transform: translateY(0%);
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          .header_wrapper .header_right .nav-menu-languages .lang {
            transform: translateY(100%); } }
      .header_wrapper .header_right .nav-menu-languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
    @media (max-width: 1024px) {
      .header_wrapper .header_right .book-btn {
        width: 200px; } }
    @media (max-width: 768px) {
      .header_wrapper .header_right .book-btn {
        width: 180px; } }
    @media (max-width: 600px) {
      .header_wrapper .header_right .book-btn {
        width: 150px; } }
    @media (max-width: 500px) {
      .header_wrapper .header_right .book-btn {
        width: 120px;
        font-size: 16px; } }
    @media (min-width: 768px) {
      .header_wrapper .header_right .book-mobile {
        display: none; } }
    @media (max-width: 768px) {
      .header_wrapper .header_right .book-desktop {
        display: none; } }
  .header_wrapper .header_center a {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden; }
    .header_wrapper .header_center a img, .header_wrapper .header_center a svg {
      transition: 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    .header_wrapper .header_center a .logo-full {
      height: 120px; }
      .header_wrapper .header_center a .logo-full .cls-1 {
        fill: #ffffff; }
      @media (max-width: 1024px) {
        .header_wrapper .header_center a .logo-full {
          height: 100px; } }
      @media (max-width: 768px) {
        .header_wrapper .header_center a .logo-full {
          height: 80px;
          transform: translateY(-130%);
          opacity: 0; } }
    .header_wrapper .header_center a .logomark {
      height: 45px;
      position: absolute;
      left: 50%;
      top: 130%;
      transform: translateX(-50%);
      opacity: 0; }
      .header_wrapper .header_center a .logomark .cls-1 {
        fill: #ffffff; }
      @media (max-width: 768px) {
        .header_wrapper .header_center a .logomark {
          top: 2px;
          opacity: 1; }
          .header_wrapper .header_center a .logomark .cls-1 {
            transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); } }
  .header_wrapper.black-header:not(.scrolled) * {
    color: #50564A; }
  .header_wrapper.black-header:not(.scrolled) .button_icon span {
    background-color: #50564A; }
  .header_wrapper.black-header:not(.scrolled) .header_center a .logo-full .cls-1 {
    fill: #50564A; }
  .header_wrapper.black-header:not(.scrolled) .header_center .logomark .cls-1 {
    fill: #50564A; }
  .header_wrapper.scrolled, .header_wrapper.openmenu {
    background-color: #2A2B29; }
    .header_wrapper.scrolled *, .header_wrapper.openmenu * {
      color: #CCC2A7 !important; }
    .header_wrapper.scrolled .header_center a .logo-full, .header_wrapper.openmenu .header_center a .logo-full {
      transform: translateY(-130%);
      opacity: 0; }
    .header_wrapper.scrolled .header_center a .logomark, .header_wrapper.openmenu .header_center a .logomark {
      top: 2px;
      opacity: 1; }
      .header_wrapper.scrolled .header_center a .logomark .cls-1, .header_wrapper.openmenu .header_center a .logomark .cls-1 {
        fill: #CCC2A7 !important; }
    .header_wrapper.scrolled .header_left .button_icon span, .header_wrapper.openmenu .header_left .button_icon span {
      background-color: #CCC2A7 !important; }

.footer_wrapper {
  background-color: #50564A;
  padding-top: 60px; }
  .footer_wrapper * {
    color: #ECE8DF; }
  .footer_wrapper .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    gap: 20px; }
    @media (max-width: 1280px) {
      .footer_wrapper .footer-top {
        margin-bottom: 40px;
        gap: unset; } }
    .footer_wrapper .footer-top .left, .footer_wrapper .footer-top .right, .footer_wrapper .footer-top .center {
      flex: 1; }
    .footer_wrapper .footer-top .center {
      display: flex;
      justify-content: center; }
      @media (max-width: 1280px) {
        .footer_wrapper .footer-top .center img {
          height: 150px; } }
    .footer_wrapper .footer-top .left, .footer_wrapper .footer-top .right {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .footer_wrapper .footer-top .left *, .footer_wrapper .footer-top .right * {
        font-size: 30px;
        font-family: "Manquis", serif;
        text-transform: uppercase; }
        @media (max-width: 1280px) {
          .footer_wrapper .footer-top .left *, .footer_wrapper .footer-top .right * {
            font-size: 24px; } }
        @media (max-width: 1280px) {
          .footer_wrapper .footer-top .left *, .footer_wrapper .footer-top .right * {
            font-size: 22px; } }
        @media (max-width: 768px) {
          .footer_wrapper .footer-top .left *, .footer_wrapper .footer-top .right * {
            font-size: 20px; } }
    @media (min-width: 768px) {
      .footer_wrapper .footer-top .right {
        align-items: flex-end; } }
    @media (max-width: 768px) {
      .footer_wrapper .footer-top {
        flex-direction: column;
        gap: 20px; }
        .footer_wrapper .footer-top * {
          text-align: center; }
        .footer_wrapper .footer-top .center {
          order: 1;
          margin-bottom: 20px; }
        .footer_wrapper .footer-top .left {
          order: 2; }
        .footer_wrapper .footer-top .right {
          order: 3;
          align-items: center; } }
  .footer_wrapper .footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 80px; }
    @media (max-width: 1280px) {
      .footer_wrapper .footer-socials {
        margin-bottom: 40px; } }
    .footer_wrapper .footer-socials a {
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .footer_wrapper .footer-socials a:hover {
        transform: translateY(-5px); }
  .footer_wrapper .footer-bottom {
    border-top: 1px solid #ECE8DF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px; }
    .footer_wrapper .footer-bottom > div {
      flex: 1; }
    .footer_wrapper .footer-bottom .footer-center {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px; }
      .footer_wrapper .footer-bottom .footer-center ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 16px; }
        .footer_wrapper .footer-bottom .footer-center ul li {
          position: relative; }
          .footer_wrapper .footer-bottom .footer-center ul li a {
            text-align: center;
            line-height: 20px; }
            .footer_wrapper .footer-bottom .footer-center ul li a::before {
              content: "";
              position: absolute;
              bottom: -2px;
              left: 0;
              width: 0;
              height: 1px;
              background-color: #ECE8DF;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            .footer_wrapper .footer-bottom .footer-center ul li a:hover::before {
              width: 100%; }
        .footer_wrapper .footer-bottom .footer-center ul li:not(:last-child) {
          position: relative; }
          .footer_wrapper .footer-bottom .footer-center ul li:not(:last-child)::after {
            content: " /";
            position: absolute;
            right: -11px;
            top: 50%;
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      .footer_wrapper .footer-bottom .footer-right {
        display: flex;
        justify-content: flex-end;
        text-align: end; } }
    @media (max-width: 768px) {
      .footer_wrapper .footer-bottom {
        flex-direction: column;
        padding-block: 40px;
        gap: 12px; }
        .footer_wrapper .footer-bottom .footer-left {
          order: 2; }
        .footer_wrapper .footer-bottom .footer-center {
          order: 1;
          margin-bottom: 20px; }
        .footer_wrapper .footer-bottom .footer-right {
          order: 3; }
        .footer_wrapper .footer-bottom .footer-divider {
          display: none; } }

#default-featured {
  width: 100dvw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  position: relative; }
  #default-featured::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2A2B29;
    opacity: 0.65;
    z-index: 0;
    position: absolute;
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
  #default-featured.aos-animate::after {
    opacity: 0.15; }
  #default-featured img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #default-featured h1 {
    position: absolute;
    left: 50%;
    top: 60%;
    color: #ffffff;
    transform: translateX(-50%);
    margin: unset;
    z-index: 1;
    text-align: center; }

#text-gallery-section {
  padding-top: 160px; }
  @media (max-width: 768px) {
    #text-gallery-section {
      padding-top: 80px; } }
  #text-gallery-section .small-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #text-gallery-section .small-wrapper p {
      margin-block: 40px 50px; }
      @media (max-width: 768px) {
        #text-gallery-section .small-wrapper p {
          margin-block: 20px 30px; } }
    #text-gallery-section .small-wrapper * {
      text-align: center;
      margin: unset; }
  #text-gallery-section .home-accommodation-swiper {
    margin-top: 110px; }
    @media (max-width: 768px) {
      #text-gallery-section .home-accommodation-swiper {
        margin-top: 60px; } }
    #text-gallery-section .home-accommodation-swiper .fancybox-image-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      opacity: 0;
      cursor: pointer; }
    #text-gallery-section .home-accommodation-swiper .swiper-slide {
      height: 700px;
      width: 600px; }
      @media (max-width: 1280px) {
        #text-gallery-section .home-accommodation-swiper .swiper-slide {
          height: 550px;
          width: 450px; } }
      @media (max-width: 1024px) {
        #text-gallery-section .home-accommodation-swiper .swiper-slide {
          height: 500px;
          width: 400px; } }
      @media (max-width: 768px) {
        #text-gallery-section .home-accommodation-swiper .swiper-slide {
          height: 450px;
          width: 350px; } }
      #text-gallery-section .home-accommodation-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.swiper .swiper-wrapper {
  transition-timing-function: linear !important; }

#homepage-featured {
  height: 100dvh;
  width: 100dvw;
  position: relative;
  overflow: hidden; }
  #homepage-featured .loading-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none; }
    #homepage-featured .loading-overlay div {
      background-color: #ECE8DF;
      position: absolute;
      transition: 2.4s cubic-bezier(0.76, 0.1, 0.23, 1.2); }
      #homepage-featured .loading-overlay div:nth-child(1) {
        width: 50%;
        height: 100%;
        left: 0;
        top: 0; }
      #homepage-featured .loading-overlay div:nth-child(2) {
        width: 50%;
        height: 100%;
        right: 0;
        top: 0; }
  #homepage-featured .hero-logo-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0.6s;
    overflow: hidden; }
    #homepage-featured .hero-logo-wrapper .hero-logo {
      transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
      transition-delay: 0.6s;
      width: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-height: 900px) {
        #homepage-featured .hero-logo-wrapper .hero-logo {
          width: 160px; } }
  #homepage-featured .hero-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none; }
    #homepage-featured .hero-image-wrapper .hero-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #homepage-featured .hero-image-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ECE8DF;
      z-index: 1;
      transition: 2.4s cubic-bezier(0.76, 0.1, 0.23, 1.2); }
    #homepage-featured .hero-image-wrapper::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #2A2B29;
      z-index: 1;
      opacity: 0;
      transition: 1s cubic-bezier(0.65, 0, 0.35, 1); }
  #homepage-featured h1 {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 950px;
    text-align: center;
    color: #ECE8DF;
    opacity: 0;
    z-index: 1; }
    @media (min-width: 1024px) {
      #homepage-featured h1 {
        font-size: 50px; } }
  #homepage-featured.first-animation .hero-logo-wrapper {
    top: 40%; }
    #homepage-featured.first-animation .hero-logo-wrapper .hero-logo {
      transform: translateY(-100%); }
  #homepage-featured.first-animation .hero-image-wrapper::after {
    height: 0; }
  #homepage-featured.first-animation .hero-image-wrapper::before {
    opacity: 0.15; }
  #homepage-featured.first-animation .loading-overlay div {
    transition-delay: unset;
    width: 0%; }
  #homepage-featured.second-animation .loading-overlay div {
    transition-duration: 1s;
    transition-delay: unset;
    width: 0%; }
  #homepage-featured.second-animation .hero-logo-wrapper {
    top: 38%; }
    #homepage-featured.second-animation .hero-logo-wrapper .hero-logo {
      transform: translateY(-100%); }
  #homepage-featured.second-animation .hero-image-wrapper::after {
    transition-duration: 1s;
    height: 0; }
  #homepage-featured.second-animation .hero-image-wrapper::before {
    opacity: 0.15; }

.section-background-image-wrapper {
  position: relative;
  min-height: calc(100dvh - 90px);
  z-index: 1;
  overflow: hidden; }

.section-background-image {
  z-index: -1;
  height: calc(100dvh - 90px);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }
  .section-background-image img {
    width: 100%;
    height: 160%;
    position: absolute;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-background-image.filter::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160%;
    background: #2A2B29;
    opacity: 70%; }

#homepage-about, #homepage-destination {
  padding-block: 320px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #homepage-about, #homepage-destination {
      padding-block: 150px; } }
  @media (max-width: 768px) {
    #homepage-about, #homepage-destination {
      padding-block: 100px; } }
  #homepage-about .small-wrapper, #homepage-destination .small-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #homepage-about .small-wrapper *, #homepage-destination .small-wrapper * {
      text-align: center;
      margin: unset;
      color: #CCC2A7; }
    #homepage-about .small-wrapper p, #homepage-destination .small-wrapper p {
      margin-block: 40px 50px; }
      @media (max-width: 768px) {
        #homepage-about .small-wrapper p, #homepage-destination .small-wrapper p {
          margin-block: 20px 30px; } }

#homepage-location {
  background-color: #2A2B29;
  display: flex;
  margin-top: 130px; }
  @media (max-width: 768px) {
    #homepage-location {
      margin-top: 80px;
      flex-direction: column; } }
  #homepage-location .left {
    width: 50%;
    padding-inline: 10%;
    padding-block: 50px;
    margin-inline: auto;
    max-width: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      #homepage-location .left {
        padding: 50px 30px;
        width: 100%; } }
    @media (max-width: 450px) {
      #homepage-location .left {
        padding: 50px 15px; } }
    #homepage-location .left p {
      margin-block: 40px 50px; }
      @media (max-width: 768px) {
        #homepage-location .left p {
          margin-block: 20px 30px; } }
    #homepage-location .left * {
      margin: unset;
      color: #CCC2A7; }
  #homepage-location .right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    max-height: 100%; }
    @media (max-width: 768px) {
      #homepage-location .right {
        width: 100%; } }
    #homepage-location .right .row {
      width: 100%;
      height: 50%;
      display: flex; }
      #homepage-location .right .row .image-wrapper {
        flex: 1; }
        #homepage-location .right .row .image-wrapper img {
          height: 550px;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 768px) {
            #homepage-location .right .row .image-wrapper img {
              height: 400px; } }
      @media (max-width: 768px) {
        #homepage-location .right .row:not(:last-child) {
          display: none; } }

#homepage-facilities {
  margin-block: 130px 150px; }
  @media (max-width: 768px) {
    #homepage-facilities {
      margin-block: 60px 80px; } }
  #homepage-facilities .image-wrapper {
    padding-right: 10%;
    display: flex;
    align-items: flex-end;
    gap: 10%;
    margin-bottom: 90px;
    position: relative; }
    @media (max-width: 768px) {
      #homepage-facilities .image-wrapper {
        margin-bottom: 80px;
        gap: unset; } }
    @media (max-width: 768px) {
      #homepage-facilities .image-wrapper {
        padding-inline: 30px; } }
    #homepage-facilities .image-wrapper img {
      -o-object-fit: cover;
         object-fit: cover; }
      #homepage-facilities .image-wrapper img:first-child {
        max-height: 800px;
        width: 65%; }
        @media (max-width: 768px) {
          #homepage-facilities .image-wrapper img:first-child {
            max-height: 400px;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center;
               object-position: center; } }
      #homepage-facilities .image-wrapper img:last-child {
        max-height: 580px;
        width: 25%; }
        @media (max-width: 768px) {
          #homepage-facilities .image-wrapper img:last-child {
            display: none; } }
  #homepage-facilities .small-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #homepage-facilities .small-wrapper p {
      margin-block: 40px 50px; }
      @media (max-width: 768px) {
        #homepage-facilities .small-wrapper p {
          margin-block: 20px 30px; } }
    #homepage-facilities .small-wrapper * {
      text-align: center;
      margin: unset; }

#about-intro {
  display: flex;
  gap: 8.5%;
  padding-block: 140px 150px; }
  @media (max-width: 1024px) {
    #about-intro {
      padding-block: 100px; } }
  @media (max-width: 768px) {
    #about-intro {
      padding-block: 80px; } }
  @media (max-width: 1280px) {
    #about-intro {
      flex-wrap: wrap;
      gap: unset; } }
  #about-intro > * {
    width: 33.333%; }
  #about-intro h2 {
    margin: unset; }
    @media (max-width: 1280px) {
      #about-intro h2 {
        width: 100%;
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      #about-intro h2 {
        order: 1; } }
  @media (max-width: 1280px) {
    #about-intro .text-wrapper {
      width: 50%; } }
  @media (max-width: 768px) {
    #about-intro .text-wrapper {
      width: 100%;
      order: 3; } }
  #about-intro .image-wrapper {
    max-height: 650px;
    min-height: 100%; }
    #about-intro .image-wrapper img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1280px) {
      #about-intro .image-wrapper {
        width: 50%;
        padding-left: 40px; } }
    @media (max-width: 768px) {
      #about-intro .image-wrapper {
        width: 100%;
        order: 2;
        max-height: 400px;
        margin-bottom: 20px;
        padding-left: unset; }
        #about-intro .image-wrapper img {
          -o-object-fit: contain;
             object-fit: contain; } }

#about-vision {
  width: 100dvw;
  height: calc(100dvh - 90px);
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    #about-vision {
      height: unset; } }
  #about-vision .wrapper {
    height: 100%;
    display: flex;
    align-items: space-between;
    justify-content: space-between;
    gap: 60px;
    z-index: 1;
    padding-block: 15vh; }
    @media (max-width: 1024px) {
      #about-vision .wrapper {
        padding-block: 10vh; } }
    @media (max-width: 768px) {
      #about-vision .wrapper {
        padding-block: 80px;
        flex-direction: column; } }
    #about-vision .wrapper * {
      color: #CCC2A7; }
      @media (max-width: 768px) {
        #about-vision .wrapper * {
          text-align: center; } }
    #about-vision .wrapper h2 {
      margin: unset;
      white-space: nowrap;
      max-width: 50%; }
      @media (max-width: 768px) {
        #about-vision .wrapper h2 {
          text-align: center;
          max-width: unset; } }
    #about-vision .wrapper .text-wrapper {
      max-width: 450px;
      margin-top: auto; }
      @media (max-width: 768px) {
        #about-vision .wrapper .text-wrapper {
          max-width: unset; } }

#about-info-rows {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 200px;
  padding-bottom: 160px; }
  @media (max-width: 1024px) {
    #about-info-rows {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    #about-info-rows {
      margin-top: 50px;
      gap: 40px;
      padding-bottom: unset; } }
  #about-info-rows .info-row {
    display: flex; }
    @media (max-width: 768px) {
      #about-info-rows .info-row {
        flex-direction: column; } }
    #about-info-rows .info-row .info-text {
      width: 35%;
      padding: 180px 5% 180px 0;
      max-width: 550px;
      margin-inline: auto; }
      @media (max-width: 1024px) {
        #about-info-rows .info-row .info-text {
          width: 50%; } }
      @media (max-width: 768px) {
        #about-info-rows .info-row .info-text {
          order: 1;
          width: unset;
          max-width: unset;
          padding-inline: 10%;
          padding-block: unset;
          margin-bottom: 40px; } }
    #about-info-rows .info-row .main-image {
      width: 50%;
      max-height: 700px;
      padding-right: 5%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        #about-info-rows .info-row .main-image {
          order: 2;
          padding: unset;
          width: unset;
          height: 400px;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (max-width: 450px) {
        #about-info-rows .info-row .main-image {
          height: 380px; } }
    #about-info-rows .info-row .secondary-image {
      height: 430px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 15%; }
      @media (max-width: 1024px) {
        #about-info-rows .info-row .secondary-image {
          display: none; } }
    @media (min-width: 768px) {
      #about-info-rows .info-row:nth-child(even) .secondary-image {
        order: 1; }
      #about-info-rows .info-row:nth-child(even) .info-text {
        order: 2;
        padding: 180px 0 180px 5%; }
        #about-info-rows .info-row:nth-child(even) .info-text h3 {
          margin-block: 0 30px; }
      #about-info-rows .info-row:nth-child(even) .main-image {
        order: 3;
        padding-right: unset;
        padding-left: 5%; } }

#contact-info {
  margin-top: 250px;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1024px) {
    #contact-info {
      margin-top: 160px;
      grid-template-columns: 1fr 2fr; } }
  @media (max-width: 768px) {
    #contact-info {
      display: flex; } }
  #contact-info .image-left {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 1000px;
    min-height: 100%; }
    @media (max-width: 1024px) {
      #contact-info .image-left {
        height: 80%;
        min-height: 80%; } }
    @media (max-width: 768px) {
      #contact-info .image-left {
        display: none; } }
  #contact-info .right {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-inline: 20% 10%; }
    @media (max-width: 1024px) {
      #contact-info .right {
        padding-inline: 15% 10%; } }
    @media (max-width: 1024px) {
      #contact-info .right {
        padding-inline: 30px; } }
    @media (max-width: 768px) {
      #contact-info .right {
        margin-inline: auto;
        text-align: center; }
        #contact-info .right * {
          align-items: center; } }
    #contact-info .right .contact-details {
      margin-block: 30px 60px;
      display: flex;
      flex-direction: column;
      gap: 6px; }
      #contact-info .right .contact-details * {
        font-family: "Manquis", serif;
        text-transform: uppercase; }
    #contact-info .right .socials {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-bottom: 80px; }
      #contact-info .right .socials span {
        font-family: "Manquis", serif;
        text-transform: uppercase; }
      #contact-info .right .socials .social-icons {
        display: flex;
        align-items: center;
        gap: 15px; }
        #contact-info .right .socials .social-icons a {
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          #contact-info .right .socials .social-icons a:hover {
            transform: translateY(-5px); }
    #contact-info .right .image-right {
      max-height: 450px;
      margin-top: auto; }

.contact-form {
  margin-block: 150px 180px;
  max-width: 1200px;
  margin-inline: auto; }
  @media (max-width: 768px) {
    .contact-form {
      margin-bottom: 100px; } }
  .contact-form h2 {
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .contact-form h2 {
        margin-bottom: 40px; } }
  .contact-form .screen-reader-response ul {
    display: none; }
  .contact-form form {
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .contact-form form {
        margin-top: 60px; } }
    .contact-form form .input-wrapper {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 20px 0;
      border-bottom: 1px solid #50564A;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .contact-form form .input-wrapper {
          margin-bottom: 20px; } }
      .contact-form form .input-wrapper.last {
        margin-bottom: unset; }
      .contact-form form .input-wrapper input, .contact-form form .input-wrapper textarea {
        width: 100%;
        border: unset;
        background: unset; }
        .contact-form form .input-wrapper input:focus, .contact-form form .input-wrapper input:active, .contact-form form .input-wrapper textarea:focus, .contact-form form .input-wrapper textarea:active {
          outline: unset; }
    @media (min-width: 768px) {
      .contact-form form .two-input-wrapper {
        display: flex;
        gap: 30px; }
        .contact-form form .two-input-wrapper .input-wrapper {
          width: calc(50% - 10px); } }
    .contact-form form .btn-tiled {
      margin-top: 40px;
      margin-left: auto;
      cursor: pointer;
      border: unset !important;
      outline: unset !important; }
      @media (max-width: 768px) {
        .contact-form form .btn-tiled {
          margin-inline: auto; } }
    .contact-form form .contact-checkbox {
      margin-top: 30px;
      display: flex;
      align-items: center; }
      .contact-form form .contact-checkbox input {
        display: none; }
      .contact-form form .contact-checkbox label {
        width: 23px;
        height: 23px;
        border: 1px solid #50564A;
        background-color: transparent;
        display: block;
        position: relative; }
        @media (max-width: 768px) {
          .contact-form form .contact-checkbox label {
            width: 26px;
            min-width: 26px;
            height: 26px; } }
        .contact-form form .contact-checkbox label::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 0px;
          height: 0px;
          background-color: #50564A;
          opacity: 0;
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
          border-radius: 100%; }
        .contact-form form .contact-checkbox label:hover {
          cursor: pointer; }
      .contact-form form .contact-checkbox input[type="checkbox"]:checked + label:after {
        opacity: 1;
        width: 12px;
        height: 12px; }
        @media (max-width: 768px) {
          .contact-form form .contact-checkbox input[type="checkbox"]:checked + label:after {
            width: 8px;
            height: 8px; } }
      .contact-form form .contact-checkbox span {
        margin-left: 20px;
        margin-bottom: unset; }
        .contact-form form .contact-checkbox span a {
          text-decoration: underline;
          display: inline; }

#blog-overview h1 {
  margin-block: 120px 0;
  color: #D0C2C7;
  padding: 50px 50px 70px;
  border-bottom: 1px solid #50564A;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    #blog-overview h1 {
      padding: 20px 30px 40px; } }
  @media (max-width: 768px) {
    #blog-overview h1 {
      padding: 10px 15px 30px; } }

#blog-overview .blog-posts-wrapper {
  padding-block: 50px 150px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
  flex-wrap: wrap; }
  #blog-overview .blog-posts-wrapper .post {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    min-width: 300px; }
    @media (max-width: 550px) {
      #blog-overview .blog-posts-wrapper .post {
        width: 100%;
        min-width: unset; } }
    #blog-overview .blog-posts-wrapper .post > a {
      width: 100%; }
      #blog-overview .blog-posts-wrapper .post > a img {
        width: 100%;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #blog-overview .blog-posts-wrapper .post > a img:hover {
          filter: brightness(0.8); }
    #blog-overview .blog-posts-wrapper .post p {
      font-size: 20px;
      text-transform: uppercase;
      margin-block: 20px 0; }
    #blog-overview .blog-posts-wrapper .post .divider {
      width: 100%;
      height: 1px;
      background-color: #50564A;
      margin-block: 20px; }
    #blog-overview .blog-posts-wrapper .post .post-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }

#post-inner {
  margin-top: 200px; }
  @media (max-width: 768px) {
    #post-inner {
      margin-top: 120px; } }
  #post-inner img {
    width: 100%;
    max-height: 550px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 550px) {
      #post-inner img {
        max-height: 400px; } }
  #post-inner h1 {
    text-align: center; }
  #post-inner .post-top {
    padding-block: 60px;
    border-bottom: 1px solid #50564A;
    display: flex;
    gap: 40px;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      #post-inner .post-top {
        flex-direction: column; } }
    @media (max-width: 1024px) {
      #post-inner .post-top {
        padding-block: 40px; } }
    #post-inner .post-top .post-title {
      font-size: 40px;
      line-height: 50px;
      font-weight: 300;
      max-width: 550px;
      margin-block: unset;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        #post-inner .post-top .post-title {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 550px) {
        #post-inner .post-top .post-title {
          font-size: 25px;
          line-height: 30px; } }
    #post-inner .post-top .post-info {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: space-between;
      gap: 6px; }
      #post-inner .post-top .post-info .author {
        color: #D0C2C7; }
      #post-inner .post-top .post-info .date {
        text-transform: uppercase; }
      @media (max-width: 1024px) {
        #post-inner .post-top .post-info {
          flex-direction: row; } }
  #post-inner .post-content {
    max-width: 700px;
    margin: 100px auto 160px; }
    @media (max-width: 768px) {
      #post-inner .post-content {
        margin: 80px auto 100px; } }
    @media (max-width: 550px) {
      #post-inner .post-content {
        margin: 60px auto; } }

.policy-content .post-top {
  padding-bottom: unset !important;
  border-bottom: unset !important;
  justify-content: center !important; }
  .policy-content .post-top .post-title {
    max-width: unset !important; }

#gallery {
  margin-block: 250px 100px; }
  @media (max-width: 768px) {
    #gallery {
      margin-block: 180px 60px; } }
  #gallery h1 {
    text-align: center;
    margin: unset; }
  #gallery .gallery-titles-wrapper {
    display: flex;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-block: 60px 80px;
    padding-inline: 30px; }
    @media (max-width: 768px) {
      #gallery .gallery-titles-wrapper {
        margin-block: 40px 60px;
        -moz-column-gap: 20px;
             column-gap: 20px; } }
    #gallery .gallery-titles-wrapper .gallery-title {
      border: unset !important;
      background-color: unset;
      outline: unset !important;
      font-family: "Manquis", serif;
      text-transform: uppercase;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding-block: 12px 10px;
      position: relative;
      cursor: pointer;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery-titles-wrapper .gallery-title:hover {
        color: #79896F; }
      #gallery .gallery-titles-wrapper .gallery-title .gallery-graphic-top {
        position: absolute;
        left: 70%;
        top: 0;
        transform: translateX(-50%);
        width: 110px;
        opacity: 0;
        transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery-titles-wrapper .gallery-title .gallery-graphic-bottom {
        position: absolute;
        left: 30%;
        bottom: 0;
        transform: translateX(-50%);
        width: 110px;
        opacity: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      #gallery .gallery-titles-wrapper .gallery-title.active {
        color: #79896F; }
        #gallery .gallery-titles-wrapper .gallery-title.active .gallery-graphic-top, #gallery .gallery-titles-wrapper .gallery-title.active .gallery-graphic-bottom {
          opacity: 1;
          left: 50%; }
  #gallery .galleries-wrapper {
    position: relative;
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
    #gallery .galleries-wrapper .gallery-wrapper {
      max-width: 1600px;
      padding-inline: 30px;
      margin-inline: auto;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 100%; }
      #gallery .galleries-wrapper .gallery-wrapper.active {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
        transition-delay: 0.6s; }
      @media (max-width: 768px) {
        #gallery .galleries-wrapper .gallery-wrapper {
          padding-inline: 5px; } }
    #gallery .galleries-wrapper .gallery {
      -moz-columns: 350px;
           columns: 350px;
      gap: 0; }
      #gallery .galleries-wrapper .gallery img {
        padding: 7.5px; }

#villa-info-rows-wrapper .villa-info-row-wrapper {
  padding-block: 150px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1024px) {
    #villa-info-rows-wrapper .villa-info-row-wrapper {
      padding-block: 100px; } }
  @media (max-width: 768px) {
    #villa-info-rows-wrapper .villa-info-row-wrapper {
      padding-block: 60px 0; } }
  #villa-info-rows-wrapper .villa-info-row-wrapper:nth-child(even) {
    background-color: #CCC2A7; }
  #villa-info-rows-wrapper .villa-info-row-wrapper .house-info {
    display: flex;
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      #villa-info-rows-wrapper .villa-info-row-wrapper .house-info {
        flex-direction: column;
        margin-bottom: unset; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .info-text {
      width: 35%;
      padding: 180px 5% 180px 0;
      max-width: 550px;
      margin-inline: auto; }
      #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .info-text h3 {
        margin-block: 0 30px; }
      @media (max-width: 1024px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .info-text {
          width: 50%; } }
      @media (max-width: 768px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .info-text {
          order: 1;
          width: unset;
          max-width: unset;
          padding-inline: 10%;
          padding-block: unset;
          margin-bottom: 40px; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .main-image {
      width: 50%;
      max-height: 700px;
      padding-right: 5%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .main-image {
          order: 2;
          padding: unset;
          width: unset;
          height: 400px;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (max-width: 450px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .main-image {
          height: 380px; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .secondary-image {
      height: 430px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 15%; }
      @media (max-width: 1024px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .house-info .secondary-image {
          display: none; } }
  #villa-info-rows-wrapper .villa-info-row-wrapper .room-info {
    display: flex;
    margin-top: 160px; }
    @media (max-width: 1024px) {
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-info {
        margin-top: 100px; } }
    @media (max-width: 768px) {
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-info {
        margin-top: unset;
        flex-direction: column; } }
    @media (min-width: 768px) {
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-info.mobile {
        display: none; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text {
      width: 60%;
      padding: 80px 12% 80px 10%; }
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text h3 {
        margin-block: 0 30px; }
      @media (max-width: 768px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text {
          width: 100%; } }
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text ul {
        list-style: none;
        padding-left: 23px; }
        #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text ul li {
          position: relative; }
          #villa-info-rows-wrapper .villa-info-row-wrapper .room-info .info-text ul li::before {
            content: '';
            position: absolute;
            left: -23px;
            top: 16px;
            width: 15px;
            height: 1px;
            background: #2A2B29; }
  #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery {
    width: 40%;
    position: relative; }
    @media (max-width: 768px) {
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery {
        width: 100%; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery .gallery-zoom-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 768px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery .gallery-zoom-icon {
          width: 80px; } }
    #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery img:nth-child(n+3) {
      display: none; }
    #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery img:nth-child(2) {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      width: 100%; }
      @media (max-width: 768px) {
        #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery img:nth-child(2) {
          height: 400px; } }
      #villa-info-rows-wrapper .villa-info-row-wrapper .room-gallery img:nth-child(2):hover {
        filter: brightness(0.7);
        cursor: pointer; }

#villa-info-rows-wrapper .desktop-rooms-wrapper .room-wrapper {
  display: flex; }
  @media (max-width: 768px) {
    #villa-info-rows-wrapper .desktop-rooms-wrapper .room-wrapper {
      display: none; } }

#villa-info-rows-wrapper .desktop-rooms-wrapper .room-texts {
  width: 60%; }
  #villa-info-rows-wrapper .desktop-rooms-wrapper .room-texts .room-info .info-text {
    width: 100%; }

#villa-info-rows-wrapper .desktop-rooms-wrapper .room-galleries {
  width: 40%;
  height: 100dvh;
  position: relative; }
  #villa-info-rows-wrapper .desktop-rooms-wrapper .room-galleries .room-gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 0; }
    #villa-info-rows-wrapper .desktop-rooms-wrapper .room-galleries .room-gallery.active {
      transform: translateX(0);
      z-index: 1; }

.page-template-tmpl_villa #homepage-location {
  margin-top: unset; }

#villa-facilities {
  width: 100dvw;
  min-height: calc(100dvh - 90px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 768px) {
    #villa-facilities {
      min-height: unset; } }
  #villa-facilities .section-background-image {
    height: 100%; }
  #villa-facilities .wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    z-index: 1;
    padding-block: 15vh;
    max-width: 1300px;
    width: 100%; }
    @media (max-width: 1024px) {
      #villa-facilities .wrapper {
        padding-block: 10vh;
        gap: 60px; } }
    @media (max-width: 768px) {
      #villa-facilities .wrapper {
        padding-block: 60px;
        flex-direction: column; } }
    #villa-facilities .wrapper * {
      color: #ECE8DF; }
    #villa-facilities .wrapper h2 {
      text-align: center;
      margin: unset; }
    #villa-facilities .wrapper .list-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        #villa-facilities .wrapper .list-wrapper {
          gap: 20px; } }
      @media (max-width: 450px) {
        #villa-facilities .wrapper .list-wrapper {
          flex-direction: column;
          gap: unset; } }
      #villa-facilities .wrapper .list-wrapper ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        list-style: none;
        padding-left: 23px;
        margin-inline: auto;
        margin-block: unset; }
        #villa-facilities .wrapper .list-wrapper ul li {
          position: relative; }
          #villa-facilities .wrapper .list-wrapper ul li::before {
            content: '';
            position: absolute;
            left: -23px;
            top: 16px;
            width: 15px;
            height: 1px;
            background: #ECE8DF; }
  #villa-facilities .partners-wrapper {
    padding-top: unset; }
    #villa-facilities .partners-wrapper .partners-img-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      -moz-column-gap: 80px;
           column-gap: 80px;
      row-gap: 40px;
      align-items: center; }
      @media (max-width: 768px) {
        #villa-facilities .partners-wrapper .partners-img-wrapper {
          padding-bottom: 100px; } }
      #villa-facilities .partners-wrapper .partners-img-wrapper img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 250px;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 768px) {
          #villa-facilities .partners-wrapper .partners-img-wrapper img {
            max-width: 180px; } }

.page-template-tmpl_villa .home-accommodation-swiper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1) !important; }
  .page-template-tmpl_villa .home-accommodation-swiper .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
    .page-template-tmpl_villa .home-accommodation-swiper .swiper-slide img {
      -o-object-fit: contain !important;
         object-fit: contain !important; }

.grounds-row .content-wrapper {
  display: flex;
  padding-block: 140px; }
  @media (max-width: 1024px) {
    .grounds-row .content-wrapper {
      padding-block: 80px; } }
  @media (max-width: 768px) {
    .grounds-row .content-wrapper {
      padding-block: 60px; } }
  .grounds-row .content-wrapper .left {
    width: 50%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .grounds-row .content-wrapper .left {
        width: unset; } }
    .grounds-row .content-wrapper .left img {
      width: 75%;
      aspect-ratio: 3 / 4;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 80px; }
      @media (max-width: 1024px) {
        .grounds-row .content-wrapper .left img {
          max-height: 450px;
          margin-inline: auto;
          margin-bottom: unset;
          margin-block: 60px; } }
    .grounds-row .content-wrapper .left .text-wrapper-mobile * {
      text-align: center; }
    @media (min-width: 1024px) {
      .grounds-row .content-wrapper .left .text-wrapper-mobile {
        display: none; } }
    .grounds-row .content-wrapper .left .list-title {
      margin: unset;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .grounds-row .content-wrapper .left .list-title {
          text-align: center; } }
    .grounds-row .content-wrapper .left .list-wrapper {
      display: flex;
      -moz-column-gap: 40px;
           column-gap: 40px;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .grounds-row .content-wrapper .left .list-wrapper {
          max-width: 500px;
          margin-inline: auto; } }
      .grounds-row .content-wrapper .left .list-wrapper ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        list-style: none;
        padding-left: 23px;
        margin: unset; }
        .grounds-row .content-wrapper .left .list-wrapper ul li {
          position: relative; }
          .grounds-row .content-wrapper .left .list-wrapper ul li::before {
            content: '';
            position: absolute;
            left: -23px;
            top: 16px;
            width: 15px;
            height: 1px;
            background: #50564A; }
  .grounds-row .content-wrapper .right {
    display: flex;
    width: 50%;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .grounds-row .content-wrapper .right {
        display: none; } }
    .grounds-row .content-wrapper .right .text-wrapper {
      margin-bottom: 80px; }
      .grounds-row .content-wrapper .right .text-wrapper h2 {
        margin-block: 0 30px; }
    .grounds-row .content-wrapper .right img {
      width: 80%;
      max-height: 50%;
      margin-left: auto;
      -o-object-fit: cover;
         object-fit: cover; }

.grounds-row .grounds-swiper .swiper-slide {
  height: 700px;
  width: 1100px; }
  @media (max-width: 1280px) {
    .grounds-row .grounds-swiper .swiper-slide {
      height: 550px;
      width: 800px; } }
  @media (max-width: 1024px) {
    .grounds-row .grounds-swiper .swiper-slide {
      height: 400px;
      width: 650px; } }
  @media (max-width: 768px) {
    .grounds-row .grounds-swiper .swiper-slide {
      height: 250px;
      width: 350px; } }
  .grounds-row .grounds-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.grounds-row:last-child {
  padding-bottom: 180px; }
  @media (max-width: 1024px) {
    .grounds-row:last-child {
      padding-bottom: 80px; } }

#services-intro .small-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 220px 250px; }
  @media (max-width: 1024px) {
    #services-intro .small-wrapper {
      margin-block: 160px 180px; } }
  @media (max-width: 1024px) {
    #services-intro .small-wrapper {
      margin-block: 80px 100px; } }
  #services-intro .small-wrapper p {
    margin-block: 40px 50px; }
    @media (max-width: 768px) {
      #services-intro .small-wrapper p {
        margin-block: 20px 30px; } }
  #services-intro .small-wrapper * {
    text-align: center;
    margin: unset; }

#services-intro .services-swiper .swiper-slide {
  height: 700px;
  width: 1100px; }
  @media (max-width: 1280px) {
    #services-intro .services-swiper .swiper-slide {
      height: 550px;
      width: 800px; } }
  @media (max-width: 1024px) {
    #services-intro .services-swiper .swiper-slide {
      height: 400px;
      width: 650px; } }
  @media (max-width: 768px) {
    #services-intro .services-swiper .swiper-slide {
      height: 250px;
      width: 350px; } }
  #services-intro .services-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#services-loop {
  background-color: #CCC2A7;
  padding-top: 60px; }
  @media (max-width: 768px) {
    #services-loop {
      padding-top: 40px; } }
  #services-loop .service-section {
    padding-inline: 4%;
    padding-block: 110px; }
    @media (max-width: 1024px) {
      #services-loop .service-section {
        padding-inline: unset;
        padding-block: 80px; } }
    @media (max-width: 1024px) {
      #services-loop .service-section {
        padding-block: 60px; } }
    #services-loop .service-section h3 {
      margin: unset;
      margin-bottom: 60px;
      max-width: 1200px; }
      @media (max-width: 768px) {
        #services-loop .service-section h3 {
          margin-bottom: 40px; } }
    #services-loop .service-section .list-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
      max-width: 1200px; }
      @media (max-width: 768px) {
        #services-loop .service-section .list-wrapper {
          gap: 20px; } }
      @media (max-width: 450px) {
        #services-loop .service-section .list-wrapper {
          flex-direction: column;
          row-gap: unset; } }
      #services-loop .service-section .list-wrapper ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        list-style: none;
        padding-left: 23px;
        margin: unset; }
        @media (max-width: 768px) {
          #services-loop .service-section .list-wrapper ul {
            margin-inline: auto; } }
        @media (max-width: 450px) {
          #services-loop .service-section .list-wrapper ul {
            margin-inline: unset; } }
        #services-loop .service-section .list-wrapper ul li {
          position: relative; }
          #services-loop .service-section .list-wrapper ul li::before {
            content: '';
            position: absolute;
            left: -23px;
            top: 16px;
            width: 15px;
            height: 1px;
            background: #50564A; }
    #services-loop .service-section:not(:last-child) {
      border-bottom: 1px solid #50564A; }

#area-intro .small-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 250px; }
  @media (max-width: 1024px) {
    #area-intro .small-wrapper {
      margin-block: 160px; } }
  @media (max-width: 1024px) {
    #area-intro .small-wrapper {
      margin-block: 80px; } }
  #area-intro .small-wrapper p {
    margin-block: 40px 50px; }
    @media (max-width: 768px) {
      #area-intro .small-wrapper p {
        margin-block: 20px 30px; } }
  #area-intro .small-wrapper * {
    text-align: center;
    margin: unset; }

#area-directions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 140px; }
  @media (max-width: 1024px) {
    #area-directions {
      margin-top: 100px; } }
  @media (max-width: 768px) {
    #area-directions {
      display: flex;
      flex-direction: column;
      margin-top: 80px; } }
  #area-directions .left {
    padding-inline: 10%;
    padding-block: 40px; }
    @media (max-width: 1024px) {
      #area-directions .left {
        padding-inline: 10% 40px; } }
    @media (max-width: 768px) {
      #area-directions .left {
        padding-inline: 15px; } }
    #area-directions .left .directions {
      list-style: none;
      margin-inline: unset;
      margin-bottom: unset;
      padding: unset;
      margin-top: 50px; }
      @media (max-width: 768px) {
        #area-directions .left .directions {
          margin-top: 40px; } }
      #area-directions .left .directions li {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        #area-directions .left .directions li .title {
          margin: unset; }
        #area-directions .left .directions li .text {
          padding-bottom: 20px;
          margin-top: unset;
          border-bottom: 1px solid #50564A; }
  #area-directions #map {
    min-height: 450px;
    height: 100%; }
    @media (max-width: 768px) {
      #area-directions #map {
        width: 100%; } }

.area-swiper {
  margin-top: 160px; }
  @media (max-width: 1024px) {
    .area-swiper {
      margin-top: 100px; } }
  @media (max-width: 768px) {
    .area-swiper {
      margin-top: 80px; } }
  .area-swiper .swiper-slide {
    height: 700px;
    width: 1100px; }
    @media (max-width: 1280px) {
      .area-swiper .swiper-slide {
        height: 550px;
        width: 800px; } }
    @media (max-width: 1024px) {
      .area-swiper .swiper-slide {
        height: 400px;
        width: 650px; } }
    @media (max-width: 768px) {
      .area-swiper .swiper-slide {
        height: 250px;
        width: 350px; } }
    .area-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

#area-sightseeing {
  padding-top: 130px;
  padding-bottom: 160px;
  background-color: #CCC2A7; }
  @media (max-width: 1024px) {
    #area-sightseeing {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    #area-sightseeing {
      gap: 40px;
      padding-bottom: unset; } }
  #area-sightseeing .small-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px; }
    @media (max-width: 1024px) {
      #area-sightseeing .small-wrapper {
        margin-bottom: 100px; } }
    @media (max-width: 1024px) {
      #area-sightseeing .small-wrapper {
        margin-bottom: 80px; } }
    #area-sightseeing .small-wrapper p {
      margin-block: 40px 50px; }
      @media (max-width: 768px) {
        #area-sightseeing .small-wrapper p {
          margin-block: 20px 30px; } }
    #area-sightseeing .small-wrapper * {
      text-align: center;
      margin: unset; }
  #area-sightseeing .info-rows-wrapper {
    display: flex;
    flex-direction: column;
    gap: 200px; }
    @media (max-width: 768px) {
      #area-sightseeing .info-rows-wrapper {
        gap: 40px; } }
    #area-sightseeing .info-rows-wrapper .info-row {
      display: flex; }
      @media (max-width: 768px) {
        #area-sightseeing .info-rows-wrapper .info-row {
          flex-direction: column; } }
      #area-sightseeing .info-rows-wrapper .info-row .info-text {
        width: 35%;
        padding: 180px 5% 180px 0;
        max-width: 550px;
        margin-inline: auto; }
        @media (max-width: 1024px) {
          #area-sightseeing .info-rows-wrapper .info-row .info-text {
            width: 50%; } }
        @media (max-width: 768px) {
          #area-sightseeing .info-rows-wrapper .info-row .info-text {
            order: 1;
            width: unset;
            max-width: unset;
            padding-inline: 10%;
            padding-block: unset;
            margin-bottom: 40px; } }
      #area-sightseeing .info-rows-wrapper .info-row .main-image {
        width: 50%;
        max-height: 700px;
        padding-right: 5%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #area-sightseeing .info-rows-wrapper .info-row .main-image {
            order: 2;
            padding: unset;
            width: unset;
            height: 400px;
            -o-object-fit: cover;
               object-fit: cover; } }
        @media (max-width: 450px) {
          #area-sightseeing .info-rows-wrapper .info-row .main-image {
            height: 380px; } }
      #area-sightseeing .info-rows-wrapper .info-row .secondary-image {
        height: 430px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 15%; }
        @media (max-width: 1024px) {
          #area-sightseeing .info-rows-wrapper .info-row .secondary-image {
            display: none; } }
      @media (min-width: 768px) {
        #area-sightseeing .info-rows-wrapper .info-row:nth-child(even) .secondary-image {
          order: 1; }
        #area-sightseeing .info-rows-wrapper .info-row:nth-child(even) .info-text {
          order: 2;
          padding: 180px 0 180px 5%; }
          #area-sightseeing .info-rows-wrapper .info-row:nth-child(even) .info-text h3 {
            margin-block: 0 30px; }
        #area-sightseeing .info-rows-wrapper .info-row:nth-child(even) .main-image {
          order: 3;
          padding-right: unset;
          padding-left: 5%; } }


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