@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 54;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #862d2c;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #862d2c;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #fff;
  padding-top: 20px;
  background: rgba(118, 106, 99, 0.9);
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    background-color: #766a63;
  }
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border-bottom-color: #862d2c;
  border-left-color: #862d2c;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-top-color: #862d2c;
  border-right-color: #862d2c;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: bold 14px/32px "DMSans", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  position: relative;
  color: #fff;
  font-family: "DMSans", "Arial", sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #fff;
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #274D3F;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #862d2c;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: transparent;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FCC591;
  box-sizing: border-box;
}

.ui-datepicker-trigger {
  display: none;
}

#navis_chalk_button.bfFrame {
  z-index: 99999997 !important;
  bottom: 8em !important;
}
@media only screen and (max-width: 767px) {
  #navis_chalk_button.bfFrame {
    bottom: 0px !important;
    left: 0 !important;
    width: 50% !important;
  }
  #navis_chalk_button.bfFrame .jss1 {
    padding: 0 !important;
  }
}
#navis_chalk_button.bfFrame .MuiButton-root {
  background-color: #274D3F !important;
  color: #FCC591 !important;
}
@media only screen and (max-width: 767px) {
  #navis_chalk_button.bfFrame .MuiButton-root {
    height: 60px !important;
    bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  #navis_chalk_button.bfFrame .MuiButton-label:nth-child(2) {
    display: none;
  }
}

#bf_wrapper_frame_app_navis_chalk_app .MuiToolbar-root {
  background-color: #274D3F !important;
  color: #ffffff !important;
}

.popup-booking-widget .booking-widget {
  display: block;
  position: fixed;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(39, 77, 63, 0.97);
  padding: 40px 20px 36px;
  overflow: hidden;
  overflow-y: auto;
  transform: none;
  z-index: 999999;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-widget {
    padding: 0;
    background-color: rgba(39, 77, 63, 0.97);
  }
}
.multiproperty-visible .booking-widget {
  z-index: 100;
}

@media only screen and (min-width: 980px) {
  .booking-inner-wrapper {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-inner-wrapper {
    max-width: none;
  }
}

.popup-booking-widget.popup-booking-rates .booking-form-wrapper {
  box-shadow: none;
}
.popup-booking-widget .booking-form-wrapper {
  position: relative;
  padding-bottom: 60px;
  box-shadow: unset;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form-wrapper {
    height: 100%;
    box-shadow: none;
  }
}

.booking-rate-wrapper {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px 13px 23px;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
  display: block;
}
@media only screen and (max-width: 979px) {
  .popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
    display: none;
  }
}
.booking-rate-wrapper .booking-rate-content {
  height: 100%;
  width: 100%;
  padding: 4px 26px 0;
  color: #fff;
  overflow-y: auto;
}
.booking-rate-wrapper .booking-rate-content h2 {
  margin: 0 0 7px;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content h3 {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.booking-rate-wrapper .booking-rate-content *:last-child {
  margin-bottom: 0;
}

.popup-booking-widget.popup-booking-rates .booking-widget-close-button .booking-widget-close-label {
  display: none;
}
.popup-booking-widget.popup-booking-rates .booking-widget-close-button .best-rate-close-label {
  display: block;
}
.popup-booking-widget .booking-widget-close-button {
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (min-width: 1340px) {
  .popup-booking-widget .booking-widget-close-button {
    top: 8px;
    right: -23px;
    transform: translateX(100%);
  }
}
.popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 36px;
  background-color: #000;
  transform-origin: 50% 50%;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 1340px) {
  .popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
    background-color: #fff;
  }
}
.popup-booking-widget .booking-widget-close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-booking-widget .booking-widget-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-booking-widget .booking-widget-close-button:hover::before, .popup-booking-widget .booking-widget-close-button:hover::after {
  background-color: #FCC591;
}

.booking-heading {
  padding: 29px 36px 0;
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
  letter-spacing: 0.64px;
  text-align: center;
  color: #274D3F;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .booking-heading {
    color: #ffffff;
  }
}
.popup-booking-widget .booking-heading {
  display: block;
}

.popup-booking-widget .booking-columns {
  padding: 24px 110px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget .booking-columns {
    flex-flow: wrap;
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-columns {
    padding: 30px;
    flex-flow: column;
  }
}

.popup-booking-widget .column {
  margin: 0;
  border: 2px solid transparent;
  padding: 16px 10px;
}
.popup-booking-widget .column::before, .popup-booking-widget .column::after {
  display: none;
}
@media only screen and (max-width: 979px) {
  .popup-booking-widget .column {
    margin: 0;
    border: none;
    padding: 16px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-form {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel-visible .booking-form {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}
.booking-form .checkin-checkout-col .form-element {
  flex-grow: unset;
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col .form-element {
    margin: 0 0 15px;
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col .form-element label {
    color: #ffffff;
  }
}
@media only screen and (min-width: 980px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .booking-form .options-col {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-form .options-col {
    margin: 0 0 30px;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}
.booking-form .options-col .form-element {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element {
    margin: 0 0 15px;
    width: calc(33% - 30px);
  }
}
.booking-form .options-col .form-element.select-open {
  border-color: #FCC591;
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .booking-form .code-col {
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-form .code-col {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-form .code-col .booking-code-el {
    align-items: center;
  }
}

.popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
.popup-booking-widget.dates-selection-panel-visible .checkin-checkout-col {
  border-color: #FCC591;
}
.popup-booking-widget.dates-selection-panel-visible .checkin-checkout-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .options-col .form-element {
  padding: 0;
  border: none;
}
.popup-booking-widget .options-col .form-element:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 979px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 30px;
  }
}
.popup-booking-widget.options-selection-panel-visible .options-col {
  border-color: #FCC591;
}
.popup-booking-widget.options-selection-panel-visible .options-col + .column:not(:first-child)::before {
  background-color: transparent;
}
.popup-booking-widget.options-selection-panel-visible .options-col .form-element {
  position: relative;
}
.popup-booking-widget.options-selection-panel-visible .options-col .form-element::after {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget.options-selection-panel-visible .options-col .form-element::after {
    display: none;
  }
}

.popup-booking-widget .code-col {
  flex-grow: 0;
  padding: 12px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget .code-col {
    padding: 0;
  }
}
.popup-booking-widget.code-selection-panel-visible .code-col {
  border-color: #FCC591;
}
.popup-booking-widget.code-selection-panel-visible .code-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .booking-code-trigger {
  text-decoration: underline;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget .booking-code-trigger {
    width: auto;
    padding: 15px;
  }
}
.popup-booking-widget .booking-code-trigger.applied::before {
  display: none;
}
.booking-code-trigger .booking-code-applied-text {
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
}
.booking-code-trigger .booking-code-applied {
  margin-left: 10px;
  color: #FCC591;
}
.booking-code-trigger.applied {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.booking-code-trigger.applied::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 50%;
  display: block;
  height: 8px;
  width: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .booking-code-trigger.applied::before {
    display: none;
  }
}
.booking-code-trigger.applied .booking-code-default-text {
  display: none;
}
.booking-code-trigger.applied .booking-code-applied-text,
.booking-code-trigger.applied .booking-code-applied {
  display: block;
}

@media only screen and (max-width: 1259px) {
  .controls-col {
    max-width: 200px;
    width: 200px;
  }
}
.popup-booking-widget .controls-col {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  max-height: 60px;
  width: 100%;
  max-width: none;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .controls-col {
    position: relative;
    height: auto;
    max-height: initial;
  }
}
@media only screen and (max-width: 1259px) {
  .controls-col input[type=submit] {
    padding: 0 10px;
  }
}

.popup-booking-widget .selection-panels {
  display: block;
  padding: 25px 110px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget .selection-panels {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .selection-panels {
    padding: 0;
    position: absolute;
    top: 100px;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}

.popup-booking-widget .booking-links {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .popup-booking-widget .booking-links {
    display: none;
  }
}
.popup-booking-widget .booking-links .reservation-link {
  color: #fff;
}
.popup-booking-widget .booking-links .reservation-link:not(:first-child)::before {
  background-color: #000;
}
.popup-booking-widget .booking-links .reservation-link:hover {
  text-decoration: underline;
}
.popup-booking-widget .booking-links .rate-link::after {
  background-position: -550px -220px;
}

.dates-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  display: block;
  height: 0;
  visibility: hidden;
  background: #fff;
}
.dates-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 218px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (min-width: 980px) {
  .dates-selection-panel::before {
    left: 184px;
  }
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel {
    display: none;
    background: transparent;
  }
}
.popup-booking-widget .dates-selection-panel {
  position: relative;
  bottom: auto;
  left: auto;
}
.popup-booking-widget .dates-selection-panel::before {
  display: none;
}
.dates-selection-panel-visible .dates-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .dates-selection-panel-visible .dates-selection-panel {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 30px 15px 15px;
    overflow-y: auto;
  }
  .dates-selection-panel-visible .dates-selection-panel .ui-datepicker-next,
  .dates-selection-panel-visible .dates-selection-panel .ui-datepicker-prev {
    border-color: #000;
  }
}

.booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  justify-content: center;
  width: 853px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 30px 15px;
  box-shadow: none;
  background: none;
}
.popup-booking-widget .booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker {
    display: flex;
    flex-direction: column;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin: 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin: 30px 0 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #274D3F;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar th {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 183.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar th {
    color: #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 142.857% */
  letter-spacing: 0.14px;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
    color: #ffffff;
    padding: 0 5px;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar td a {
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar td a {
    color: #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
  color: #000;
  background: none;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
  color: #000;
  background: none;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
    color: #fff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  color: #274D3F;
  background-color: rgba(39, 77, 63, 0.3);
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #ffffff;
  background: #274D3F;
}
.booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a::after {
  border: none;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: transparent;
  }
  .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a::after {
    border: 1px solid #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header {
  margin-bottom: 18px;
  position: inherit;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header {
    position: relative;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border-color: #274D3F;
  top: 50%;
  width: 15px;
  height: 15px;
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  top: 6px;
  height: 14px;
  width: 14px;
  border-color: #274D3F;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    border-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    border-color: #ffffff;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: -35px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
  }
}
.booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: -35px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
  }
}

.options-selection-panel {
  display: block;
  overflow: hidden;
  text-align: center;
  height: 0;
  visibility: hidden;
}
.options-selection-panel-visible .options-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .options-selection-panel-visible .options-selection-panel {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .options-selection-panel {
    display: none;
  }
}

.popup-booking-widget .hidden-options-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.popup-booking-widget .hidden-options-trigger:focus {
  outline-offset: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget .hidden-options-trigger {
    display: none;
  }
}

.options-selector {
  margin: 50px auto 135px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.options-selector h4 {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.26px;
  font-weight: normal;
  color: #000;
  margin-bottom: 15px;
}
.options-selector .option {
  position: relative;
  flex-grow: 1;
  width: 100%;
  max-width: 180px;
}
.options-selector .option:not(:first-child) {
  margin-left: 60px;
}

.amount-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.amount-widget .number {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.78px;
}
.amount-widget button {
  box-sizing: content-box;
  width: 28px;
  padding: 9px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.78px;
  color: #274D3F;
  overflow: hidden;
}
.amount-widget button.plus::before {
  content: "+";
}
.amount-widget button.minus::before {
  content: "-";
}

.code-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 308px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  height: 0;
  width: 231px;
  padding: 15px 9px;
  visibility: hidden;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 980px) {
  .code-selection-panel {
    right: 247px;
  }
}
@media only screen and (max-width: 767px) {
  .code-selection-panel {
    display: none;
  }
}
.code-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  height: 16px;
  width: 16px;
  background-color: #fff;
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup-booking-widget .code-selection-panel {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  max-width: 293px;
  padding: 0;
  transform: none;
}
.popup-booking-widget .code-selection-panel::before {
  display: none;
}
.code-selection-panel-visible .code-selection-panel {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .code-selection-panel-visible .code-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 40px 40px 30px;
    overflow-y: auto;
  }
}
.popup-booking-widget.code-selection-panel-visible .code-selection-panel {
  margin: 0px auto 85px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin: 0 auto;
  }
}
.code-selection-panel .code-selection-panel-close-button {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: none;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.code-selection-panel .code-selection-panel-close-button::before, .code-selection-panel .code-selection-panel-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #000;
}
.code-selection-panel .code-selection-panel-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.code-selection-panel .code-selection-panel-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.code-selection-panel .code-selection-panel-close-button:hover::before, .code-selection-panel .code-selection-panel-close-button:hover::after {
  background-color: #FCC591;
}
@media only screen and (max-width: 767px) {
  .code-selection-panel-visible .code-selection-panel .code-selection-panel-close-button {
    display: block;
  }
}
.code-selection-panel h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.26px;
  text-align: center;
  color: #000;
}
.popup-booking-widget .code-selection-panel h3 {
  display: none;
}
.code-selection-panel .code-types {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.popup-booking-widget .code-selection-panel .code-types {
  margin: 0;
}
.code-selection-panel .code-input:not(:first-child),
.code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 7px;
}
.popup-booking-widget .code-selection-panel .code-input:not(:first-child),
.popup-booking-widget .code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 19px;
}
.code-selection-panel input.code-input::-moz-placeholder {
  color: #000;
}
.code-selection-panel input.code-input::placeholder {
  color: #000;
}
.code-selection-panel input.code-input,
.code-selection-panel .select-wrapper select {
  padding: 8px 10px 7px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.15px;
  color: #000;
  background: #ededed;
  text-transform: initial;
}
.popup-booking-widget .code-selection-panel input.code-input,
.popup-booking-widget .code-selection-panel .select-wrapper select {
  padding: 10px 19px 8px;
  font-size: 18px;
  line-height: 22px;
}
.code-selection-panel .select-wrapper select {
  height: auto;
  width: 100%;
  padding-right: 45px;
  border: none;
}
.code-selection-panel .select-wrapper .select-icon {
  top: auto;
  right: 11px;
  bottom: 11px;
  height: 8px;
  width: 8px;
}
.popup-booking-widget .code-selection-panel .select-wrapper .select-icon {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}
.code-selection-panel .select-wrapper .select-icon svg {
  display: none;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  background: #fff;
  font-size: 14px;
  color: #766a63;
}
#hebs-gallery .category-selector + .select-icon {
  position: relative;
  margin-top: 16px;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow: hidden;
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-stage .galleria-image {
    width: 100% !important;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-stage .galleria-image img {
    width: 100% !important;
    height: auto !important;
  }
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 1;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    left: 10px;
  }
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    right: 10px;
  }
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/gray-loading.gif") 50% 50% no-repeat;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #274D3F;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.calendar #calendar-filter {
  position: relative;
  float: right;
}
@media only screen and (max-width: 767px) {
  .calendar #calendar-filter {
    width: 100%;
    margin: 10px 0;
  }
}
.calendar #calendar-filter select {
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #766a63;
  font-size: 14px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .calendar #calendar-filter select {
    width: 100%;
  }
}
.calendar #calendar-filter .select-icon {
  position: absolute;
  top: 8px;
  right: 20px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #766a63;
}
.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 24px;
  line-height: 30px;
  color: #766a63;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #766a63;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#newsletter {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: linear-gradient(180deg, #FFF4EA 0%, #FCC591 51.04%, #B7BEA2 100%);
  padding: 58px 0px 0px;
}
@media only screen and (max-width: 767px) {
  #newsletter {
    display: block;
    padding: 55px 0px;
  }
}
#newsletter .center-column {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  padding: 0 60px;
}
@media only screen and (max-width: 979px) {
  #newsletter .center-column {
    width: auto;
    padding: 0 30px;
  }
}
#newsletter h3, #newsletter .h3 {
  width: 100%;
  margin-bottom: 42px;
  color: #274D3F;
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #newsletter h3, #newsletter .h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter h3, #newsletter .h3 {
    width: 100%;
    font-size: 16px;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
    margin-top: 0;
    margin-bottom: 32px;
  }
}
#newsletter form {
  display: inline-flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #newsletter form {
    width: 100%;
  }
}
#newsletter fieldset {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: minmax(auto, 216px) minmax(auto, 216px) minmax(auto, 310px) minmax(auto, 170px) minmax(auto, 146px);
  grid-template-rows: repeat(2, auto);
  gap: 48px 10px;
}
#newsletter fieldset #newsletter-submit {
  grid-column: 5/6;
  grid-row: 1/2;
}
#newsletter fieldset label {
  grid-column: 1/-1;
  grid-row: 2/3;
  justify-self: center;
}
@media only screen and (max-width: 767px) {
  #newsletter fieldset {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
}
#newsletter label {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 7px;
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #newsletter label {
    text-align: left;
    width: 100%;
    order: 5;
  }
}
#newsletter label input {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#newsletter label input::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -7px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #274D3F;
  cursor: pointer;
}
#newsletter label input:checked::before {
  background-color: #274D3F;
}
#newsletter label span {
  padding-left: 23px;
}
#newsletter label span a {
  text-decoration: underline;
}
#newsletter .privacy-policy-link {
  color: #ffffff;
  text-decoration: underline;
}
#newsletter .privacy-policy-link:hover {
  color: #FCC591;
}
#newsletter input[type=text] {
  height: 41px;
  background: #fff;
  color: black;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid #274D3F;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  width: 100%;
  padding-left: 17px;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  font: 700 14px/60px;
  color: #868686;
}
#newsletter input[type=text]:-moz-placeholder {
  font: 700 14px/60px;
  color: #868686;
}
#newsletter input[type=text]::-moz-placeholder {
  font: 700 14px/60px;
  color: #868686;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #868686;
  font: 700 14px/60px;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #868686;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #868686;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #868686;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #868686;
}
#newsletter input[type=submit] {
  height: 41px;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=submit] {
    margin-bottom: 20px;
    padding: 0;
  }
}
#newsletter .success-message {
  display: none;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #274D3F;
}
#newsletter.submitted h3 {
  display: none;
}
#newsletter.submitted .success-message {
  display: block;
}

#testimonials {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #testimonials {
    margin-bottom: 50px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#testimonials .copy-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font: normal 40px/55px "BlackJack", sans-serif;
  color: #414042;
}
@media only screen and (max-width: 767px) {
  #testimonials .copy-wrapper {
    font-size: 34px;
    line-height: 43px;
  }
}
#testimonials .copy-wrapper .slide {
  position: relative;
  width: 100%;
  padding: 32px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  #testimonials .copy-wrapper .slide {
    padding: 42px 0 20px 0;
  }
}
#testimonials .copy-wrapper .icon {
  display: flex;
  justify-content: center;
}
#testimonials .copy-wrapper .icon img {
  padding-top: 50px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  #testimonials .copy-wrapper .icon img {
    padding-top: 58px;
    width: 90px;
    height: 90px;
  }
}
#testimonials .copy-wrapper p {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  #testimonials .copy-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
}
#testimonials .copy-wrapper span {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  color: #6D5F4D;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  #testimonials .copy-wrapper span {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-top: 32px;
  }
}
#testimonials .copy-wrapper .slick-dots li.slick-active::before {
  background-color: #274D3F;
}

