@import "social-media.css";
/* =========================================================================== */
/* ============================================================ GLOBAL STYLING */
/* =========================================================================== */
/**********************   GENERAL CSS   *************************/
.title-wrapper .title {
  font-family: 'Proxima Nova Rg';
}

.title-wrapper .title-subtitle {
  position: relative;
  font-family: 'Cera Compact Pro';
  letter-spacing: 2px;
  z-index: 0;
}

/*.title-wrapper .title-subtitle:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}*/

.wd-text-block p{
  font-family: 'Proxima Nova Rg';
}

/*.wd-text-block p strong {
  position: relative;
  font-weight: 400!important;
  z-index: 0;
}

.wd-text-block p strong:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}*/

/**********************   SECTION 1   *************************/

.section1 .title-wrapper .title {
  font-family: 'Proxima Nova Lt';
}


@media (max-width:767px) {
  .section1 {
      min-height: 50vh!important;
  }
  .section1 .vc_column-inner {
      background-size: cover;
  }
}

/**********************   SECTION 2   *************************/

.section2 .wd-image.element{
  background-image: url(/wp-content/uploads/2022/09/logo-element.svg);
  background-size: 80px;
  background-position: 50% 45%;
  background-repeat: no-repeat;
}

.section2 .wd-image.element img {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes rotating {
from {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
to {
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

@media (max-width:767px) {
  .section2 .wd-image.element img {
      width: 120px;
  }
  .section2 .wd-image.element {
      background-size: 50px;
  }
}

/**********************   SECTION 3   *************************/

.section3 .wd-info-box .info-box-icon {
  font-family: 'Proxima Nova Rg';
}

.section3 .wd-info-box .info-box-title {
  font-family: 'Proxima Nova Rg';
}

.section3 .wd-info-box .info-box-subtitle {
  font-family: 'Cera Compact Pro';
}

.section3 .info-box-inner p {
  font-family: 'Proxima Nova Rg';
}

.section3 .section-column {
  transition: all 0.3s;
}

.section3 .section-column:hover {
  background-color: #000;
}

.section3 .section-column:hover .wd-info-box .info-box-icon,
.section3 .section-column:hover .wd-info-box .info-box-title,
.section3 .section-column:hover .wd-info-box .info-box-subtitle,
.section3 .section-column:hover .info-box-inner p {
  color: #fff;
}

.pswp__caption {
display: none;
}

.pswp__bg {
background: #fff !important;
}

.section3 .wd-btn-arrow[class*="prev"]:after,
.section3 .wd-btn-arrow[class*="next"]:after {
color: #fff !important;
}

@media (max-width: 1024px) {
.section3 .wd-btn-arrow[class*="prev"]:after,
.section3 .wd-btn-arrow[class*="next"]:after,
.section3 .section-column:hover .wd-info-box .info-box-icon,
.section3 .section-column:hover .wd-info-box .info-box-title,
.section3 .section-column:hover .wd-info-box .info-box-subtitle,
.section3 .section-column:hover .info-box-inner p {
  color: #000 !important;
}



.section3 .section-column:hover {
  background-color: #fff;
}

body .section3 div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
  margin-right: 10px;
}

body .section3 div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
  margin-left: 10px;
}
}

/**********************   SECTION 6   *************************/

.section6 .nf-form-fields-required {
  font-family: 'Proxima Nova Rg';
  color: #000;
}

.section6 .nf-form-content .list-select-wrap .nf-field-element>div, 
.section6 .nf-form-content input:not([type=button]), 
.section6 .nf-form-content textarea {
  font-family: 'Proxima Nova Rg';
  background-color: transparent;
  border: 2px solid #000;
  color: #000!important;
}

.section6 .nf-form-content .list-select-wrap .nf-field-element>div::placeholder, 
.section6 .nf-form-content input::placeholder:not([type=button]), 
.section6 .nf-form-content textarea::placeholder {
  font-family: 'Proxima Nova Rg';
  color: #000!important;
}

.section6 .nf-form-content label {
  font-family: 'Proxima Nova Rg';
  font-size: 14px;
  font-weight: 400;
}

.section6 .nf-error-msg, .section6 .ninja-forms-req-symbol {
  font-family: 'Proxima Nova Rg';
}

.section6 .nf-form-content input[type=button] {
  font-family: 'Proxima Nova Rg';
  background: #000;
  color: #fff;
  box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
  border: 2px solid #000;
  width: 100%;
}

.section6 .nf-form-content input[type=button]:hover {
  background: #f7f7f7;
  color: #000000;
}

.section6 .wpb_map_wraper {
  filter: grayscale(1);
  transition: all 0.5s;
}

.section6 .wpb_map_wraper:hover {
  filter: grayscale(0);
}

.section6 .checkbox-wrap .nf-field-label label:after,
.section6 .checkbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #000;
}

/************ ESPA BANNER *************/

body .espa-holder {
position: absolute;
  top: 102px;
right: 0px;
z-index: 99;
}

.espa-holder .espa-banner {
cursor: pointer;
width: 450px;
}

.espa-holder .close-icon {
width: 35px;
padding: 8px;
border: 2px solid #e5e5e5;
background-color: #E5E5E5;
border-radius: 50%;
position: absolute;
left: -48px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: 0.6s ease;
transform-origin: center;
display: none;
}

.espa-holder .close-icon:hover {
transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
body .espa-holder {
  bottom: 0;
  top: unset;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.espa-holder .close-icon {
  transform: translateX(-50%);
  top: -45px;
  left: 50%;
}

.espa-holder .espa-banner {
  width: 550px;
}

.espa-holder .close-icon:hover {
  transform: none;
}
}

@media (max-width: 550px) {
.espa-holder .espa-banner {
  width: 320px;
}
}








body .section--video .videoContainer video {
width: 100vw;
height: calc(100vh - 169px);
}

@media (max-width: 760px) {

body .section--video > .vc_column_container > .vc_column-inner {
  justify-content: center !important;
}
body .section--video .videoContainer video {
  width: 100vw;
  height: calc(56vh - 99px);
  object-fit: cover;
}
}

/*NEW-NEW-NEW-NEW-NEW-NEW-NEW-NEW-NEW-NEW-NEW-NEW*/
::selection {
    background: #474D5E;
    color: #F2EDE9;
  }
  
  :root {
    --global-spacing: 2.375rem;
    --inner-padding: 50px;
  }
  
  @media (max-width: 680px) {
    :root {
      --global-spacing: .725rem;
      --inner-padding: 30px;
    }
  }
  
  body .website-wrapper > .main-page-wrapper {
    background-color: #F2EDE9;
  }
  
  body .website-wrapper > footer,
  body .website-wrapper > header,
  body .website-wrapper > .main-page-wrapper > .page-title {
    display: none !important;
  }
  
  body .vc_section[data-vc-full-width] {
    padding-top: 0!important;
  }
  
  body .vc_section[data-vc-full-width] > .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  
  body .vc_col-has-fill > .vc_column-inner, 
  body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
  body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
  body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: var(--inner-padding);
  }
  
  body .vc_column_container > .vc_column-inner {
    padding: var(--inner-padding);
  }
  
  body .scrollToTop {
    display: none !important;
  }
  
  /* =========================================================================== */
  /* ================================================ ACCESSIBILITY TOOL STYLING */
  /* =========================================================================== */
  
  body #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: -200px;
  }
  
  body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 200px;
  }
  
  body #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
    width: 220px;
  }
  
  body #pojo-a11y-toolbar.pojo-a11y-toolbar-open.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 219px;
  }
  
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    display: flex;
  }
  
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
    vertical-align: middle;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
  }
  
  /* =========================================================================== */
  /* ================================================== WORDLINES TEXT ANIMATION */
  /* =========================================================================== */
  
  body .span--wordlines .span-line {
    position: relative;
    display: inline-flex;
    overflow: hidden;
  }
  
  body section.section--intro .contentHolder .textHolder h1 .span-line {
    padding-bottom: 8px;
  }
  
  body .span--wordlines .span-line .span-line-inner {
    position: relative;
    display: block;
    transform: translate(0, 50px);
    opacity: 0;
  }
  
  body .rendered__revealBlock {
    width: 100%;
    height: 100%;
    background: #F2EDE9;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
  }
  
  /* =========================================================================== */
  /* ======================================================== TYPOGRAPHY STYLING */
  /* =========================================================================== */
  
  body h1.mainText {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 92px;
    line-height: .95;
    letter-spacing: -0.02em;
  }
  
  body h2.mainText {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
  
  body h3.mainText {
    font-family: 'HDColton-XWideRegular', Arial, Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  body h4.mainText {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
  }
  
  body h5.mainText {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.015em;
  }
  
  body label.mainText {
    font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  
  body p.mainText.p-small {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
  }
  
  body p.mainText.p-xsmall {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.05;
    letter-spacing: -0.015em;
  }
  
  body p.mainText.xwide-small {
    font-family: 'HDColton-XWideRegular', Arial, Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  
  body .mainText.frenzy {
    font-family: 'Metal Reg-2';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
  }
  
  @media (max-width: 680px) { 
    body h1.mainText {
      font-size: 50px;
      padding-left: 20px; 
      line-height: 30px;


    }
  }
  @media (max-width: 680px) {
  .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 5px;
  }
}
  
  /* =========================================================================== */
  /* ========================================================== SECTIONS STYLING */
  /* =========================================================================== */
  
  body section.section--hasRadius .vc_column_container > .vc_column-inner {
    border-radius: 0;
  }
  
  body section.section--intro .vc_column_container > .vc_column-inner {
    --section-bg-building: url(/wp-content/uploads/2023/02/bg-building.webp);
    --section-bg-cloud: url(/wp-content/uploads/2023/02/slice-cloud.webp);
    --section-bg-behind: url(/wp-content/uploads/2023/02/bg-behind-buildings.webp);
    background: 
      linear-gradient(180deg, rgba(13, 16, 24, 0) 30%, rgba(13, 16, 24, .25) 100%), 
      linear-gradient(0deg, rgba(13, 16, 24, .25), rgba(13, 16, 24, .15)), 
      linear-gradient(200deg, rgba(48, 144, 199, .15) 5%, rgba(167, 182, 204, 0) 75%), 
      var(--section-bg-building), 
      var(--section-bg-behind), 
      var(--section-bg-cloud), 
      linear-gradient(0deg, rgb(122, 121, 178), rgb(78, 90, 166)), 
      #22262F;
    background-size: 
      cover, 
      cover, 
      cover, 
      cover,   /* Main building */
      cover, /* Behind slice */
      contain, /* Cloud */
      cover,   /* Sky */
      cover;
    background-position: 
      50% 0,
      50% 0,
      50% 0,
      50% 100%,  /* Main building */
      50% 0, /* Behind slice */
      0 -25%, /* Cloud */
      50% 0,  /* Sky */
      50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  
  body section.section--intro .contentHolder {
    width: 100%;
    height: 100%;
    min-height: calc( 100vh - ( var(--global-spacing) * 3 ) - 20px - ( var(--inner-padding) * 2 ) );
    position: relative;
    margin: 0 auto;
    max-width: 1850px;
  }
  
  body section.section--intro .contentHolder .weathertime-widget {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 33px;
    padding: 8px 14px 8px 12px;
    margin-bottom: 28px;
  }
  
  body section.section--intro .contentHolder .textHolder {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  body section.section--intro .contentHolder .textHolder .headerHolder {
    position: relative;
    overflow: hidden;
  }
  
  body section.section--intro .contentHolder .textHolder h1 {
    color: #F2EDE9;
    margin-bottom: 0;
    max-width: 830px;
  }
  
  body section.section--intro .contentHolder .textHolder h1:nth-child(2) {
    position: absolute;
    transform: translateY(0%);
  }
  
  body section.section--intro .contentHolder .textHolder h1:nth-child(3) {
    position: absolute;
    transform: translateY(100%);
  }
  
  body section.section--intro .contentHolder .textHolder h1 strong {
    font-weight: 400;
  }
  
  body section.section--intro .contentHolder .textHolder h1 i {
    font-style: italic;
  }
  
  @media (max-width: 680px) {
    body section.section--intro .contentHolder .textHolder h1 {
      font-size: 50px;
    }
  }
  
  body section.section--intro .contentHolder .guestInfoHolder {
    display: flex;
    gap: 18px;
    overflow: hidden;
  }
  
  body section.section--intro .contentHolder .belowHolder {
    display: flex;
    justify-content: space-between;
  }
  
  body section.section--intro .contentHolder .wifiInfoHolder {
    flex-direction: row-reverse;
  }
  
  body section.section--intro .contentHolder .guestInfoHolder .arrivalInfo,
  body section.section--intro .contentHolder .guestInfoHolder .departureInfo {
    justify-content: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-width: 55px;
  }
  
  body section.section--intro .contentHolder .guestInfoHolder > span {
    transform: translateY(100%);
    background-color: #F2EDE9;
    mask: url(/wp-content/uploads/2023/01/icon-apartment.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-apartment.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 50px;
    height: 50px;
    display: block;
  }
  
  body section.section--intro .contentHolder .wifiInfoHolder > span {
    mask: url(/wp-content/uploads/2023/02/info-wifi_icon.svg);
    -webkit-mask: url(/wp-content/uploads/2023/02/info-wifi_icon.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
  }
  
  body section.section--intro .contentHolder .textHolder h4 {
    text-align: center;
    color: #F2EDE9;
    margin-bottom: 0;
    display: block;
    max-width: 640px;
    margin-top: 50px;
  }
  
  body section.section--intro .contentHolder .textHolder h5 {
    text-align: start;
    color: rgba(242, 237, 233, 0.6);
    margin-bottom: 0;
    display: block;
  }
  
  @media (max-width: 1024px) {
    body section.section--intro {
      max-width: 100vw;
      width: 100vw;
    }
  }
  
  @media (max-width: 680px) {
    body section.section--intro .vc_column_container > .vc_column-inner {
      /* background: 
        linear-gradient(180deg, rgba(13, 16, 24, .05) 30%, rgba(13, 16, 24, .25) 100%), 
        linear-gradient(0deg, rgba(13, 16, 24, .65), rgba(13, 16, 24, .15)), 
        linear-gradient(208.88deg, rgba(48, 144, 199, .2) 5%, rgba(167, 182, 204, 0) 75%), 
        var(--section-bg-url), 
        #22262F;
      background-size: 150vh;
      background-position: 50% 0;
      background-attachment: fixed; */
      background-repeat: no-repeat;
    }
    body section.section--intro .contentHolder .belowHolder {
      margin-bottom: 75px;
    }
    body section.section--intro .contentHolder .guestInfoHolder {
      flex-direction: column;
    }
  }
  @media (max-width: 430px) {
    body section.section--intro .contentHolder .belowHolder {
      margin-bottom: 55px;
    }
    body section.section--intro .contentHolder .guestInfoHolder {
      margin-left: 0;
    }
  }
  
  body section.section--maxHeight .vc_column_container > .vc_column-inner {
    min-height: 100vh;
  }
  
  body section.section--1 {
    background: rgb(234, 227, 221);
  }
  
  body section.section--1 .contentHolder {
    position: relative;
    width: 100%;
    max-width: 1820px;
    margin: 66.6px auto;
  }
  
  body section.section--1 .contentHolder label {
    opacity: .5;
    margin-bottom: 25px;
  }
  
  body section.section--1 .contentHolder ul {
    list-style: none;
    padding: 0;
  }
  
  body section.section--1 .contentHolder ul > li {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  
  body section.section--1 .contentHolder ul > li > a {
    display: block;
    color: #434242;
    position: relative;
    transition: all .465s cubic-bezier(.2, .7, .3, 1);
  }
  
  body section.section--1 .contentHolder ul > li > a::after {
    content: attr(data-code);
    font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #464D5D;
    border: 1px solid rgba(70, 77, 93, 0.5);
    border-radius: 72px;
    position: absolute;
    top: 28px;
    padding: 5px 9px;
    margin-left: 15px;
  }
  
  body section.section--1 .contentHolder ul > li > a:hover {
    padding-left: 20px;
  }
  
  body section.section--1 .contentHolder ul > li .links--imgHolder {
    position: absolute;
    right: 0;
    top: -40px;
    /* transform: translateY(-50%); */
    pointer-events: none;
    width: 62%;
    opacity: 0;
    z-index: 0;
    transition: all .465s cubic-bezier(.2, .7, .3, 1);
  }
  
  body section.section--1 .contentHolder ul > li:first-child .links--imgHolder {
    top: -40px;
  }
  body section.section--1 .contentHolder ul > li:nth-child(2) .links--imgHolder {
    top: -127px;
  }
  body section.section--1 .contentHolder ul > li:nth-child(3) .links--imgHolder {
    top: -152px;
  }
  body section.section--1 .contentHolder ul > li:nth-child(4) .links--imgHolder {
    top: -240px;
  }
  body section.section--1 .contentHolder ul > li:nth-child(5) .links--imgHolder {
    top: -327px;
  }
  body section.section--1 .contentHolder ul > li:nth-child(6) .links--imgHolder {
    top: -356px;
  }
  body section.section--1 .contentHolder ul > li:last-child .links--imgHolder {
    top: -443px;
  }
  
  body section.section--1 .contentHolder ul > li > a:hover .links--imgHolder {
    opacity: 1;
  }
  
  body section.section--1 .contentHolder .link--image {
    padding-bottom: 67%;
  }
  
  body section.section--1 .contentHolder .object-fit {
    position: relative;
  }
  
  body section.section--1 .contentHolder .object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  body section.section--1 .contentHolder ul > li > a > span {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 92px;
    line-height: .95;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 5;
  }
  
  body section.section--1 .descriptionHolder p {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    color: #464D5D;
    max-width: 542px;
    margin-top: 78px;
  }
  
  body section.section--1 .mainCTA--container {
    width: fit-content;
  }
  
  body section.section--1 .mainCTA--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.015em;
    color: #FCF5EE;
    gap: 15px;
    border-radius: 33px;
    background: #373A40;
    padding: 9px 6px 9px 22.5px;
  }
  
  body section.section--1 .mainCTA--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    background: #FCF5EE;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
  }
  
  body section.section--1 .mainCTA--container a > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #373A40;
  }
  
  @media (max-width: 1024px) {
    body section.section--1 .contentHolder ul > li {
      margin-bottom: 40px;
    }
    body section.section--1 .contentHolder ul > li .links--imgHolder,
    body section.section--1 .contentHolder ul > li:first-child .links--imgHolder,
    body section.section--1 .contentHolder ul > li:nth-child(2) .links--imgHolder,
    body section.section--1 .contentHolder ul > li:nth-child(3) .links--imgHolder,
    body section.section--1 .contentHolder ul > li:nth-child(4) .links--imgHolder,
    body section.section--1 .contentHolder ul > li:nth-child(5) .links--imgHolder,
    body section.section--1 .contentHolder ul > li:nth-child(6) .links--imgHolder,
    body section.section--1 .contentHolder ul > li:last-child .links--imgHolder {
      width: 100%;
      opacity: 1;
      position: relative;
      top: unset !important;
      margin-bottom: 12px;
    }
    body section.section--1 .contentHolder ul > li > a:hover {
      padding-left: 0;
    }
    body section.section--1 .contentHolder ul > li > a > span {
      font-size: 44px;
    }
    body section.section--1 .contentHolder ul > li > a::after {
      font-size: 11px;
      top: unset;
      padding: 5px 9px;
      margin-left: 15px;
      margin-top: 13px;
    }
  }
  
  body section.section--pin {
    height: 100vh;
  }
  
  body section.section--pin .section-pin--imageContainer {
    width: 60.666vw;
    height: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
  }
  
  @media (max-width: 1280px) {
    body section.section--pin .section-pin--imageContainer {
      width: 50vw;
    }
  }
  
  @media (max-width: 1024px) {
    body section.section--pin .section-pin--imageContainer {
      display: none;
    }
    body section.section--pin .stripeHolder {
      max-width: 100% !important;
    }
  }
  
  body section.section--pin .section-pin--imageContainer::after {
    content: '';
    width: 100%;
    height: 100vh;
    background: 
      linear-gradient(180deg, rgba(13, 16, 24, 0) 30%, rgba(13, 16, 24, .25) 100%), 
      linear-gradient(0deg, rgb(13 16 24 / 0%), rgba(13, 16, 24, .15)), 
      linear-gradient(200deg, rgba(48, 144, 199, .15) 5%, rgba(167, 182, 204, 0) 75%);
    display: block;
    position: absolute;
    top: 0;
  }
  
  body section.section--pin .section-pin--imageContainer img {
    object-fit: cover;
    height: 100vh;
    width: -webkit-fill-available;
  }
  
  body section.section--pin .contentHolder {
    position: relative;
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
  }
  
  body section.section--pin .stripeHolder {
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    height: calc( 100vh - ( var(--inner-padding) * 2 ) - ( 50px * 2 ) );
    justify-content: space-between;
  }
  
  @media (max-width: 1280px) {
    body section.section--pin .stripeHolder {
      max-width: calc( 50% - 50px );
    }
  }
  
  body section.section--pin .titleHolder .subHolder {
    margin-bottom: 20px;
  }
  
  body section.section--pin .testimonialHolder .avatarHolder {
    margin-bottom: 25px;
  }
  
  body section.section--pin .titleHolder .subHolder,
  body section.section--pin .titleHolder .mainTitleHolder,
  body section.section--pin .testimonialHolder .avatarHolder,
  body section.section--pin .testimonialHolder .quoteHolder {
    position: relative;
    overflow: hidden;
  }
  
  body section.section--pin .titleHolder .subHolder p {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: rgba(13, 16, 24, 0.5);
    margin-bottom: 0;
  }
  
  body section.section--pin .titleHolder .subHolder p:nth-child(2),
  body section.section--pin .titleHolder .mainTitleHolder h2:nth-child(2),
  body section.section--pin .avatarHolder .userInfo:nth-child(2),
  body section.section--pin .quoteHolder h5:nth-child(2) { 
    position: absolute;
    transform: translateY(0%); 
  }
  
  body section.section--pin .titleHolder .subHolder p:nth-child(3),
  body section.section--pin .titleHolder .mainTitleHolder h2:nth-child(3),
  body section.section--pin .avatarHolder .userInfo:nth-child(3),
  body section.section--pin .quoteHolder h5:nth-child(3) { 
    position: absolute;
    transform: translateY(100%); 
  }
  
  body section.section--pin .titleHolder .mainTitleHolder h2 {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.15;
    color: #464D5D;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  
  body section.section--pin .avatarHolder .userInfo {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  
  body section.section--pin .avatarHolder img {
    width: 42px;
    height: 42px;
    border-radius: 21px;
  }
  
  body section.section--pin .avatarHolder .infoHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  
  body section.section--pin .avatarHolder .infoHolder > :is(p, span) {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -.015em;
    color: #464D5D;
    margin-bottom: 0;
  }
  
  body section.section--pin .avatarHolder .infoHolder p {
    font-weight: 700;
  }
  
  body section.section--pin .quoteHolder h5 {
    font-size: 16px;
    color: #464D5D;
    max-width: 400px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  
  body section.section--pin .testimonialHolder > p {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.015em;
    color: rgba(13, 16, 24, 0.35);
    margin-bottom: 0;
    margin-top: 12px;
  }
  
  body section.section--pin .rotatorBadgeHolder {
    display: block;
    position: absolute;
    top: 15vh;
    right: calc( 60.666vw + ( 138px / 2 ) );
  }
  
  @media (max-width: 1280px) {
    body section.section--pin .rotatorBadgeHolder {
      right: calc( 50vw + ( 138px / 2 ) );
    }
  }
  
  @media (max-width: 1024px) {
    body section.section--pin .rotatorBadgeHolder {
      display: none;
    }
  }
  
  body section.section--pin .rotatorBadgeHolder .rotatorBadge--background {
    position: absolute;
    width: 138px;
    height: 138px;
    background: #F2EDE9;
    display: block;
    border-radius: 138px;
    filter: drop-shadow(15px 15px 50px rgba(27, 29, 34, 0.15));
    transform: scale(0);
  }
  
  body section.section--pin .rotatorBadgeHolder .rotatorBadge--text {
    display: block;
    width: 127.7px;
    height: 127.7px;
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/rotatorBadge-arc.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/rotatorBadge-arc.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    margin: 5px;
  }
  
.section1 .vc_column_container > .vc_column-inner,
.section2 .vc_column_container > .vc_column-inner,
.section4 .vc_column_container > .vc_column-inner {
  padding: 0!important;
}

.section1 .videoContainer video {
  display: block;
  width: 100%;
}
  
.section2 h1{
    color: #F2EDE9;
}
  
body .vc_section[data-vc-full-width].section2 {
  padding-top: 200px!important;
}

.section--pin .vc_column_container > .vc_column-inner{
  padding-top: 160px;
}
  
  
.section4 .promo-banner .banner-subtitle{
  font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #e9e3dd;
  border-radius: 24px;
}
  
.section4 .promo-banner .banner-title{
  font-family: 'Aeonik', Arial, Helvetica, sans-serif;
}
  
.section4 .banner-image {
  position: relative;
}

.section4 .banner-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #43424200 50%, #434242 100%);
  display: block;
  position: absolute;
}
  
  
  
  
  
  /* =========================================================================== */
  /* ============================================================ FOOTER STYLING */
  /* =========================================================================== */
  
  body section.section--footer {
    opacity: 1 !important;
    background: #F2EDE9;
    min-height: 40vh;
  }
  
  body section.section--footer .vc_column_container > .vc_column-inner {
    background: #F2EDE9;
    padding-bottom: calc( var(--inner-padding) * 2 + 61px );
    margin: 0 auto;
    max-width: 1930px;
  }
  
  body section.section--footer .footerGrid {
    gap: 20px;
    display: grid;
    grid-template-columns: 7fr 2fr 3fr;
  }
  
  @media (max-width: 1280px) {
    body section.section--footer .footerGrid {
      gap: 40px;
      grid-template-columns: 1fr;
    }
    body section.section--footer .copyrightsGrid {
      grid-template-columns: 1fr !important;
      align-items: start !important;
      gap: 20px;
      margin-bottom: -20px;
    }
  }
  
  body section.section--footer .footerCol label {
    margin-bottom: 30px;
    color: #434242;
  }
  
  body section.section--footer .footerCol h2 {
    color: #434242;
  }
  
  body section.section--footer .footerCol ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  body section.section--footer .wpb_content_element,
  body section.section--footer .footerCol ul > li {
    margin-bottom: 0;
  }
  
  body section.section--footer .footerCol ul > li h4 {
    margin-bottom: 2px;
    color: #434242;
  }
  
  body section.section--footer .footerCol ul > li {
    transition: all .175s ease-in;
  }
  
  @media (min-width: 680px) {
    body section.section--footer .footerCol ul > li:hover {
      padding-left: 3px;
    }
  }
  
  
  body section.section--footer .copyrightsGrid {
    padding-top: 128px;
    align-items: end;
    grid-template-columns: 7fr 2fr 3fr;
  }
  
  body section.section--footer .copyrightsGrid .footerCol ul {
    display: flex;
    margin-bottom: 0;
    gap: 20px;
  }
  
  body section.section--footer .copyrightsGrid .footerCol .p-small {
    color: #434242;
    margin-bottom: 0;
  }
  
 /*body section.section--footer .social--booking {
    width: 125px;
    height: 20px;
    display: block;
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/icon-socialBooking.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialBooking.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
  }

  body section.section--footer .social--facebook {
    width: 19px;
    height: 19px;
    display: block;
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/icon-socialFacebook.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialFacebook.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
  }
  
  body section.section--footer .social--instagram {
    width: 19px;
    height: 19px;
    display: block;
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/icon-socialInstagram.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialInstagram.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
  }
  
  body section.section--footer .social--airbnb {
    width: 87px;
    height: 27px;
    display: block;
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/icon-socialAirBnB.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-socialAirBnB.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
  }
  */
  body section.section--footer .newsletterHolder {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  body section.section--footer .newsletterHolder.has-error .postForm--messages .p-small {
    color: #cd343d;
    margin-bottom: 0;
  }
  
  body section.section--footer .newsletterHolder.is-successful .postForm--messages .p-small {
    color: #53b187;
    margin-bottom: 0;
  }
  
  body section.section--footer .newsletterForm {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  
  body section.section--footer .newsletterForm input.newsletter--field-email {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #434242;
    padding: 0;
    height: 42px;
    border: none;
    border-bottom: 1px solid #434242;
    max-width: 380px;
  }
  
  body section.section--footer .newsletterForm .buttonSubmit {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: #434242;
    border: 1px solid rgba(70, 77, 93, 0.2);
    background: transparent;
    border-radius: 61px;
    padding: 14px 22px 14px 22px;
    transition: all ease-in .175s;
  }
  
  body section.section--footer .newsletterForm .buttonSubmit:hover {
    border: 1px solid rgba(70, 77, 93, 0.45);
  }
  
  body section.section--footer .newsletterCheckbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 0;
    cursor: pointer;
  }
  
  body section.section--footer .newsletterCheckbox span.checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #434242;
    border-radius: 14px;
    display: block;
  }
  
  body section.section--footer .newsletterCheckbox span.checkbox i {
    width: 10px;
    height: 10px;
    background: #434242;
    border-radius: 10px;
    display: block;
    margin: 1px;
    transform: scale(0, 0);
  }
  
  body section.section--footer .newsletterCheckbox p {
    margin-bottom: 0;
    color: #434242;
    margin-top: 1px;
  }
  
  body section.section--footer .newsletterCheckbox p a {
    color: #434242;
    border-bottom: 1px solid #434242;
  }
  
  body section.section--footer .newsletterCheckbox.disabled,
  body section.section--footer .newsletterForm .buttonSubmit.disabled {
    opacity: .666;
    pointer-events: none !important;
    cursor: auto;
  }
  
  @media (max-width: 680px) {
    body section.section--footer .newsletterForm {
      align-items: flex-start !important;
      gap: 18px !important;
      flex-direction: column;
    }
    body section.section--footer,
    body section.section--footer .vc_column_container,
    body section.section--footer .vc_column_container > .vc_column-inner {
      max-width: 100vw;
      margin: 0;
    }
  }
  
  /* =========================================================================== */
  /* ======================================================= WEATHER&TIME WIDGET */
  /* =========================================================================== */
  
  body .weatherapi-weather-wrap {
    display: none !important;
  }
  
  body .weathertime-widget {
    display: flex;
    align-items: center;
    gap: 4px;
    --weathertime-widget--color: #F2EDE9;
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudSun.svg);
  }
  
  body .weathertime-widget[data-theme="light"] {
    --weathertime-widget--color: #F2EDE9;
  }
  
  body .weathertime-widget[data-theme="dark"] {
    --weathertime-widget--color: #434242;
  }
  
  body .weathertime-widget .weather-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    mask: var(--weathertime-widget--icon-url);
    -webkit-mask: var(--weathertime-widget--icon-url);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: var(--weathertime-widget--color);
  }
  
  body .weathertime-widget .weather--cloudSun {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudSun.svg);
  }
  body .weathertime-widget .weather--sun {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-sun.svg);
  }
  body .weathertime-widget .weather--snow {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-snow.svg);
  }
  body .weathertime-widget .weather--wind {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-wind.svg);
  }
  body .weathertime-widget .weather--cloudRain {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudRain.svg);
  }
  body .weathertime-widget .weather--cloudLightning {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloudLightning.svg);
  }
  body .weathertime-widget .weather--cloud {
    --weathertime-widget--icon-url: url(/wp-content/uploads/2023/01/icon-weather-cloud.svg);
  }
  
  body .weathertime-widget p,
  body .weathertime-widget p span {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.015em;
    color: var(--weathertime-widget--color);
    opacity: 1
  }
  
  body .weathertime-widget p.clock > span {
    animation: weathertimeBlinker 1s linear infinite;
  }
  
  @keyframes weathertimeBlinker { 
    0% { opacity: 0 } 
    49% { opacity: 0 } 
    50% { opacity: 1 } 
    100% { opacity: 1 } 
  }
  
  /* =========================================================================== */
  /* ================================================================== NAV MENU */
  /* =========================================================================== */
  
  body nav.navMenu {
    position: fixed;
    overflow: hidden;
    top: var(--global-spacing);
    left: 0;
    width: 100%;
    z-index: 99;
    transform: scale(.875);
    margin-bottom: -100px;
  }
  
  body nav.navMenu .wrapper {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 var(--global-spacing);
  }
  
  body nav.navMenu .inner {
    background: rgba(27, 29, 34, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 45px;
    overflow: hidden;
  }
  
  body nav.navMenu .flyoutContent {
    display: flex;
    justify-content: space-between;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: rgba(13, 16, 24, 0.42);
    color: #F2EDE9;
    padding: 0;
    border-radius: 29px;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 0;
  }
  
  body nav.navMenu .navContent {
    position: relative;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    padding: 5px 0;
  }
  
  body nav.navMenu .navContent::before {
    display: none;
  }
  
  body nav.navMenu .leftside {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    padding-left: 6px;
    flex: 2;
    justify-content: center;
    transition: all 0.5s;
  }
  
  body nav.navMenu[data-state="flyout"] .leftside {
    flex-grow: 3;
}

  body nav.navMenu .leftside .menu-lg {
    display: flex;
    align-items: center;
  }
  
  body nav.navMenu .leftside a,
  body nav.navMenu .flyoutContent a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: transparent;
    color: #F2EDE9;
    padding: 18px 14px;
    border-radius: 33px;
  }
  
  body nav.navMenu a[data-action="trigger-submenu"] {
    cursor: pointer;
  }
  
  body nav.navMenu .flyoutContent a {
    display: inline-block;
  }
  
  body nav.navMenu .flyoutContent a[data-role="close"] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: transparent;
    color: #F2EDE9;
    padding: 18px 14px 18px 22px;
    border-radius: 33px;
    cursor: pointer;
  }
  
  body nav.navMenu .menu-sm a[data-role="toggle"] {
    cursor: pointer
  }
  
  body nav.navMenu .flyoutContent a[data-role="close"] > i {
    background: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 14px;
  }
  
  body nav.navMenu .leftside a:hover,
  body nav.navMenu .flyoutContent a:hover,
  body nav.navMenu .flyoutContent a[data-role="close"]:hover {
    background: rgba(234, 227, 221, 0.15);
  }
  
  body nav.navMenu .midside {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    overflow-y: hidden;
    position: relative;
  }
  
  body nav.navMenu .midside > .logo--typeOnlyHolder,
  body nav.navMenu .midside > .logo--fullLogoHolder {
    position: absolute;
    transition: all .675s cubic-bezier(0.4, 0, 0.25, 1);
  }
  
  body nav.navMenu .midside[data-state="is-scrolled"]  > .logo--typeOnlyHolder { display:none; }
  body nav.navMenu .midside[data-state="is-scrolled"]  > .logo--fullLogoHolder {  }
  body nav.navMenu .midside[data-state="not-scrolled"] > .logo--typeOnlyHolder { display:none; }
  body nav.navMenu .midside[data-state="not-scrolled"] > .logo--fullLogoHolder {  }
  
  body nav.navMenu .midside .logo--typeOnly {
    display: block;
    mask: url(/wp-content/uploads/2022/09/aeson.svg);
    -webkit-mask: url(/wp-content/uploads/2022/09/aeson.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
    width: 120px;
    height: 15.88px;
  }
  
  body nav.navMenu .midside .logo--fullLogo {
    display: block;
    mask: url(https://aeson-volos.gr/wp-content/uploads/2023/12/aeson-logo.svg);
    -webkit-mask: url(https://aeson-volos.gr/wp-content/uploads/2023/12/aeson-logo.svg);
    mask-size: cover;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: #F2EDE9;
    width: 88px;
    height: 66px;
    margin-left: 50px;
  }
  
  body nav.navMenu .rightside {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 6px;
    gap: 20px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.015em;
    color: #F2EDE9;
    gap: 15px;
    background: transparent;
    border-radius: 33px;
    padding: 9px 6px 9px 22.5px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a:hover {
    background: rgba(252, 245, 238, 0.25);
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    background: #F2EDE9;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
  }
  
  body nav.navMenu .rightside .languageSwitcher--container a > span::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    mask: url(/wp-content/uploads/2023/01/icon-globe.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-globe.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #434242;
  }
  
  body nav.navMenu .mainCTA--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.015em;
    color: #434242;
    gap: 15px;
    border-radius: 33px;
    background: rgba(252, 245, 238, 0.9) !important;
    padding: 9px 6px 9px 22.5px;
  }
  
  body nav.navMenu .bookCTAContent {
    margin: 0;
    height: 0;
    overflow: hidden;
  }
  
  body nav.navMenu .bookCTAContent .mainCTA--container a {
    padding: 14px 13px 14px 22.5px !important;
  }
  
  body nav.navMenu .mainCTA--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    background: #474D5E;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
  }
  
  body nav.navMenu .mainCTA--container a > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
  }
  
  body nav.navMenu .leftside .menu-sm {
    display: none;
  }
  
  body nav.navMenu .leftside .menu-sm > a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  body nav.navMenu .leftside .menu-sm > a::before {
    content: '';
    display: block;
    width: 32px;
    height: 17px;
    mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
  }
  
  body nav.navMenu[data-submenu="rooms"] .roomsContainer {
    display: flex;
  }
  
  body nav.navMenu:not([data-submenu="rooms"]) .roomsContainer {
    display: none;
  }
  
  body nav.navMenu[data-submenu="language"] .languageContainer {
    display: flex;
  }
  
  body nav.navMenu:not([data-submenu="language"]) .languageContainer {
    display: none;
  }
  
  body nav.navMenu .fullNavContainer {
    display: none;
  }
  
  body nav.navMenu .fullNavContainer p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    margin-bottom: 5px;
    opacity: .6;
    margin-top: 30px;
  }
  
  body nav.navMenu .fullNavContainer p:first-child {
    margin-top: 0;
  }
  
  body nav.navMenu .fullNavContainer a {
    font-size: 17px;
    padding: 12px 0;
    background: transparent !important;
  }
  
  body nav.navMenu a.flag {
    display: inline-flex;
    align-items: center;
  }
  
  body nav.navMenu a.flag > i.flag--eng,
  body nav.navMenu a.flag > i.flag--gre {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
  }
  
  body nav.navMenu a.flag > i.flag--eng {
    background: url(/wp-content/uploads/2023/01/flag-o-en.svg);
  }
  
  body nav.navMenu a.flag > i.flag--gre {
    background: url(/wp-content/uploads/2023/01/flag-o-gr.svg);
  }

  body nav.navMenu .sidebar-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }

  body nav.navMenu .sidebar-menu-btn span {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 300px;
    background-color: #474D5E;
    cursor: pointer;
    color: rgba(252, 245, 238, 0.9);
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    padding: 12px;
    font-weight: 400;
    transition: 0.3s;
  }

  body nav.navMenu .sidebar-menu-btn span:hover {
    opacity: 0.7;
  }

  body nav.navMenu .sidebar-menu-btn span:before {
    content: '';
    display: block;
    width: 32px;
    height: 17px;
    mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-navMenu.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
    margin-top: -3px;
  }

  body .menu-sidebar {
    background-color: #EEE9E4;
    right: -520px;
    top: 0;
    height: 100vh;
    position: fixed;
    padding: 30px;
    z-index: 99;
    width: 520px;
    transition: 0.5s;
  }

  body .menu-sidebar.active {
    right: 0px;
  }

  body .menu-sidebar ul {
    padding: 0;
    margin-bottom: 0;
  }

  body .menu-sidebar ul li {
    margin-bottom: 15px;
  }

  body .menu-sidebar ul li::marker {
    font-size: 0;
  }

  body .menu-sidebar ul li a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.15;
    color: #464D5D;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    display: block;
    transition: 0.3s;
  }

  body .menu-sidebar ul li a:hover {
    opacity: 0.8;
  }
  
  body .menu-sidebar .close-btn {
    padding: 12px;
    border-radius: 300px;
    background-color: #484D5F;
    width: max-content;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.3s;
  }

  body .menu-sidebar .close-btn:hover {
    opacity: 0.7;
  }

  body .menu-sidebar .close-btn span {
    color: #EDE9E4;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
  }

  body .menu-sidebar .close-btn span:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('/wp-content/uploads/2023/01/icon-closeMid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
  }

  @media (max-width: 1080px) {
    body nav.navMenu .leftside .menu-lg,
    body nav.navMenu .rightside .languageSwitcher--container {
      display: none;
    }
    body nav.navMenu .leftside .menu-sm {
      display: block;
    }
    body nav.navMenu[data-state="flyout"] .wrapper {
      width: 100%;
    }
    body nav.navMenu .flyoutContent > :not(.fullNavContainer, .closeBtnContainer) {
      display: none;
    }
    body nav.navMenu .fullNavContainer {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }

    body nav.navMenu .sidebar-menu-btn {
      display: none;
    }

    body nav.navMenu .rightside {
      display: none;
    }

    body nav.navMenu .leftside {
      justify-content: end;
      padding-right: 30px;
    }
  }
  
  @media (max-width: 680px) {
    body nav.navMenu .inner {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background: transparent;
      width: 100%;
    }
    body nav.navMenu[data-state="idle"] .inner {
      width: 132px;
    }
    body nav.navMenu .flyoutContent {
      overflow-y: scroll;
    }
    body nav.navMenu .navContent {
      width: fit-content;
      background: transparent;
      margin: 5px;
    }
    body nav.navMenu .navContent::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between;
      background: rgba(13, 16, 24, 0.42);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 33px;
      align-items: center;
      z-index: -1;
    }
    body nav.navMenu .midside,
    body nav.navMenu .rightside {
      display: none;
    }
    body nav.navMenu .leftside {
      padding: 0 5px 0 4px;
    }
    body nav.navMenu .leftside a {
      padding: 12px 14px;
    }
    body nav.navMenu .leftside .menu-sm > a::before {
      width: 35px;
      height: 27px;
    }

    body .menu-sidebar {
      width: 320px;
      right: -320px;
    }
  }
  
  /* =========================================================================== */
  /* ============================================================= BOOKING MODAL */
  /* =========================================================================== */
  
  body #nf-form-4-cont.nf-form-cont {
    display: none !important;
  }
  
  body .bookingModal {
    --global-spacing: 1.625rem;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(13, 16, 24, 0.45);
    backdrop-filter: blur(0px) contrast(50%);
    -webkit-backdrop-filter: blur(0px) contrast(50%);
    opacity: 0;
    display: none;
  }
  
  body .bookingModal .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 512px;
    overflow: hidden;
    margin: -10vh auto auto;
    padding: 0 var(--global-spacing);
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 680px) {
    body .bookingModal .wrapper {
      margin: 0 auto auto
    }
  }
  
  
  
  body .bookingModal .inner {
    background: #F2EDE9;
    transform: translate(0px, -20px);
    border-radius: 0;
    overflow: hidden;
    width: 100%;
  }
  
  body .bookingModal .modalContent {
    padding: var(--global-spacing) var(--global-spacing) calc(var(--global-spacing) + 5px) var(--global-spacing);
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  
  body .bookingModal .modalContent > h4 {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #434242;
    margin-bottom: 0;
  }
  
  body .bookingModal .modalContent > h5 {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(67, 66, 66, 0.7);
    max-width: 394px;
    text-align: center;
    margin: -8px auto 5px auto;
  }
  
  body .bookingModal .modalContent > hr {
    background: rgb(67, 66, 66);
    height: 1px;
    width: 100%;
    max-width: 100%;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    opacity: .2;
  }
  
  body .bookingModal .inner[data-state="success"] .modalContent > h5 {
    margin-bottom: 0;
    margin-left: 0;
    text-align: start;
    max-width: 300px;
  }
  
  body .bookingModal .modalContent .closeContainer {
    position: absolute;
    right: 26px;
    margin-top: -4.5px;
    cursor: pointer;
  }
  
  body .bookingModal .modalContent .closeContainer > span {
    background-color: #E3DEDA;
    display: flex;
    width: 34px;
    height: 34px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all .675s cubic-bezier(0.4, 0, 0.25, 1)
  }
  
  body .bookingModal .modalContent .closeContainer:hover > span {
    background-color: #E0DAD5;
  }
  
  body .bookingModal .modalContent .closeContainer > span::after {
    content: '';
    mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #434242;
    background-size: cover;
    display: block;
    width: 22px;
    height: 14px;
  }
  
  body .bookingModal .formHolder {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  
  body .bookingModal .formHolder .field {
    padding: 0;
  }
  
  body .bookingModal .formHolder .field-12 {
    width: 100%;
  }
  body .bookingModal .formHolder .field-6 {
    width: calc( 50% - 12px );
  }
  
  body .bookingModal .formHolder .field > label {
    font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #434242;
    margin-bottom: 12.5px;
  }
  
  body .bookingModal .formHolder input[type="text"],
  body .bookingModal .formHolder input[type="email"],
  body .bookingModal .formHolder input[type="number"],
  body .bookingModal .formHolder input.modal--field-date-1,
  body .bookingModal .formHolder input.modal--field-date-2,
  body .bookingModal .formHolder .select2-container {
    background: #E3DEDA;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #434242;
    padding: 18px 20px;
    text-align: start;
    border-radius: 0;
    border: 0px;
    height: fit-content;
    transition: all .15s ease-in;
  }
  
  body .bookingModal .formHolder input[type="text"]:-webkit-autofill,
  body .bookingModal .formHolder input[type="text"]:-webkit-autofill:hover, 
  body .bookingModal .formHolder input[type="text"]:-webkit-autofill:focus, 
  body .bookingModal .formHolder input[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #E0DAD5 inset !important;
  }
  
  body .bookingModal .formHolder .select2[data-select2-id]:hover {
    cursor: pointer;
  }
  
  body .bookingModal .formHolder .select2-container:hover {
    background: #E0DAD5;
  }
  
  body .bookingModal .formHolder .select2-container::after {
    content: '';
    mask: url(/wp-content/uploads/2023/01/icon-chevronDown.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-chevronDown.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 22px;
    height: 22px;
    background-color: #434242;
    display: block;
    position: absolute;
    top: 19px;
    right: 15px;
  }
  
  body .bookingModal .formHolder .select2-container {
    padding: 14px 20px;
    width: 100% !important;
  }
  
  body .bookingModal .formHolder input[type="text"]:focus {
    background: #E0DAD5;
  }
  
  body .bookingModal .formHolder .errorHolder {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.015em;
    background: #edcccc;
    color: #ca3d3d;
    padding: 18px 20px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all .175s ease-in;
    display: none;
  }
  
  body .bookingModal .formHolder .errorHolder.active {
    height: fit-content;
    display: block;
  }
  
  body .bookingModal .formHolder .errorHolder p {
    margin-bottom: 0;
  }
  
  body .bookingModal .mainCTA--container a {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #F2EDE9;
    gap: 5px;
    border-radius: 0;
    background: rgba(67, 66, 66, 0.9) !important;
    padding: 14px 10px 14px 22.5px;
    width: 100%;
    justify-content: center;
    transition: all .15s ease-in;
  }
  
  body .bookingModal .mainCTA--container:hover a {
    background: rgba(67, 66, 66, 1) !important;
  }
  
  body .bookingModal .mainCTA--container a > span {
    display: flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
  }
  
  body .bookingModal .mainCTA--container a > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-arrowUpRight.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #F2EDE9;
    transform: rotate(45deg);
  }
  
  body .bookingModal[data-state="loading"] .mainCTA--container a > span {
    opacity: 0;
    width: 0;
  }
  
  /* =========================================================================== */
  /* =================================================== BOOKING MODAL / SELECT2 */
  /* =========================================================================== */
  
  body .select2-container,
  body .select2-container * {
    transition: all .15s ease-in;
  }
  
  body .select2-container .select2-search.select2-search--dropdown {
    display: none;
  }
  
  body .select2-container {
    padding-top: 37px;
  }
  
  body .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
  }
  
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #434242;
    padding: 0;
  }
  
  body .select2-container .select2-dropdown {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    box-shadow: none;
    background: rgb(67 66 66);
    border-radius: 0;
    border: none;
    overflow: hidden;
    margin-top: -5px;
  }
  
  body .select2-container--default .select2-results>.select2-results__options {
    max-height: 40vh;
    height: fit-content;
  }
  
  body .select2-results__option {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #F2EDE9;
    margin: 0;
    padding: 18px 20px;
    border-radius: 0;
  }
  
  body .select2-results__option:last-child {
    margin-bottom: 0;
  }
  
  body .select2-results__option:hover {
    background: rgba(234, 227, 221, 0.065) !important;
    background-color: rgba(234, 227, 221, 0.065) !important;
  }
  
  body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
  body .select2-container--default .select2-results__option--selected {
    background: rgba(234, 227, 221, 0.15);
    background-color: rgba(234, 227, 221, 0.15);
  }
  
  body .select2-container--default .select2-selection--multiple {
    height: 30px;
    border: none !important;
    outline: 0 !important;
    background: transparent;
    background-color: transparent;
  }
  
  body .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
  }
  
  body .select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: none !important;
    color: transparent !important;
  }
  
  /* =========================================================================== */
  /* ======================================== BOOKING MODAL / DATEPICKER STYLING */
  /* =========================================================================== */
  
  body {
    --flatpickr-width: 334px;
  }
  
  body .flatpickr-calendar {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    background: transparent;
    box-shadow: none;
    width: var(--flatpickr-width) !important;
    background: rgb(67 66 66);
    border-radius: 0;
    overflow: hidden;
    margin-top: -57px;
  }
  
  body .flatpickr-mobile {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
  }
  
  body .flatpickr-calendar,
  body .flatpickr-calendar * {
    transition: all .15s ease-in;
  }
  
  body .flatpickr-calendar,
  body .flatpickr-days,
  body .dayContainer {
    width: var(--flatpickr-width) !important;
    min-width: var(--flatpickr-width);
    max-width: var(--flatpickr-width);
  }
  
  body .flatpickr-rContainer {
    width: 100%;
  }
  
  body .flatpickr-day {
    max-width: unset;
    border-radius: 0;
    height: calc( var(--flatpickr-width) * .142857 );
    line-height: calc( var(--flatpickr-width) * .142857 );
  }
  
  body .flatpickr-calendar .flatpickr-day,
  body .flatpickr-current-month .flatpickr-monthDropdown-months,
  body .flatpickr-current-month input.cur-year,
  body span.flatpickr-weekday {
    color: #F2EDE9;
    font-weight: 500;
  }
  
  body .flatpickr-calendar .flatpickr-day.flatpickr-disabled, 
  body .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover, 
  body .flatpickr-calendar .flatpickr-day.prevMonthDay, 
  body .flatpickr-calendar .flatpickr-day.nextMonthDay, 
  body .flatpickr-calendar .flatpickr-day.notAllowed, 
  body .flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay, 
  body .flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(234, 227, 221, 0.4)
  }
  
  body .flatpickr-day.inRange, 
  body .flatpickr-day.prevMonthDay.inRange, 
  body .flatpickr-day.nextMonthDay.inRange, 
  body .flatpickr-day.today.inRange, 
  body .flatpickr-day.prevMonthDay.today.inRange, 
  body .flatpickr-day.nextMonthDay.today.inRange, 
  body .flatpickr-day:hover, 
  body .flatpickr-day.prevMonthDay:hover, 
  body .flatpickr-day.nextMonthDay:hover, 
  body .flatpickr-day:focus, 
  body .flatpickr-day.prevMonthDay:focus, 
  body .flatpickr-day.nextMonthDay:focus {
    background: rgba(234, 227, 221, 0.15);
    border-color: transparent;
  }
  
  body .flatpickr-day.today {
    border-color: rgba(234, 227, 221, 0.25);
  }
  
  body .flatpickr-day.today:hover, 
  body .flatpickr-day.today:focus {
    border-color: transparent;
    background: rgba(234, 227, 221, 0.25);
  }
  
  body .flatpickr-current-month .numInputWrapper {
    margin-left: 9px;
    padding: 15px 14px 15px 12px;
    border-radius: 0;
  }
  
  body .numInputWrapper:hover,
  body .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(234, 227, 221, 0.1);
  }
  
  body .flatpickr-months .flatpickr-month,
  body .flatpickr-current-month {
    height: 72px;
  }
  
  body .numInputWrapper span.arrowUp,
  body .numInputWrapper span.arrowDown {
    display: none;
  }
  
  body .flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: 15px;
    border-radius: 0;
    font-size: 16px;
  }
  
  body .flatpickr-current-month input.cur-year {
    font-size: 16px;
  }
  
  body .flatpickr-current-month {
    padding-top: 5px;
  }
  
  body .flatpickr-months .flatpickr-prev-month, 
  body .flatpickr-months .flatpickr-next-month {
    background: rgba(234, 227, 221, 0.1);
    border-radius: 0;
    height: 48px;
    width: 48px;
    padding: 14px;
    top: 5px;
  }
  
  body .flatpickr-months .flatpickr-prev-month {
    left: 5px !important;
  }
  
  body .flatpickr-months .flatpickr-next-month {
    right: 5px !important;
  }
  
  body .flatpickr-months .flatpickr-prev-month:hover, 
  body .flatpickr-months .flatpickr-next-month:hover {
    background: rgba(234, 227, 221, 0.15);
  }
  
  body .flatpickr-months .flatpickr-prev-month svg, 
  body .flatpickr-months .flatpickr-next-month svg,
  body .flatpickr-months .flatpickr-prev-month:hover svg, 
  body .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #F2EDE9;
  }
  
  body .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #434242;
    font-weight: 500;
  }
  
  
  
  
  
  
  
  
  
  
  /* =========================================================================== */
  /* =========================================================== AMENITIES MODAL */
  /* =========================================================================== */
  
  body .amenitiesModal {
    --global-spacing: 1.625rem;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(13, 16, 24, 0.45);
    backdrop-filter: blur(0px) contrast(50%);
    -webkit-backdrop-filter: blur(0px) contrast(50%);
    opacity: 0;
    display: none;
  }
  
  body .amenitiesModal .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 512px;
    overflow: hidden;
    margin: 0 auto auto;
    padding: 0 var(--global-spacing);
    display: flex;
    align-items: center;
  }
  
  body .amenitiesModal .inner {
    background: #F2EDE9;
    transform: translate(0px, -20px);
    border-radius: 0;
    overflow: hidden;
    width: 100%;
  }
  
  @media (max-width: 680px) {
    body .amenitiesModal .wrapper {
      padding: 0 15px;
    }
    body .amenitiesModal .inner {
      height: 80%;
    }
  }
  
  body .amenitiesModal .modalContent {
    padding: var(--global-spacing) var(--global-spacing) calc(var(--global-spacing) + 5px) var(--global-spacing);
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 25px;
  }
  
  body .amenitiesModal .modalContent > h4 {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #434242;
    margin-bottom: 0;
  }
  
  body .amenitiesModal .modalContent > h5 {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(67, 66, 66, 0.7);
    max-width: 394px;
    text-align: center;
    margin: -8px auto 5px auto;
  }
  
  body .amenitiesModal .modalContent > hr {
    background: rgb(67, 66, 66);
    height: 1px;
    width: 100%;
    max-width: 100%;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    opacity: .2;
  }
  
  body .amenitiesModal .modalContent .closeContainer {
    position: absolute;
    right: 26px;
    margin-top: -4.5px;
    cursor: pointer;
  }
  
  body .amenitiesModal .modalContent .closeContainer > span {
    background-color: #E3DEDA;
    display: flex;
    width: 34px;
    height: 34px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all .675s cubic-bezier(0.4, 0, 0.25, 1)
  }
  
  body .amenitiesModal .modalContent .closeContainer:hover > span {
    background-color: #E0DAD5;
  }
  
  body .amenitiesModal .modalContent .closeContainer > span::after {
    content: '';
    mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #434242;
    background-size: cover;
    display: block;
    width: 22px;
    height: 14px;
  }
  
  body .amenitiesModal .contentHolder {
    max-height: clamp(760px, 760px, 85vh);
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-right: 10px;
  }
  
  body .amenitiesModal .contentHolder,
  body .amenitiesModal .contentHolder .scroll-content,
  body .amenitiesModal .contentHolder .amenityGroup,
  body .amenitiesModal .contentHolder .amenityGroup > li {
    width: 100%;
  }
  
  body .amenitiesModal .contentHolder .scroll-content {
    padding-bottom: 20px;
  }
  
  body .amenitiesModal .contentHolder::after {
    content: '';
    width: calc( 100% - 6px );
    height: 100px;
    display: block;
    background: linear-gradient(180deg, rgba(242, 237, 233, 0) 0%, rgba(242, 237, 233, 0.5) 50.52%, #F2EDE9 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
  
  body .amenitiesModal .scrollbar-thumb,
  body .amenitiesModal .scrollbar-track-y {
    width: 6px;
  }
  
  body .amenitiesModal .contentHolder label {
    color: #434242;
    font-family: 'HDColton-XWideBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup {
    list-style: none;
    margin-bottom: 28px;
    padding: 0;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid rgb(67 66 66 / 15%);
    margin-bottom: 0;
    padding: 15px 0;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li::before {
    content: '';
    background-color: #434242;
    mask: url(/wp-content/uploads/2023/01/icon-checkCircle.svg);
    -webkit-mask: url(/wp-content/uploads/2023/01/icon-checkCircle.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    width: 22px;
    height: 22px;
    display: block;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li > .info {
    max-width: calc( 100% - 34px );
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li p {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #434242;
    margin-bottom: 0;
    margin-top: 2px;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li i {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.015em;
    color: rgb(67 66 66 / 65%);
    display: inline-block;
    margin-bottom: 3px;
  }
  
  body .amenitiesModal .contentHolder .amenityGroup > li i > span {
    font-style: italic;
    font-weight: 600;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* =========================================================================== */
  /* ================================================================= PRELOADER */
  /* =========================================================================== */
  
  body {
    opacity: 0;
  }
  
  body .preloader {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    background: white;
    top: 0;
  }
  
  body .preloader .preloaderContent--holder {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    justify-content: center;
  }
  
  body .preloader .logo-stroke--holder .path-1,
  body .preloader .logo-stroke--holder .path-2 {
    stroke-dasharray: 1850 2000;
    stroke-dashoffset: 1850;
  }
  
  body .preloader .logo-type--holder {
    position: relative;
    overflow: hidden;
    width: 347px;
    height: 46px;
  }
  
  body .preloader .logo-type--holder > span {
    position: absolute;
    display: block;
    opacity: 0;
    mask: url(/wp-content/uploads/2022/09/aeson.svg);
    -webkit-mask: url(/wp-content/uploads/2022/09/aeson.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #000;
    width: 347px;
    height: 46px;
    transform: translateY(100%);
  }
  
  /* =========================================================================== */
  /* ========================================================= COMPLIANZ STYLING */
  /* =========================================================================== */
  
  @keyframes bannerSlideIn { 
    100% { 
      top: 2vh;
      left: 50%;
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  @keyframes bannerSlideIn0 { 
    100% { 
      top: 0;
      left: 50%;
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  body #cmplz-manage-consent .cmplz-manage-consent {
    display: none !important;
  }
  
  body #cmplz-cookiebanner-container {
    --cmplz_banner_width: 512px !important;
    --global-spacing: 1.625rem;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner {
    background: #1B1D22;
    opacity: 0;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    padding: 20px 22px;
    animation: bannerSlideIn 1s forwards .666s;
    top: 0;
  }
  
  @media (max-width: 767px) {
    body #cmplz-cookiebanner-container .cmplz-cookiebanner {
      animation: bannerSlideIn0 1s forwards .666s;
    }
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close::before {
    content: '';
    display: block;
    background: url(/wp-content/uploads/2023/01/icon-closeMid.svg);
    background-size: cover;
    width: 26px;
    height: 20px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-close > svg {
    display: none !important;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
    font-family: 'HDColton-XWideMedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .075em;
    color: #FCF5EE;
    text-align: start;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #FCF5EE;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories,
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    grid-column: span 3;
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.015em;
    color: rgb(67 66 66 / 65%);
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links, 
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-divider {
    display: none !important;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-family: 'HDColton-XWideMedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .075em;
    color: #FCF5EE;
    width: fit-content;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 10px 20px 2px 0;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
    opacity: .75;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    color: #FBA067;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: transparent;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
    grid-template-columns: 1fr auto 22px;
    padding: 10px 0 0;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #349B4B;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header :is(.cmplz-icon, .cmplz-open) {
    width: 22px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon > svg {
    fill: #FCF5EE;
    width: 22px;
    display: block;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::before {
    background-color: #FCF5EE;
    height: 16px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
    background-color: #FCF5EE;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after {
    left: 13px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
    border-bottom: 1px solid rgba(239, 239, 239, .15);
    padding-bottom: 20px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::after {
    background: #1C1E22;
    left: 1px;
    top: -6px;
    height: 14px;
    width: 14px;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-family: 'HDColton-XWideMedium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .075em;
    color: #FCF5EE;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    padding: 10px 0 2px 0;
  }
  
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description span {
    font-family: 'Aeonik', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(242, 237, 233, 0.7);
  }