.hotel-location-map {
  height: 700px;
  z-index: 9;
}
@media only screen and (max-width: 999px) {
  .hotel-location-map {
    height: 500px;
  }
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto !important;
  height: auto !important;
}

.leaflet-container .leaflet-marker-pane img {
  width: 50px !important;
  height: 50px !important;
}

/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

.formError .formErrorContent {
  background: #b31919;
  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: #b31919;
  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;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.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-slide-invisible-blank {
  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;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* 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: 0px;
  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;
}

.page-content hr {
  display: block;
  height: 1px;
  margin: 40px auto;
  border: none;
  background: #9A9A9A;
  color: #9A9A9A;
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content p:empty {
  display: none;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  text-align: left;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
  text-align: center;
}
.page-content ul > li:before {
  background: #504848;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  font: 16px/1 "proxima_novaregular";
  color: #504848;
}
.page-content td {
  border-top: 1px solid #7389AE;
  font-size: 14px;
}
.page-content table p {
  margin: 5px;
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials li:after {
  display: none;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content .iframe-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 55px;
}
@media only screen and (max-width: 999px) {
  .page-content .iframe-block {
    margin-bottom: 20px;
  }
}
.page-content .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-theme .page-content {
  color: #fff;
  border-color: #fff;
}
.dark-theme .page-content hr, .dark-theme .page-content h1, .dark-theme .page-content h2, .dark-theme .page-content .h1, .dark-theme .page-content .h2, .dark-theme .page-content h3, .dark-theme .page-content h4, .dark-theme .page-content h5, .dark-theme .page-content h6, .dark-theme .page-content p, .dark-theme .page-content li {
  color: inherit;
}
.dark-theme .page-content .button {
  color: inherit;
  border-color: inherit;
}

.pressroom-item .thumbnail {
  float: none !important;
}

.h1, h1 {
  text-align: center;
  text-shadow: 0px 4px 74.8px rgba(0, 0, 0, 0.25);
  font-family: "sahertianregular";
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 170px;
}
@media only screen and (max-width: 999px) {
  .h1, h1 {
    font-size: 80px;
    line-height: 70px;
  }
}

.h2, h2 {
  font-family: "sahertianregular";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
@media only screen and (max-width: 999px) {
  .h2, h2 {
    font-size: 50px;
    line-height: normal;
  }
}

.h3, h3 {
  font-family: "sahertianregular";
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 999px) {
  .h3, h3 {
    font-size: 40px;
    line-height: normal;
  }
}

.h4, h4 {
  font-family: "proxima_novaregular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 999px) {
  .h4, h4 {
    font-size: 26px;
  }
}

p, .p {
  font-family: "proxima_novaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#openTable {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 1000;
  background: #F9F5EF;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  flex-direction: column;
}
#openTable.open {
  display: flex;
}
#openTable .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#openTable .close-button:after, #openTable .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #000;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  #openTable .close-button:after, #openTable .close-button:before {
    transition: none;
  }
}
#openTable .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#openTable .close-button:hover:after, #openTable .close-button:hover:before {
  background: #7389AE;
}
#openTable .center-column {
  margin: auto;
  background: #F9F5EF;
  max-width: 600px;
  width: 100%;
}
#openTable .form {
  margin: 0 auto;
  padding: 40px 0;
}
#openTable .form .op-title {
  display: block;
  font: 24px/1.2 "proxima_novaregular";
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #7389AE;
}
#openTable .form label {
  font-family: "proxima_novaregular";
  color: #000;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: left;
  margin: 0;
}
#openTable .form p {
  margin-right: 20px;
  vertical-align: top;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#openTable .form input {
  width: 100px;
  border: 1px solid #000;
  font: 13px/13px Helvetica, Arial, sans-serif;
  height: 45px;
  padding: 0 10px;
}
#openTable .form select {
  height: 45px;
  padding: 0 10px;
  font: 13px/13px Helvetica, Arial, sans-serif;
  resize: none;
  width: 100px;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 44px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 94% 16px;
  background-size: 20px;
}
#openTable .form .peopleselect select {
  width: 122px;
}
#openTable .form input[type=submit] {
  width: 140px;
  margin-top: 46px;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
#openTable .form input, #openTable .form select, #openTable .form select#people {
  width: 100%;
  margin-left: 0;
}
#openTable .form .controls {
  margin: 0;
}
#openTable .form p.opentable img {
  width: 200px;
  margin-right: 0;
  height: auto;
  margin-top: 53px;
}
#openTable .form .opentable {
  text-align: center;
}
#openTable .ui-datepicker-trigger {
  display: none;
  position: absolute;
  color: #000;
}

@media (max-width: 960px) {
  #ui-datepicker-div {
    display: none;
  }
}
#ui-datepicker-div {
  background-color: #fff;
  font-size: 16px;
  border: thin solid #504848;
  padding: 10px;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 8px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #7389AE;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  text-indent: -10000px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover {
  border-color: #7389AE;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #504848;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-unselectable {
  color: #999;
}
#ui-datepicker-div th {
  font-weight: bold;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}
#ui-datepicker-div td a,
#ui-datepicker-div td .ui-state-default {
  display: block;
  text-decoration: none;
  padding: 5px;
}
#ui-datepicker-div td a {
  color: #504848;
}
#ui-datepicker-div td a:hover {
  background: #7389AE;
  color: #504848;
}
#ui-datepicker-div td a.ui-state-active {
  background: #7389AE;
}
#ui-datepicker-div td a.ui-state-active:hover {
  color: #fff;
  background: #504848;
}

.intro-section {
  padding: 70px 0;
  background-color: #2E3242;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro-section {
    padding: 50px 0;
  }
}
.intro-section .page-content {
  max-width: 760px;
  margin: 0 auto;
}
.intro-section .page-content .h2 {
  color: #fff;
}
.intro-section .page-content .h4 {
  color: #fff;
  margin-bottom: 36px;
}
.intro-section .page-content p {
  color: #fff;
}
.intro-section .page-content .button {
  margin-top: 30px;
}
.no-hero-layout .intro-section {
  padding: 200px 0 70px;
}
@media only screen and (max-width: 999px) {
  .no-hero-layout .intro-section {
    padding: 150px 0 50px;
  }
}