#dining-spa {
  margin-bottom: 100px;
}
#dining-spa .center-column {
  position: initial;
  max-width: 1303px;
  margin: 0 auto;
  padding: 0 13px;
}
#dining-spa .section-intro {
  text-align: center;
  padding: 0 13px 45px;
}
#dining-spa .section-intro .h1 {
  position: relative;
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 104.762% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#dining-spa .section-intro .h1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 150px;
  height: 2px;
  background-color: #274D3F;
}
#dining-spa .section-intro .h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 150px;
  height: 2px;
  background-color: #274D3F;
}
@media only screen and (max-width: 767px) {
  #dining-spa .section-intro .h1 {
    font-size: 24px;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.48px;
  }
  #dining-spa .section-intro .h1::after {
    width: 45px;
  }
  #dining-spa .section-intro .h1::before {
    width: 45px;
  }
}
#dining-spa .slideshow {
  position: inherit;
}
#dining-spa .slide {
  padding: 0 13px;
}
#dining-spa .slide .thumbnail-wrapper .background img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
#dining-spa .slide .description {
  text-align: center;
  padding-top: 24px;
}
#dining-spa .slide .description h3 {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#dining-spa .slide .description .copy {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #dining-spa .slide .description .button {
    line-height: 29px;
    width: 100%;
  }
}
#dining-spa .slick-arrow {
  height: 190px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  #dining-spa .slick-arrow {
    display: none !important;
  }
}
#dining-spa .slick-prev {
  left: 0;
  background: url("../images/left-arrow.svg");
}
#dining-spa .slick-next {
  right: 0;
  background: url("../images/right-arrow.svg");
}
#dining-spa .spa__dots {
  padding: 0 15px;
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #dining-spa .spa__dots {
    display: block;
  }
}

.parent > a:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}
.parent:focus-within > .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.submenu a:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.home #content {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .home #content {
    padding: 45px 0 60px;
  }
}
.home #content .page-content {
  max-width: 960px;
  margin: 0 auto;
}
.home #content .page-content h1 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home #content .page-content p {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
.home #content .page-content .button {
  margin-top: 30px;
}

.special-offers-home {
  position: relative;
}
.special-offers-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 38px);
  opacity: 0.8;
  background: linear-gradient(180deg, #FFF8F1 0%, #FCC591 50%, #274D3F 100%);
  background-blend-mode: multiply;
  z-index: -1;
}
.special-offers-home .container {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 98px;
}
.special-offers-home .section-intro {
  padding: 36px 0 27px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .special-offers-home .section-intro {
    padding: 35px 0;
  }
}
.special-offers-home .section-intro .h1-like {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
  letter-spacing: 0.64px;
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .special-offers-home .section-intro .h1-like {
    font-size: 24px;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.48px;
  }
}
.special-offers-home .offers-wrapper {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.special-offers-home .offers-wrapper .item {
  position: relative;
  width: calc(33.3333% - 26px);
  height: 450px;
  margin: 0 auto;
  margin-bottom: 26px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .special-offers-home .offers-wrapper .item {
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-home .offers-wrapper .item {
    width: calc(100% - 60px);
    height: 400px;
  }
}
.special-offers-home .offers-wrapper .item .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.special-offers-home .offers-wrapper .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 350ms ease-in-out;
}
.special-offers-home .offers-wrapper .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, #FCC591 0%, #85A2B3 51.56%, #6D5F4D 100%);
  mix-blend-mode: multiply;
}
.special-offers-home .offers-wrapper .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-offers-home .offers-wrapper .item .text h3 {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 104.762% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .special-offers-home .offers-wrapper .item .text h3 {
    font-size: 30px;
    line-height: 32px; /* 106.667% */
    letter-spacing: 0.6px;
  }
}
.special-offers-home .offers-wrapper .item:hover h3 {
  color: #FCC591;
}
.special-offers-home .offers-wrapper .item:hover img {
  scale: 1.2;
}

#homepage-accommodations .wrapper {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 30px;
}
#homepage-accommodations .wrapper .description {
  margin-bottom: 20px;
}
#homepage-accommodations .wrapper .description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
#homepage-accommodations .copy-wrapper {
  margin: 0 auto 110px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #homepage-accommodations .copy-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations .copy-wrapper {
    margin-bottom: 30px;
  }
}
#homepage-accommodations .h1-like {
  margin-bottom: 30px;
  color: #274D3F;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations .h1-like {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-accommodations h3 {
  font: 700 30px/1 "Halogen", "Arial", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations h3 {
    font-size: 18px;
  }
}
#homepage-accommodations .rooms {
  position: relative;
}
#homepage-accommodations .rooms::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #B7BEA2;
  opacity: 0.5;
}
#homepage-accommodations .rooms .mobile-list {
  background-color: transparent;
  border: 1px solid #274D3F;
  color: #274D3F;
}
#homepage-accommodations .rooms .center-column {
  position: initial;
}
#homepage-accommodations .rooms .center-column .slideshow {
  position: inherit;
}
#homepage-accommodations .rooms .rooms-entry {
  padding: 0 13px;
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations .rooms .rooms-entry {
    padding: 0;
  }
}
#homepage-accommodations .rooms .item-wrap .background img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage-accommodations .rooms .item-wrap .description {
  padding-top: 24px;
}
#homepage-accommodations .rooms .item-wrap .description .h4 {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
  height: 50px;
}
#homepage-accommodations .rooms .item-wrap .description .descr-short {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
#homepage-accommodations .rooms .item-wrap .button-wrapper {
  display: flex;
  justify-content: center;
}
#homepage-accommodations .rooms .item-wrap .button-wrapper a {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations .rooms .item-wrap .button-wrapper a {
    padding: 14px 15px 13px;
    line-height: 29px;
  }
}
#homepage-accommodations .rooms .item-wrap .button-wrapper .secondary-btn {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #homepage-accommodations .rooms .item-wrap .button-wrapper .secondary-btn {
    padding: 16px 15px 15px;
  }
}

.rooms {
  margin: 0 0 100px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms {
    margin-bottom: 60px;
  }
}
.rooms .center-column {
  position: relative;
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rooms .center-column {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.rooms .center-column .mobile-list {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
}
.rooms .center-column .categories-list {
  margin-left: 30px;
  margin-right: 30px;
}
.rooms .center-column .categories-list button {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .rooms .center-column .categories-list button {
    margin-bottom: 0;
  }
}
.rooms .center-column .slideshow {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rooms .center-column .slideshow {
    padding: 0 30px;
  }
}
.rooms .center-column .slick-track {
  margin: 0 auto;
}
.rooms .center-column .slick-arrow {
  height: 190px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms .center-column .slick-arrow {
    display: none !important;
  }
}
.rooms .center-column .slick-prev {
  left: 0;
  background: url("../images/left-arrow.svg");
}
.rooms .center-column .slick-next {
  right: 0;
  background: url("../images/right-arrow.svg");
}
.rooms .center-column .news__dots {
  padding: 0 15px;
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .rooms .center-column .news__dots {
    display: block;
  }
}
.rooms .center-column .news__dots .slick-dots {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.rooms .center-column .news__dots .slick-dots li {
  padding-left: 0;
  position: relative;
  margin-right: 14px;
  height: 10px;
  width: 10px;
}
.rooms .center-column .news__dots .slick-dots li::before {
  content: "";
  margin-top: 0;
  background: transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 1px solid #274D3F;
  border-radius: 50%;
  position: absolute;
  margin-right: 0;
  left: 0;
  top: 0;
}
.rooms .center-column .news__dots .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
}
.rooms .center-column .news__dots .slick-dots li.slick-active::before {
  background: #FCC591;
}
.rooms .categories-descr {
  padding: 0 35px;
}
.rooms .categories-descr .category-descr {
  display: none;
  margin: 40px 0;
  text-align: center;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .loadmore-btn {
  display: none;
  text-align: center;
  padding: 0 30px;
}
.rooms .loadmore-btn.visible {
  display: block;
}
.rooms .rooms-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rooms .rooms-wrap .rooms-entry {
  width: 50%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .rooms .rooms-wrap .rooms-entry {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry {
    margin-bottom: 40px;
  }
}
.rooms .rooms-wrap .rooms-entry:nth-child(n+9) {
  display: none;
}
.rooms .rooms-wrap .rooms-entry .item-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media only screen and (max-width: 979px) {
  .rooms .rooms-wrap .rooms-entry .item-wrap {
    padding: 0 30px;
  }
}
.rooms .rooms-wrap .rooms-entry .header-line {
  background-color: #274D3F;
  margin: 0 0 8px 0;
}
.rooms .rooms-wrap .rooms-entry .room-category-name {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry .room-category-name {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
  }
}
.rooms .rooms-wrap .rooms-entry .background {
  height: 360px;
  width: 100%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry .background {
    height: 230px;
  }
}
.rooms .rooms-wrap .rooms-entry .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry .background img {
    max-height: 230px;
  }
}
.rooms .rooms-wrap .rooms-entry .description {
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.rooms .rooms-wrap .rooms-entry .description h3 {
  font-family: "BeautySwitzerlandSans", serif;
  margin-bottom: 30px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
@media only screen and (max-width: 449px) {
  .rooms .rooms-wrap .rooms-entry .description h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.44px;
    text-align: left;
  }
}
.rooms .rooms-wrap .rooms-entry .description p {
  margin-bottom: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  font-family: "DMSans", "Arial", sans-serif;
}
@media only screen and (max-width: 449px) {
  .rooms .rooms-wrap .rooms-entry .description p {
    font-size: 12px;
    text-align: start;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.rooms .rooms-wrap .rooms-entry .description .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry .description .links {
    display: block;
  }
}
.rooms .rooms-wrap .rooms-entry .description .links .button {
  margin-bottom: 5px;
  min-width: 130px;
}
@media only screen and (max-width: 449px) {
  .rooms .rooms-wrap .rooms-entry .description .links .button {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-wrap .rooms-entry .description .links .room-booknow {
    width: 99%;
    margin-bottom: 20px;
  }
}
.rooms .rooms-wrap.expand .rooms-entry:nth-child(n+9) {
  display: block;
}
.rooms .arrows {
  margin-top: 50px;
}
@media only screen and (max-width: 979px) {
  .rooms .arrows {
    display: none;
  }
}
.rooms .slick-next {
  right: 35px;
  background-position: -120px -70px;
}
.rooms .slick-prev {
  left: 35px;
  background-position: -80px -70px;
}

@media only screen and (max-width: 979px) {
  .rooms-page #content .center-column {
    padding: 0;
  }
}
.rooms-page #content .page-content-wrapper .page-content {
  text-align: center;
  margin: 0 auto;
}
.rooms-page #content .page-content-wrapper .page-content h1 {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 104.762% */
  letter-spacing: 0.84px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rooms-page #content .page-content-wrapper .page-content h1 {
    font-size: 24px;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.48px;
    margin-bottom: 20px;
  }
}
.rooms-page #content .page-content-wrapper .page-content h2 {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-page #content .page-content-wrapper .page-content h2 {
    font-size: 16px;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
    margin-bottom: 20px;
  }
}
.rooms-page #content .page-content-wrapper .page-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .rooms-page #content .page-content-wrapper .page-content p {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: 0.24px;
  }
}
.rooms-page #content .page-content-wrapper .page-content h1 + h2 {
  margin-top: 0;
}
.rooms-page .additional-content-block .center-column {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.rooms-page .additional-content-block .categories-wrapper {
  padding: 0 30px;
  padding-bottom: 50px;
  text-align: center;
  height: 500px;
  margin-bottom: -300px;
  background: linear-gradient(0deg, #FFF 19.42%, rgba(183, 190, 162, 0.93) 91.29%, #B7BEA2 139.65%);
}
.rooms-page .additional-content-block .categories-wrapper .title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding-top: 50px;
  margin-bottom: 25px;
}
.rooms-page .additional-content-block .categories-wrapper .subtitle {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .rooms-page .additional-content-block .mobile-list {
    background: #ffffff;
    border-radius: 20px;
    color: #274D3F;
    border: 2px solid #274D3F;
    font: 400 16px/24px "DMSans", "Arial", sans-serif;
    text-transform: capitalize;
    padding: 14px 20px 13px;
    height: 60px;
    margin-bottom: 0;
  }
  .rooms-page .additional-content-block .mobile-list::after {
    top: 16px;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    border: 2px solid #274D3F;
    border-bottom: 0;
    border-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: rotate(135deg);
    transition: border-color 350ms ease-in-out;
    background: none;
  }
}
.rooms-page .additional-content-block .categories-list {
  margin: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  .rooms-page .additional-content-block .categories-list {
    background: #ffffff;
    color: #274D3F;
    font: 400 16px/24px "DMSans", "Arial", sans-serif;
    padding: 0;
    border-radius: 20px;
    border: 0;
  }
  .rooms-page .additional-content-block .categories-list.visible {
    border: 1px solid #274D3F;
  }
}
.rooms-page .additional-content-block .categories-list .button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  .rooms-page .additional-content-block .categories-list .button {
    color: #274D3F !important;
    height: 60px;
    margin-bottom: 0;
    border-radius: initial;
    font-family: "DMSans", "Arial", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    text-align: left !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .rooms-page .additional-content-block .categories-list .button::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50px;
    width: calc(100% - 50px);
    border-bottom: 1px solid #274D3F;
    opacity: 1;
    background-color: #274D3F;
  }
  .rooms-page .additional-content-block .categories-list .button.active::after {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .rooms-page .additional-content-block .categories-list .button:hover, .rooms-page .additional-content-block .categories-list .button.active {
    border-radius: 0%;
    color: #FCC591 !important;
    background-color: #274D3F !important;
  }
}
.rooms-page .body-overflow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 400;
}
.rooms-page .body-overflow.visible {
  display: block;
}
.rooms-page .body-overflow.overflow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .body-overflow.overflow-container {
    padding: 20px;
  }
}
.rooms-page .body-overflow.overflow-container .overflow-inner {
  max-width: 1200px;
}
.rooms-page .body-overflow.overflow-container .overflow-inner img {
  max-height: 1000px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rooms-page .body-overflow.overflow-container .overflow-inner img {
    width: 90%;
  }
}
.rooms-page .body-overflow.overflow-container .close-button {
  position: absolute;
  top: 15px;
  right: 100px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .rooms-page .body-overflow.overflow-container .close-button {
    top: 10px;
    right: 50px;
  }
}
.rooms-page .body-overflow.overflow-container .close-button:hover {
  background-position: -37px 0;
}
.rooms-page .body-overflow.overflow-container .close-button:active {
  background-position: -74px 0;
}

.villas-page #content {
  background-color: #ffffff;
  padding: 0;
}

.page-content .room .thumbnail {
  position: relative;
  float: none;
  margin: 0 0 30px;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.page-content .room .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.gallery-acm .gallery {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery {
    margin-bottom: 100px;
  }
}
.gallery-acm .gallery .gallery-wrapper {
  max-width: 1100px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .gallery-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-acm .gallery .mobile-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .mobile-list {
    height: 40px;
    padding: 6px 25px 13px;
    text-align: left;
    background-color: #274D3F;
    color: #FCC591;
    border-radius: 25px;
    font-family: "DMSans", "Arial", sans-serif;
    text-transform: none;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 0;
  }
}
.gallery-acm .gallery .mobile-list::after {
  top: 8px;
  border-color: #FCC591;
  transition: border-color 350ms ease-in-out, transform 350ms ease-in-out, top 350ms ease-in-out;
}
.gallery-acm .gallery .mobile-list.opened {
  background-color: #ffffff;
  color: #274D3F;
  border: 1px solid #274D3F;
  border-bottom: none;
  border-top-left-radius: 20x;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 60px;
  align-items: center;
  padding: 0 25px 0px;
}
.gallery-acm .gallery .mobile-list.opened::after {
  border-color: #274D3F;
  transform: rotate(315deg);
  top: 28px;
  transition: border-color 350ms ease-in-out, transform 350ms ease-in-out, top 350ms ease-in-out;
}
.gallery-acm .gallery .categories-list {
  margin: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  .gallery-acm .gallery .categories-list {
    background: #ffffff;
    color: #274D3F;
    font: 400 16px/24px "DMSans", "Arial", sans-serif;
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0;
    margin-bottom: 80px;
  }
  .gallery-acm .gallery .categories-list.visible {
    border: 1px solid #274D3F;
  }
}
.gallery-acm .gallery .categories-list .button {
  margin-bottom: 10px;
  min-width: 210px;
}
@media only screen and (max-width: 979px) {
  .gallery-acm .gallery .categories-list .button {
    color: #274D3F !important;
    height: 60px;
    margin-bottom: 0;
    border-radius: initial;
    font-family: "DMSans", "Arial", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    text-align: left !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gallery-acm .gallery .categories-list .button::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50px;
    width: calc(100% - 50px);
    border-bottom: 1px solid #274D3F;
    opacity: 1;
    background-color: #274D3F;
  }
  .gallery-acm .gallery .categories-list .button.active::after {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .gallery-acm .gallery .categories-list .button:hover, .gallery-acm .gallery .categories-list .button.active {
    border-radius: 0%;
    color: #FCC591 !important;
    background-color: #274D3F !important;
  }
}
.gallery-acm .gallery .loadmore-btn {
  display: none;
  text-align: center;
  padding: 0 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .loadmore-btn {
    margin-top: 40px;
  }
}
.gallery-acm .gallery .loadmore-btn .button {
  min-width: 210px;
}
.gallery-acm .gallery .loadmore-btn.visible {
  display: block;
}
.gallery-acm .gallery .title {
  padding: 50px 0 25px 0;
  color: #274D3F;
  font-family: "Beauty Switzerland Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .title {
    padding: 43px 0 28px 0;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.44px;
  }
}
.gallery-acm .gallery .subtitle {
  padding-bottom: 25px;
  text-align: center;
  color: #274D3F;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .subtitle {
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
  }
}
.gallery-acm .gallery .color-card {
  height: 435px;
  margin-bottom: -435px;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, #FFF -20%, rgba(247, 227, 197, 0.93) 91.29%, #F7E3C5 139.65%);
}
.gallery-acm .gallery .dropdown-container {
  width: 80%;
  margin: auto;
}
.gallery-acm .gallery .photo {
  padding-bottom: 19%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.gallery-acm .gallery .photo:nth-child(n+9) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .photo {
    width: 100%;
    padding-bottom: calc(50% - 10px) !important;
    border: 0 !important;
    clear: none !important;
    float: left !important;
    justify-self: center;
  }
}
.gallery-acm .gallery .photo:nth-child(10n+1) {
  grid-column: span 1;
  grid-row: span 48;
}
.gallery-acm .gallery .photo:nth-child(10n+2), .gallery-acm .gallery .photo:nth-child(10n+3), .gallery-acm .gallery .photo:nth-child(10n+4), .gallery-acm .gallery .photo:nth-child(10n+5) {
  grid-column: span 1;
  grid-row: span 24;
}
.gallery-acm .gallery .photo:nth-child(10n+6) {
  grid-column: span 1;
  grid-row: span 24;
}
.gallery-acm .gallery .photo:nth-child(10n+7) {
  grid-column: span 2;
  grid-row: span 48;
}
.gallery-acm .gallery .photo:nth-child(10n+8) {
  grid-column: span 1;
  grid-row: span 24;
}
.gallery-acm .gallery .photo:nth-child(10n+9) {
  grid-column: span 2;
  grid-row: span 48;
}
.gallery-acm .gallery .photo:nth-child(10n+10) {
  grid-column: span 1;
  grid-row: span 48;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .photo:nth-child(10n+1), .gallery-acm .gallery .photo:nth-child(10n+2), .gallery-acm .gallery .photo:nth-child(10n+3), .gallery-acm .gallery .photo:nth-child(10n+4), .gallery-acm .gallery .photo:nth-child(10n+5), .gallery-acm .gallery .photo:nth-child(10n+6), .gallery-acm .gallery .photo:nth-child(10n+7), .gallery-acm .gallery .photo:nth-child(10n+8), .gallery-acm .gallery .photo:nth-child(10n+9), .gallery-acm .gallery .photo:nth-child(10n+10) {
    grid-column: span 1;
    grid-row: span 24;
  }
}
.gallery-acm .gallery .photo:hover .image {
  transform: scale(1.1) !important;
}
.gallery-acm .gallery .photo.gallery-video-play .image:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-acm .gallery .photo .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
.gallery-acm .gallery .photo .image .video-thumb {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 80px solid #fff;
  border-bottom: 50px solid transparent;
  cursor: pointer;
  transition: opacity 300ms;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .gallery-acm .gallery .photo .image .video-thumb {
    border-top: 36px solid transparent;
    border-left: 46px solid #fff;
    border-bottom: 36px solid transparent;
    margin: -36px 0 0 -23px;
  }
}
.gallery-acm .gallery .photo .caption {
  display: none;
}
@media only screen and (min-width: 980px) {
  .gallery-acm .gallery .photo .image {
    transition: transform 600ms;
    will-change: transform;
  }
  .gallery-acm .gallery .photo:hover .image {
    transform: scale(1);
  }
  .gallery-acm .gallery .photo .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #1F223F;
    box-sizing: border-box;
    transition: border 200ms, background 400ms;
  }
  .keyboard-navigation .gallery-acm .gallery .photo:focus .overlay {
    background: rgba(206, 57, 20, 0.33);
  }
  .keyboard-navigation .gallery-acm .gallery .photo:focus {
    box-shadow: none;
  }
  .gallery-acm .gallery .photo:hover .image {
    transform: scale(1.1);
  }
  .gallery-acm .gallery .photo:hover h4 {
    margin-bottom: 12px;
  }
  .gallery-acm .gallery .photo:hover .video-thumb {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .photo.overview {
    display: none;
  }
}
.gallery-acm .gallery .photo.overview .overlay {
  background: rgba(31, 34, 63, 0.8);
}
.gallery-acm .gallery .photo .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  z-index: 1;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.gallery-acm .gallery .photo .info .count {
  font-size: 48px;
  line-height: 61px;
}
.gallery-acm .gallery .photo .info a {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  transition: all 350ms ease-in-out;
}
.gallery-acm .gallery .photo .info a:hover {
  opacity: 0.8;
}
.gallery-acm .gallery .count-7 .item-1 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery-acm .gallery .count-7 .item-2 {
  width: 20%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-7 .item-3 {
  width: 20%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-7 .item-4 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-7 .item-5 {
  width: 40%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-7 .item-6 {
  width: 40%;
  padding-bottom: 20%;
  margin-top: -40%;
  float: right;
}
.gallery-acm .gallery .count-7 .item-7 {
  width: 20%;
  padding-bottom: 20%;
  float: right;
  margin-top: -20%;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .count-7 .item-7 {
    display: none;
  }
}
.gallery-acm .gallery .count-6 .item-1 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery-acm .gallery .count-6 .item-2 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-6 .item-3 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-6 .item-4 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-6 .item-5 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-6 .item-6 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
  float: right;
}
.gallery-acm .gallery .count-5 .item-1 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery-acm .gallery .count-5 .item-2 {
  width: 33.3%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-5 .item-3 {
  width: 33.3%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-5 .item-4 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-5 .item-5 {
  width: 33.3%;
  padding-bottom: 20%;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .count-5 .item-5 {
    display: none;
  }
}
.gallery-acm .gallery .count-4 .item-1 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery-acm .gallery .count-4 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-4 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery-acm .gallery .count-4 .item-4 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
}
.gallery-acm .gallery .count-3 .item-1 {
  width: 50%;
  padding-bottom: 40%;
  margin-left: 0;
  float: left;
}
.gallery-acm .gallery .count-3 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery-acm .gallery .count-3 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gallery-acm .gallery .count-3 .item-3 {
    display: none;
  }
}
.gallery-acm .gallery .count-2 .item-1 {
  width: calc(50% - 5px);
  margin-left: 0;
  padding-bottom: 40%;
}
.gallery-acm .gallery .count-2 .item-2 {
  width: calc(50% - 5px);
  margin-right: 0;
  padding-bottom: 40%;
}
.gallery-acm .gallery .count-1 .photo {
  width: 100%;
  margin: 0;
  padding-bottom: 40%;
}

.comparison-table-v2 {
  overflow: hidden;
  padding-bottom: 100px;
}
.comparison-table-v2 .h1-like {
  text-align: center;
  margin: 0 0 74px 0;
  padding-top: 89px;
}
.comparison-table-v2 table {
  border-spacing: 0px;
}
.comparison-table-v2 .expandable-table {
  padding-top: 3em;
  display: none;
}
.comparison-table-v2 .expandable-table > .content-column + .center-column, .comparison-table-v2 .expandable-table > .center-column + .content-column {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .expandable-table > .content-column + .center-column, .comparison-table-v2 .expandable-table > .center-column + .content-column {
    margin-top: 35px;
  }
}
.comparison-table-v2 .capacity-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin-bottom: 23px;
  box-shadow: inset 0 0 0 1px #979797;
  background: #F7F8F8;
  border-radius: 20px;
}
.comparison-table-v2 .capacity-toggle button {
  height: 100%;
  border-radius: 20px;
  padding: 9px 20px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.comparison-table-v2 .capacity-toggle button:first-child {
  margin-left: 0;
}
.comparison-table-v2 .capacity-toggle button.active {
  background: #000;
  color: #fff;
}
.comparison-table-v2 .capacity-toggle button:hover {
  background: #85A2B3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .capacity-toggle button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .comparison-table-v2 .capacity-toggle button:last-child {
    margin-bottom: 0;
  }
}
.comparison-table-v2 .comparison-table-wrapper {
  overflow: scroll;
}
.comparison-table-v2 .comparison-table {
  max-width: 1150px;
  width: 100%;
  max-height: 510px;
  margin: 0 auto;
  padding: 0 25px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 979px) {
  .comparison-table-v2 .comparison-table {
    padding: 0;
  }
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table::-webkit-scrollbar {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 5;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.comparison-table-v2 .comparison-table .table-wrapper {
  min-width: 0;
  overflow-x: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table .table-wrapper {
    display: inline-block;
  }
}
@media only screen and (max-width: 979px) {
  .comparison-table-v2 .comparison-table table {
    table-layout: auto;
  }
}
.comparison-table-v2 .comparison-table table.cloned-for-printing {
  position: fixed;
  left: -9999px;
  top: -9999px;
}
.comparison-table-v2 .comparison-table th, .comparison-table-v2 .comparison-table td {
  border-right: 1px solid #B7BEA2;
  font-size: 0.75rem;
  line-height: 1.364em;
  overflow: visible;
  border-bottom: 1px solid #B7BEA2;
}
.comparison-table-v2 .comparison-table th:last-child, .comparison-table-v2 .comparison-table td:last-child {
  border-right: none;
}
.comparison-table-v2 .comparison-table thead th:first-child {
  background-color: #D2CEA9;
}
.comparison-table-v2 .comparison-table thead th {
  position: sticky;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #B7BEA2;
  color: #0A2544;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.6px;
  line-height: 14px;
  font-weight: 700;
  vertical-align: bottom;
  z-index: 1;
  text-align: center;
}
.comparison-table-v2 .comparison-table thead button {
  font-size: 9px;
  font-weight: 400;
}
.comparison-table-v2 .comparison-table thead button.active {
  text-decoration: underline;
}
.comparison-table-v2 .comparison-table tbody th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(226, 223, 212, 0.4) !important;
  align-content: center;
}
.comparison-table-v2 .comparison-table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.comparison-table-v2 .comparison-table tbody tr:nth-child(even) th, .comparison-table-v2 .comparison-table tbody tr:nth-child(even) td {
  background: white;
  color: #274D3F;
}
.comparison-table-v2 .comparison-table tbody tr:nth-child(even) tr:nth-child(odd) th, .comparison-table-v2 .comparison-table tbody tr:nth-child(even) tr:nth-child(odd) td {
  background: #fff !important;
  color: white;
  border-left: 1px solid grey;
}
.comparison-table-v2 .comparison-table tbody .room-heading {
  color: #435363;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
.comparison-table-v2 .comparison-table tbody td [data-type=meters] {
  display: none;
}

.content-column.center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.gallery.expand .photo:nth-child(n+9) {
  display: block;
}

#feeds {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-height: 600px;
  max-width: 1232px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #feeds {
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
#feeds .center-column.content-only {
  margin: 83px auto 35px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #feeds .center-column.content-only {
    color: #ffffff;
    margin: 43px 30px 41px 30px;
  }
}
#feeds .h1-like {
  font-family: "BeautySwitzerlandSans", serif;
  margin-bottom: 27px !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  #feeds .h1-like {
    line-height: 40px;
    margin-bottom: 18px !important;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0.44px;
  }
}
#feeds .description {
  display: flex;
  justify-content: center;
}
#feeds .description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "DMSans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
  max-width: 528px;
  align-self: center;
  color: #274D3F;
}
@media only screen and (max-width: 767px) {
  #feeds .description p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
#feeds h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #766a63;
}
#feeds .socials {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  margin: 0;
  gap: 20px;
}
@media only screen and (max-width: 979px) {
  #feeds .socials {
    margin-bottom: 40px;
    justify-content: center;
    flex-flow: wrap;
    padding-bottom: 50px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .socials {
    position: static;
    float: none;
    margin-bottom: 20px;
  }
}
#feeds .socials li {
  display: inline-block;
  padding: 0;
}
#feeds .socials li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #feeds .socials li {
    float: none;
    display: inline-block;
  }
}
#feeds .socials a {
  position: relative;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  transition: opacity 0.3s;
  width: 47px;
  height: 47px;
}
#feeds .socials a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #feeds .socials a {
    display: inline-block;
  }
}
#feeds .socials a.facebook {
  background-color: #274D3F;
  background-image: url("../images/sprite-3.svg");
  background-position: -1px -427px;
  border-radius: 50%;
}
#feeds .socials a.youtube {
  background-color: #274D3F;
  background-image: url("../images/sprite-3.svg");
  background-position: -198px -427px;
  border-radius: 50%;
}
#feeds .socials a.pinterest {
  background-color: #274D3F;
  background-image: url("../images/sprite-3.svg");
  background-position: -330px -427px;
  border-radius: 50%;
}
#feeds .socials a.instagram {
  background-color: #274D3F;
  background-image: url("../images/sprite-3.svg");
  background-position: -396px -427px;
  border-radius: 50%;
}
#feeds .socials a.googleplus {
  background-position: -174px -174px;
  width: 28px;
}
#feeds .socials a.tripadvisor {
  background-position: -129px -175px;
  width: 32px;
}
#feeds .socials a.blog {
  border-radius: 50%;
  background-image: url("../images/sprite-3.svg");
  background-position: -1px -290px;
}
#feeds .spinner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 83%;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  opacity: 0;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: opacity 350ms ease-in-out;
}
#feeds.loading .spinner {
  display: block;
  opacity: 1;
}
#feeds .category-selector {
  display: none;
  float: none;
  margin: 0 0 20px;
  padding: 0 10px;
  text-align: center;
}
#feeds .category-selector .button {
  background: none;
  text-transform: none;
  color: #000;
  padding: 0 0 0 23px;
  margin: 0 15px;
  transition: all 350ms ease-in-out;
  font: 300 18px/24px "DMSans", "Arial", sans-serif;
  border: none;
}
#feeds .category-selector .button:hover, #feeds .category-selector .button.active {
  color: #274D3F;
}
#feeds .category-selector .button:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/sprite.svg") -44px -38px no-repeat;
}
#feeds .category-selector .button.facebook-button:before {
  background-position: -60px -40px;
}
#feeds .category-selector .button.instagram-button:before {
  background-position: 0 -39px;
}
#feeds .category-selector .button.blog-button:before {
  background-position: -21px -40px;
}
@media only screen and (max-width: 767px) {
  #feeds .category-selector .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#feeds .category-selector select {
  display: none;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #766a63;
  float: left;
  font: 600 14px/43px "DMSans", "Arial", sans-serif;
  height: 45px;
  padding: 0 35px 0 10px;
  resize: none;
  width: 100%;
}
#feeds .category-selector select + .select-icon {
  display: none;
}
#feeds .feed-items {
  font-size: 0;
  margin: 0 -1.4% 0 -0.7%;
}
@media only screen and (max-width: 449px) {
  #feeds .feed-items {
    margin: 0 0.6% 0 -0.6%;
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  margin: 0 0.7% 1.4% 0.7%;
  float: left;
  font: italic 14px/18px "DMSans", "Arial", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: rgba(128, 128, 128, 0.1);
  color: #766a63;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
@media only screen and (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 0.7% 4% 0.7%;
  }
}
#feeds .feed-item.facebook {
  background: #000;
}
#feeds .feed-item.facebook .feed-thumb {
  opacity: 0.6;
}
#feeds .feed-item.facebook h4 {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item.facebook h4:hover {
  opacity: 0.7;
}
#feeds .feed-item.facebook .feed-date {
  display: block;
  color: #fff;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item.facebook a {
  color: #fff !important;
}
#feeds .feed-item.facebook:before {
  background-position: -100px 0;
}
#feeds .feed-item.instagram {
  border: 0;
  color: #fff;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram:before {
  background-position: -140px 0;
}
#feeds .feed-item.instagram .feed-thumb {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item.instagram .feed-thumb {
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    height: 100%;
  }
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.instagram video {
  width: 100%;
}
#feeds .feed-item.blog .feed-descr {
  bottom: auto;
}
#feeds .feed-item.blog .feed-date {
  display: none;
}
#feeds .feed-item.blog .feed-thumb {
  display: none !important;
}
#feeds .feed-item.blog h4 {
  text-decoration: underline;
  color: #766a63;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h4:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-copy {
  font: 13px/19px "DMSans", "Arial", sans-serif;
  color: #766a63;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "DMSans", "Arial", sans-serif;
  text-align: left;
  color: #ffffff;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "DMSans", "Arial", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-copy {
  margin: 0;
}
#feeds .feed-item a {
  color: #766a63;
  text-decoration: none;
}
#feeds .feed-item a:hover {
  text-decoration: underline;
}
#feeds.all-feeds .pattern {
  position: relative;
  padding-bottom: 33.2%;
}
#feeds.all-feeds .pattern .feed-item {
  position: absolute;
  width: 15.5666666667%;
  padding: 15.2% 0 0 0;
  height: auto;
  margin: 0;
  min-width: initial;
  min-height: initial;
}
#feeds.all-feeds .pattern .feed-item:nth-child(1) {
  top: 0;
  left: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(2) {
  top: 0;
  left: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(3) {
  top: 50%;
  left: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(4) {
  top: 50%;
  left: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) {
  top: 0;
  left: 34%;
  width: 32%;
  padding-top: 31.8%;
  background: #000;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-thumb {
  opacity: 0.6;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).instagram .feed-thumb {
  opacity: 1;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).blog {
  background: #e7eaed;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).blog .feed-descr {
  bottom: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(6) {
  top: 0;
  right: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(7) {
  top: 0;
  right: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(8) {
  top: 50%;
  right: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(9) {
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 449px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 208%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 100%;
    padding: 100% 0 0 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    top: 50%;
    right: auto;
    left: 0;
  }
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds.all-feeds .feed-items {
  margin: 0 0 20px 0;
}
#feeds.all-feeds .feed-controls {
  margin-top: 0;
}
#feeds .feed-controls {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 60px;
  text-align: center;
}
#feeds .feed-controls .button {
  width: 160px;
}
#feeds .slick-arrow {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  #feeds .slick-arrow {
    display: none !important;
  }
}

.c-instagram-feed .slick-next {
  background: url("../images/right-arrow-orange.svg");
  right: 0;
}
.c-instagram-feed .slick-prev {
  background: url("../images/left-arrow-orange.svg");
  left: 0;
}

.c-instagram-feed__tag-link a {
  color: #274D3F;
}

.c-instagram-feed__list {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 400px) {
  .c-instagram-feed__list {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed__list {
    max-width: 400px;
  }
}
.c-instagram-feed__list .photo-list {
  margin: 0 0 41px 0;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed__list .photo-list {
    margin: 0 0 50px 0;
  }
}
.c-instagram-feed__list .photo-list .slick-list {
  margin: 0 78px;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed__list .photo-list .slick-list {
    margin: 0;
  }
}
.c-instagram-feed__list .photo-list .photo {
  margin: 0 8px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed__list .photo-list .photo {
    width: 100%;
    margin: 0;
  }
}
.c-instagram-feed__list .photo-list .photo .c-instagram-feed__link {
  display: block;
  width: 250px;
  height: 250px;
}
.c-instagram-feed__list .photo-list .photo .c-instagram-feed__link div {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .c-instagram-feed__list .slick-prev {
    left: 20px;
  }
  .c-instagram-feed__list .slick-next {
    right: 20px;
  }
  .c-instagram-feed__list .photo-list .photo {
    margin: 0 10px;
  }
  .c-instagram-feed__list .photo-list .photo .c-instagram-feed__link {
    height: 200px;
  }
}
#email-popup {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(74, 74, 74);
  background: rgba(74, 74, 74, 0.9);
  overflow: auto;
}
#email-popup.hidden {
  display: none;
}
#email-popup .email-popup-content {
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  width: 572px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #email-popup .email-popup-content {
    width: 90%;
    padding: 20px;
  }
}
#email-popup .email-popup-content .logo {
  height: 73px;
  margin: 0 auto 15px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#email-popup .email-popup-content h3 {
  font: 700 18px/1.2 "DMSans", "Arial", sans-serif;
  color: #766a63;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#email-popup .email-popup-content p {
  font-size: 16px;
  color: #808080;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
#email-popup .email-popup-content p span {
  font-weight: bold;
}
#email-popup .email-popup-content .button {
  background: #862d2c;
}
#email-popup .email-popup-content .button:hover {
  background: #4c1615;
}
#email-popup .email-popup-content .close {
  text-transform: uppercase;
  position: absolute;
  height: 25px;
  top: -25px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 7px;
  padding-top: 5px;
  background: #766a63;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#email-popup .email-popup-content .close span {
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#email-popup .email-popup-content .close span:hover, #email-popup .email-popup-content .close span:focus {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
#email-popup .email-popup-content .close span:after {
  content: "✕";
  position: absolute;
  top: 0;
  right: 8px;
}

.revinate_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.revinate_modal #revinate_contact_api_form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.revinate_modal #revinate_contact_api_form label {
  display: none;
  color: #fff;
}
.revinate_modal #revinate_contact_api_form .checkbox-group label {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.revinate_modal #revinate_contact_api_form fieldset {
  width: 100%;
  box-sizing: border-box;
}
.revinate_modal #revinate_contact_api_form h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]) {
  margin: 0 0 10px !important;
  display: block !important;
  width: 100% !important;
  padding: 0 10px 3px !important;
  border: 1px solid #fff;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 45px;
  height: 45px;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox])::-webkit-input-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):-moz-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox])::-moz-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):-ms-input-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  vertical-align: middle;
}
.revinate_modal #revinate_contact_api_form input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -9px;
  left: 3px;
  color: #cecece;
}
.revinate_modal #revinate_contact_api_form div {
  color: #fff;
  margin-bottom: 10px;
}
.revinate_modal #revinate_contact_api_form left {
  margin-left: 15px;
}
.revinate_modal #revinate_contact_api_form .controls {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
.revinate_modal #revinate_contact_api_form .controls .button {
  background: #fff;
  color: #862d2c;
  font-weight: 700;
  font-size: 14px;
  width: 150px;
  height: 45px;
  letter-spacing: 0.01em;
}
.revinate_modal #revinate_contact_api_form .controls .button:hover {
  opacity: 0.9;
}