.page-block.promo-section {
  padding: 85px 0;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section {
    margin-top: 20px;
    padding-top: 0;
  }
}
.page-block.promo-section .center-column {
  padding: 0;
}
@media only screen and (max-width: 1464px) {
  .page-block.promo-section .center-column {
    padding: 0 32px;
  }
}
.page-block.promo-section .promo-section-grid {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo-section-grid {
    display: block;
  }
}
.page-block.promo-section .promo {
  cursor: pointer;
  position: relative;
  width: calc(33% - 24px);
  margin: 0 22px;
  background-color: #000;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 585px;
}
.page-block.promo-section .promo:first-child {
  margin-left: 0;
}
.page-block.promo-section .promo:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo {
    margin: 0 0 30px;
    width: 100%;
    height: 400px;
    padding: 0;
  }
  .page-block.promo-section .promo:last-child {
    margin-bottom: 0;
  }
}
.page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
  transition: opacity 0.3s ease;
  opacity: 1;
  position: absolute;
  content: "";
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
    transition: none;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
    opacity: 0;
  }
}
.page-block.promo-section .promo::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-block.promo-section .promo::after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(360deg, #000000 0%, rgba(196, 196, 196, 0) 85.19%);
  background-blend-mode: multiply;
}
.page-block.promo-section .promo .promo-title {
  transition: opacity 0.3s ease;
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "proxima_novaregular";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 65px;
  letter-spacing: 1.2px;
  text-align: center;
  border: 2px solid #fff;
  padding: 0 20px;
  min-width: 250px;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-title {
    transition: none;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .promo-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    display: none;
  }
}
.page-block.promo-section .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-block.promo-section .promo .promo-content {
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(115, 137, 174, 0.64);
  background-blend-mode: multiply;
  text-align: center;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-content {
    transition: none;
  }
}
.page-block.promo-section .promo .promo-content .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-block.promo-section .promo .promo-content .icon.icon-facebook {
  background-image: url("../images/acm/block-facebook.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-instagram {
  background-image: url("../images/acm/block-ig.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-mail {
  background-image: url("../images/acm/block-mail.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-papers {
  background-image: url("../images/acm/block-papers.svg");
}
.page-block.promo-section .promo .promo-content p {
  font-family: "proxima_novaregular";
  font-weight: 600;
  font-size: 31px;
  line-height: 1.2em;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .promo-content {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    padding: 60px 30px;
  }
  .page-block.promo-section .promo .promo-content p {
    font-size: 24px;
    line-height: 1.1;
  }
}
.page-block.promo-section .promo .copy {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .copy {
    transition: none;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .copy {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.ismobile .page-block.promo-section .promo .copy {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .copy p {
    display: none;
  }
}
.page-block.promo-section .promo .button {
  margin-top: 55px;
  font-family: "proxima_novaregular";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.2px;
  min-width: 250px;
  line-height: 65px;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .button {
    position: relative;
    bottom: unset;
    margin-top: 50px;
  }
}
.page-block.promo-section .promo:hover::before, .page-block.promo-section .promo:hover::after,
.page-block.promo-section .promo:hover .promo-title {
  opacity: 0;
}
.page-block.promo-section .promo:hover .promo-content {
  opacity: 1;
}
.page-block.promo-section .promo:hover .copy {
  position: relative;
}
.page-block.promo-section .promo:hover .copy {
  opacity: 1;
  visibility: visible;
}
.ismobile .page-block.promo-section .promo:hover .copy {
  opacity: 0;
  visibility: hidden;
}
.page-block.gallery-section {
  position: relative;
  height: 1119px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section {
    height: 500px;
  }
}
.page-block.gallery-section .swiper-slide {
  background: rgba(86, 69, 24, 0.3);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-slide {
    transition: transform 0.3s ease;
    height: auto;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-slide {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1.3/1) {
    .page-block.gallery-section .swiper-slide {
      padding-top: 0;
      aspect-ratio: 1.3/1;
    }
  }
  .page-block.gallery-section .swiper-slide .slide-image {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
  }
}
.page-block.gallery-section .swiper-slide .caption {
  position: absolute;
  bottom: 100px;
  left: 50px;
  padding: 10px 50px;
  background-color: #2E3242;
}
@media only screen and (max-width: 999px) {
  .page-block.gallery-section .swiper-slide .caption {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
.page-block.gallery-section .swiper-slide .caption p {
  color: #fff;
  text-align: center;
}
.page-block.gallery-section .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(86, 69, 24, 0.3);
  mix-blend-mode: multiply;
  transition: filter 400ms ease;
}
.page-block.gallery-section .slide-image:hover {
  filter: none;
}
.page-block.gallery-section .controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #7389AE;
  height: 50px;
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-block.gallery-section .controls .swiper-button {
  transition: background-color 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-image: url("../images/slider-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
@media (prefers-reduced-motion) {
  .page-block.gallery-section .controls .swiper-button {
    transition: none;
  }
}
.page-block.gallery-section .controls .swiper-button:hover {
  background-color: #7389AE;
}
@media only screen and (min-width: 1246px) {
  .page-block.gallery-section .controls .swiper-button {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .controls .swiper-button {
    width: 30px;
    height: 30px;
  }
}
.page-block.gallery-section .controls .swiper-button-prev {
  transform: rotate(180deg);
}
.page-block.gallery-section .controls .swiper-pagination {
  font-family: "proxima_novaregular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  width: auto;
  left: auto;
  bottom: 0px;
  position: relative;
  padding: 0 20px;
}

.events-main {
  position: relative;
  background: #7389AE;
  overflow: hidden;
  text-align: center;
  padding: 75px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .events-main {
    padding: 55px 0 0px;
  }
}
.events-main .h2 {
  color: #fff;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .events-main .h2 {
    padding-bottom: 30px;
  }
}
.events-main .slideshow {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.events-main .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.events-main .event {
  position: relative;
  display: inline-block;
  width: 33.33%;
  height: auto;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  padding: 0 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .events-main .event {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .events-main .event {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 50px;
  }
}
.events-main .event .thumbnail {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .events-main .event .thumbnail {
    height: 400px;
  }
}
.events-main .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
.events-main .event .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-main .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #7389AE;
  border-bottom-color: #7389AE;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events-main .event .date {
  display: block;
  margin: 0;
  color: #2E3242;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E9C108;
  padding: 6px 10px;
  text-align: left;
}
.events-main .event .date a {
  color: inherit;
  text-decoration: none;
}
.events-main .event .date a:hover {
  text-decoration: none;
}
.events-main .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  .events-main .event .date:after {
    bottom: -8px;
  }
}
.events-main .event .h4 {
  color: #fff;
  margin-bottom: 24px;
  text-align: left;
}
.events-main .event p {
  color: #fff;
  text-align: left;
}
.events-main .event .border-btn {
  margin-top: 24px;
}
.events-main .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .events-main .slideshow-pagination {
    display: none;
  }
}
.events-main .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.events-main .slideshow-pagination > *:hover, .events-main .slideshow-pagination > *.active {
  background: #54baba;
}
.events-main .controls {
  display: none;
}
@media only screen and (max-width: 767px) {
  .events-main .controls {
    display: flex;
  }
}
.events-main .controls .swiper-button {
  font-size: 0;
}
.events-main .controls .swiper-button-prev {
  background-image: url("../images/prev-arrow.svg");
}
.events-main .controls .swiper-button-next {
  background-image: url("../images/next-arrow.svg");
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  /* 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;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  background-color: #000;
  width: 22px;
  height: 1px;
  margin-top: -1px;
  margin-left: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#hebs-gallery .close-button:before {
  transform: rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 28px 0 0 25px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ccc;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 70px;
  bottom: 240px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 999px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left,
#hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 44px;
  height: 32px;
  margin-top: -16px;
  margin-left: 6px;
  margin-right: 6px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#hebs-gallery .galleria-image-nav-left:before,
#hebs-gallery .galleria-image-nav-right:before {
  content: "";
  display: block;
  margin-top: -7px;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#hebs-gallery .galleria-image-nav-left {
  left: 15px;
}
#hebs-gallery .galleria-image-nav-left:before {
  border-right: 7px solid #fff;
}
#hebs-gallery .galleria-image-nav-right {
  right: 15px;
}
#hebs-gallery .galleria-image-nav-right:before {
  border-left: 7px solid #fff;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #7389AE;
  border-bottom-color: #7389AE;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 130px;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 0 auto;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  width: 205px !important;
  height: 130px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 2px solid #fff;
}
#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;
  bottom: 180px;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 26px/40px "proxima_novaregular";
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 16px;
  }
}

.form, [id*=form_form_] {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .form, [id*=form_form_] {
    text-align: left;
  }
}
.form .ui-menu-item a, [id*=form_form_] .ui-menu-item a {
  text-align: left;
}
.form h3, [id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7389AE;
}
.form label, [id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 6px 26px 0 0;
  float: left;
  text-align: right;
  font: 700 17px/40px "proxima_novaregular";
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .form label, [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
    font-size: 14px;
  }
}
.form label.privacy_policy_checkbox, [id*=form_form_] label.privacy_policy_checkbox {
  width: 100%;
  margin-bottom: 40px;
  text-transform: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form label.privacy_policy_checkbox, [id*=form_form_] label.privacy_policy_checkbox {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form label.privacy_policy_checkbox a, [id*=form_form_] label.privacy_policy_checkbox a {
    display: block;
  }
}
.form label .divider, [id*=form_form_] label .divider {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .form label .divider, [id*=form_form_] label .divider {
    display: none;
  }
}
.form em, [id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p, [id*=form_form_] p {
  margin-bottom: 20px;
  line-height: 0;
}
.form p span, [id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group, [id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input, [id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label, [id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label, [id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input, [id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
.form input[type=checkbox],
.form input[type=radio], [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
}
.form input[type=radio], [id*=form_form_] input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio], [id*=form_form_] input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio], [id*=form_form_] .group input[type=radio] {
  margin-top: 0;
}
.form input.date-pick, [id*=form_form_] input.date-pick {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, [id*=form_form_] input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .controls p, [id*=form_form_] .controls p {
  padding: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p, [id*=form_form_] .controls p {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .form .controls .button, [id*=form_form_] .controls .button {
    display: inline-block;
    margin: 20px 0 0 0;
  }
}

[id*=form_form_] #form_module_container_success {
  width: 100%;
  background: #00B310;
  padding: 20px;
  margin: 40px 0;
}

.menu-tabs-block-acm {
  background-color: #F1EEEA;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm {
    position: relative;
  }
}
.menu-tabs-block-acm .close-menu-category, .menu-tabs-block-acm .close-menu-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.menu-tabs-block-acm .close-menu-category:after, .menu-tabs-block-acm .close-menu-category:before, .menu-tabs-block-acm .close-menu-popup:after, .menu-tabs-block-acm .close-menu-popup:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  .menu-tabs-block-acm .close-menu-category:after, .menu-tabs-block-acm .close-menu-category:before, .menu-tabs-block-acm .close-menu-popup:after, .menu-tabs-block-acm .close-menu-popup:before {
    transition: none;
  }
}
.menu-tabs-block-acm .close-menu-category:after, .menu-tabs-block-acm .close-menu-popup:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-tabs-block-acm .close-menu-category:hover:after, .menu-tabs-block-acm .close-menu-category:hover:before, .menu-tabs-block-acm .close-menu-popup:hover:after, .menu-tabs-block-acm .close-menu-popup:hover:before {
  background: #7389AE;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .close-menu-category, .menu-tabs-block-acm .close-menu-popup {
    display: none;
    z-index: 99;
  }
}
.menu-tabs-block-acm .section-header {
  font-family: "proxima_novaregular";
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 3px;
  color: #504848;
  margin-bottom: 81px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .section-header {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs {
    flex-direction: column;
  }
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 455px;
  border-top: 1px solid #2E3242;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles ul {
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
  flex-shrink: 0;
}
.menu-tabs-block-acm .tabs-titles li.tab-title:nth-child(odd) {
  background-color: #7389AE;
}
@media only screen and (min-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title:nth-child(odd) button:hover {
    color: #2E3242;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title:nth-child(even) {
  background-color: #2E3242;
}
@media only screen and (min-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title:nth-child(even) button:hover {
    color: #7389AE;
  }
}
@media only screen and (min-width: 768px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title.active button:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E9C108;
    content: "";
    position: relative;
    right: -30px;
  }
}
.menu-tabs-block-acm .tabs-titles .button {
  width: 100%;
  text-align: left;
  padding: 40px 50px;
  justify-content: left;
  height: auto;
  background: transparent;
  font-family: "sahertianregular";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles .button {
    font-size: 50px;
    line-height: normal;
  }
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles {
    margin: 0;
  }
  .menu-tabs-block-acm .tabs-titles .section-header {
    display: none;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    order: 1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
    background: #2E3242;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
    padding: 0 20px;
    height: 52px;
  }
  .menu-tabs-block-acm .tabs-titles.opened {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background: #F9F5EA;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 999px) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles.opened ul {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened ul:after {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    order: 1 !important;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title.active {
    order: 1 !important;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title.active .button {
    color: #fff !important;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 521px;
  transition: 0.4s;
  z-index: 100;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-content {
    padding: 0;
    height: auto;
    overflow-y: visible;
  }
}
.menu-tabs-block-acm .tabs-content h3 {
  font-family: "proxima_novaregular";
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 3px;
  color: #7389AE;
  margin-bottom: 81px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-content h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.menu-tabs-block-acm .tabs-content img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 350ms ease-in-out;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 49px;
  border-bottom: 1px solid #2E3242;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: initial;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
  padding: 50px 50px 15px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 30px 15px;
  }
}
.menu-tabs-block-acm .menu-block.open .h4 {
  color: #2E3242;
}
.menu-tabs-block-acm .menu-block.open .h4 button {
  transform: translateY(-50%) rotate(45deg);
}
.menu-tabs-block-acm .menu-block.open .h4 button:before, .menu-tabs-block-acm .menu-block.open .h4 button:after {
  background: #7389AE;
}
.menu-tabs-block-acm .menu-block.open .dish-wrapper {
  max-height: 100%;
}
.menu-tabs-block-acm .menu-block .h4 {
  color: #2E3242;
}
.menu-tabs-block-acm .menu-block .h4 span {
  display: inline-block;
  font-family: "proxima_novaregular";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: initial;
  text-transform: lowercase;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .h4 span {
    font-size: 16px;
  }
}
.menu-tabs-block-acm .menu-block .h4 button {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -999px;
  transition: transform 400ms ease;
}
.menu-tabs-block-acm .menu-block .h4 button:hover {
  opacity: 0.6;
}
.menu-tabs-block-acm .menu-block .h4 button:before, .menu-tabs-block-acm .menu-block .h4 button:after {
  content: "";
  display: block;
  background: #2E3242;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-tabs-block-acm .menu-block .h4 button:before {
  width: 2px;
  height: 100%;
}
.menu-tabs-block-acm .menu-block .h4 button:after {
  width: 100%;
  height: 2px;
}
.menu-tabs-block-acm .menu-block .dish-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in-out;
}
.menu-tabs-block-acm .menu-block .dish {
  position: relative;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.menu-tabs-block-acm .menu-block .dish:first-of-type {
  margin-top: 35px;
}
.menu-tabs-block-acm .menu-block .dish:last-of-type {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish p + p {
  margin-top: 10px;
}
.menu-tabs-block-acm .menu-block .dish .dish-text {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 26px;
  color: #2E3242;
}
.menu-tabs-block-acm .menu-block .dish .dish-text h5 {
  position: relative;
  font-weight: inherit;
  font-size: 20px;
  margin-bottom: 0;
  color: #2E3242;
}
.menu-tabs-block-acm .menu-block .dish .dish-text .dish-descr, .menu-tabs-block-acm .menu-block .dish .dish-text .dish-ingredients {
  font-family: "proxima_novaregular";
  color: #2E3242;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .dish .dish-descr {
    margin-top: 5px;
  }
}
.menu-tabs-block-acm .menu-block .dish .h3 {
  color: #2E3242;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .dish {
    font-size: 20px;
    line-height: 20px;
  }
  .menu-tabs-block-acm .menu-block .dish p + p {
    margin-top: 5px;
  }
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.partners-acm {
  padding: 43px 0 87px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .partners-acm {
    padding: 49px 0 65px;
  }
}
.partners-acm h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .partners-acm h2 {
    font: 600 16px/22px "proxima_novaregular";
    letter-spacing: 2.8px;
    margin-bottom: 15px;
  }
}
.partners-acm p {
  font-family: "proxima_novaregular";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .partners-acm p {
    font: 400 17px/24px "proxima_novaregular";
  }
}
.partners-acm .partners-image {
  margin: 50px auto;
  max-width: 100%;
  max-height: 250px;
}
@media only screen and (max-width: 999px) {
  .partners-acm .partners-image {
    margin: 40px auto;
  }
}
.partners-acm .button {
  min-width: 250px;
}

.location-acm {
  position: relative;
  padding: 70px 0 65px;
  background: linear-gradient(180deg, #276A47 58.62%, #25513A 122.44%);
}
@media only screen and (max-width: 999px) {
  .location-acm {
    padding: 45px 0 0;
  }
}
.location-acm .location-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2fr 3fr;
  grid-auto-rows: min-content;
  gap: 60px;
}
@media only screen and (min-width: 1246px) {
  .location-acm .location-grid {
    grid-template-columns: 24fr 43fr;
    gap: 90px;
  }
}
@media only screen and (max-width: 999px) {
  .location-acm .location-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.location-acm .location-content {
  font-family: "proxima_novaregular";
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .location-acm .location-content {
    padding-bottom: 65px;
  }
}
.location-acm .location-content h2, .location-acm .location-content h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content h2, .location-acm .location-content h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
.location-acm .location-content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}
.location-acm .location-content p b, .location-acm .location-content p strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.location-acm .location-content p + p {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p + p {
    margin-top: 20px;
  }
}
.location-acm .location-content p + h2,
.location-acm .location-content p + h3 {
  margin-top: 40px;
}
.location-acm .location-content a {
  color: #fff;
}
.location-acm .location-content a:hover {
  color: #7389AE;
}
.location-acm .location-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .location-acm .location-map {
    position: relative;
    height: auto;
    width: 100%;
  }
}
.location-acm .hotel-location-map {
  background: #e5e3df;
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1246px) {
  .location-acm .hotel-location-map {
    height: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .location-acm .hotel-location-map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1.2/1) {
    .location-acm .hotel-location-map {
      height: auto;
      width: 100%;
      aspect-ratio: 1.2/1;
    }
  }
}
.location-acm .hotel-location-map .gm-bundled-control {
  top: 60px !important;
  right: 158px !important;
  bottom: unset !important;
}
.location-acm .hotel-location-map .gm-bundled-control div {
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.location-acm .hotel-location-map .gm-bundled-control div button {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50% !important;
  margin: 3px 0 !important;
}

.image-text-acm {
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm {
    margin-bottom: 50px;
  }
}
.image-text-acm .slideshow {
  max-height: 100%;
  margin-bottom: 80px;
  background: none;
  min-height: initial;
  height: auto;
}
.image-text-acm .slideshow:before {
  content: none;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .slideshow {
    margin-bottom: 40px;
  }
}
.image-text-acm img {
  width: 100%;
  height: auto;
  display: block;
}
.image-text-acm .image-left {
  margin-top: 66px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .image-left {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.image-text-acm .image-right {
  margin-bottom: 96px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .image-right {
    margin-bottom: 0;
  }
}
.image-text-acm .image-left, .image-text-acm .image-right, .image-text-acm .images-text-chef picture {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.image-text-acm .images-text-content {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content {
    flex-direction: column;
  }
}
.image-text-acm .images-text-content .left-text, .image-text-acm .images-text-content .right-text {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 22px);
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text, .image-text-acm .images-text-content .right-text {
    max-width: 100%;
    width: 100%;
  }
}
.image-text-acm .images-text-content .left-text {
  margin-right: 22px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text {
    margin-right: 0;
  }
}
.image-text-acm .images-text-content .left-text p {
  position: relative;
  font-family: "proxima_novaregular";
  font-size: 38px;
  line-height: 1.26em;
}
.image-text-acm .images-text-content .left-text p:before, .image-text-acm .images-text-content .left-text p:after {
  content: ",,";
  font: 400 86px/54px "proxima_novaregular";
  color: #2E3242;
  letter-spacing: -12px;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p:before, .image-text-acm .images-text-content .left-text p:after {
    font: 400 54px/6px "proxima_novaregular";
    letter-spacing: -6px;
  }
}
.image-text-acm .images-text-content .left-text p:before {
  display: block;
  position: absolute;
  top: -20px;
  left: 0px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p:before {
    top: 28px;
    left: -20px;
  }
}
.image-text-acm .images-text-content .left-text p:after {
  display: inline-block;
  position: absolute;
  bottom: 6px;
  right: 0;
}
@media (max-width: 1395px) {
  .image-text-acm .images-text-content .left-text p:after {
    position: relative;
    bottom: 34px;
  }
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p:after {
    position: relative;
    bottom: 2px;
  }
}
.image-text-acm .images-text-content .left-text small {
  font-size: 28px;
  line-height: 1.64em;
  font-family: "proxima_novaregular";
}
.image-text-acm .images-text-content .right-text {
  margin-left: 22px;
  padding-top: 40px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text {
    margin-left: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text .text-wrapper {
    margin-bottom: 35px;
  }
}
.image-text-acm .images-text-content .right-text h2 {
  font: 400 54px/42px "proxima_novaregular";
  letter-spacing: 3px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text h2 {
    font: 400 25px/43px "proxima_novaregular";
  }
}
.image-text-acm .images-text-content .right-text p {
  font: 400 22px/30px "proxima_novaregular";
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text p {
    font: 400 17px/24px "proxima_novaregular";
  }
}

.chef-acm {
  margin-bottom: 80px;
}
.chef-acm em {
  font-style: italic;
}
@media only screen and (max-width: 999px) {
  .chef-acm {
    margin-bottom: 50px;
  }
}
.chef-acm img {
  width: 100%;
  height: auto;
  display: block;
}
.chef-acm .image-right {
  margin-bottom: 96px;
}
@media only screen and (max-width: 999px) {
  .chef-acm .image-right {
    margin-bottom: 0;
  }
}
.chef-acm .image-right,
.chef-acm .images-text-chef picture {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.chef-acm .images-text-chef {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.chef-acm .images-text-chef .left-side {
  margin-right: 22px;
  flex-basis: 100%;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef .left-side {
    margin-right: 0;
    order: 2;
  }
}
.chef-acm .images-text-chef picture {
  margin-left: 22px;
  flex-basis: 100%;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef picture {
    margin-left: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
.chef-acm .images-text-chef h2 {
  font: 400 54px/1em "proxima_novaregular";
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef h2 {
    font-size: 25px;
  }
}
.chef-acm .images-text-chef h3 {
  font: 400 30px/1.2em "proxima_novaregular";
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef h3 {
    font-size: 20px;
  }
}
.chef-acm .images-text-chef p {
  font-family: "proxima_novaregular";
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.chef-acm nav {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .chef-acm nav {
    margin-top: 50px;
  }
}
.chef-acm nav a {
  display: inline-block;
  min-width: 325px;
}

.faq-heading {
  padding: 30px;
  background-color: #E9C108;
}
.faq-heading__inner {
  width: auto;
  max-width: 1300px;
  margin: 0 auto;
}
.faq-heading__inner .h2 {
  color: #2E3242;
}

.faq-section {
  padding: 30px;
  background-color: #F1EEEA;
}
.faq-section__inner {
  width: auto;
  max-width: 1300px;
  margin: 0 auto;
}
.faq-section .h2 {
  background-color: #E9C108;
  color: #2E3242;
}
.faq-section .faq-section-item {
  position: relative;
  border-bottom: 1px solid #2E3242;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.faq-section .faq-section-item svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 350ms ease-in-out;
  z-index: -1;
}
.faq-section .faq-section-item .faq-section-question {
  text-align: left;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 0;
}
.faq-section .faq-section-item .faq-section-question:after {
  color: #2E3242;
}
.faq-section .faq-section-item .faq-section-answer {
  text-align: left;
  padding: 0 0px 0;
}
.faq-section .faq-section-item .faq-section-answer p {
  margin-bottom: 20px;
  color: #2E3242;
}
.faq-section .faq-section-item .faq-section-answer ul, .faq-section .faq-section-item .faq-section-answer ol {
  margin-bottom: 30px;
}
.faq-section .faq-section-item .faq-section-answer ul li, .faq-section .faq-section-item .faq-section-answer ol li {
  padding-left: 30px;
  position: relative;
  font-weight: 300;
}
.faq-section .faq-section-item .faq-section-answer ul li:before, .faq-section .faq-section-item .faq-section-answer ol li:before {
  position: absolute;
  left: 10px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E9C108;
  content: "";
}
.faq-section .faq-section-item.active svg {
  transform: rotate(-90deg);
}
.faq-section .faq-section-item.active svg path:first-child {
  fill: #2E3242;
}
.faq-section .faq-section-item.active svg path:last-child {
  stroke: #2E3242;
}
.faq-section.home .faq-section-category {
  margin-bottom: 0;
}
.faq-section.home .faq-section-category:last-child {
  margin-bottom: 20px;
}

.faq-section-category {
  margin-bottom: 40px;
}

.faq-section-category-descr {
  text-align: center;
}

.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 0 !important;
  margin-bottom: 0;
  border: 0 !important;
}

.faq-section-item .faq-section-question:after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 0;
  height: 48px;
  width: 48px;
  font-size: 54px;
  line-height: 54px;
  text-align: center;
}

.faq-section-item.active .faq-section-question:after {
  content: "-";
}

.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 0 20px 0 20px;
  background: transparent !important;
}

.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}

.faq-wrapper {
  margin-bottom: 40px;
  position: relative;
}
.faq-wrapper .h2 {
  position: relative;
  text-align: center;
  padding: 0 50px 40px;
}
.faq-wrapper .h2:before {
  position: absolute;
  left: 0;
  height: 1px;
  content: "";
  background-color: #F1EEEA;
  bottom: 0;
  right: 0;
}
.faq-wrapper__inner {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .faq-wrapper__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
.faq-wrapper__inner:before {
  position: absolute;
  left: 60px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #F1EEEA;
  top: 0;
  bottom: 0;
}
.faq-wrapper__inner:after {
  position: absolute;
  right: 60px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #F1EEEA;
  top: 0;
  bottom: 0;
}
.c-instagram-feed .instafeed {
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed .instafeed {
    margin: 24px 0;
    text-align: center;
  }
}

.press-acm {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .press-acm {
    margin: 30px 0;
  }
}

.pressroom {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 100px 20px 0;
}
@media only screen and (max-width: 767px) {
  .pressroom {
    padding: 40px 20px 0;
  }
}
.pressroom .pressroom-item {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-bottom: 90px;
  text-align: center;
}
.pressroom .pressroom-item.hide {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .pressroom .pressroom-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pressroom .pressroom-item .thumbnail {
  display: block;
  width: 100%;
  height: auto;
  float: inherit !important;
}
.pressroom .pressroom-item h3 {
  font-size: 17px;
  line-height: 22px;
  font-family: "proxima_novaregular";
  text-transform: uppercase;
  margin: 30px 20px 15px;
  font-weight: 500;
}
.pressroom .pressroom-item .content {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  min-height: 216px;
  padding-bottom: 65px;
}
.pressroom .pressroom-item .content p {
  margin: 0 30px 10px;
}
.pressroom .pressroom-item .pdf {
  font-size: 14px;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
}
.pressroom .pressroom-item .view-gallery {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}
.pressroom .pressroom-item .button {
  font-weight: 500;
  min-width: 218px;
  margin-top: 10px;
}
.pressroom .more-press {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  border-top: 1px solid #000;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pressroom .more-press {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.pressroom .more-press h4, .pressroom .more-press button {
  font-size: 18px;
  line-height: 24px;
  font-family: "proxima_novaregular";
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: 500;
}
.pressroom .more-press button {
  font-family: "proxima_novaregular";
}
.pressroom.all-loaded .more-press {
  display: none;
}
.pressroom.all-loaded .hide {
  display: block !important;
}

.newsletter {
  background-color: #F1EEEA;
  padding: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .newsletter {
    padding: 38px 30px 40px;
  }
}
.newsletter .newsletter-wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1300px;
  margin: 0 auto;
}
.newsletter .newsletter-wrapper .h3 {
  color: #2E3242;
  text-align: center;
  margin-bottom: 6px;
}
.newsletter .newsletter-wrapper p {
  color: #2E3242;
  text-align: center;
  margin-bottom: 30px;
}
.newsletter .newsletter-wrapper #newsletter {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row {
  display: grid;
  grid-template-columns: 24fr 24fr;
  grid-auto-rows: min-content;
  gap: 20px 10px;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row {
    grid-template-columns: 25fr 25fr 25fr 25fr;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper {
  position: relative;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper label {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  background-color: #fff;
  color: #7389AE;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
    padding: 16px;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::-moz-placeholder {
  color: #898989;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::placeholder {
  color: #898989;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .footer-newsletter-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2E3242;
  position: relative;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a {
  color: #2E3242;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a:hover {
  color: #7389AE;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  margin-right: 10px;
  flex-shrink: 0;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
  transition: background-color 0.3s ease;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
    transition: none;
  }
}
.newsletter .newsletter-wrapper #newsletter input[type=checkbox]:checked + .fake-checkbox::before {
  background-color: #7389AE;
  border-color: #7389AE;
}
.keyboard-navigation .newsletter .newsletter-wrapper #newsletter input[type=checkbox]:focus + .fake-checkbox {
  box-shadow: 0 0 1px 2px red;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy,
.newsletter .newsletter-wrapper #newsletter .newsletter-button {
  justify-self: center;
  grid-column: span 2;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .privacy-policy,
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    grid-column: span 4;
  }
}
.newsletter .newsletter-wrapper .success-message {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  color: green;
}

.content-image-alternate {
  position: relative;
}
.content-image-alternate__block {
  display: flex;
  flex-wrap: wrap;
  background-color: #7389AE;
  justify-content: stretch;
}
.content-image-alternate__block:nth-child(even) {
  background-color: #2E3242;
}
.content-image-alternate__block:nth-child(even) .content-image-alternate__image {
  order: 1;
}
.content-image-alternate__block:nth-child(even) .content-image-alternate__content {
  order: 2;
}
.content-image-alternate__content {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 50px;
  align-items: center;
  order: 1;
}
@media only screen and (max-width: 999px) {
  .content-image-alternate__content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding: 20px;
    align-items: flex-start;
  }
}
.content-image-alternate__content .heading {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 50px;
}
.content-image-alternate__content .heading .h2 {
  color: #fff;
  margin-bottom: 22px;
}
.content-image-alternate__content .content {
  flex: 0 0 50%;
  max-width: 50%;
}
.content-image-alternate__content .content p {
  color: #fff;
}
.content-image-alternate__image {
  flex: 0 0 50%;
  max-width: 50%;
  height: 604px;
  order: 2;
}
@media only screen and (max-width: 999px) {
  .content-image-alternate__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    height: 320px;
  }
}
.content-image-alternate__image .img-holder {
  width: 100%;
  height: inherit;
  line-height: 0;
}
.content-image-alternate__image .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading-text-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.heading-text-image__content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 999px) {
  .heading-text-image__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.heading-text-image__content .content-holder {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 30px;
  align-items: center;
  background-color: #7389AE;
}
.heading-text-image__content .content-holder.content-holder-3 {
  background-color: #F1EEEA;
}
.heading-text-image__content .content-holder.content-holder-3 .heading .h2 {
  color: #2E3242;
}
.heading-text-image__content .content-holder.content-holder-3 .content p, .heading-text-image__content .content-holder.content-holder-3 .content a {
  color: #2E3242;
}
.heading-text-image__content .content-holder.content-holder-2 {
  background-color: #2E3242;
}
.heading-text-image__content .content-holder .heading {
  flex: 0 0 50%;
  max-width: 50%;
}
.heading-text-image__content .content-holder .heading .h2 {
  color: #fff;
}
.heading-text-image__content .content-holder .content {
  flex: 0 0 50%;
  max-width: 50%;
}
.heading-text-image__content .content-holder .content p {
  color: #fff;
}
.heading-text-image__content .content-holder .content p a {
  color: #fff;
  text-decoration: none;
}
.heading-text-image__img {
  flex: 0 0 50%;
  max-width: 50%;
  max-height: 730px;
}
@media only screen and (max-width: 999px) {
  .heading-text-image__img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 380px;
  }
}
.heading-text-image__img .img-holder {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.heading-text-image__img .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share-fun {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.share-fun__left {
  flex: 0 0 50%;
  max-width: 50%;
}
.share-fun__left .img-holder {
  width: 100%;
  height: 955px;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .share-fun__left .img-holder {
    height: 500px;
  }
}
.share-fun__left .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.share-fun__right {
  flex: 0 0 50%;
  max-width: 50%;
}
.share-fun__bottom {
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
}
@media only screen and (max-width: 999px) {
  .share-fun__bottom {
    display: inline-block;
  }
}
.share-fun__bottom .share-fun__innerrow .image {
  flex: 0 0 50%;
  max-width: 50%;
}
.share-fun__bottom .share-fun__innerrow .content {
  flex: 0 0 50%;
  max-width: 50%;
}
.share-fun__innerrow {
  display: flex;
  flex-wrap: wrap;
}
.share-fun__innerrow.only-desktop {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .share-fun__innerrow.only-desktop {
    display: none;
  }
}
.share-fun__innerrow .content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  background-color: #2E3242;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .share-fun__innerrow .content {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
    padding: 10px;
  }
}
.share-fun__innerrow .content .h2 {
  color: #fff;
  text-align: center;
}
.share-fun__innerrow .content p {
  margin-bottom: 12px;
}
.share-fun__innerrow .content p a {
  color: #fff;
}
.share-fun__innerrow .content .socials {
  flex-direction: row;
}
.share-fun__innerrow .content .socials a {
  margin: 0 5px;
}
.share-fun__innerrow .image {
  flex: 0 0 50%;
  max-width: 50%;
  height: 477.5px;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .share-fun__innerrow .image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
}
.share-fun__innerrow .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-text {
  background-color: #E9C108;
  padding: 5px 10px;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Move it (define the animation) */
}
.scroll-text p {
  color: #fff;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0 26px;
  text-align: center;
  /* Starting position */
  transform: translateX(100%);
  /* Apply animation to this element */
  animation: scroll-left 10s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scroll-text marquee {
  padding: 0 26px;
  font-family: "proxima_novaregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.before-and-after {
  overflow: hidden;
}
.before-and-after .container {
  position: relative;
  width: 100%;
  height: 1100px;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container {
    height: 300px;
  }
}
.before-and-after .container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .img {
    background-size: 1540px 100%;
  }
}
.before-and-after .container .background-img {
  background-image: url("https://i.imgur.com/s08MkXC.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.before-and-after .container .background-img .after {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fff;
}
.before-and-after .container .foreground-img {
  background-image: url("https://i.imgur.com/PfIWek4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}
.before-and-after .container .foreground-img .before {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #fff;
}
.before-and-after .container .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-and-after .container .slider:hover {
  background: rgba(0, 0, 0, 0.15);
}
.before-and-after .container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 730px;
  background: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider::-webkit-slider-thumb {
    height: 170px;
  }
}
.before-and-after .container .slider::-moz-range-thumb {
  width: 5px;
  height: 730px;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider::-moz-range-thumb {
    height: 170px;
  }
}
.before-and-after .container .slider-button {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider-button {
    left: 51%;
    width: 15px;
    height: 15px;
  }
}
.before-and-after .container .slider-button:after {
  position: absolute;
  content: "";
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E9C108;
  width: 5px;
  height: 536px;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider-button:after {
    height: 150px;
    width: 3px;
    top: 14px;
  }
}
.before-and-after .container .slider-button:before {
  position: absolute;
  content: "";
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E9C108;
  width: 5px;
  height: 536px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider-button:before {
    height: 150px;
    width: 3px;
    bottom: 14px;
  }
}
.before-and-after .container .slider-button .buttons {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E9C108;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .before-and-after .container .slider-button .buttons {
    left: 51%;
    width: 15px;
    height: 15px;
  }
}

.custom-form-wrapper {
  background-color: #2E3242;
  padding: 70px 30px;
}
@media only screen and (max-width: 999px) {
  .custom-form-wrapper {
    padding: 40px 30px;
  }
}
.custom-form-wrapper.primary {
  background-color: #7389AE;
}
.custom-form-wrapper__content {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.custom-form-wrapper__content .h2 {
  color: #fff;
  margin-bottom: 10px;
}
.custom-form-wrapper__content p {
  color: #fff;
  margin-bottom: 40px;
}
.custom-form-wrapper__inner {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.custom-form-wrapper__inner h2 {
  display: none;
}
.custom-form-wrapper__inner form #form_module_container_errors {
  display: none;
}
.custom-form-wrapper__inner form .form-builder-group {
  display: grid;
  grid-template-columns: 50fr 50fr;
  grid-auto-rows: min-content;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .custom-form-wrapper__inner form .form-builder-group {
    display: inline-block;
    width: 100%;
  }
}
.custom-form-wrapper__inner form .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2E3242;
}
.custom-form-wrapper__inner form .privacy-policy a {
  color: #2E3242;
}
.custom-form-wrapper__inner form .privacy-policy a:hover {
  color: #fff;
}
.custom-form-wrapper__inner form .privacy-policy,
.custom-form-wrapper__inner form .newsletter-button {
  justify-self: center;
  grid-column: span 2;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1246px) {
  .custom-form-wrapper__inner form .privacy-policy,
  .custom-form-wrapper__inner form .newsletter-button {
    grid-column: span 2;
  }
}
.custom-form-wrapper__inner form .form-builder-field {
  width: 100% !important;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .custom-form-wrapper__inner form .form-builder-field {
    margin-bottom: 14px;
  }
}
.custom-form-wrapper__inner form .form-builder-field label {
  display: none;
}
.custom-form-wrapper__inner form .form-builder-field .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-form-wrapper__inner form .form-builder-field .ui-datepicker-trigger {
    display: none;
  }
}
.custom-form-wrapper__inner form .form-builder-field input {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  font-weight: 400;
  font-family: "proxima_novaregular";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 58px;
  letter-spacing: 0;
  border: none;
  color: #2E3242;
  text-transform: none;
}
.custom-form-wrapper__inner form .form-builder-field input::-moz-placeholder {
  color: #2E3242;
  text-transform: none;
}
.custom-form-wrapper__inner form .form-builder-field input::placeholder {
  color: #2E3242;
  text-transform: none;
}
.custom-form-wrapper__inner form .form-builder-field.email-full {
  grid-column: span 2;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full {
  grid-column: span 2;
  display: flex;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full .fake-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  margin-right: 0;
  flex-shrink: 0;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full .fake-checkbox::before {
  transition: background-color 0.3s ease;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .custom-form-wrapper__inner form .form-builder-field.checkbox-full .fake-checkbox::before {
    transition: none;
  }
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full input[type=checkbox]:checked + .fake-checkbox::before {
  background-color: #7389AE;
  border-color: #7389AE;
}
.keyboard-navigation .custom-form-wrapper__inner form .form-builder-field.checkbox-full input[type=checkbox]:focus + .fake-checkbox {
  box-shadow: 0 0 1px 2px red;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full label {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: left;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full label p {
  line-height: normal;
  text-transform: none;
  margin: 0;
  font-size: 14px;
  color: #2E3242;
}
.custom-form-wrapper__inner form .form-builder-field.checkbox-full label p a {
  color: #2E3242;
}
.custom-form-wrapper__inner form .form-builder-field.textarea {
  grid-column: span 2;
}
.custom-form-wrapper__inner form .form-builder-field.textarea textarea {
  height: 210px;
  resize: none;
  background-color: #fff;
  width: 100%;
  padding: 16px;
}
.custom-form-wrapper__inner form .form-builder-field.textarea textarea::-moz-placeholder {
  color: #2E3242;
  text-transform: none;
}
.custom-form-wrapper__inner form .form-builder-field.textarea textarea::placeholder {
  color: #2E3242;
  text-transform: none;
}
.custom-form-wrapper__inner form .form-builder-field.text-right {
  text-align: right;
}
.custom-form-wrapper__inner form .form-builder-field.yellow {
  grid-column: span 2;
  text-align: right;
  width: auto;
}
.custom-form-wrapper__inner form .form-builder-field.yellow input {
  width: auto;
  background-color: #E9C108;
  color: #2E3242;
}
.custom-form-wrapper__inner form .form-builder-field.yellow input:hover {
  width: auto;
  color: #2E3242;
  background-color: #fff;
}

.floor-details {
  display: flex;
  flex-wrap: wrap;
}
.floor-details__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 70px 40px;
  background-color: #F1EEEA;
  text-align: center;
}
.floor-details__block:nth-child(even) {
  background-color: #7389AE;
}
.floor-details__block .h2 {
  color: #2E3242;
}
.floor-details__block .h4 {
  color: #2E3242;
}

.content-image {
  margin: 0 auto;
}
.content-image.right .content-image__content {
  order: 2;
}
@media only screen and (min-width: 1000px) {
  .content-image.right .content-image__content {
    order: 1;
  }
}
.content-image.right .content-image__image {
  order: 1;
}
@media only screen and (min-width: 1000px) {
  .content-image.right .content-image__image {
    order: 2;
  }
}
.content-image.light-bg {
  background-color: #F1EEEA;
}
.content-image.light-bg a:hover {
  color: #7389AE;
}
.content-image.primary-bg {
  background-color: #7389AE;
}
.content-image.primary-bg a {
  color: #2E3242;
}
.content-image.primary-bg a:hover {
  color: #2E3242;
}
.content-image.secondary-bg {
  background-color: #2E3242;
}
.content-image.secondary-bg .content-holder .h2, .content-image.secondary-bg .content-holder p {
  color: #fff;
}
.content-image.secondary-bg a {
  color: #fff;
}
.content-image.secondary-bg a:hover {
  color: #fff;
}
.content-image__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.content-image__content {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
  order: 2;
}
@media only screen and (min-width: 1000px) {
  .content-image__content {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 24px;
    order: 2;
    align-self: center;
  }
}
.content-image__content .content-holder {
  text-align: left;
  max-width: 95%;
}
@media only screen and (min-width: 1000px) {
  .content-image__content .content-holder {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.content-image__content .content-holder .margin-top {
  margin-top: 50px;
}
.content-image__content .content-holder .h2 {
  margin-bottom: 16px;
}
.content-image__content .content-holder p {
  margin-bottom: 30px;
}
.content-image__image {
  width: 100%;
  height: 320px;
  order: 1;
}
@media only screen and (min-width: 1000px) {
  .content-image__image {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    min-height: auto;
    order: 1;
  }
}
.content-image__image .img-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}
.content-image__image .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-heading-alternate {
  display: flex;
  flex-wrap: wrap;
}
.image-heading-alternate__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media only screen and (max-width: 999px) {
  .image-heading-alternate__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.image-heading-alternate__block:nth-child(even) .h2 {
  background-color: #7389AE;
}
.image-heading-alternate__block .img-holder {
  height: 600px;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .image-heading-alternate__block .img-holder {
    height: 320px;
  }
}
.image-heading-alternate__block .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-heading-alternate__block .h2 {
  padding: 20px;
  color: #2E3242;
  background-color: #E9C108;
  text-align: center;
}

.image-heading__block {
  width: 100%;
}
.image-heading__block .img-holder {
  height: 800px;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .image-heading__block .img-holder {
    height: 500px;
  }
}
.image-heading__block .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-heading__block .img-holder #map, .image-heading__block .img-holder iframe {
  width: 100%;
  height: inherit;
}
.image-heading__block .widget {
  height: 800px;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .image-heading__block .widget {
    height: 320px;
  }
}
.image-heading__block .widget img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-heading__block .widget #map, .image-heading__block .widget iframe {
  width: 100%;
  height: inherit;
}
.image-heading__block .h2 {
  padding: 20px 50px;
  color: #2E3242;
  background-color: #E9C108;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .image-heading__block .h2 {
    padding: 20px;
  }
}
.image-heading__block .h2.text-left {
  text-align: left !important;
}
.image-heading.margin-bottom-yes {
  padding-bottom: 60px;
  background-color: #F1EEEA;
}
@media only screen and (max-width: 999px) {
  .image-heading.margin-bottom-yes {
    padding-bottom: 0;
  }
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "proxima_novaregular";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  position: relative;
}

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

.poi-zoom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 10px;
  width: 40px;
  background-color: #000;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:first-child {
  border-bottom: 1px solid #fff;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 450px;
  }
}

.poi-overlay {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 20px;
}
.poi-overlay .category-selector .select-wrapper select {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  background: #E9C108;
  color: #fff;
  font-family: "proxima_novaregular";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 42px;
  border: none;
  background-image: url("../../desktop/images/down-arrow-light.png");
  background-repeat: no-repeat;
  background-position: 97% center;
}
.poi-overlay .category-selector .button {
  margin: 0;
  text-align: center;
  padding: 0 20px;
  color: #2E3242;
  text-align: center;
  font-family: "proxima_novaregular";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  background-color: transparent;
  transition: 350ms ease-in-out;
}
.poi-overlay .category-selector .button.active, .poi-overlay .category-selector .button:hover {
  color: var(--white, #fff);
  background-color: #E9C108;
  border-radius: 20px;
}
.poi-overlay .category-selector .button:before {
  content: none;
}

.leaflet-container .leaflet-marker-pane img {
  width: 20px !important;
  height: 20px !important;
}
.leaflet-container .leaflet-marker-pane img:first-child {
  width: 40px !important;
  height: 40px !important;
}

.leaflet-popup-content {
  margin: 0 !important;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 0 !important;
}

.leaflet-popup-tip-container {
  display: none !important;
}

.leaflet-control-attribution.leaflet-control {
  font-size: 11px;
}

.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 !important;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 26px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 0;
}

.leaflet-bar a {
  background-color: black;
  border-bottom: 1px solid #fff;
  color: white;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: white;
  color: black;
}

.map-content p a {
  color: #2E3242;
}

.map-content {
  color: #2E3242;
}

.infoBox {
  background-color: #F1EEEA;
  padding: 20px 12px;
  position: relative;
  min-width: 280px;
  text-align: center;
}
.infoBox img {
  position: absolute !important;
  top: 4px;
  right: 4px;
}
.infoBox h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
}
.infoBox p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.infoBox a.button {
  margin-top: 20px;
}

.map-content h4 {
  font-family: "proxima_novaregular";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .map-content h4 {
    font-size: 20px;
  }
}
.map-content p {
  margin-bottom: 10px !important;
  margin-top: 10px;
  text-align: center;
}
.map-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .map-content p {
    font-size: 14px;
    line-height: normal;
  }
}
.map-content .button {
  min-width: 100%;
}

.floor-plans {
  background-color: #F1EEEA;
  position: relative;
}
.floor-plans .h2 {
  padding: 20px 50px;
  color: #2E3242;
  background-color: #E9C108;
  text-align: center;
  margin-bottom: 60px;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .floor-plans .h2 {
    padding: 20px;
    margin-bottom: 0;
    font-size: 40px;
  }
}
.floor-plans .tabs {
  position: absolute;
  right: 50px;
  top: 44px;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .floor-plans .tabs {
    top: 32px;
    right: 20px;
  }
}
.floor-plans .tabs .tablink {
  cursor: pointer;
  font-size: 0;
  width: 50px;
  height: 30px;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 999px) {
  .floor-plans .tabs .tablink {
    width: 30px;
    height: 20px;
  }
}
.floor-plans .tabs .tablink.summer {
  background-color: #2E3242;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: -4px;
  background-image: url(../images/summer.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}
@media only screen and (max-width: 999px) {
  .floor-plans .tabs .tablink.summer {
    background-size: 35%;
  }
}
.floor-plans .tabs .tablink.winter {
  background-color: #F1EEEA;
  border-radius: 0 4px 4px 0;
  background-image: url(../images/winter.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
@media only screen and (max-width: 999px) {
  .floor-plans .tabs .tablink.winter {
    background-size: 30%;
  }
}
.floor-plans .tabcontent {
  display: none;
}
.floor-plans__pdf {
  width: 100%;
  margin-bottom: 60px;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .floor-plans__pdf {
    margin-bottom: 0;
  }
}
.floor-plans__pdf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.floor-plans__pdf a {
  line-height: 0;
}

.degree-360 {
  position: relative;
}
.degree-360:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.degree-360__text {
  position: absolute;
  left: 30px;
  top: 20px;
}
.degree-360__text p {
  color: #fff;
}
.degree-360__img {
  height: 800px;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 999px) {
  .degree-360__img {
    height: 500px;
  }
}
.degree-360__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.degree-360__icon {
  width: 255px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  .degree-360__icon {
    width: 180px;
  }
}
.degree-360__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.degree-360__icon a {
  display: inline-block;
  width: 100%;
  height: inherit;
}