.mobile-list {
  display: none;
  font: normal 16px/50px "DMSans", "Arial", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #274D3F;
  border: 1px solid #fff;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 18px;
  top: 18px;
  right: 20px;
  background: url("../images/sprite.svg") -221px 0 no-repeat;
}
@media only screen and (max-width: 979px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobilecategoryall {
    display: block;
  }
}

.category-selector {
  margin: 0 0 20px 0;
}

.categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .categories-list {
    max-height: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-top: 0;
    background: #274D3F;
    text-align: center;
    transition: all 350ms ease-in-out;
    overflow: hidden;
  }
  .categories-list.visible {
    display: block;
    max-height: 800px;
  }
}
.categories-list .text {
  display: none;
}
@media only screen and (max-width: 979px) {
  .categories-list .button {
    color: #fff !important;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 5px !important;
    line-height: 42px !important;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center !important;
    text-transform: uppercase;
    background: transparent !important;
  }
  .categories-list .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  .categories-list .button:before {
    display: none !important;
  }
  .categories-list .button:first-child:after {
    display: none;
  }
  .categories-list .button:hover, .categories-list .button.active {
    border: 0;
    background: none;
    color: #EBE5D3 !important;
  }
}

.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 1340px) {
  .specials .image-list-item {
    height: 300px;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.specials .image-list-item .background {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1340px) {
  .specials .image-list-item .background {
    width: 700px;
    background-size: cover;
    margin-left: 40px;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    height: 200px;
    margin-bottom: 0;
  }
}
.specials .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 20px 20px 10px 20px;
  text-align: center;
}
@media only screen and (min-width: 1340px) {
  .specials .image-list-item .description {
    padding: 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding-top: 5px;
  }
}
.specials .image-list-item .description h3 {
  line-height: 30px;
  font-size: 24px;
  color: #862d2c;
  margin-bottom: 15px;
  font-weight: 300;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #766a63;
}
.specials .image-list-item .description nav {
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1340px) {
  .specials .image-list-item .description nav {
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 25px;
  }
}
.specials .image-list-item .description nav a {
  margin-bottom: 10px;
}

.single-special .background {
  width: 700px;
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 1340px) {
  .single-special .background {
    width: 700px;
    float: right;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    height: 200px;
    background-size: contain;
    margin-bottom: 5px;
  }
}
.single-special .button:hover {
  color: #fff;
}

.special.single-special {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .special.single-special {
    display: contents;
  }
}
.special.single-special .background {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .special.single-special .background {
    background-size: cover;
  }
}
.special.single-special .content-holder {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .special.single-special .content-holder {
    padding-left: 0;
  }
}

.page-content .careers .narrow {
  width: 20%;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
  color: #766a63;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font: 20px/30px "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
  font: 14px/1.2 "DMSans", "Arial", sans-serif;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 50, 77, 0.7);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #d3bb7a;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font: 14px/1.2 "DMSans", "Arial", sans-serif;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(33% - 7px);
  margin: 5px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(33% - 8px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4 {
  font: 700 26px/30px "DMSans", "Arial", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h4 {
  font-size: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.form {
  display: block;
  margin-bottom: 20px;
}
.form .newList a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 15px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p.checkbox-wrapper {
  text-align: center;
}
.form p.checkbox-wrapper .checkbox-label {
  float: none;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select {
  background: #fff;
  color: #766a63;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font: 600 14px/44px "DMSans", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form select {
  background: url(../images/sprite.svg) 110% -372px no-repeat;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 12px 10px;
}
@media only screen and (max-width: 767px) {
  .form textarea {
    padding: 12px 20px;
  }
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}
.form input.date-pick {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#revinate_contact_api_form .subscribe {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #revinate_contact_api_form .subscribe {
    text-align: left;
  }
}
#revinate_contact_api_form .subscribe label {
  display: inline-block;
  float: none;
  padding-left: 130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #revinate_contact_api_form .subscribe label {
    padding-left: 0;
  }
}

#poi {
  position: relative;
  height: 550px;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #poi {
    height: 780px;
  }
}
#poi .container {
  text-align: center;
  margin: 0 0 60px;
  padding: 0 80px;
  left: 0;
  z-index: 1;
  text-align: left;
  color: #ffffff;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  #poi .container {
    padding: 0 30px;
  }
}
#poi .container .link {
  position: absolute;
  left: 0;
  bottom: 112px;
  text-align: left;
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  #poi .container .link {
    padding: 0 30px;
    bottom: 32px;
  }
}
@media only screen and (max-width: 449px) {
  #poi .container .link a {
    width: 100%;
    line-height: 29px;
  }
}
#poi .container .h1-like {
  margin-bottom: 27px;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 104.762% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #poi .container .h1-like {
    font-size: 24px;
  }
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-slider-container {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-slider-container {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-slider-container {
    display: none;
  }
}
.poi-slider-container span {
  display: block;
  margin-top: 26px;
  font-size: 24px;
  text-align: center;
  color: #274D3F;
  font-weight: 400;
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  display: block;
  float: left;
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: 25px;
  margin-top: 3px;
  border-radius: 50%;
  border: solid 1px #274D3F;
  transition: all 350ms ease-in-out;
  text-indent: -9999em;
}
.poi-slider-container .zoomin:hover, .poi-slider-container .zoomout:hover {
  background: #274D3F;
  border-color: #274D3F;
}
.poi-slider-container .zoomin:hover:after, .poi-slider-container .zoomin:hover:before, .poi-slider-container .zoomout:hover:after, .poi-slider-container .zoomout:hover:before {
  background: #fff;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  content: "";
  background: #766a63;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}
.poi-slider-container .zoomin {
  margin-left: 5px;
}
@media only screen and (max-width: 979px) {
  .poi-slider-container .zoomin {
    margin-right: 10px;
  }
}
.poi-slider-container .zoomin:before {
  content: "";
  background: #766a63;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}

.poi-map-wrapper {
  position: absolute;
  display: table-row;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.poi-map-wrapper .poi-map {
  width: 100%;
  height: 670px;
}
@media only screen and (max-width: 767px) {
  .poi-map-wrapper .poi-map {
    height: 900px;
  }
}

.poi-overlay {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  left: 0;
}
.poi-overlay .poi-wrapper {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .mobile-list {
    display: none;
  }
}
.poi-overlay .category-selector {
  margin: 0 0 0 80px;
  display: flex;
  flex-direction: column;
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector {
    border: 1px solid #fff;
    border-top: 0;
    background: transparent;
    text-align: center;
    transition: all 350ms ease-in-out;
    margin: 0 0 0 30px !important;
    overflow: hidden;
    display: flex;
    border: none;
  }
  .poi-overlay .category-selector.visible {
    display: flex;
    max-height: 800px;
  }
  .poi-overlay .category-selector.visible button {
    color: #fff;
    margin: 0;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: normal;
    font-family: "DMSans", "Arial", sans-serif;
    font-size: 16px;
    text-align: left;
  }
  .poi-overlay .category-selector.visible button:before {
    display: none;
  }
  .poi-overlay .category-selector.visible button:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  .poi-overlay .category-selector.visible button:first-child:after {
    display: none;
  }
  .poi-overlay .category-selector.visible button:hover, .poi-overlay .category-selector.visible button.active {
    border: 0;
    background: none;
    color: #EBE5D3;
  }
}
.poi-overlay .category-selector .poi-button {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 363.636% */
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 0 53px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4509803922);
}
.poi-overlay .category-selector .poi-button:first-child {
  border-top: 1px solid rgba(221, 221, 221, 0.4509803922);
}
.poi-overlay .category-selector .poi-button.active, .poi-overlay .category-selector .poi-button:hover {
  color: #FCC591;
}
.poi-overlay .category-selector .poi-button:first-child {
  margin-left: 0;
}
.poi-overlay .category-selector .poi-button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  background-size: contain;
}
.poi-overlay .category-selector .poi-button.icon-dining:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-activities:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .poi-button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sights:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .poi-button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-bars-lounges:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .poi-button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .poi-button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .poi-button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .poi-button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theaters:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .poi-button.icon-public-parks:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .poi-button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .poi-button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .poi-button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .poi-button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breweries:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-beach:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-galleries:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breweries::before {
  background: url("../images/poi/barsandbreweries.svg");
  background-size: contain;
}
.poi-overlay .category-selector .poi-button.icon-sights:before {
  background: url("../images/poi/atractions.svg");
  background-size: contain;
}
.poi-overlay .category-selector .poi-button.icon-beach:before {
  background: url("../images/poi/beach.svg");
  background-size: contain;
}
.poi-overlay .category-selector .poi-button.icon-galleries:before {
  background: url("../images/poi/galleries.svg");
  background-size: contain;
}
.poi-overlay .category-selector .poi-button.icon-dining:before {
  background: url("../images/poi/dinning.svg");
  background-size: contain;
}
.poi-overlay .poi-slider {
  display: none;
}

.infoBox .map-wrapper {
  background: #fff;
  color: #000;
  width: 420px;
  margin-left: -90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .infoBox .map-wrapper {
    width: 320px;
    margin: auto;
  }
}
.infoBox .map-wrapper .thumbnail {
  display: block;
  width: 160px;
  height: 160px;
  float: right;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .infoBox .map-wrapper .thumbnail {
    width: 118px;
    height: 118px;
  }
}
.infoBox .map-content {
  overflow: hidden;
  line-height: 18px;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  font: normal 13px/18px "DMSans", "Arial", sans-serif;
  color: #766a63;
}
@media only screen and (max-width: 767px) {
  .infoBox .map-content {
    padding: 10px;
  }
}
.infoBox .map-content h4 {
  color: #000;
  font: 500 14px/1 "DMSans", "Arial", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}
.infoBox .map-content a {
  display: block;
  padding-top: 10px;
}
.infoBox .map-content a:hover {
  color: #274D3F;
}
.infoBox .map-content p {
  color: #000;
}

#calendar-header {
  margin-bottom: 20px;
}

#calendar-links {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -280px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -280px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -280px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #862d2c;
  font: 14px/20px "DMSans", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #766a63;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -280px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -280px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #766a63;
  color: #766a63;
}
#calendar-year a:hover {
  border-color: #EBE5D3;
  color: #EBE5D3;
}
#calendar-year .active a {
  border-color: #862d2c;
  color: #862d2c;
}
#calendar-year .active a:hover {
  border-color: #862d2c;
  color: #862d2c;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 12px/40px "DMSans", "Arial", sans-serif;
  color: #862d2c;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #766a63;
  color: #fff;
}
#calendar-month a.active {
  background: #766a63;
  color: #fff;
}
#calendar-month a.active:hover {
  opacity: 0.8;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url(../images/common.svg) -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #766a63;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
  font-family: "DMSans", "Arial", sans-serif;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-family: "DMSans", "Arial", sans-serif;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-family: "DMSans", "Arial", sans-serif;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #f1f1f1;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  font-family: "DMSans", "Arial", sans-serif;
  background: #766a63;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -8px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #766a63;
  margin-bottom: 10px;
  font: 700 14px/1.5 "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view a.button {
  color: #fff;
}
#calendar.list-view a.button:hover {
  color: #fff;
  opacity: 0.8;
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font: 20px "DMSans", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .vevent .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1340px) {
  #calendar .vevent .background {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar .vevent .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#calendar .vevent h3 {
  font: 700 18px "DMSans", "Arial", sans-serif;
  color: #766a63;
  text-transform: uppercase;
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 5px 0;
}

#calendar .dates > small {
  display: block;
}

@media only screen and (max-width: 979px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #274D3F;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #274D3F;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #274D3F;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 700 28px/1.2em "DMSans", "Arial", sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "DMSans", "Arial", sans-serif;
  color: #274D3F;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #274D3F;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "DMSans", "Arial", sans-serif;
  color: #274D3F;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "DMSans", "Arial", sans-serif;
  color: #274D3F;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #274D3F;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: 700 42px/1em "DMSans", "Arial", sans-serif;
  color: #274D3F;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1340px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "DMSans", "Arial", sans-serif;
  color: #274D3F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #274D3F;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #274D3F;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0;
  background: transparent;
  flex: 1;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 1340px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: 0px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1340px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #274D3F;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #274D3F;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "DMSans", "Arial", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #274D3F;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #274D3F;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #274D3F;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "DMSans", "Arial", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "DMSans", "Arial", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 979px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #274D3F;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 979px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  font: bold 16px/54px "DMSans", "Arial", sans-serif;
  border: 2px solid #FCC591;
  background-color: #FCC591;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #FCC591 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #FCC591;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #FCC591 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.double-carousel-left {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  max-height: 700px;
  height: 100%;
  background-color: #B7BEA2;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left {
    height: auto;
    width: 100%;
    max-height: initial;
  }
}
.double-carousel-left .swiper-double-carousel {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  margin: auto;
  max-width: 1440px;
}
.double-carousel-left .swiper-wrapper.carousel-wrapper {
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.double-carousel-left .swiper-slide {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 46px 0;
  align-self: end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-slide {
    padding: 0;
    max-height: initial;
  }
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-slide.swiper-slide-next {
    display: contents;
  }
}
.double-carousel-left .swiper-slide.swiper-slide-next .inner-wrapper {
  height: 100%;
}
.double-carousel-left .swiper-slide.swiper-slide-next .content-wrapper {
  height: 100%;
}
.double-carousel-left .swiper-slide.swiper-slide-next .image-container {
  max-width: 221px;
  overflow: hidden;
  height: 100%;
}
.double-carousel-left .swiper-slide.swiper-slide-next .image-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 21.89%, #B7BEA2 94.53%);
  position: absolute;
  top: 0;
  left: 0;
}
.double-carousel-left .swiper-slide.swiper-slide-next .image-container .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.double-carousel-left .swiper-slide.swiper-slide-next .swiper-pagination,
.double-carousel-left .swiper-slide.swiper-slide-next .content-container,
.double-carousel-left .swiper-slide.swiper-slide-next .swiper-button-next,
.double-carousel-left .swiper-slide.swiper-slide-next .swiper-button-prev {
  display: none;
}
.double-carousel-left .swiper-button-next, .double-carousel-left .swiper-button-prev {
  translate: none;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-button-next, .double-carousel-left .swiper-button-prev {
    top: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-button-prev {
    left: 20px;
  }
}
.double-carousel-left .swiper-pagination {
  bottom: initial;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-pagination {
    bottom: 60px;
  }
}
.double-carousel-left .inner-wrapper {
  max-width: 1180px;
  width: 100%;
  align-content: center;
  width: auto;
}
.double-carousel-left .content-wrapper {
  display: flex;
  max-height: 600px;
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content-wrapper {
    justify-content: center;
    max-height: initial;
  }
}
.double-carousel-left .image-container {
  display: flex;
  gap: 30px;
  margin-right: 20px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .image-container {
    justify-content: center;
    margin-right: 0;
  }
}
.double-carousel-left .image-container .image {
  display: block;
  width: 100%;
  max-width: 460px;
  max-height: 520px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .image-container .image {
    width: 100%;
  }
}
.double-carousel-left .image-container .image2-wrapper {
  position: relative;
  height: auto;
}
.double-carousel-left .image-container .image2-wrapper .image2 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 460px;
  max-height: 520px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .image-container .image2-wrapper .image2 {
    height: 280px;
    width: 100%;
  }
}
.double-carousel-left .image-container .image2-wrapper .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 21.89%, #B7BEA2 94.53%);
}
.double-carousel-left .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .mobile-only {
    display: flex;
  }
}
.double-carousel-left .mobile-only-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .mobile-only-pagination {
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 40px;
  }
}
.double-carousel-left .desktop-only {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .desktop-only {
    display: none;
  }
}
.double-carousel-left .content-container {
  display: flex;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content-container {
    display: block;
    margin-right: 0;
  }
}
.double-carousel-left .content {
  max-width: 470px;
  width: 100%;
  color: #000000;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content {
    padding-bottom: 2vh;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .double-carousel-left .content {
    padding-left: 8%;
  }
}
.double-carousel-left .content .header-line {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content .header-line {
    margin-top: 41px;
  }
}
.double-carousel-left .content .subtitle {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content .subtitle {
    height: auto;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 28px;
  }
}
.double-carousel-left .content .title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content .title {
    height: auto;
    font-size: 36px;
    letter-spacing: 0.55px;
    line-height: 40px;
    margin-bottom: 1vh;
    text-align: center;
    min-height: 80px;
  }
}
.double-carousel-left .content .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
  max-width: 303px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content .description {
    margin-bottom: 1vh;
    height: auto;
    max-width: initial;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 26px;
    text-align: center;
    min-height: 52px;
  }
}
.double-carousel-left .content .button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 11px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .content .button-container {
    gap: 16px;
    margin-top: 30px;
    margin: 30px auto 46px auto;
    height: 100px;
    justify-content: flex-start;
  }
}
.double-carousel-left .content .button {
  max-width: 244px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-left .swiper-slide:not(.swiper-slide-active) .content p.title,
  .double-carousel-left .swiper-slide:not(.swiper-slide-active) .content p.subtitle,
  .double-carousel-left .swiper-slide:not(.swiper-slide-active) .content p.description,
  .double-carousel-left .swiper-slide:not(.swiper-slide-active) .header-line {
    display: none;
  }
}
.double-carousel-left .swiper-double-carousel-pagination.swiper-pagination.desktop-only {
  left: 0;
  bottom: -20px;
}

.double-carousel-right {
  background-color: #F7E3C5 !important;
}
.double-carousel-right .content-wrapper {
  flex-direction: row-reverse;
}
.double-carousel-right .content-wrapper .content-container {
  margin-right: 0;
}
.double-carousel-right .content-wrapper .content {
  margin-left: 136px;
  margin-right: -50px;
}
@media only screen and (max-width: 767px) {
  .double-carousel-right .content-wrapper .content {
    margin-left: 0;
  }
}
.double-carousel-right .image-container {
  flex-direction: row-reverse;
}
.double-carousel-right .image-container .image2-wrapper .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 21.89%, #F6E2C4 94.53%);
}

.full-width-slider {
  position: relative;
  height: auto;
  width: 100%;
  max-height: 700px;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .full-width-slider {
    max-height: unset;
    min-height: 700px;
    height: auto;
    width: 100%;
  }
}
.full-width-slider .swiper {
  max-height: 700px;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper {
    max-height: unset;
    min-height: 700px;
    height: auto;
    width: 100%;
  }
}
.full-width-slider .swiper-wrapper {
  height: auto;
  width: 100%;
}
.full-width-slider .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide {
    padding: 0;
  }
}
.full-width-slider .swiper-slide .inner-wrapper {
  width: 100%;
}
.full-width-slider .swiper-slide__image-overlay {
  background: linear-gradient(to right, #0A2544 33.63%, rgba(10, 37, 68, 0) 70.75%);
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-slider .swiper-slide__image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 700px;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__image-container {
    max-height: unset;
    min-height: 700px;
  }
}
.full-width-slider .swiper-slide__image {
  display: block;
  max-height: 700px;
  min-height: 500px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__image {
    max-height: unset;
    min-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.full-width-slider .swiper-slide__content-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  padding: 0 170px;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .full-width-slider .swiper-slide__content-container {
    padding: 60px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__content-container {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;
    min-width: 320px;
    padding: 40px 30px;
  }
}
.full-width-slider .swiper-slide__content-container > *:not(:last-child) {
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__content-container > *:not(:last-child) {
    max-width: unset;
  }
}
.full-width-slider .swiper-slide__content-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__content-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 21px;
  }
}
.full-width-slider .swiper-slide__content-subtitle {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__content-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.full-width-slider .swiper-slide__content-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide__content-description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 37px;
  }
}
.full-width-slider .swiper-slide .swiper-pagination {
  bottom: 0;
  left: 0;
  justify-content: end;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .swiper-slide .swiper-pagination {
    justify-content: flex-start;
  }
}
.full-width-slider .swiper-slide .swiper.hide-buttons .swiper-button-next,
.full-width-slider .swiper-slide .swiper.hide-buttons .swiper-button-prev,
.full-width-slider .swiper-slide .swiper.hide-buttons .swiper-pagination {
  display: none;
}

.full-width-slider-tabs {
  display: none;
}
.full-width-slider-tabs.active {
  display: block;
}
.full-width-slider-tabs .swiper-slide-active {
  display: initial;
}

.pressroom-categories .category-selector-tabs button:first-child {
  border-left: none;
}

.full-width-slider-text-right .swiper-slide__image-overlay {
  background: linear-gradient(to left, #0A2544 33.63%, rgba(10, 37, 68, 0) 70.75%);
}
.full-width-slider-text-right .swiper-slide__content-container {
  align-items: flex-end;
}
.full-width-slider-text-right .swiper-slide__content-container > * {
  width: 100%;
}
.full-width-slider-text-right .swiper-slide .swiper-pagination {
  justify-content: flex-start;
}

.full-width-slider-tabs {
  display: none;
}
.full-width-slider-tabs.active {
  display: block;
}
.full-width-slider-tabs .swiper-slide-active {
  display: initial;
}

.pressroom-categories .category-selector-tabs button:first-child {
  border-left: none;
}

.home-gallery .h1-like {
  margin-bottom: 10px;
  color: #274D3F;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .home-gallery .h1-like {
    font-size: 24px;
  }
}

.time-slider-section {
  margin-bottom: 70px;
}
.time-slider-section h2 {
  font: 700 36px/1 "BeautySwitzerlandSans", serif;
  margin-bottom: 20px;
  color: #274D3F;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .time-slider-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.promos-slider {
  margin: 30px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.promos-slider .center-column {
  overflow: hidden;
  max-width: 900px;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .promos-slider .center-column {
    padding: 0 7px;
  }
}
.promos-slider .page-content {
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content {
    padding-bottom: 6px;
  }
}
.promos-slider .page-content .h1-like {
  display: block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .promos-slider .page-content .h1-like {
    font-size: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 10px;
  }
}
.promos-slider .page-content p {
  margin-bottom: 20px;
}
.promos-slider .slideshow {
  height: 100%;
  width: calc(100% + 30px);
  overflow: hidden;
  margin: 0 -15px;
}
.promos-slider .slideshow-wrapper {
  text-align: center;
}
.promos-slider .slide {
  display: inline-block;
  margin: 0 15px;
  max-height: 480px;
  min-height: 460px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .promos-slider .slide {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .slide {
    width: calc(100% - 30px);
    padding-bottom: 96%;
    height: 0;
    min-height: auto;
  }
}
.promos-slider .slide h4, .promos-slider .slide .h3 {
  color: #fff;
  font: 700 26px/31px "BeautySwitzerlandSans", serif;
  letter-spacing: 0.2px;
  text-align: center;
  max-width: 436px;
  margin: 0 auto;
}
.promos-slider .slide h4 a, .promos-slider .slide .h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .slide:hover .description {
  opacity: 1;
}
.promos-slider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promos-slider .slide:hover .button {
  opacity: 1;
}
.promos-slider .slide:hover .thumbnail {
  transform: scale(1.1);
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 45px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promos-slider .overlay {
    padding: 26px 10px;
  }
}
.promos-slider .description {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 30px;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .promos-slider .description p {
    font-size: 12px;
    opacity: 1;
  }
}
.promos-slider .button {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 350ms ease-in-out;
}
.promos-slider .slideshow-pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #274D3F;
  transition: background-color 350ms ease-in-out;
  cursor: pointer;
}
.promos-slider .slideshow-pagination .swiper-pagination-bullet:hover, .promos-slider .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #274D3F;
}
.promos-slider .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 20px;
  height: 20px;
  border: thin solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .promos-slider .slideshow-button {
    display: block;
  }
}
.promos-slider .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
.promos-slider .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}

.resort-map {
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .resort-map {
    text-align: center;
  }
}
.resort-map .inner-wrapper {
  position: relative;
}
.resort-map .inner-wrapper .main-image {
  display: block;
  width: auto;
  height: 100%;
  max-height: calc(100vh - 60px);
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .resort-map .inner-wrapper .main-image {
    display: none;
  }
}
.resort-map .inner-wrapper .map-point {
  display: block;
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 979px) {
  .resort-map .inner-wrapper .map-point {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .resort-map .inner-wrapper .map-point {
    display: none;
  }
}
.resort-map .inner-wrapper .map-point .point-content {
  width: 280px;
  padding: 10px 10px 18px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
}
.resort-map .inner-wrapper .map-point .point-content.vertical-top {
  bottom: 50%;
}
.resort-map .inner-wrapper .map-point .point-content.vertical-bottom {
  top: 50%;
}
.resort-map .inner-wrapper .map-point .point-content.horizontal-left {
  right: 50%;
}
.resort-map .inner-wrapper .map-point .point-content.horizontal-right {
  left: 50%;
}
.resort-map .inner-wrapper .map-point .point-content h3 {
  margin-top: 12px;
  font: 400 22px/28px "DMSans", "Arial", sans-serif;
  color: #274D3F;
}
.resort-map .inner-wrapper .map-point .point-content p {
  margin-top: 5px;
  font: 400 14px/18px "DMSans", "Arial", sans-serif;
  color: #274D3F;
}
.resort-map .inner-wrapper .map-point .point-content a {
  margin-top: 11px;
  text-transform: uppercase;
  font: 700 14px/18px "DMSans", "Arial", sans-serif;
  color: #FCC591;
  text-decoration: underline;
}
.resort-map .inner-wrapper .map-point .point-content a:hover {
  color: #274D3F;
}
.resort-map .inner-wrapper .map-point:hover .point-content, .resort-map .inner-wrapper .map-point:focus .point-content {
  opacity: 1;
  visibility: visible;
}
.resort-map .inner-wrapper .view-map {
  display: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .resort-map .inner-wrapper .view-map {
    display: inline-block;
  }
}

.custom-map {
  display: block;
}
@media only screen and (max-width: 979px) {
  .custom-map {
    display: none;
  }
}
.custom-map h2 {
  font-family: "BeautySwitzerlandSans", serif;
  color: #274D3F;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  position: absolute;
  z-index: 9;
  background: #fcf4e8;
  padding: 30px;
  left: 80px;
}
@media only screen and (max-width: 767px) {
  .custom-map h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 21px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.52px;
  }
}
.custom-map .rooms-map {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: grab;
  background: #e8e8e8;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .custom-map .rooms-map {
    display: none;
  }
}
.custom-map .rooms-map.grabbing {
  cursor: grabbing;
}
.custom-map .rooms-map:before {
  content: "";
  display: block;
  padding-top: 76.6%;
}
.custom-map .rooms-map .map-canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 86ms ease-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.custom-map .rooms-map .map-canvas img {
  display: block;
  width: 100%;
}
.custom-map .rooms-map .map-canvas .regions {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  fill: transparent;
}
.custom-map .rooms-map .map-canvas .regions .region {
  transition: fill 186ms 100ms;
}
.custom-map .rooms-map .map-canvas .regions .region:hover, .custom-map .rooms-map .map-canvas .regions .region.active {
  fill: #3c1f09;
  transition: fill 186ms;
  opacity: 1;
}
.custom-map .rooms-map .pin {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: gray;
  text-transform: uppercase;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
  transition: color 186ms;
  transform: scale(var(--compensated-scale));
  z-index: 1;
}
.custom-map .rooms-map .pin.hovered, .custom-map .rooms-map .pin.active {
  z-index: 2;
}
.custom-map .rooms-map .pin .marker {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 29px;
  height: 40px;
  margin-left: -14.5px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.custom-map .rooms-map .pin .marker strong {
  display: block;
  color: blue;
  transition: color 186ms;
}
.custom-map .rooms-map .pin .marker svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: #ffffff;
  z-index: -1;
  transition: fill 186ms;
}
.custom-map .rooms-map .pin:hover .marker, .custom-map .rooms-map .pin.active .marker {
  color: #ffffff;
}
.custom-map .rooms-map .pin:hover .marker strong, .custom-map .rooms-map .pin.active .marker strong {
  color: #ffffff;
}
.custom-map .rooms-map .pin:hover .marker svg, .custom-map .rooms-map .pin.active .marker svg {
  fill: orange;
}
.custom-map .rooms-map .pin .room-tile {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0ms 86ms, opacity 0ms 86ms;
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 376px;
  margin-left: -188px;
  background: #ffffff;
}
.custom-map .rooms-map .pin:hover .room-tile {
  opacity: 1;
  visibility: visible;
  transition: visibility 86ms, opacity 86ms;
}
.custom-map .rooms-map .category-anchor {
  position: absolute;
  transform: scale(var(--compensated-scale));
  z-index: 5;
}
.custom-map .rooms-map .category-anchor .room-tile {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0ms 86ms, opacity 0ms 86ms;
  position: absolute;
  width: 376px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.custom-map .rooms-map .category-anchor.active .room-tile {
  opacity: 1;
  visibility: visible;
  transition: visibility 86ms, opacity 86ms;
}
.custom-map .rooms-map .zoom {
  position: absolute;
  right: 50px;
  bottom: 50px;
  box-shadow: none;
}
.custom-map .rooms-map .zoom button {
  position: relative;
  display: block;
  padding: 5px;
  width: 52px;
  height: 52px;
  background: transparent;
  color: #000000;
  font-size: 0;
  border: 1px solid white;
  border-radius: 50%;
  margin: 8px;
}
.custom-map .rooms-map .zoom button:before, .custom-map .rooms-map .zoom button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
}
.custom-map .rooms-map .zoom button:before {
  width: 16px;
  height: 1.5px;
}
.custom-map .rooms-map .zoom button[data-action=zoom-in] {
  cursor: zoom-in;
}
.custom-map .rooms-map .zoom button[data-action=zoom-in]:after {
  width: 1.5px;
  height: 16px;
}
.custom-map .rooms-map .zoom button[data-action=zoom-out] {
  cursor: zoom-out;
}
.custom-map .rooms-map .zoom button:disabled {
  cursor: not-allowed;
}
.custom-map .rooms-map .zoom button:not(:disabled):hover {
  background: #274D3F;
}
.custom-map .rooms-map .zoom button:not(:disabled):hover:before, .custom-map .rooms-map .zoom button:not(:disabled):hover:after {
  background: #ffffff;
}

.tooltip {
  position: absolute;
  background-color: rgba(252, 244, 232, 0.7);
  padding: 5px 24px;
  border-radius: 5px;
  display: none;
  border-radius: 0 20px 20px 20px;
  z-index: 1000;
}
.tooltip span {
  font: 500 16px/29px "DMSans", "Arial", sans-serif;
  color: #274D3F;
  float: left;
}
.tooltip img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  float: left;
}

.home-in-paradise-rooms {
  position: relative;
}

.room-feature-carousel {
  position: relative;
  height: 100%;
  max-height: 700px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #B7BEA2;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel {
    height: auto;
    max-height: none;
    max-width: 100%;
  }
}
.room-feature-carousel .swiper {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.room-feature-carousel .swiper-slide {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .swiper-slide {
    height: auto;
    padding: 0;
  }
}
.room-feature-carousel .swiper-button-next {
  right: 60px;
}
.room-feature-carousel .swiper-button-prev {
  left: 60px;
}
.room-feature-carousel .inner-wrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  min-height: 562px;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 1fr min-content;
  justify-content: center;
  gap: 0 6%;
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel .inner-wrapper {
    gap: 0 30px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .inner-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, min-content);
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 40px 30px;
  }
}
.room-feature-carousel .inner-wrapper .swiper-pagination {
  bottom: initial;
  left: initial;
}
.room-feature-carousel .carousel__image-container {
  grid-row: 1/3;
  grid-column: 1/2;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__image-container {
    grid-row: 2/3;
    grid-column: 1/-1;
    max-width: unset;
    min-width: 315px;
    min-height: 350px;
    margin: 0 auto;
  }
}
.room-feature-carousel .carousel__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-feature-carousel .carousel__content-container {
  display: flex;
  flex-direction: column;
  max-height: none;
  grid-row: 2/3;
  grid-column: 2/3;
  color: #274D3F;
  max-height: 500px;
  max-width: 550px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1340px) {
  .room-feature-carousel .carousel__content-container {
    max-width: 400px;
  }
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel .carousel__content-container {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-container {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-container {
    grid-row: 4/5;
    grid-column: 1/-1;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.room-feature-carousel .carousel__content-container .header-line {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-container .header-line {
    margin-top: 40px;
  }
}
.room-feature-carousel .carousel__content-heading-wrapper {
  grid-row: 1/2;
  grid-column: 2/3;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  left: -140px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-heading-wrapper {
    grid-row: 1/2;
    grid-column: 1/-1;
    left: 0;
    margin-bottom: 36px;
  }
}
.room-feature-carousel .carousel__content-heading-sub {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
  margin-top: 10px;
}
.room-feature-carousel .carousel__content-heading-main {
  min-height: 140px;
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  min-width: 400px;
  max-width: 550px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
}
@media only screen and (max-width: 1340px) {
  .room-feature-carousel .carousel__content-heading-main {
    max-width: 400px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel .carousel__content-heading-main {
    max-width: 250px;
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-heading-main {
    min-height: unset;
    min-width: unset;
    max-width: 260px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }
}
.room-feature-carousel .carousel__content-description-wrapper {
  display: flex;
  gap: 0 43px;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: auto;
  grid-row: 2/3;
  grid-column: 2/-1;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-description-wrapper {
    grid-row: 4/5;
    grid-column: 1/-1;
    flex-direction: column;
    gap: 18px 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
  }
}
.room-feature-carousel .carousel__content-description-main {
  flex-basis: 50%;
  letter-spacing: 0.01em;
}
.room-feature-carousel .carousel__content-buttons-wrapper {
  grid-row: 3/-1;
  grid-column: 1/2;
  display: flex;
  justify-self: end;
  align-self: baseline;
  gap: 0 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .carousel__content-buttons-wrapper {
    grid-row: 5/-1;
    grid-column: 1/-1;
    justify-self: center;
  }
}
.room-feature-carousel .swiper-pagination {
  grid-row: 3/-1;
  grid-column: 1/2;
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel .swiper-pagination {
    grid-row: 3/4;
    grid-column: 1/-1;
    margin-top: 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel .swiper .swiper-button-next {
    right: 0;
  }
  .room-feature-carousel .swiper .swiper-button-prev {
    left: 0;
  }
}
.room-feature-carousel .swiper.hide-buttons .swiper-button-next,
.room-feature-carousel .swiper.hide-buttons .swiper-button-prev {
  display: none;
}
.room-feature-carousel .four-max {
  margin-top: 40px;
}

.room-feature-carousel-1 {
  position: relative;
  height: 100%;
  max-height: 700px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 {
    height: auto;
    max-height: none;
    max-width: 100%;
  }
}
.room-feature-carousel-1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .swiper-slide {
    padding: 0;
  }
}
.room-feature-carousel-1 .inner-wrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  min-height: 532px;
  padding: 0 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  align-items: flex-end;
  justify-content: center;
  gap: 0 6%;
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel-1 .inner-wrapper {
    gap: 0 45px;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .inner-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__image {
    width: 100%;
  }
}
.room-feature-carousel-1 .carousel__image-container {
  grid-row: 1/-1;
  grid-column: 1/2;
  position: relative;
  margin-top: -20%;
  overflow: hidden;
  max-height: 500px;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__image-container {
    grid-row: 2/3;
    grid-column: 1/-1;
    max-height: 100%;
    max-width: 100%;
    min-width: 315px;
    min-height: 350px;
  }
}
.room-feature-carousel-1 .carousel__content-container {
  display: flex;
  flex-direction: column;
  max-height: none;
  grid-row: 2/3;
  grid-column: 2/3;
  color: #274D3F;
  max-height: 500px;
  max-width: 550px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__content-container {
    grid-row: 3/4;
    grid-column: 1/-1;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.room-feature-carousel-1 .carousel__content-container .header-line {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__content-container .header-line {
    margin-top: 40px;
  }
}
.room-feature-carousel-1 .carousel__content-heading-wrapper {
  grid-row: 1/2;
  grid-column: 2/3;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  left: -180px;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__content-heading-wrapper {
    grid-row: 1/2;
    grid-column: 1/-1;
    left: 0;
  }
}
.room-feature-carousel-1 .carousel__content-heading-sub {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
}
.room-feature-carousel-1 .carousel__content-heading-main {
  max-width: 490px;
  max-height: 140px;
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
}
@media only screen and (max-width: 1340px) {
  .room-feature-carousel-1 .carousel__content-heading-main {
    font-size: 60px;
  }
}
@media only screen and (max-width: 979px) {
  .room-feature-carousel-1 .carousel__content-heading-main {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__content-heading-main {
    max-width: 260px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }
}
.room-feature-carousel-1 .carousel__content-description-wrapper {
  display: flex;
  gap: 0 43px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .carousel__content-description-wrapper {
    flex-direction: column;
    gap: 18px 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
  }
}
.room-feature-carousel-1 .carousel__content-description-main {
  flex-basis: 50%;
  letter-spacing: 0.01em;
}
.room-feature-carousel-1 .carousel__content-description-list ul {
  list-style: inside;
}
.room-feature-carousel-1 .carousel__content-buttons-wrapper {
  display: flex;
  gap: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .room-feature-carousel-1 .swiper .swiper-button-next {
    right: 0;
  }
  .room-feature-carousel-1 .swiper .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .room-feature-carousel-1 .swiper .swiper-button-next,
  .room-feature-carousel-1 .swiper .swiper-button-prev {
    display: none;
  }
}
.room-feature-carousel-1 .swiper.hide-buttons .swiper-button-next,
.room-feature-carousel-1 .swiper.hide-buttons .swiper-button-prev {
  display: none;
}

.three-block-carousel {
  background-color: rgba(247, 227, 197, 0.4);
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
.three-block-carousel__inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel__inner-wrapper {
    padding: 40px 30px;
  }
}
.three-block-carousel__heading {
  display: flex;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  color: #274D3F;
  font-weight: 400;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel__heading {
    flex-direction: column;
    max-width: 400px;
    margin-bottom: 42px;
  }
}
.three-block-carousel__heading-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel__heading-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 21px;
  }
}
.three-block-carousel__heading-subtitle {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel__heading-subtitle {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 35px;
  }
}
.three-block-carousel__heading .button {
  align-self: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel__heading .button {
    align-self: flex-start;
    margin-left: 0;
  }
}
.three-block-carousel .swiper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  height: auto;
}
.three-block-carousel .swiper-wrapper {
  max-width: 1160px;
  height: auto;
}
.three-block-carousel .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.three-block-carousel .carousel-image-container {
  max-width: 341px;
  max-height: 360px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .carousel-image-container {
    max-width: unset;
    max-height: unset;
    min-width: 315px;
    min-height: 315px;
  }
}
.three-block-carousel .carousel-image {
  width: 100%;
  height: auto;
  display: block;
}
.three-block-carousel .carousel-content {
  color: #274D3F;
  font-weight: 400;
  text-align: left;
  max-width: 341px;
  max-height: 360px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .carousel-content {
    max-width: 400px;
    max-height: none;
  }
}
.three-block-carousel .carousel-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  min-height: 64px;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .carousel-title {
    min-height: unset;
  }
}
.three-block-carousel .carousel-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.three-block-carousel .carousel-content-buttons-wrapper {
  display: flex;
  gap: 0 10px;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .carousel-content-buttons-wrapper {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .swiper-button-prev,
  .three-block-carousel .swiper-button-next {
    display: none;
  }
}
.three-block-carousel .swiper-button-next {
  right: 0px;
}
.three-block-carousel .swiper-button-prev {
  left: 0px;
}
.three-block-carousel .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .three-block-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
  }
}

.offers-slider {
  background-color: rgba(183, 190, 162, 0.4);
}
.offers-slider .carousel-image {
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .offers-slider .carousel-image {
    max-height: 315px;
  }
}

.four-block .three-block-carousel__inner-wrapper {
  max-width: 1260px !important;
}
.four-block .carousel-image-container {
  max-height: 275px !important;
}
@media only screen and (max-width: 767px) {
  .four-block .carousel-image-container {
    width: 100%;
  }
}
.four-block .carousel-content {
  width: 100% !important;
  max-width: 100%;
}
.four-block .three-block-carousel__heading-subtitle {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 12px;
}

.four-block .carousel-image,
.four-block .carousel-image-container {
  max-height: 275px;
  min-height: initial;
}
@media only screen and (max-width: 767px) {
  .four-block .carousel-image,
  .four-block .carousel-image-container {
    min-height: 315px;
    max-height: initial;
  }
}
.four-block .three-block-carousel__heading-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .four-block .three-block-carousel__heading-title {
    margin-bottom: 47px;
  }
}
.four-block .three-block-carousel__heading {
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .four-block .three-block-carousel__heading {
    margin-bottom: 41px;
  }
}
.four-block .carousel-title {
  min-height: initial;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .four-block .carousel-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .four-block .carousel-description {
    min-height: initial;
    margin-bottom: 66px;
  }
}
.four-block .carousel-content-buttons-wrapper {
  margin-bottom: 0px;
}
.four-block .swiper {
  position: initial;
}
.four-block .swiper-slide {
  align-items: normal;
}
.four-block .swiper-button-next,
.four-block .swiper-button-prev {
  border-color: #DEA05D;
}
.four-block .swiper-button-next::after,
.four-block .swiper-button-prev::after {
  border-color: #DEA05D;
}
.four-block .swiper-pagination {
  justify-content: flex-start;
}

.four-block.yellow {
  background-color: rgba(247, 227, 197, 0.4);
}

/* Lightbox Experience Styles */
.lightbox-experience {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.2); /* Black w/ opacity */
}
.lightbox-experience .title {
  font-family: "BeautySwitzerlandSans", serif;
  color: #0A2544;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-align: left;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .lightbox-experience .title {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.lightbox-experience-content {
  margin: auto;
  padding: 40px;
  width: 80%;
  max-width: 800px;
  max-height: 700px;
  background-color: white;
  position: relative;
  top: calc(50% - 290px);
}
.lightbox-experience-content .lightbox-experience-inner-content .row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .lightbox-experience-content .lightbox-experience-inner-content .row {
    flex-direction: column-reverse;
  }
}
.lightbox-experience-content .lightbox-experience-inner-content .left-column {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  height: 100%;
}
.lightbox-experience-content .lightbox-experience-inner-content .left-column .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 50px;
}
.lightbox-experience-content .lightbox-experience-inner-content .left-column .book {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 30px;
}
.lightbox-experience-content .lightbox-experience-inner-content .left-column .button {
  margin-bottom: 10px;
}
.lightbox-experience-content .lightbox-experience-inner-content .right-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .lightbox-experience-content .lightbox-experience-inner-content .right-column img {
    max-height: 260px;
    width: auto;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lightbox-experience-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.lightbox-experience-close::before,
.lightbox-experience-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #0A2544;
}

.lightbox-experience-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-experience-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-experience-close:hover::before,
.lightbox-experience-close:hover::after {
  background-color: black;
}

.lightbox-experience-close:hover,
.lightbox-experience-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.lightbox-experience-inner-content {
  /* Styles for the inner content of the lightbox */
}

.vertical-slide-gallery {
  background-color: #F7E3C5;
  height: auto;
}
.vertical-slide-gallery__inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 880px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__inner-wrapper {
    height: auto;
    max-height: 810px;
    padding: 35px 30px;
  }
}
.vertical-slide-gallery .swiper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
.vertical-slide-gallery .swiper-wrapper {
  height: auto;
}
.vertical-slide-gallery .swiper-slide {
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery .swiper-slide {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.vertical-slide-gallery .swiper-slide-left, .vertical-slide-gallery .swiper-slide-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 700px;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery .swiper-slide-left, .vertical-slide-gallery .swiper-slide-right {
    max-height: unset;
  }
}
.vertical-slide-gallery .swiper-slide-right {
  align-items: center;
}
.vertical-slide-gallery__heading-container {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #274D3F;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__heading-container {
    max-width: 600px;
  }
}
.vertical-slide-gallery__heading-subtitle {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .vertical-slide-gallery__heading-subtitle {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__heading-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 27px;
  }
}
.vertical-slide-gallery__heading-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .vertical-slide-gallery__heading-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__heading-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 19px;
    text-align: center;
  }
}
.vertical-slide-gallery__heading-description {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .vertical-slide-gallery__heading-description {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__heading-description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.vertical-slide-gallery__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.vertical-slide-gallery__image-container-1 {
  max-width: 600px;
  max-height: 400px;
}
.vertical-slide-gallery__image-container-2 {
  max-width: 450px;
  max-height: 520px;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__image-container-2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__image-container {
    max-width: unset;
    max-height: unset;
    min-width: 315px;
    min-height: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__buttons-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.vertical-slide-gallery__buttons-cta {
  display: flex;
  gap: 0 10px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery__buttons-cta {
    justify-content: center;
    margin: 30px 0;
  }
  .vertical-slide-gallery__buttons-cta a {
    flex: 50%;
  }
}
.vertical-slide-gallery .swiper-pagination {
  bottom: revert;
  left: revert;
}
@media only screen and (max-width: 767px) {
  .vertical-slide-gallery .swiper-pagination {
    justify-content: center;
  }
}
.vertical-slide-gallery .swiper-button-next {
  right: 0px;
}
.vertical-slide-gallery .swiper-button-prev {
  left: 0px;
}

.room-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-bottom: 30px;
}
.room-features .icon-text {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .room-features .icon-text {
    margin-bottom: 10px;
  }
}
.room-features .image {
  margin-right: 12px;
}
.room-features .image img.amenity-icon {
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .room-features .image img.amenity-icon {
    height: 40px;
    width: 40px;
  }
}
.room-features .text {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
}

.four-max {
  width: 100%;
}
.four-max .room-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-bottom: 30px;
}
.four-max .room-features .icon-text {
  display: flex;
  align-items: center;
}
.four-max .room-features .image {
  margin-right: 12px;
}
.four-max .room-features .image img.amenity-icon {
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .four-max .room-features .image img.amenity-icon {
    height: 40px;
    width: 40px;
  }
}
.four-max .room-features .text {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .four-max .room-features .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.four-max .icon-text:nth-child(n+5) {
  display: none;
}

.room-left-right {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 30px 30px !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .room-left-right {
    flex-direction: column;
    width: initial;
    padding: 0 0 60px 0;
  }
}
.room-left-right .left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .room-left-right .left {
    width: 100%;
  }
}
.room-left-right .left .controls {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .room-left-right .left .controls {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.room-left-right .left .controls .button {
  min-width: 130px;
}
.room-left-right .left .rooms-detail-wrapper {
  display: block;
  text-align: left;
  margin-left: 0px;
}
.room-left-right .left .rooms-detail-wrapper .room-details {
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.room-left-right .left .rooms-detail-wrapper .room-details ul {
  margin-left: 0px;
  text-align: left;
}
.room-left-right .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .room-left-right .right {
    width: 100%;
  }
}
.room-left-right .right .floor-thumbnail img {
  max-height: 736px;
  max-width: 663px;
  width: 100%;
}
.room-left-right .left-title,
.room-left-right .right-title {
  text-align: start;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "DMSans", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  .room-left-right .left-title,
  .room-left-right .right-title {
    font-size: 14px;
  }
}
.room-left-right .border {
  width: 50px;
  height: 1px;
  background-color: #000000;
  margin-bottom: 10px;
}

.room-top-content {
  background-color: #ffffff;
  position: relative;
  top: -90px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .room-top-content {
    width: 90%;
  }
}
.room-top-content .name {
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
  font-family: "BeautySwitzerlandSans", serif;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .room-top-content .name {
    font-size: 26px;
  }
}
.room-top-content .room-h1 {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .room-top-content .room-h1 {
    font-size: 14px;
  }
}
.room-top-content .room-h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  font-family: "DMSans", "Arial", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .room-top-content .room-h2 {
    font-size: 16px;
  }
}
.room-top-content .room-descr {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  max-width: 960px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .room-top-content .room-descr {
    font-size: 12px;
    padding: 0;
  }
}

.center-column:has(.hero-with-card) {
  margin: 0;
  padding: 0;
  max-width: initial;
}
@media only screen and (max-width: 767px) {
  .center-column:has(.hero-with-card) {
    padding: 0 !important;
  }
}

#content:has(.hero-with-card) {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rooms-page #content .center-column {
    padding: 0 30px;
  }
}

.large-image-slider {
  display: block;
}
@media only screen and (max-width: 979px) {
  .large-image-slider {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .large-image-slider {
    padding-bottom: 0;
  }
}
.large-image-slider .large-gallery {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  max-height: 700px;
  margin: 0 auto;
}
.large-image-slider .large-gallery .slide-container {
  width: 100%;
}
.large-image-slider .large-gallery h2 {
  font: 400 34px/1 "DMSans", "Arial", sans-serif;
  letter-spacing: 0.2px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.large-image-slider .large-gallery .slideshow {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .slideshow {
    height: 315px;
  }
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-wrapper {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .swiper-button-next {
    right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .swiper-button-prev {
    left: 1%;
  }
}
.large-image-slider .large-gallery .caption {
  position: relative;
  top: -60px;
  color: #ffffff;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.large-image-slider .large-gallery .swiper-slide {
  position: relative;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__left {
    flex: initial;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 8px;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder {
  width: 100%;
  height: 265px;
  max-height: 520px;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder {
    height: 100%;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__left .img-holder img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder {
    height: 315px;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner {
  overflow: hidden;
  flex: initial;
  max-width: 100%;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner .room-gallery-image {
  width: 100%;
  height: 100%;
  max-height: 720px;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder .inner:first-child {
  width: 100%;
  margin-right: 0;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder img {
  width: 100%;
  max-height: 700px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .imgs-holder img {
    height: 315px;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder {
  padding: 24px 0;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder {
    padding: 56px;
  }
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder h3 {
  font: 400 26px/1 "DMSans", "Arial", sans-serif;
  letter-spacing: 0.2px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.large-image-slider .large-gallery .swiper-slide .three-blocks-content__right .content-holder p {
  font: 400 18px/1 "DMSans", "Arial", sans-serif;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}
.large-image-slider .large-gallery__controls {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 980px) {
  .large-image-slider .large-gallery__controls {
    display: flex;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper {
  position: relative;
  z-index: 5;
  left: auto;
  right: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .large-image-slider .large-gallery__controls .arrows-wrapper {
    width: 100%;
    right: auto;
    margin-bottom: 30px;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn {
  position: relative;
  width: 56px;
  height: 56px;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn::after {
  top: 23px;
  left: 23px;
}
@media only screen and (max-width: 979px) {
  .large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn {
    width: 40px;
    height: 40px;
  }
  .large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn::after {
    top: 14px;
    left: 14px;
  }
}
.large-image-slider .large-gallery__controls .arrows-wrapper .slideshow-btn.swiper-button-disabled {
  opacity: 0.3;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .previous {
  left: 0;
  top: 0;
  margin-right: 16px;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .previous svg {
  width: 32px;
  height: 11px;
  rotate: 180deg;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .next {
  right: auto;
  top: 0;
}
.large-image-slider .large-gallery__controls .arrows-wrapper .next svg {
  width: 32px;
  height: 11px;
}
.large-image-slider .large-gallery .swiper-scrollbar {
  margin-top: 20px;
  height: 1px;
}
.large-image-slider .large-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  height: inherit;
}

.three-block-calendar {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: auto;
}
.three-block-calendar__inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar__inner-wrapper {
    padding: 40px 30px;
  }
}
.three-block-calendar__heading {
  display: flex;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  color: #274D3F;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar__heading {
    flex-direction: column;
    max-width: 400px;
    margin: 0 0 42px 0;
  }
}
.three-block-calendar__heading-title {
  font-family: "BeautySwitzerlandSans", serif;
  color: #274D3F;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar__heading-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 21px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.52px;
  }
}
.three-block-calendar__heading-subtitle {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar__heading-subtitle {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    margin-top: 22px;
  }
}
.three-block-calendar__heading .button {
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar__heading .button {
    align-self: flex-start;
  }
}
.three-block-calendar .experiences-heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .experiences-heading {
    margin-bottom: 41px;
  }
}
.three-block-calendar .experiences-heading .top-buttons-container {
  display: flex;
  gap: 11px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .experiences-heading .top-buttons-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .experiences-heading .top-buttons-container .button {
    min-width: 250px;
  }
}
.three-block-calendar .swiper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  height: auto;
}
.three-block-calendar .swiper-wrapper {
  max-width: 1160px;
  height: auto;
}
.three-block-calendar .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: block;
  }
}
.three-block-calendar .carousel-image-container {
  max-width: 341px;
  max-height: 360px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-image-container {
    max-width: unset;
    max-height: unset;
    min-width: 315px;
    min-height: 315px;
  }
}
.three-block-calendar .carousel-image {
  width: 100%;
  height: 360px;
  display: block;
}
.three-block-calendar .carousel-content {
  color: #274D3F;
  font-weight: 400;
  text-align: left;
  max-width: 341px;
  max-height: 360px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-content {
    max-width: 400px;
    max-height: none;
  }
}
.three-block-calendar .carousel-title {
  font-family: "BeautySwitzerlandSans", serif;
  color: #274D3F;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  min-height: 64px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-title {
    min-height: unset;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0.44px;
  }
}
.three-block-calendar .carousel-time {
  color: #274D3F;
  font-family: "DMSans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-time {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.three-block-calendar .carousel-description {
  color: #274D3F;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.three-block-calendar .carousel-content-buttons-wrapper {
  display: flex;
  gap: 0 10px;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .carousel-content-buttons-wrapper {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .swiper-button-prev,
  .three-block-calendar .swiper-button-next {
    display: none;
  }
}
.three-block-calendar .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .three-block-calendar .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    left: 0;
    bottom: 0;
  }
}

.three-block-calendar__heading-main {
  flex: 1 2 69%;
}

.three-block-calendar__heading .button {
  flex: 0;
}

.blog-carousel {
  background-color: #B7BEA2;
}
.blog-carousel .carousel-image-container {
  min-height: initial;
}
@media only screen and (max-width: 767px) {
  .blog-carousel .carousel-image-container {
    margin-bottom: 41px;
  }
}
.blog-carousel .carousel-image {
  height: 245px;
  max-width: 340px;
}
@media only screen and (max-width: 767px) {
  .blog-carousel .carousel-image {
    max-width: initial;
    height: 360px;
  }
}
.blog-carousel .carousel-description {
  min-height: 60px;
}
.blog-carousel .swiper-button-next,
.blog-carousel .swiper-button-prev {
  top: 30%;
}
.blog-carousel__inner-wrapper {
  padding: 0 70px 60px 70px;
}
.blog-carousel .swiper-slide {
  align-self: start;
}
@media only screen and (max-width: 767px) {
  .blog-carousel .featured-style .carousel-content {
    max-width: initial;
  }
}
.blog-carousel .featured-style .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blog-carousel .featured-style .mobile-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog-carousel .featured-style .desktop-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-carousel .featured-style .carousel-title {
    transform: translateY(70px);
    font-family: "BeautySwitzerlandSans", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    max-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .blog-carousel .featured-style .carousel-subtitle {
    min-height: 18px;
    transform: translateY(44px);
    font-family: "Source Serif Pro";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
  }
}

.blog-carousel .three-block-calendar__inner-wrapper {
  padding-top: 0;
}
@media (min-width: 767) {
  .blog-carousel .three-block-calendar__inner-wrapper {
    padding-top: 0;
  }
}

.top-section {
  background-color: #B7BEA2;
  overflow: visible;
}
.top-section .blog-heading {
  margin-bottom: 0;
}
.top-section .featured-post {
  height: 500px;
  padding: 0 10px;
  display: flex;
  padding: 80px 10px 0 10px;
}
@media (min-width: 768px) and (max-width: 1124px) {
  .top-section .featured-post {
    padding: 80px 70px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .top-section .featured-post {
    display: none;
  }
}
.top-section .featured-post .image-holder {
  flex: 0 0 70%;
  max-width: 720px;
  margin-right: 105px;
}
@media (min-width: 768px) and (max-width: 1330px) {
  .top-section .featured-post .image-holder {
    max-width: initial;
    flex: 0 0 50%;
    margin-right: 50px;
  }
}
.top-section .featured-post .image-holder .image {
  max-width: 720px;
  width: 100%;
  height: 100%;
}
.top-section .featured-post .content-holder .top {
  position: relative;
  right: 186px;
}
.top-section .featured-post .content-holder .top .title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  width: 552px;
  margin-bottom: 52px;
}
.top-section .featured-post .content-holder .top .subtitle {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 22px 0;
}
.top-section .featured-post .content-holder .bottom .description {
  max-width: 274px;
  margin-bottom: 40px;
}

.activities-carousel {
  background-color: #6D5F4D;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
.activities-carousel__inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .activities-carousel__inner-wrapper {
    padding: 40px 30px;
  }
}
.activities-carousel__heading {
  display: flex;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  color: #E2DFD4;
  font-weight: 400;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .activities-carousel__heading {
    flex-direction: column;
    max-width: 400px;
    margin-bottom: 42px;
  }
}
.activities-carousel__heading-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .activities-carousel__heading-title {
    font-family: "Source Serif Pro";
    line-height: 40px;
    margin-bottom: -20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
  }
}
.activities-carousel__heading-subtitle {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .activities-carousel__heading-subtitle {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 35px;
  }
}
.activities-carousel__heading .button {
  align-self: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .activities-carousel__heading .button {
    align-self: flex-start;
    margin-left: 0;
  }
}
.activities-carousel a.button.button--white {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.activities-carousel .swiper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  height: auto;
}
.activities-carousel .swiper-wrapper {
  max-width: 1160px;
  height: auto;
}
.activities-carousel .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.activities-carousel .swiper-slide.swiper-slide-active {
  max-width: 370px;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.activities-carousel .carousel-image-container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .carousel-image-container {
    min-width: 315px;
    min-height: 315px;
  }
}
.activities-carousel .carousel-image {
  width: 100%;
  height: 400px;
  display: block;
}
.activities-carousel .image-wrapper {
  position: relative;
}
.activities-carousel .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.activities-carousel .carousel-content {
  color: #274D3F;
  font-weight: 400;
  text-align: left;
  max-height: 360px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .carousel-content {
    max-height: none;
  }
}
.activities-carousel .carousel-content .bottom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .carousel-content .bottom {
    flex-direction: column;
  }
}
.activities-carousel .carousel-title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  line-height: 0;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  position: relative;
}
.activities-carousel .carousel-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  flex: 0 0 58%;
  color: #E2DFD4;
}
.activities-carousel .carousel-content-buttons-wrapper {
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .carousel-content-buttons-wrapper {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-button-prev,
  .activities-carousel .swiper-button-next {
    display: none;
  }
}
.activities-carousel .swiper-button-next {
  right: 0px;
}
.activities-carousel .swiper-button-prev {
  left: 0px;
}
.activities-carousel .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    left: 0;
    bottom: 0;
    margin-bottom: 37px;
  }
}
.activities-carousel .swiper-activities .swiper-slide {
  transition: transform 0.8s, box-shadow 0.3s;
}
.activities-carousel .swiper-activities .swiper-slide-active {
  transform: scale(1);
}
.activities-carousel .swiper-activities .swiper-slide-next,
.activities-carousel .swiper-activities .swiper-slide-prev {
  transform: scale(0.9);
}
.activities-carousel .swiper-activities .swiper-slide-next .carousel-content,
.activities-carousel .swiper-activities .swiper-slide-prev .carousel-content,
.activities-carousel .swiper-activities .swiper-slide-next .carousel-description,
.activities-carousel .swiper-activities .swiper-slide-next .carousel-content-buttons-wrapper,
.activities-carousel .swiper-activities .swiper-slide-prev .carousel-description,
.activities-carousel .swiper-activities .swiper-slide-prev .carousel-content-buttons-wrapper {
  display: none;
}
.activities-carousel .swiper-activities .swiper-slide-active .carousel-title {
  color: #E2DFD4;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  top: 230px;
  right: 25px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-activities .swiper-slide-active .carousel-title {
    text-align: center;
    right: 0;
    top: 220px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.72px;
  }
}
.activities-carousel .swiper-activities .swiper-slide-next .carousel-title {
  color: #E2DFD4;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  top: 150px;
  right: 25px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-activities .swiper-slide-next .carousel-title {
    text-align: center;
    right: 0;
    top: 220px;
  }
}
.activities-carousel .swiper-activities .swiper-slide-prev .carousel-title {
  color: #E2DFD4;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  top: 70px;
  text-align: end;
  left: 16px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .activities-carousel .swiper-activities .swiper-slide-prev .carousel-title {
    text-align: center;
    right: 0;
    top: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery2-desktop {
    display: none;
  }
}
.gallery2-desktop .gallery2 {
  max-width: 100%;
  max-height: initial;
}
.gallery2-desktop .gallery {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .gallery-wrapper {
    margin: 5px 5px 0 5px;
  }
}
.gallery2-desktop .gallery .photo {
  margin: 0;
  display: block;
  float: left;
  width: 20%;
  padding-bottom: 19%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .photo {
    width: calc(50% - 10px) !important;
    padding-bottom: calc(50% - 10px) !important;
    margin: 5px !important;
    border: 0 !important;
    clear: none !important;
    float: left !important;
  }
}
.gallery2-desktop .gallery .photo:hover .image {
  transform: scale(1.1) !important;
}
.gallery2-desktop .gallery .photo.gallery-video-play .image:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery2-desktop .gallery .photo .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
.gallery2-desktop .gallery .photo .image .video-thumb {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 80px solid #fff;
  border-bottom: 50px solid transparent;
  cursor: pointer;
  transition: opacity 300ms;
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .gallery2-desktop .gallery .photo .image .video-thumb {
    border-top: 36px solid transparent;
    border-left: 46px solid #fff;
    border-bottom: 36px solid transparent;
    margin: -36px 0 0 -23px;
  }
}
.gallery2-desktop .gallery .photo .caption {
  display: none;
}
@media only screen and (min-width: 980px) {
  .gallery2-desktop .gallery .photo .image {
    transition: transform 600ms;
    will-change: transform;
  }
  .gallery2-desktop .gallery .photo:hover .image {
    transform: scale(1);
  }
  .gallery2-desktop .gallery .photo .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #1F223F;
    box-sizing: border-box;
    transition: border 200ms, background 400ms;
  }
  .keyboard-navigation .gallery2-desktop .gallery .photo:focus .overlay {
    background: rgba(206, 57, 20, 0.33);
  }
  .keyboard-navigation .gallery2-desktop .gallery .photo:focus {
    box-shadow: none;
  }
  .gallery2-desktop .gallery .photo:hover .image {
    transform: scale(1.1);
  }
  .gallery2-desktop .gallery .photo:hover h4 {
    margin-bottom: 12px;
  }
  .gallery2-desktop .gallery .photo:hover .video-thumb {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .photo.overview {
    display: none;
  }
}
.gallery2-desktop .gallery .photo.overview .overlay {
  background: rgba(31, 34, 63, 0.8);
}
.gallery2-desktop .gallery .photo .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  z-index: 1;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.gallery2-desktop .gallery .photo .info .count {
  font-size: 48px;
  line-height: 61px;
}
.gallery2-desktop .gallery .photo .info a {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  transition: all 350ms ease-in-out;
}
.gallery2-desktop .gallery .photo .info a:hover {
  opacity: 0.8;
}
.gallery2-desktop .gallery .count-7 .item-1 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery2-desktop .gallery .count-7 .item-2 {
  width: 20%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-7 .item-3 {
  width: 20%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-7 .item-4 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-7 .item-5 {
  width: 40%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-7 .item-6 {
  width: 40%;
  padding-bottom: 20%;
  margin-top: -40%;
  float: right;
}
.gallery2-desktop .gallery .count-7 .item-7 {
  width: 20%;
  padding-bottom: 20%;
  float: right;
  margin-top: -20%;
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .count-7 .item-7 {
    display: none;
  }
}
.gallery2-desktop .gallery .count-6 .item-1 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery2-desktop .gallery .count-6 .item-2 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-6 .item-3 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-6 .item-4 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-6 .item-5 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-6 .item-6 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
  float: right;
}
.gallery2-desktop .gallery .count-5 .item-1 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery2-desktop .gallery .count-5 .item-2 {
  width: 33.3%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-5 .item-3 {
  width: 33.3%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-5 .item-4 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-5 .item-5 {
  width: 33.3%;
  padding-bottom: 20%;
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .count-5 .item-5 {
    display: none;
  }
}
.gallery2-desktop .gallery .count-4 .item-1 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery2-desktop .gallery .count-4 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-4 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery2-desktop .gallery .count-4 .item-4 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
}
.gallery2-desktop .gallery .count-3 .item-1 {
  width: 50%;
  padding-bottom: 40%;
  margin-left: 0;
  float: left;
}
.gallery2-desktop .gallery .count-3 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery2-desktop .gallery .count-3 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gallery2-desktop .gallery .count-3 .item-3 {
    display: none;
  }
}
.gallery2-desktop .gallery .count-2 .item-1 {
  width: calc(50% - 5px);
  margin-left: 0;
  padding-bottom: 40%;
}
.gallery2-desktop .gallery .count-2 .item-2 {
  width: calc(50% - 5px);
  margin-right: 0;
  padding-bottom: 40%;
}
.gallery2-desktop .gallery .count-1 .photo {
  width: 100%;
  margin: 0;
  padding-bottom: 40%;
}

.gallery2-mobile {
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 767px) {
  .gallery2-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .gallery2-mobile .heading {
    font-family: "BeautySwitzerlandSans", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 115.385% */
    letter-spacing: 0.52px;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 27px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery2-mobile .gallery-image {
    height: 375px;
    width: 100%;
  }
}
.gallery2-mobile .swiper-pagination {
  justify-content: center;
  bottom: 0;
  left: 0;
  margin: 30px 0 43px 0;
}

.hero-with-card .hero-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 680px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #0A2544;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .hero-image {
    max-height: 640px;
    margin-bottom: -80px;
  }
}
.hero-with-card .card-content {
  background-color: #ffffff;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: -30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content {
    width: 90%;
  }
}
.hero-with-card .card-content .header {
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
  font-family: "BeautySwitzerlandSans", serif;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content .header {
    font-size: 26px;
  }
}
.hero-with-card .card-content .subheader {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content .subheader {
    font-size: 14px;
  }
}
.hero-with-card .card-content .subheader2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  font-family: "DMSans", "Arial", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content .subheader2 {
    font-size: 16px;
  }
}
.hero-with-card .card-content .descr {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 70px;
  padding: 0 20px;
  max-width: 960px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content .descr {
    font-size: 12px;
    padding: 0;
  }
}
.hero-with-card .card-content .descr h1 {
  font-family: "DMSans", "Arial", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 0 20px !important;
  max-width: 960px !important;
  align-self: center !important;
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .card-content .descr h1 {
    font-size: 12px !important;
    padding: 0 !important;
  }
}
.hero-with-card .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 95, 77, 0.3);
  mix-blend-mode: multiply;
}
.hero-with-card .box-shadow {
  background-color: #ffffff;
  position: relative;
  height: 100px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .hero-with-card .box-shadow {
    display: none;
  }
}

.proposal-form {
  margin: auto;
  background-color: rgba(183, 190, 162, 0.4);
  text-align: center;
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .proposal-form {
    padding: 50px 30px;
  }
}
.proposal-form h2 {
  display: none;
}
.proposal-form .title {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.proposal-form .description {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  margin-bottom: 51px;
  max-width: 672px;
  text-align: center;
  margin: auto;
}
.proposal-form [id*=form_form_] .form-builder-group label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .proposal-form [id*=form_form_] .form-builder-group label {
    margin-bottom: 12px;
  }
}
.proposal-form .form-holder {
  max-width: 1100px;
  margin: auto;
}
.proposal-form .form-builder-field {
  align-items: center;
}
.proposal-form .form-builder-field label:not(:first-child) {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #868686;
  display: none;
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-field {
    width: 100% !important;
  }
}
.proposal-form .form-builder-group {
  -moz-text-align-last: center;
       text-align-last: center;
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-group {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-field {
    display: block !important;
  }
}
.proposal-form label {
  color: #0A2544;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.proposal-form input,
.proposal-form select,
.proposal-form textarea {
  border-radius: 20px;
  height: 41px;
  background-color: #ffffff;
  color: #868686;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  -moz-text-align-last: start;
       text-align-last: start;
  padding-left: 16px;
  line-height: 38px;
}
.proposal-form .input#radiogroup {
  vertical-align: middle;
}
.proposal-form .form-builder-field.radiogroup {
  display: flex;
  flex-direction: row;
}
.proposal-form [class*=radiogroup] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  align-items: center;
}
.proposal-form [class*=radiogroup] input[type=radio] {
  vertical-align: middle;
  accent-color: #FCC591;
}
.proposal-form .select-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-left: -10px;
  margin-right: 12px;
}
.proposal-form .select-wrapper .select-icon {
  width: 11px;
  margin-top: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .proposal-form .wedding-info {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.proposal-form .submit-row {
  display: flex;
  justify-content: space-between;
}
.proposal-form .submit-row > *:first-child {
  width: calc(100% - 146px) !important;
}
@media only screen and (max-width: 767px) {
  .proposal-form .submit-row > *:first-child {
    width: 100% !important;
  }
}
.proposal-form .submit-row > *:last-child {
  width: 146px !important;
}
@media only screen and (max-width: 767px) {
  .proposal-form .submit-row > *:last-child {
    display: none !important;
  }
}
.proposal-form input[type=submit] {
  padding: 0;
  -moz-text-align-last: initial;
       text-align-last: initial;
  background-color: #FCC591;
  color: #274D3F;
  transition: opacity 0.3s, color 0.3s, background 0.3s;
}
.proposal-form input[type=submit]:hover, .proposal-form input[type=submit].active {
  background: #274D3F;
  color: #FCC591;
}
.proposal-form .form-builder-group.privacy-policy .form-builder-field[class*=radiogroup] label {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  color: #0A2544;
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-group.privacy-policy .form-builder-field[class*=radiogroup] label {
    width: 70%;
  }
}
.proposal-form .form-builder-field[class*=radiogroup] p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-field[class*=radiogroup] p {
    -moz-text-align-last: start;
         text-align-last: start;
  }
}
.proposal-form .mobile-submit {
  display: none;
}
@media only screen and (max-width: 767px) {
  .proposal-form .mobile-submit {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .proposal-form .form-builder-field[class*=radiogroup] {
    margin-left: 12px;
    -moz-text-align-last: start;
         text-align-last: start;
  }
}
.proposal-form input[id^=radiogroup] {
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .proposal-form input[id^=radiogroup] {
    margin-left: 0;
  }
}
.proposal-form .form-builder-field.radiogroup_ee3GpBpuCQgUeCzRTBT9 > label {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .proposal-form input#radiogroup_ee3GpBpuCQgUeCzRTBT9_0 {
    margin-top: -30px;
  }
}

.dining-page #content {
  padding: 60px 0 37px;
}
.dining-page .page-content {
  text-align: center;
}
.dining-page .page-content h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .dining-page .page-content h1 {
    font-size: 24px;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.48px;
    margin-bottom: 42px;
  }
}
.dining-page .page-content h2 {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .dining-page .page-content h2 {
    font-size: 21px;
    line-height: 24px; /* 114.286% */
    letter-spacing: 0.84px;
    margin-bottom: 22px;
  }
}
.dining-page .page-content h3 {
  font-family: "Halogen", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.68px;
  text-transform: uppercase;
}

.dining-list {
  position: relative;
}
.dining-list .container {
  max-width: 1160px;
  margin: 0 auto;
}
.dining-list .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .dining-list .item {
    flex-direction: column;
  }
}
.dining-list .item .image {
  width: 50%;
  height: 100%;
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .dining-list .item .image {
    width: 100%;
    max-width: 100%;
  }
}
.dining-list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dining-list .item .details {
  width: 50%;
  max-width: 510px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .dining-list .item .details {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 26px;
  }
}
.dining-list .item .details h3 {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 106.25% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dining-list .item .details h3 {
    font-size: 21px;
    line-height: 24px; /* 114.286% */
    letter-spacing: 0.84px;
  }
}
.dining-list .item .details .description {
  margin-bottom: 30px;
}
.dining-list .item .details .description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .dining-list .item .details .description p {
    font-size: 12px;
    line-height: 18px; /* 150% */
    letter-spacing: 0.24px;
  }
}
.dining-list .item .details .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dining-list .item .details .links {
    justify-content: center;
  }
}
.dining-list .item .details .links a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.dining-list .item .details .links a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 449px) {
  .dining-list .item .details .links a {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dining-list .item .details .links a {
    line-height: 29px; /* 457.143% */
    letter-spacing: 0.28px;
  }
}

.hero {
  display: flex;
}
.home .hero {
  height: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 979px) {
  .hero {
    flex-direction: column;
  }
}
.hero-side {
  width: 50%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  .hero-side {
    width: 100% !important;
    height: 50%;
  }
}
.hero-side:hover {
  width: 100%;
}
+ .hero-side:hover {
  width: 50%;
}
.hero-side:hover .hero-content__text,
.hero-side:hover .button {
  display: inline-block;
}
.hero-content {
  display: inline-block;
  width: 100%;
  max-width: 470px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 45%;
}
.hero-content__heading {
  margin: auto;
}
.hero-content__heading-main {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0.1em;
  padding: 0 5px;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .hero-content__heading-main {
    font-size: 32px;
    line-height: 36px;
  }
}
.hero-content__heading-main-wrapper {
  display: flex;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .hero-content__heading-main-wrapper {
    margin-bottom: 10px;
  }
}
.hero-content__heading-main-line {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  border: none;
}
@media only screen and (max-width: 767px) {
  .hero-content__heading-main-line {
    width: 30px;
  }
}
.hero-content__heading-sub {
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 15px;
  opacity: 0.8;
}
@media only screen and (max-width: 979px) {
  .hero-content__heading-sub {
    font-size: 14px;
    line-height: 18px;
  }
}
.hero-content__text {
  display: none;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  opacity: 0.8;
}
.hero-content .button {
  display: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.hero-content .button:hover {
  color: #FCC591;
  border-color: #274D3F;
}
.hero .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 95, 77, 0.6);
  mix-blend-mode: multiply;
}

.room-recommendation {
  background-color: rgba(247, 227, 197, 0.4);
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
.room-recommendation .inner-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 70px 41px 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .inner-wrapper {
    padding: 0 30px 60px 30px;
  }
}
.room-recommendation .rooms {
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .rooms {
    margin: 0 0 51px 0;
  }
}
.room-recommendation .rooms-wrap {
  padding: 0;
}
.room-recommendation .rooms-wrap .rooms-entry {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .rooms-wrap .rooms-entry .item-wrap {
    padding: 0;
  }
}
.room-recommendation .rooms-wrap .rooms-entry .description h3 {
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .rooms-wrap .rooms-entry .description p {
    text-align: center;
  }
}
.room-recommendation .heading .header {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  text-align: start;
  margin-bottom: 41px;
  padding-top: 48px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .heading .header {
    padding-left: 0;
    margin-bottom: 49px;
    padding-top: 38px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.52px;
  }
}
.room-recommendation .swiper {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  height: auto;
}
.room-recommendation .swiper-wrapper {
  max-width: 1160px;
  height: auto;
}
.room-recommendation .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.room-recommendation .swiper-button-prev,
.room-recommendation .swiper-button-next {
  top: 565px;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .swiper-button-prev,
  .room-recommendation .swiper-button-next {
    display: none;
  }
}
.room-recommendation .swiper-button-next {
  right: 0px;
}
.room-recommendation .swiper-button-prev {
  left: 0px;
}
.room-recommendation .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .swiper-pagination {
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
  }
}
.room-recommendation .view-all-container {
  display: flex;
  justify-content: center;
}
.room-recommendation .view-all-container .view-all-accommodations {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .room-recommendation .view-all-container .view-all-accommodations {
    width: 100%;
  }
}

.common-tiles {
  text-align: left;
  position: relative;
}
.common-tiles .left {
  width: 100%;
  background-color: rgba(183, 190, 162, 0.4);
}
.common-tiles .left .reset-container {
  display: flex;
  justify-content: center;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .common-tiles .left .reset-container {
    padding-top: 43px;
  }
}
.common-tiles .left .reset-container .show-recommendations {
  min-width: 262px;
}
.common-tiles .left .reset-container .reset-button {
  min-width: 153px;
}
.common-tiles .left .pinned-container.sticky {
  z-index: 100;
}
.common-tiles .left .filter {
  margin-bottom: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 43px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .common-tiles .left .filter {
    gap: 22px;
    margin-bottom: 0;
  }
}
.common-tiles .left .filter .heading {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: normal;
  text-transform: uppercase;
  color: grey;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .common-tiles .left .filter .heading {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}
.common-tiles .left .filter .filter-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.common-tiles .left .filter .filter-item.hide {
  display: none;
}
.common-tiles .left .filter .filter-label,
.common-tiles .left .filter .filter-counter {
  position: relative;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: center;
  max-width: 110px;
}
@media only screen and (max-width: 767px) {
  .common-tiles .left .filter .filter-label,
  .common-tiles .left .filter .filter-counter {
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: normal;
    max-width: 120px;
  }
}
.common-tiles .left .filter .form-control-checkbox[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .common-tiles .left .filter .form-control-checkbox[type=checkbox] {
    margin-bottom: 12px;
  }
}
.common-tiles .left .filter .form-control-checkbox[type=checkbox]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
.common-tiles .left .filter .form-control-checkbox[type=checkbox]:checked:before {
  background-repeat: no-repeat;
  background-position: center;
}
.filter-label .common-tiles .left .filter .form-control-checkbox[type=checkbox] {
  font-weight: 600;
}
.common-tiles .left .kids[type=checkbox]:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .kids[type=checkbox]:checked:before {
  background-image: url("../images/icons/kids-blue.svg");
}
.common-tiles .left .couple[type=checkbox]:before {
  background-image: url("../images/icons/couple.svg");
}
.common-tiles .left .couple[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .group[type=checkbox]:before {
  background-image: url("../images/icons/group.svg");
}
.common-tiles .left .group[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .friends[type=checkbox]:before {
  background-image: url("../images/icons/friends.svg");
}
.common-tiles .left .friends[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .adventure[type=checkbox]:before {
  background-image: url("../images/icons/adventure.svg");
}
.common-tiles .left .adventure[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .action[type=checkbox]:before {
  background-image: url("../images/champagne.svg");
}
.common-tiles .left .action[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .setting[type=checkbox]:before {
  background-image: url("../images/icons/serene.svg");
}
.common-tiles .left .setting[type=checkbox]:checked:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .boat[type=checkbox]:before {
  background-image: url("../images/award.svg");
}
.common-tiles .left .boat[type=checkbox]:checked:before {
  background-image: url("../images/icons/boat-blue.svg");
}
.common-tiles .left .pinned-container {
  position: sticky;
}
.common-tiles .right {
  width: 100%;
  margin-top: 18px;
  margin-top: 0;
}
.common-tiles .right .category-buttons {
  width: 100%;
}
.common-tiles .right .category-buttons .button {
  padding-top: 0;
}
.common-tiles .right .category-buttons .button:after {
  border-bottom-color: gold;
}
.common-tiles .right .common-filter-tabs .tab {
  display: none;
}
.common-tiles .right .common-filter-tabs .tab.active {
  display: flex;
}

.room-filter .inner-wrapper .heading .header {
  padding-left: 0;
}
.room-filter .hero-caption {
  color: #274D3F;
}
.room-filter .hero-caption .title {
  background: linear-gradient(360deg, rgba(183, 190, 162, 0.4) 25%, #B7BEA2 139.65%);
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding: 50px 0 25px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-filter .hero-caption .title {
    padding: 50px 30px 21px 30px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.44px;
  }
}
.room-filter .hero-caption .subtitle {
  background: rgba(183, 190, 162, 0.4);
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  padding-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-filter .hero-caption .subtitle {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    padding: 0 30px 40px 30px;
  }
}
.room-filter .room-recommendation {
  background-color: rgba(183, 190, 162, 0.2);
}
.room-filter .room-recommendation .swiper {
  max-width: 1098px;
}
.room-filter .rooms {
  margin: 0 0 56px 0;
}
@media only screen and (max-width: 767px) {
  .room-filter .rooms {
    margin: 0 0 21px 0;
  }
}
.room-filter .rooms .rooms-wrap .rooms-entry .item-wrap {
  padding: 0;
}
.room-filter .rooms .rooms-wrap .rooms-entry .background {
  height: 230px;
}
.room-filter .rooms .rooms-wrap .rooms-entry .background img {
  height: 230px;
}
@media only screen and (max-width: 767px) {
  .room-filter .rooms .rooms-wrap .rooms-entry .description {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .rooms .rooms-wrap .rooms-entry .description h3 {
    margin-bottom: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .rooms .rooms-wrap .rooms-entry .description p {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .swiper-button-next {
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .swiper-button-prev {
    left: 14px;
  }
}
.room-filter .swiper-button-prev,
.room-filter .swiper-button-next {
  top: 395px;
}
@media only screen and (max-width: 767px) {
  .room-filter .swiper-button-prev,
  .room-filter .swiper-button-next {
    top: 325px;
    display: flex;
    border-color: #274D3F !important;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .swiper-button-next--secondary::after,
  .room-filter .swiper-button-prev--secondary::after {
    border-color: #274D3F !important;
  }
}
.room-filter .recommendations-close-button {
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .room-filter .recommendations-close-button {
    right: 30px;
    top: 36px;
  }
}
.room-filter .recommendations-close-button svg {
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .room-filter .recommendations-close-button svg {
    width: 31px;
    height: 31px;
  }
}
.room-filter .center-column {
  max-width: initial;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .room-filter .room-category-name {
    margin-bottom: 27px !important;
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-break {
    display: block;
  }
}

.accordions-acm .header {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  text-align: center;
  padding: 70px 30px;
  background: linear-gradient(0deg, #FFF -50%, #F6E2C4 91.29%, #F6E2C4 139.65%);
}
@media only screen and (max-width: 767px) {
  .accordions-acm .header {
    padding: 43px 40px 48px 40px;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0.44px;
  }
}
.accordions-acm .accordions {
  background-color: rgba(247, 227, 197, 0.4);
  color: #274D3F;
  mix-blend-mode: multiply;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.accordions-acm .accordions .faq-holder {
  max-width: 910px;
  margin: auto;
}
.accordions-acm .accordions .faq-section-item {
  padding: 0 30px;
}
.accordions-acm .accordions .faq-section-item:last-child {
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions .faq-section-item:last-child {
    padding-bottom: 81px;
  }
}
.accordions-acm .accordions .faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 100px 8px 0;
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions .faq-section-item .faq-section-question {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.accordions-acm .accordions .border {
  border-bottom: 1px solid #274D3F;
}
.accordions-acm .accordions .faq-section-question .icon {
  position: absolute;
  right: 10px;
  height: 18px;
  width: 18px;
  transform: translateY(-50%);
  transition: 350ms ease-in-out;
  bottom: 0;
}
.accordions-acm .accordions .faq-section-item.active .faq-section-question .icon {
  transform: translateY(-50%) rotate(45deg);
}
.accordions-acm .accordions .faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 16px 20px 33px 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions .faq-section-item .faq-section-answer {
    padding: 16px 20px 27px 0;
  }
}
.accordions-acm .accordions .descr p {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.accordions-acm .accordions .faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}
.accordions-acm .accordions .carousel-section-item .carousel-section-answer ol,
.accordions-acm .accordions ul {
  list-style: initial;
}
.accordions-acm .accordions .carousel-section-item .carousel-section-answer ol,
.accordions-acm .accordions ol {
  list-style: decimal;
}
.accordions-acm .accordions .carousel-section-item .carousel-section-answer p,
.accordions-acm .accordions em {
  font-style: italic;
  /* Italics for list items */
}
.accordions-acm .accordions tbody,
.accordions-acm .accordions td,
.accordions-acm .accordions tfoot,
.accordions-acm .accordions th,
.accordions-acm .accordions thead,
.accordions-acm .accordions tr {
  border-color: rgba(238, 238, 238, 0.5);
  border-style: solid;
  border-width: 1px;
}
.accordions-acm .accordions td,
.accordions-acm .accordions th,
.accordions-acm .accordions caption {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font: 16px/1 "DMSans", "Arial", sans-serif;
}
.accordions-acm .accordions th,
.accordions-acm .accordions caption {
  vertical-align: bottom;
  font: 16px/1 "DMSans", "Arial", sans-serif bold;
  color: black;
  background-color: rgba(238, 238, 238, 0.5);
}
.accordions-acm .accordions td {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}
.accordions-acm .accordions table p {
  margin: 10px 0;
}
@media only screen and (max-width: 979px) {
  .accordions-acm .accordions .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.double-blocks {
  position: relative;
  display: flex;
}
.double-blocks .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .double-blocks {
    flex-direction: column;
  }
}
.double-blocks .hero-side {
  width: 50%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 600px;
  z-index: 1;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side {
    width: 100% !important;
    height: 430px;
  }
}
.double-blocks .hero-side:hover {
  width: 100%;
}
.double-blocks .hero-side:hover + .hero-side {
  width: 50%;
}
.double-blocks .hero-side:hover .content .text,
.double-blocks .hero-side:hover .content .button {
  display: inline-block;
}
.double-blocks .hero-side .content {
  display: inline-block;
  width: 100%;
  max-width: 470px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-top: 126px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content {
    margin-top: 77px;
    padding: 0 30px;
  }
}
.double-blocks .hero-side .content .heading-main-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content .heading-main-wrapper {
    margin-bottom: 29px;
  }
}
.double-blocks .hero-side .content .heading-main-wrapper .heading-main-line {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  border: none;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content .heading-main-wrapper .heading-main-line {
    width: 30px;
  }
}
.double-blocks .hero-side .content .heading-main-wrapper .heading-main {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0.1em;
  padding: 0 5px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content .heading-main-wrapper .heading-main {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.72px;
  }
}
.double-blocks .hero-side .content .text {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content .text {
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.double-blocks .hero-side .content .button {
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 244px;
}
@media only screen and (max-width: 767px) {
  .double-blocks .hero-side .content .button {
    min-width: 136px;
  }
}
.double-blocks .hero-side .content .button:hover {
  color: #FCC591;
  border-color: #274D3F;
}

.card-with-icons {
  color: #274D3F;
  margin-bottom: -120px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons {
    margin-bottom: -80px;
  }
}
.card-with-icons .hero-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 680px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .hero-image {
    max-height: 640px;
    margin-bottom: -80px;
  }
}
.card-with-icons .card-content {
  background-color: #ffffff;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: -130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content {
    width: 90%;
  }
}
.card-with-icons .card-content .header {
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
  font-family: "BeautySwitzerlandSans", serif;
  margin-top: 44px;
  margin-bottom: 18px;
  max-width: 495px;
  align-self: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content .header {
    font-size: 26px;
    margin-top: 44px;
    line-height: 30px;
    letter-spacing: 0.52px;
  }
}
.card-with-icons .card-content .subheader {
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content .subheader {
    font-size: 14px;
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 29px;
    max-width: 286px;
    align-self: center;
  }
}
.card-with-icons .card-content .descr {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 53px;
  padding: 0 20px;
  max-width: 960px;
  align-self: center;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
  max-width: 836px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content .descr {
    font-size: 12px;
    padding: 0 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    margin-bottom: 48px;
  }
}
.card-with-icons .card-content .subheader2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 38px;
  font-family: "Source Sans Pro";
  font-style: normal;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content .subheader2 {
    font-size: 16px;
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 50px;
    max-width: 286px;
    align-self: center;
  }
}
.card-with-icons .card-content .bottom-note {
  z-index: 1;
  margin-bottom: -16px;
  font-family: "Source Serif Pro";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .card-content .bottom-note {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.card-with-icons .bottom-card {
  height: 170px;
  z-index: 0;
  position: relative;
  background: linear-gradient(180deg, #FFF 19.42%, #F6E2C4 91.29%, #F6E2C4 139.65%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  width: 100%;
}
.card-with-icons .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 95, 77, 0.3);
  mix-blend-mode: multiply;
}
.card-with-icons .box-shadow {
  background-color: #ffffff;
  position: relative;
  height: 100px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .box-shadow {
    display: none;
  }
}
.card-with-icons .icons-container {
  display: flex;
  justify-content: center;
  gap: 43px;
  margin-bottom: 38px;
  z-index: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .icons-container {
    gap: 32px;
    padding: 0 30px;
    margin-bottom: 48px;
  }
}
.card-with-icons .icons-container .icon {
  height: 100px;
  width: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  -o-object-fit: none;
     object-fit: none;
  background-color: #F2E3C9;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .icons-container .icon {
    height: 90px;
    width: 90px;
  }
}
.card-with-icons .icons-container .icon-text {
  margin-top: 15px;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .card-with-icons .icons-container .icon-text {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.22px;
  }
}

.tides-hero {
  color: #274D3F;
  margin-bottom: -120px;
}
@media only screen and (max-width: 767px) {
  .tides-hero {
    margin-bottom: -80px;
  }
}
.tides-hero .hero-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 680px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .hero-image {
    max-height: 640px;
    margin-bottom: -80px;
  }
}
.tides-hero .card-content {
  background-color: #ffffff;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: -130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tides-hero .card-content {
    width: 90%;
  }
}
.tides-hero .card-content .header {
  font-weight: 400;
  font-size: 50px;
  line-height: 54px;
  font-family: "BeautySwitzerlandSans", serif;
  margin-top: 44px;
  margin-bottom: 65px;
  padding: 0 30px;
  align-self: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .tides-hero .card-content .header {
    font-size: 26px;
    margin-top: 30px;
    line-height: 30px;
    letter-spacing: 0.52px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
.tides-hero .card-content .descr {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 46px;
  padding: 0 20px;
  max-width: 960px;
  align-self: center;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
  max-width: 836px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .card-content .descr {
    font-size: 12px;
    padding: 0 10px;
    line-height: 18px;
    letter-spacing: 0.12px;
    margin-bottom: 44px;
  }
}
.tides-hero .card-content .subheader2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 38px;
  font-family: "Source Sans Pro";
  font-style: normal;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .card-content .subheader2 {
    font-size: 16px;
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 50px;
    max-width: 286px;
    align-self: center;
  }
}
.tides-hero .card-content .bottom-note {
  z-index: 1;
  margin-bottom: -16px;
  font-family: "Source Serif Pro";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .tides-hero .card-content .bottom-note {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.tides-hero .bottom-card {
  height: 130px;
  z-index: 0;
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #F6E2C4 91.29%, #F6E2C4 139.65%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  width: 100%;
}
.tides-hero .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 95, 77, 0.3);
  mix-blend-mode: multiply;
}
.tides-hero .box-shadow {
  background-color: #ffffff;
  position: relative;
  height: 100px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .box-shadow {
    display: none;
  }
}
.tides-hero .icons-container-holder {
  max-width: 1180px;
  align-self: center;
  width: 100%;
}
.tides-hero .icons-container-holder .icons-container {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  gap: 43px;
  margin-bottom: 77px;
  z-index: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .tides-hero .icons-container-holder .icons-container {
    gap: 32px;
    padding: 0 30px;
    margin-bottom: 75px;
    justify-content: center;
  }
}
.tides-hero .icons-container-holder .icons-container .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -o-object-fit: none;
     object-fit: none;
  background-color: #F2E3C9;
  margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .icons-container-holder .icons-container .icon {
    margin-bottom: 25px;
    height: 90px;
    width: 90px;
  }
}
.tides-hero .icons-container-holder .icons-container .icon-title {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .icons-container-holder .icons-container .icon-title {
    margin-bottom: 11px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.tides-hero .icons-container-holder .icons-container .icon-text {
  text-align: center;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .icons-container-holder .icons-container .icon-text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.tides-hero .tides-logo {
  height: 140px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .tides-hero .tides-logo {
    margin-bottom: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tides-hero .tides-logo img {
    height: 102px;
  }
}

.menu-tabs-block-acm {
  background-color: rgba(247, 227, 197, 0.4);
}
.menu-tabs-block-acm .anchor {
  position: absolute;
  top: -120px;
}
.menu-tabs-block-acm .top-page-content {
  background: linear-gradient(0deg, #FFF -50%, #F6E2C4 91.29%, #F6E2C4 139.65%);
}
.menu-tabs-block-acm .h1-like {
  font-family: "BeautySwitzerlandSans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding-top: 50px;
  margin-bottom: 25px;
  border-bottom: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .h1-like {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.44px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.menu-tabs-block-acm .subheader {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .subheader {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 35px;
  }
}
.menu-tabs-block-acm h2 {
  text-align: left;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.4px;
  border-bottom: 2px solid #274D3F;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
}
.menu-tabs-block-acm .tabs-titles.opened .dropdown-toggle {
  background-color: #ffffff;
  color: #274D3F;
  border-radius: 0;
  border: 2px solid #274D3F;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles ul .tab-title:last-child .button {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 0;
  }
}
.menu-tabs-block-acm .tabs-titles.opened .dropdown-toggle::after {
  border-color: #274D3F;
  transform: rotate(-45deg);
  transition: 350ms ease-in-out;
  top: 22px;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
}
.menu-tabs-block-acm .tabs-titles .dropdown-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles .dropdown-toggle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #274D3F;
    color: #FCC591;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 20px;
    align-items: center;
  }
  .menu-tabs-block-acm .tabs-titles .dropdown-toggle::after {
    content: "";
    top: 12px;
    right: 20px;
    position: absolute;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    border: 2px solid #FCC591;
    border-bottom: 0;
    border-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: rotate(135deg);
    transition: border-color 350ms ease-in-out;
    background: none;
    transition: 350ms ease-in-out;
  }
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles ul {
    border-top: none !important;
    border: 2px solid #274D3F;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    width: calc(100% - 4px);
    display: flex;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title .button {
    border: none;
  }
}
.menu-tabs-block-acm .tabs-titles.last-active .header-line {
  margin-bottom: -10px;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #274D3F;
  color: #FCC591;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  border: 1px solid #274D3F;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border-top: none;
    border-bottom: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: unset;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media (max-width: 1319px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item {
    justify-content: center;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
.menu-tabs-block-acm .menu-block {
  width: 29%;
  min-width: 350px;
  padding: 0 2% 40px;
  text-align: left;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
  text-align: left;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish .dish-name {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.12px;
  }
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish .dish-descr {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
  }
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
  font-size: 16px;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 14px;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
  border: 1px solid #274D3F;
  color: #274D3F;
}
.menu-tabs-block-acm .menu-link .button:hover {
  color: #fff;
  background-color: #274D3F;
}
.menu-tabs-block-acm .bottom-disclaimer {
  max-width: 960px;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: "DMSans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .bottom-disclaimer {
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
    padding-bottom: 80px;
  }
}
.menu-tabs-block-acm .tabs-titles ul .tab-title:last-child .header-line {
  display: none;
}
.menu-tabs-block-acm .header-line {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .header-line {
    margin: 10px 0 0 0;
    display: flex;
    height: 1px;
    width: 100%;
    border: none;
    background-color: #274D3F;
    margin: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles.opened .header-line2 {
    margin: 10px 0 0 0;
    display: flex;
    height: 1px;
    border: none;
    background-color: #274D3F;
    margin: 0;
    margin-top: 0px;
    width: calc(100% - 40px);
    position: absolute;
    margin: auto;
    left: 20px;
  }
}
.menu-tabs-block-acm .header-line2 {
  display: none;
}

@media print {
  body, html {
    width: 100%;
  }
  * {
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header,
  #navigation,
  #photos,
  #newsletter,
  #sidebar,
  #promos,
  #homepage-accommodations,
  #testimonials,
  #dining-spa,
  .extract-element-from-content .gallery,
  #poi,
  #feeds,
  #calendar-breadcrumb,
  #calendar-navigation,
  .socials,
  #footer {
    display: none;
  }
  .page-content-wrapper {
    padding-left: 0 !important;
  }
  .fade-on-scroll {
    visibility: visible !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* Swiper Container */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
