.cmp-limited-time-features {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .cmp-limited-time-features {
    padding: 0 9rem;
  }
}
@media (max-width: 1199px) {
  .cmp-limited-time-features {
    width: 97rem;
  }
}
@media (max-width: 991px) {
  .cmp-limited-time-features {
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .cmp-limited-time-features {
    width: 100%;
  }
}
.cmp-limited-time-features .limited_offers_headerline h2 {
  font-size: 4.8rem;
  line-height: 120%;
  text-align: center;
  color: #0E2E4F;
  font-weight: normal;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  margin: 6rem 0;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline h2 {
    font-size: 3.2rem;
    line-height: 110%;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  bottom: -10rem;
  left: 0;
  right: 0;
  display: flex;
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
  text-decoration: none;
  text-transform: uppercase;
  border: 0.2rem solid #0E2E4F;
  color: #0E2E4F;
  background: none;
  padding: 1.4rem 6rem;
  margin: auto;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 1.6rem;
    width: 90%;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a:hover {
  color: #ffffff;
  background-color: #0E2E4F;
  transition: background-color 0.3s ease;
}
.cmp-limited-time-features .limited_offers_gallery {
  display: grid;
  grid-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: unset;
    text-align: left;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer-image img {
  max-width: 100%;
}
.cmp-limited-time-features .limited_offers_gallery a {
  text-decoration: none;
}
.cmp-limited-time-features .limited_offers_gallery .offer_title {
  font-size: 3.6rem;
  line-height: 120%;
  color: #0E2E4F;
  font-weight: normal;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  margin: 2rem 0rem;
}
@media (min-width: 993px) {
  .cmp-limited-time-features .limited_offers_gallery .offer_title {
    font-size: 3.2rem;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .cmp-limited-time-features .limited_offers_gallery .offer_title {
    font-size: 2.8rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer_subtitle {
  display: none;
}
.cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: normal;
  color: #0E2E4F;
  text-align: left;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  text-align: right;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information {
  text-align: left;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery .offer-information {
    margin-bottom: 1rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  color: #0E2E4F;
  text-transform: uppercase;
  margin: 2rem 0rem;
  /* text-decoration: underline; */
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  display: inline-block;
  font-size: 17px;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.6rem;
}
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  padding-left: 0.6rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span:hover,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span:hover {
  border-bottom: 0.3rem solid #D05163;
  border-bottom-offset: 0.5rem;
  transition: border-bottom 0.3s ease;
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery {
  grid-template-columns: 1fr;
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element {
  display: flex;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element {
    display: unset;
  }
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
  width: 100%;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
    width: auto;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-2 .limited_offers_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-3 .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.no-ltf-error#no-ltf-error {
  font-size: 16px;
  color: #3F3D3D;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .hotel-detail-container {
    padding: 0 2rem;
  }
}
.hotel-detail-container h1, .hotel-detail-container h2, .hotel-detail-container h3, .hotel-detail-container h5 {
  letter-spacing: 0.01em;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
}
.hotel-detail-container h4, .hotel-detail-container h6 {
  letter-spacing: 0.01em;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}
.hotel-detail-container .cmp-accordion__item {
  border: none;
  padding-top: 0;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-accordion__item {
    padding: 0;
  }
}
.hotel-detail-container .cmp-hotel-detail-container__title {
  font-style: normal;
  font-weight: normal;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: unset;
  color: #0E2E4F;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-hotel-detail-container__title {
    font-size: 2.8rem;
    line-height: 120%;
    margin-bottom: 2rem;
  }
}
.hotel-detail-container .cmp-display-logic__text {
  font-size: 1.8rem;
  line-height: 150%;
  padding-left: 0;
  margin: 0;
  color: #0E2E4F;
}
.hotel-detail-container .cmp-display-logic__text ul {
  margin: unset;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-display-logic__text {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 2rem;
  }
  .hotel-detail-container .cmp-display-logic__text ul {
    font-size: 1.6rem;
  }
}
.hotel-detail-container .cmp-display-logic__action-link {
  color: #0e2e4f;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-display-logic__action-link {
    font-size: 1.6rem;
  }
}
[dir=ltr] .hotel-detail-container .cmp-display-logic__action-link::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  padding-left: 0.5em;
}
[dir=rtl] .hotel-detail-container .cmp-display-logic__action-link::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.5em;
}
.hotel-detail-container .cmp-display-logic__action-link:hover {
  border-bottom: 0.3rem solid #D05163;
}
.hotel-detail-container .cmp-accordion__title {
  color: #0E2E4F;
  font-size: 2rem;
  line-height: 150%;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-accordion__title {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
[dir=rtl] .hotel-detail-container .cmp-accordion__title:before {
  left: 2rem;
  right: unset;
}
.hotel-detail-container .cmp-accordion__header {
  font-size: 3.2rem;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 1.5rem;
  color: #0E2E4F;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-accordion__header {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 2rem;
  }
}
.hotel-detail-container .cmp-accordion__item:last-child .cmp-accordion__title {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-accordion__item:last-child .cmp-accordion__title {
    padding-bottom: 4rem;
  }
}
.hotel-detail-container .cmp-accordion__item:last-child .cmp-accordion__button--expanded .cmp-accordion__title {
  padding-bottom: unset;
}
.hotel-detail-container.center-light .cmp-hotel-detail-container__title {
  text-align: center;
  color: #F4F4F1;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .hotel-detail-container.center-light .cmp-hotel-detail-container__title {
    font-size: 3.6rem;
  }
}
.hotel-detail-container.center-dark .cmp-hotel-detail-container__title {
  text-align: center;
  color: #0E2E4F;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .hotel-detail-container.center-dark .cmp-hotel-detail-container__title {
    font-size: 3.6rem;
  }
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__icon {
  /* border: solid get-color("secondary") 0.1rem;
   display: block;
   width: 1.5rem;
   height: 1.5rem;
   border-top: none;
   border-left: none;
   transform: rotate(45deg);
   margin-top: rem(-35px);
   right: rem(20px);
   position: absolute;*/
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__button {
  color: #F4F4F1;
  padding-bottom: unset;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__title {
  color: #F4F4F1;
  padding-bottom: 0;
  border-top: 0.1rem solid #F4F4F1;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__title:before {
  color: #F4F4F1;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__header {
  margin-bottom: unset;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__item {
  margin-bottom: unset;
  padding-bottom: unset;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__item:last-child .cmp-accordion__title {
  border-bottom: 0.1rem solid #F4F4F1;
  padding-bottom: 1rem;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__item:last-child .cmp-accordion__button--expanded .cmp-accordion__title {
  border-bottom: none;
}
.hotel-detail-container.light-mode-accordion .cmp-accordion__item:last-child .cmp-accordion__panel--expanded {
  border-bottom: 0.1rem solid #F4F4F1;
  padding-bottom: 1rem;
}
.hotel-detail-container.light-mode-accordion .cmp-display-logic__text {
  color: #F4F4F1;
}
.hotel-detail-container.light-mode-cdl .cmp-display-logic__text {
  color: #F4F4F1;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hotel-detail-container.light-mode-cdl .cmp-accordion__item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hotel-detail-container.light-mode-cdl .cmp-accordion__header {
    margin-bottom: unset;
  }
}
.hotel-detail-container.no-padding {
  padding: 0 !important;
}
.hotel-detail-container.no-padding .cmp-accordion__item {
  padding: 0 !important;
}
.hotel-detail-container.no-padding .cmp-accordion__header {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .hotel-detail-container.no-margin .cmp-display-logic__content .cmp-display-logic__text {
    margin-bottom: 0;
  }
}
.hotel-detail-container.no-margin .cmp-display-logic__content .cmp-display-logic__text p {
  margin: 0;
}
.hotel-detail-container.heading-style .cmp-hotel-detail-container--expanded .cmp-accordion__item .cmp-accordion__header {
  font-size: 2.4rem !important;
  font-weight: normal;
  line-height: 120%;
}
@media (max-width: 767px) {
  .hotel-detail-container.heading-style .cmp-hotel-detail-container--expanded .cmp-accordion__item .cmp-accordion__header {
    font-size: 2rem !important;
  }
}

.gallery .cmp-gallery {
  display: flex;
  flex-direction: column;
}
.gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
  font-size: 4.8rem;
  line-height: 1.15;
  font-weight: normal;
  margin: 2rem 0;
}
.gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 2rem 0;
}
.gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 2rem 0;
}
.gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 2rem 0;
}
.gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 2rem 0;
}
.gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
    font-size: 4.8rem;
    line-height: 1.15;
    font-weight: normal;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1.3rem;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
    font-size: 8.8rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 600;
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 2rem 0;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery__content {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__content {
    order: 2;
    padding: 0 2rem;
  }
}
.gallery .cmp-gallery .cmp-gallery__title {
  color: #0E2E4F;
  text-transform: capitalize;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
}
.gallery .cmp-gallery__pretitle {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E2E4F;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__pretitle {
    font-size: 1.6rem;
    line-height: 140%;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery__pretitle {
    padding-top: 2rem;
  }
}
.gallery .cmp-gallery__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.011em;
  color: #0E2E4F;
  width: 83rem;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .gallery .cmp-gallery__description {
    width: 60rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__description {
    font-size: 1.6rem;
    width: 33.5rem;
  }
}
.gallery .cmp-gallery__button {
  border: 3px solid #0E2E4F;
  padding: 1.5rem 3rem;
  display: inline-flex;
  margin: 3rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__button {
    display: block;
  }
}
.gallery .cmp-gallery__button__text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: unset;
  color: #0E2E4F;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .cmp-carousel__item .image img {
  width: auto !important;
}
@media (min-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider {
    width: 77rem !important;
    margin: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider button {
  cursor: pointer;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
  bottom: -3.1rem;
  top: initial;
  color: #0E2E4F;
  background-color: #B0CFC8;
  z-index: 1;
  transform: unset;
  width: 10rem;
  height: 5.8rem;
  font-size: 0;
  border: none;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
  display: inline-block;
  top: auto;
  cursor: pointer;
  transform: none;
  width: 100px;
  border: 0;
  z-index: 1;
  margin-left: 0px;
  /*  @include media("<575px") {
        left: 28%;
    }
    @include media("<440px") {
        left: 25%;
    }*/
}
@media (max-width: 1200px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 35%;
  }
}
@media (min-width: 1201px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 35%;
  }
}
@media (max-width: 1199px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 33%;
  }
}
@media (max-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 37%;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    display: none !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev::after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid;
  bottom: 18px;
  border-color: #0E2E4F;
  color: #0E2E4F;
  border-left: 2px solid;
  transform: rotate(-45deg);
  left: 27px;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev::before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: -25px;
  background-color: #0E2E4F;
  box-sizing: border-box;
  border-top: 0.5px solid transparent;
  border-bottom: 0.5px solid transparent;
  box-shadow: inset 0 0 0 1px;
  width: 100%;
  height: 0;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev.changed::after {
  left: 17px !important;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev.changed::before {
  right: -15px !important;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
  top: auto;
  cursor: pointer;
  transform: none;
  width: 100px;
  border: 0;
  display: inline-block;
  z-index: 1;
  margin-right: 0px;
  /* @include media("<575px") {
       left: 55%;
   }
   @include media("<440px") {
       left: 57%;
   }*/
}
@media (max-width: 1200px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 35%;
  }
}
@media (min-width: 1201px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 34%;
  }
}
@media (max-width: 1199px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 37%;
  }
}
@media (max-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 37%;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    display: none !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  transition: all 0.3s ease;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid;
  bottom: 18px;
  border-color: #0E2E4F;
  color: #0E2E4F;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 32px;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next::before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: -30px;
  background-color: #0E2E4F;
  box-sizing: border-box;
  border-top: 0.5px solid transparent;
  border-bottom: 0.5px solid transparent;
  box-shadow: inset 0 0 0 1px;
  width: 100%;
  height: 0;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next.changed::after {
  right: 20px !important;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next.changed::before {
  left: -18px !important;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
    height: -webkit-fill-available;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image {
  cursor: default;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image {
    width: -moz-min-content;
    width: min-content;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    /*max-height: rem(255px);*/
    width: auto;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-mobile {
    display: block !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
  font-size: 1.8rem;
  line-height: 150%;
  font-style: normal;
  font-weight: normal;
  color: #0E2E4F;
  letter-spacing: 0.011em;
  display: none;
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    max-width: 65%;
    margin: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
  display: block;
  padding: 4rem 0 0;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
    font-size: 16px rem;
    padding: 2rem 0 0 !important;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 25.5rem;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 45rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 50rem;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .gallery-pagination {
  color: #0E2E4F;
  background-color: #B0CFC8;
  font-size: 1.8rem;
  z-index: 2;
  position: absolute;
  height: 5.8rem;
  padding: 1.5rem;
  top: initial;
  bottom: -3.1rem;
}
@media (min-width: 1200px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .gallery-pagination {
    right: 46%;
    /* padding: rem(15px); */
    padding-top: 1.9rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .gallery-pagination {
    right: 48%;
    /* padding: rem(15px); */
    padding-top: 1.9rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .gallery-pagination {
    right: 47%;
    /* padding: rem(17px) rem(10px); */
    padding-top: 1.9rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .gallery-pagination {
    /* left: 45%;
     right:47% !important;
     width:65px;
     padding: rem(17px) rem(15px);*/
    display: none !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center-mode .slick-slider .image {
  text-align: center;
}
.gallery .cmp-gallery__grid {
  order: -3;
}
@media (max-width: 991px) {
  .gallery .cmp-gallery__grid {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__grid {
    padding: 0 2rem;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid {
    order: unset;
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3rem;
    grid-auto-rows: 2.7rem;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(1) {
    grid-column: 1/span 15;
    grid-row: 1/span 7;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(2) {
    grid-column: 16/span 7;
    grid-row: 1/span 7;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(3) {
    grid-column: 1/span 7;
    grid-row: 8/span 7;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(4) {
    grid-column: 8/span 15;
    grid-row: 8/span 7;
  }
}
.gallery .cmp-gallery__grid-item:nth-child(n+2) {
  display: none;
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(n+2) {
    display: block;
  }
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item:nth-child(n+5) {
    display: none;
  }
}
.gallery .cmp-gallery__grid-item .image,
.gallery .cmp-gallery__grid-item .cmp-image {
  height: 100%;
}
.gallery .cmp-gallery__grid-item .cmp-image__image {
  height: 33.5rem;
}
@media (min-width: 769px) {
  .gallery .cmp-gallery__grid-item .cmp-image__image {
    height: 100%;
  }
}
.gallery .cmp-gallery__grid-item .cmp-image__image img {
  width: 100%;
  height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__grid-item .cmp-image__image img.cmp-image__image-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery__grid-item .cmp-image__image img.cmp-image__image-mobile {
    display: block !important;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .cmp-gallery {
    margin-bottom: 3rem;
  }
  .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
    overflow: visible;
  }
}
#hotelindigo-rooms .aem-Grid--default--12 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #hotelindigo-rooms .aem-Grid--default--12 {
    display: block;
  }
}
#hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container {
  padding: 0 3rem 0 9rem;
}
@media (max-width: 992px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container {
    padding: 0 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container {
    padding: 0 2rem 0 2rem;
  }
}
#hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container .cmp-text {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container .cmp-text {
    margin-bottom: 1rem;
  }
}
#hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container .cmp-text .cmp-rooms-pretitle {
  line-height: 150%;
}
@media (max-width: 768px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--4 .cmp-container .cmp-text .cmp-rooms-pretitle {
    line-height: 140%;
    margin: unset;
  }
}
#hotelindigo-rooms .container.aem-GridColumn--default--8 .aem-Grid--default--12 {
  display: flex;
  align-items: center;
}
#hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .gallery-pagination {
  text-align: center;
}
@media (max-width: 469px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .gallery-pagination {
    left: 41%;
  }
}
@media (min-width: 1201px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 1199px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (max-width: 4000px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 47%;
  }
}
@media (max-width: 3000px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 45%;
  }
}
@media (max-width: 2560px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 44%;
  }
}
@media (max-width: 2210px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 42%;
  }
}
@media (max-width: 1820px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 1625px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 38%;
  }
}
@media (max-width: 1200px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 35%;
  }
}
@media (max-width: 1140px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 33%;
  }
}
@media (max-width: 1024px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 32%;
  }
}
@media (max-width: 992px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 31%;
  }
}
@media (max-width: 768px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 27%;
  }
}
@media (max-width: 767px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 34%;
  }
}
@media (max-width: 664px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 31%;
  }
}
@media (max-width: 569px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 29%;
  }
}
@media (max-width: 469px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 28%;
  }
}
@media (max-width: 376px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 26%;
  }
}
@media (max-width: 320px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 21%;
  }
}
[dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
  /*@include media("<=1024px") {
      left: 33%;
  }
  @include media("<=1025px") {
      left: 33%;
  }*/
}
@media (max-width: 469px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 22%;
  }
}
@media (max-width: 376px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 16%;
  }
}
@media (max-width: 320px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 12%;
  }
}
@media (min-width: 1201px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 41%;
  }
}
@media (max-width: 1199px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 42%;
  }
}
@media (max-width: 4000px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 45%;
  }
}
@media (max-width: 3000px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 44%;
  }
}
@media (max-width: 2560px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 43%;
  }
}
@media (max-width: 2210px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 42%;
  }
}
@media (max-width: 1820px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 41%;
  }
}
@media (max-width: 1625px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (max-width: 1200px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 38%;
  }
}
@media (max-width: 1140px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 36%;
  }
}
@media (max-width: 992px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 36%;
  }
}
@media (max-width: 768px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 34%;
  }
}
@media (max-width: 767px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 36%;
  }
}
@media (max-width: 469px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 30%;
  }
}
@media (max-width: 376px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 27%;
  }
}
@media (max-width: 320px) {
  #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 17%;
  }
}
@media (max-width: 767px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 34%;
  }
}
@media (max-width: 469px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 29%;
  }
}
@media (max-width: 376px) {
  [dir=rtl] #hotelindigo-rooms .container.aem-GridColumn--default--8 .cmp-container .gallery .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 27%;
  }
}

.hide--title .cmp-title__text {
  display: none;
}

.limited-time-feature-detail {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .limited-time-feature-detail {
    padding: 0 2rem;
  }
}
.limited-time-feature-detail .offer__container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.limited-time-feature-detail .offer__title {
  font-size: 8.8rem;
  color: #0E2E4F;
  line-height: 120%;
  font-weight: normal;
  margin: 3rem 0 0;
  text-align: center;
  letter-spacing: 0.011em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__title {
    font-size: 4.8rem;
    line-height: 115%;
    margin: 2rem 2rem 0;
  }
}
.limited-time-feature-detail .offer__subtitle {
  text-transform: capitalize;
  font-size: 4.8rem;
  color: #0E2E4F;
  line-height: 120%;
  font-weight: normal;
  margin: 3rem 0 0;
  text-align: center;
  letter-spacing: 0.011em;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__subtitle {
    font-size: 3.6rem;
    margin: 2rem 0 0;
  }
}
.limited-time-feature-detail .cmp-teaser {
  display: flex;
  flex-direction: column;
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser {
    margin: 3rem 0 0;
  }
}
.limited-time-feature-detail .cmp-teaser__image {
  order: 1;
  width: 100%;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image {
  text-align: center;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image .animation-default {
  margin: 0;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image img {
  max-width: 100%;
}
.limited-time-feature-detail .cmp-teaser__content {
  order: 2;
  position: relative !important;
  text-align: left;
  padding: 0 12rem;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content {
    padding: 0 2rem;
  }
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__content__container {
  padding: 0 !important;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description {
  margin-top: 6rem;
  letter-spacing: 0.011em;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description p {
  color: #0E2E4F;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document {
  margin-top: 4rem;
  color: #0E2E4F;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .offer__download-document {
    margin-top: 4rem;
  }
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document a {
  text-transform: capitalize;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  color: #0E2E4F;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document a::after {
  font-size: 1.6rem;
  font-style: normal;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta {
  margin-top: 4.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .booknow_cta {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
  }
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button {
  display: flex;
  padding: 2rem 0;
  align-items: center;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
  width: 17.3rem;
  text-align: center;
  border: 0.2rem solid #0E2E4F;
  padding: 1.5rem 3.5rem;
  font-size: 1.6rem;
  line-height: 120%;
  color: #0E2E4F;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
    padding: 1.5rem 4.35rem;
  }
}

/*Box Sizing with variable support*/
/** Background Image **/
/* Media queries view port variable */
/** Screen Viewport **/
/*Variables for the breakpoints*/
.explore-map-wrap .hotelPopup .rating-count {
  margin-left: 3px;
  font-size: 1.2rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 125%;
  font-weight: 500;
  color: #0E2E4F;
}
.explore-map-wrap .hotelPopup .guest-rating-static {
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 96px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-20 {
  background-position: -37px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-40 {
  background-position: -19px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-10 {
  background-position: -77px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-0 {
  background-position: -96px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-1 {
  background-position: -77px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-11 {
  background-position: -58px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-20 {
  background-position: -58px 0px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-21 {
  background-position: -38px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-30 {
  background-position: -38px 0px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-31 {
  background-position: -19px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-41 {
  background-position: 0 -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-2 {
  background-position: -77px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-12 {
  background-position: -58px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-22 {
  background-position: -38px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-32 {
  background-position: -19px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-42 {
  background-position: 0 -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-3 {
  background-position: -77px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-13 {
  background-position: -58px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-23 {
  background-position: -38px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-33 {
  background-position: -19px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-43 {
  background-position: 0 -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-4 {
  background-position: -77px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-14 {
  background-position: -58px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-24 {
  background-position: -38px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-34 {
  background-position: -19px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-44 {
  background-position: 0px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-5 {
  background-position: -77px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-15 {
  background-position: -58px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-25 {
  background-position: -38px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-35 {
  background-position: -19px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-45 {
  background-position: 0 -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-6 {
  background-position: -77px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-16 {
  background-position: -58px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-26 {
  background-position: -38px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-36 {
  background-position: -19px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-46 {
  background-position: 0 -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-7 {
  background-position: -77px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-17 {
  background-position: -58px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-27 {
  background-position: -38px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-37 {
  background-position: -19px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-47 {
  background-position: 0 -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-8 {
  background-position: -77px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-18 {
  background-position: -58px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-28 {
  background-position: -38px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-38 {
  background-position: -19px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-48 {
  background-position: 0 -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-9 {
  background-position: -77px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-19 {
  background-position: -58px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-29 {
  background-position: -38px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-39 {
  background-position: -19px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-49 {
  background-position: 0px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-50 {
  background-position: 0px 0px;
}

body {
  overflow-x: hidden;
  width: 100%;
}
body.popUp-opened .explore-map {
  margin-left: 35rem;
}
body.popUp-opened .explore-map:before {
  content: none;
}

/* Mac Creative Qa Issues Fixes  Starts Here*/
.mac .explore-map-wrap.explore-content .markerlabel.regionLabel .count-label,
.mac .explore-map-wrap.explore-content .regionLabel.regionLabel .count-label,
.touch .explore-map-wrap.explore-content .markerlabel.regionLabel .count-label,
.touch .explore-map-wrap.explore-content .regionLabel.regionLabel .count-label {
  line-height: 4rem;
}
.mac .explore-map-wrap.explore-content .markerlabel.regionLabel .label-text,
.mac .explore-map-wrap.explore-content .markerlabel.regionLabel .reg-text,
.mac .explore-map-wrap.explore-content .regionLabel.regionLabel .label-text,
.mac .explore-map-wrap.explore-content .regionLabel.regionLabel .reg-text,
.touch .explore-map-wrap.explore-content .markerlabel.regionLabel .label-text,
.touch .explore-map-wrap.explore-content .markerlabel.regionLabel .reg-text,
.touch .explore-map-wrap.explore-content .regionLabel.regionLabel .label-text,
.touch .explore-map-wrap.explore-content .regionLabel.regionLabel .reg-text {
  position: relative;
  top: 0.1rem;
}
.mac .explore-map-wrap.explore-content .cluster div,
.touch .explore-map-wrap.explore-content .cluster div {
  line-height: 1.8rem !important;
}

/* Mac Creative Qa Issues Fixes  Ends Here*/
/** Loader **/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  z-index: 89;
  top: 0;
}
.overlay.active {
  display: block;
}
.overlay i {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: spin 1.5s infinite linear;
}
.overlay i:before {
  font-size: 50px;
  color: #fff;
}

.explore-map-wrap.explore-content .regionLabel.markerlabel div:first-child span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 150%;
  font-size: 1.4rem;
  font-weight: 600;
}

.explore-map-wrap.explore-content {
  width: 100%;
  min-height: 42.8rem;
  position: relative;
  overflow-x: hidden;
  /** Marker Cluster Tooltip **/
  /* Cluster Style */
  /* Hide Google Copyright Logo */
  /* Custome Zoom Icon Style */
}
.explore-map-wrap.explore-content .explore-map {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0;
  position: relative;
  height: 63rem;
  transition: all 0.3s linear;
}
.explore-map-wrap.explore-content .explore-map:before {
  left: -0.6rem;
}
.explore-map-wrap.explore-content .explore-map:after, .explore-map-wrap.explore-content .explore-map:before {
  content: "";
  width: 0.5rem;
  height: 100%;
  display: inline-block;
  min-height: inherit;
  z-index: 2;
  position: absolute;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.5), 5px 0 10px 0 rgba(0, 0, 0, 0.5);
}
.explore-map-wrap.explore-content .explore-map:after {
  right: -5px;
}
.explore-map-wrap.explore-content .explore-map img {
  max-width: none;
}
.explore-map-wrap.explore-content .cluster {
  margin: -5px 0 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.explore-map-wrap.explore-content .cluster img {
  max-width: 100%;
  clip: auto !important;
}
.explore-map-wrap.explore-content .toolTip {
  position: absolute;
  left: 100%;
  top: -16px;
  z-index: 2;
  background: #000000;
  padding: 2px 10px 0;
  margin-left: 6px;
  text-align: left;
}
.explore-map-wrap.explore-content .toolTip:after, .explore-map-wrap.explore-content .toolTip:before {
  content: "";
  left: 0;
  border: solid 10px transparent;
  border-right-color: #000000;
  position: absolute;
  z-index: 0;
  margin: -10px 0 0 -7px;
  border-left: none;
  top: 30px;
}
.explore-map-wrap.explore-content .toolTip.activeTip {
  display: block;
}
.explore-map-wrap.explore-content .toolTip label {
  padding-left: 20px;
  border-bottom: 1px solid #000000;
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "Inter";
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 2px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 200px;
  white-space: nowrap;
}
.explore-map-wrap.explore-content .toolTip label span {
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.explore-map-wrap.explore-content .toolTip label.no-border {
  border: none;
}
.explore-map-wrap.explore-content .markerlabel.hotelMarker {
  margin-top: -6px !important;
  margin-left: 30px !important;
  font-family: "Graphik";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 150%;
}
.explore-map-wrap.explore-content .regionLabel {
  margin-left: 15px;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel {
  position: relative;
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel div {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel div:first-child span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 600;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel div:last-child {
  position: absolute;
  top: 46%;
  width: auto;
  left: 21px;
  background: #425870;
  transform: translate(0, -50%);
  z-index: 1;
  padding: 0.6rem 1rem 0.6rem 2rem;
}
.explore-map-wrap.explore-content .markerlabel,
.explore-map-wrap.explore-content .regionLabel {
  padding: 3px 10px 0 8px;
  color: #ffffff;
  font-size: 1.4rem;
  display: none;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  background: #425870;
}
.explore-map-wrap.explore-content .markerlabel:hover,
.explore-map-wrap.explore-content .regionLabel:hover {
  background: #425870;
}
.explore-map-wrap.explore-content .markerlabel.clickActive, .explore-map-wrap.explore-content .markerlabel.markerActive,
.explore-map-wrap.explore-content .regionLabel.clickActive,
.explore-map-wrap.explore-content .regionLabel.markerActive {
  display: block;
  overflow: visible !important;
}
.explore-map-wrap.explore-content .markerlabel.clickActive:before, .explore-map-wrap.explore-content .markerlabel.markerActive:before,
.explore-map-wrap.explore-content .regionLabel.clickActive:before,
.explore-map-wrap.explore-content .regionLabel.markerActive:before {
  content: "";
  border: solid 13px transparent;
  border-right-color: #425870;
  position: absolute;
  border-left: none;
  z-index: 0;
  margin: -13px 0 0 -21px;
  top: 50%;
}
.explore-map-wrap.explore-content .markerlabel.regionLabel,
.explore-map-wrap.explore-content .regionLabel.regionLabel {
  padding: 1px 10px 0 15px;
}
.explore-map-wrap.explore-content .markerlabel.regionLabel .count-label,
.explore-map-wrap.explore-content .regionLabel.regionLabel .count-label {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6em;
  font-family: "Inter";
  letter-spacing: 0;
  left: -35px;
  width: 40px;
  height: 40px;
  margin-top: -11px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #000000;
}
.explore-map-wrap.explore-content .markerlabel.regionLabel .reg-text,
.explore-map-wrap.explore-content .regionLabel.regionLabel .reg-text {
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  line-height: 150%;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.explore-map-wrap.explore-content .markerlabel.regionLabel:before,
.explore-map-wrap.explore-content .regionLabel.regionLabel:before {
  content: none;
}
.explore-map-wrap.explore-content .clusterGroup img {
  display: none;
}
.explore-map-wrap.explore-content .clusterGroup div {
  background: #fff;
  border-radius: 50%;
  border: #fff;
  text-align: center;
  width: 38px !important;
  height: 38px !important;
  line-height: 36px !important;
}
.explore-map-wrap.explore-content .gm-style-cc,
.explore-map-wrap.explore-content .gm-style-mtc,
.explore-map-wrap.explore-content a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.explore-map-wrap.explore-content .zoomWrapper {
  height: 58px;
  width: 29px;
  position: absolute;
  bottom: 24px !important;
  left: initial !important;
  right: 30px;
  z-index: 999;
  background-image: url(//digital.ihg.com/is/image/ihg/ic_sprite?fmt=png-alpha);
  background-repeat: no-repeat;
  background-position: 0 -111px;
  transition: all 0.5s linear;
  box-shadow: 2px 4px 8px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 8px -1px rgba(0, 0, 0, 0.4);
  -moz-shadow: 2px 4px 8px -1px rgba(0, 0, 0, 0.4);
}
.no-svg .explore-map-wrap.explore-content .zoomWrapper {
  background-image: url(//digital.ihg.com/is/image/ihg/ic_sprite?fmt=png-alpha);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .explore-map-wrap.explore-content .zoomWrapper {
    background-image: url(//digital.ihg.com/is/image/ihg/ic_sprite?fmt=png-alpha@2x);
  }
}
.explore-map-wrap.explore-content .zoomWrapper .zoomIn,
.explore-map-wrap.explore-content .zoomWrapper .zoomOut {
  width: 100%;
  height: 30px;
  cursor: pointer;
  float: left;
}

/* Popup Styles Start Here */
.hotelPopup .inner-wrapper .hotel-image .indigobrand-img {
  width: 6rem;
  height: 2.35rem;
  top: 11.863rem;
  left: 2.1rem;
  bottom: 2rem;
  display: block !important;
  background: unset;
  content: url("https://digital.ihg.com/is/image/ihg/hotelindigo-map-brand-1-1?fmt=png-alpha");
}

.hotelPopup {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 55;
  display: none;
  background: #fff;
  text-align: center;
  color: #000000;
  transition: left 0.8s linear;
}
.hotelPopup .inner-wrapper .fas,
.hotelPopup .inner-wrapper .far,
.hotelPopup .inner-wrapper .fa-star,
.hotelPopup .inner-wrapper .fa-star-half-o {
  color: #D05163;
  padding-top: 2px;
}
.hotelPopup .inner-wrapper .hotel-image {
  height: 17.25rem;
  position: relative;
  width: 100%;
}
.hotelPopup .inner-wrapper .hotel-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.352682) 8.78%, rgba(0, 0, 0, 0.0001) 30.29%), linear-gradient(90deg, rgba(0, 0, 0, 0.252322) 0%, rgba(0, 0, 0, 0.0001) 50.04%, rgba(0, 0, 0, 0.245848) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 60.59%, rgba(0, 0, 0, 0.501338) 100%);
}
.hotelPopup .inner-wrapper.mCS_no_scrollbar {
  margin-bottom: 0;
}
.hotelPopup .inner-wrapper .caption-wrap__left {
  text-align: left;
}
.hotelPopup .inner-wrapper .book-link {
  background-color: #0E2E4F;
  border-radius: unset;
  padding: 1.5rem 2rem;
  border: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  line-height: 120%;
}
.hotelPopup .inner-wrapper .book-link:hover {
  background-color: #D05163;
}
.hotelPopup .inner-wrapper .more-link {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hotelPopup .inner-wrapper .more-link,
.hotelPopup .inner-wrapper .hotel-tax,
.hotelPopup .inner-wrapper .per-night-label {
  color: #0E2E4F;
}
.hotelPopup .inner-wrapper .hotel-price {
  font-size: 2rem;
  color: #D05163;
}
.hotelPopup .inner-wrapper .hotel-currency {
  color: #D05163;
  line-height: 2rem;
}

/* Tablet-all <1024 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-map-wrap.explore-content {
    min-height: 360px;
  }
  .explore-map-wrap.explore-content .explore-map {
    height: 450px;
  }
  .explore-map-wrap.explore-content .regionLabel {
    text-overflow: ellipsis;
  }
  .explore-map-wrap.explore-content .regionLabel .reg-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
  .explore-map-wrap.explore-content .regionLabel.middle_east {
    margin-left: -10%;
  }
  .explore-map-wrap.explore-content .regionLabel.middle_east .count-label {
    right: -35px;
    left: auto;
  }
  .explore-map-wrap.explore-content .regionLabel.south_america {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-main-wrap {
    overflow: hidden;
    float: left;
    width: 100%;
    transition: all 0.5s linear;
    position: relative;
  }
  .hotelPopup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .explore-map-wrap.explore-content {
    margin-top: 0 !important;
  }
  .explore-map-wrap.explore-content .regionLabel {
    background: transparent;
  }
  .explore-map-wrap.explore-content .regionLabel .reg-text {
    display: none;
  }
  .explore-map-wrap.explore-content .regionLabel.markerlabel div:first-child span {
    line-height: 1.1875;
  }
  .explore-map-wrap.explore-content .regionLabel.markerlabel.regionLabel .count-label {
    line-height: 40px;
  }
  .explore-map-wrap.explore-content .regionLabel.markerlabel.regionLabel .label-text,
  .explore-map-wrap.explore-content .regionLabel.markerlabel.regionLabel .reg-text {
    position: relative;
    top: 1px;
  }
  .explore-map-wrap.explore-content .regionLabel {
    margin: auto !important;
  }
  .explore-map-wrap.explore-content .regionLabel.markerlabel div:last-child {
    padding: 0 !important;
  }
  .explore-map-wrap.explore-content .cluster div {
    line-height: 19px !important;
  }
  body.popUp-opened .explore-map {
    margin-left: auto;
  }
  body.filter-active .main-container, body.popUp-opened .main-container {
    transition: all 0.5s linear;
  }
  .explore-map-wrap.explore-content {
    min-height: 350px;
  }
  .explore-map-wrap.explore-content .explore-map {
    height: 440px;
  }
  .explore-map-wrap.explore-content .zoomWrapper {
    display: none;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.hotelstatus {
  position: absolute;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: unset;
}
@media (min-width: 1201px) {
  [dir=ltr] .hotelstatus {
    left: 89%;
  }
}
@media (min-width: 1200px) {
  [dir=ltr] .hotelstatus {
    left: -1.5rem;
  }
}
@media (max-width: 767px) {
  [dir=ltr] .hotelstatus {
    top: 0.8rem;
    margin: unset;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .hotelstatus {
    top: 0.8rem;
    margin: unset;
  }
}
.hotelstatus .cmp-hotelstatus {
  background-color: #0E2E4F;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 100%;
  padding-inline: 0.8rem 1.5rem;
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus {
    padding-inline: 0.8rem 1rem;
    background-color: #0E2E4F;
    position: relative;
    margin-left: 0;
  }
}
.hotelstatus .cmp-hotelstatus:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  border-top: 1.7rem solid #0E2E4F;
  border-bottom: 1.9rem solid #0E2E4F;
  border-right: 2.2rem solid transparent;
  border-left: 1.8rem solid #0E2E4F;
}
[dir=ltr] .hotelstatus .cmp-hotelstatus:after {
  left: 90%;
  transform: scaleX(1.3);
}
[dir=rtl] .hotelstatus .cmp-hotelstatus:after {
  left: 0;
  right: 90%;
  transform: scaleX(-1.3);
}
@media (max-width: 768px) {
  [dir=rtl] .hotelstatus .cmp-hotelstatus:after {
    left: 0;
    right: 100%;
    transform: scaleX(-1.5);
  }
}
@media (max-width: 768px) {
  .hotelstatus .cmp-hotelstatus:after {
    border-top: 1.73rem solid #0E2E4F;
    border-bottom: 1.85rem solid #0E2E4F;
    border-right: 2rem solid transparent;
  }
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus:after {
    top: 0;
  }
  [dir=ltr] .hotelstatus .cmp-hotelstatus:after {
    left: 98%;
  }
}
@media (min-width: 1200) {
  .hotelstatus .cmp-hotelstatus:after {
    border-top: 1.4rem solid #0E2E4F;
    border-bottom: 1.4rem solid #0E2E4F;
    border-right: 2.2rem solid transparent;
  }
}

/*.mac .hotelstatus .cmp-hotelstatus:after {
    border-bottom: rem(17.3px) solid get-color("primary");
    @include media("<svp") {
        border-bottom: rem(17px) solid get-color("primary");
    }
}*/
@-moz-document url-prefix() {
  .hotelstatus .cmp-hotelstatus:after {
    border-bottom: 1.84rem solid #0E2E4F;
  }
  @media (max-width: 767px) {
    .hotelstatus .cmp-hotelstatus:after {
      border-bottom: 1.84rem solid #0E2E4F;
    }
  }
}
@media (max-width: 767px) {
  .hotel-highlights .ihg-highlights-module {
    padding: 2rem;
  }
}
.hotel-highlights .sub-header {
  display: none;
}
.hotel-highlights .tile-header {
  font-size: 4.8rem;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  color: #0E2E4F;
}
@media (max-width: 767px) {
  .hotel-highlights .tile-header {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile {
    display: flex;
  }
}
@media (min-width: 2000px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active > * {
    height: 1000px !important;
  }
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active > * {
    height: 100%;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    display: block;
    text-align: left;
    /*  padding: 0 rem(15px); */
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile {
    color: #0E2E4F;
  }
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    background: #ffffff;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 1.7rem 0rem 1.4rem 2rem;
    display: none;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 1.7rem 0rem 1.4rem 2rem;
    display: none;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
  color: #0E2E4F;
  font-size: 2rem;
  line-height: 150%;
  border-width: 0.1rem 0;
  padding: 1.8rem;
  word-wrap: break-word;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  margin: 0 2.5rem;
}
@media (min-width: 1201px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
    margin: 0 9rem !important;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
  border-bottom: 0.3rem solid #D05163;
  border-bottom-color: #D05163;
  font-color: #37424A;
  background-color: #ffffff;
  color: #0E2E4F;
}
@media (max-width: 992px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: capitalize;
  }
}
@media (max-width: 1199px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
    width: auto;
    margin-bottom: 3.1rem;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile {
    font-size: 1.8rem;
    line-height: 2.9rem;
    display: unset;
    color: #0E2E4F;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    display: block;
    font-size: 1.8rem;
    position: relative;
    font-weight: 600;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:last-child {
    border-bottom: 0.1rem solid;
    border-bottom-color: #0E2E4F;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    padding: 1rem 2rem 2rem 0;
    font-size: 1.8rem;
    border-top: 0.1rem solid;
    border-top-color: #0E2E4F;
    font-weight: 700;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    text-align: right;
    padding: 2rem 2rem 2rem 0;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: normal;
    color: #0E2E4F;
    font-size: 2rem;
    position: absolute;
    top: 0;
    margin: 1.4rem 2rem;
    right: 0;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    margin: 1.4rem 1rem !important;
    text-align: left !important;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    border-top-color: #A4AEB5;
    color: #0E2E4F;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:after {
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: normal;
    color: #0E2E4F;
    font-weight: normal;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile:last-child {
    border-bottom: 0.1rem solid;
    border-bottom-color: #0E2E4F;
    margin: 2rem;
  }
}
.hotel-highlights .cmp-teaser {
  /*  height:100%; */
}
.hotel-highlights .cmp-teaser--default {
  height: 100%;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser--default .cmp-teaser__content__container {
    padding: 0px !important;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__image {
  /*  height: 100%; */
  /*@include media('>=svp'){
      padding: 0 rem(15px);
  }*/
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__image .cmp-image {
  /* height: 100%; */
}
@media (min-width: 992px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image img {
    /* height:unset; */
    /* height: 100%; */
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
  height: 100%;
  /*@include media('<lvp'){
      top:rem(-80px);
  }*/
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 7rem;
    margin-right: 0;
    max-height: 70%;
    width: 50rem;
    top: unset;
    float: right;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
    top: unset;
  }
}
@media (min-width: 992px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content__container {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media (max-width: 1199px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper {
    display: unset;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link {
    justify-content: center;
    max-width: unset;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text {
    justify-content: center;
  }
}
@media (min-width: 993px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 5rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__title {
  padding-top: 1rem;
  color: #ffffff;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 120%;
  text-transform: capitalize;
}
.hotel-highlights .cmp-teaser .cmp-teaser__title h1, .hotel-highlights .cmp-teaser .cmp-teaser__title h2, .hotel-highlights .cmp-teaser .cmp-teaser__title h3, .hotel-highlights .cmp-teaser .cmp-teaser__title h4, .hotel-highlights .cmp-teaser .cmp-teaser__title h5, .hotel-highlights .cmp-teaser .cmp-teaser__title h6 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__title {
    display: none;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__description {
  /* padding-top: rem(10px); */
}
.hotel-highlights .cmp-teaser .cmp-teaser__description p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__description p {
    margin-bottom: unset;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #0E2E4F;
  }
}
@media (min-width: 993px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__description {
    padding-top: 2rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__action-container {
  padding-top: 2rem;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .phoneNumber-desktop {
  display: none;
}
@media (min-width: 993px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .phoneNumber-desktop {
    display: block;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .phoneNumber-mobile a:after {
  display: none;
}
@media (min-width: 993px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .phoneNumber-mobile {
    display: none;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0.3rem solid #F4F4F1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem 1rem 2rem;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link a {
  color: #ffffff;
  text-decoration: none;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link:hover {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link:hover a {
  color: #142923;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    border: 2px solid #0E2E4F;
    margin-bottom: 2rem;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link a {
    color: #0E2E4F;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .highlight-link__text {
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  margin: 0 0.6rem;
  max-width: 23.5rem;
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__title h1, .hotel-highlights .cmp-teaser .cmp-teaser__title h2, .hotel-highlights .cmp-teaser .cmp-teaser__title h3, .hotel-highlights .cmp-teaser .cmp-teaser__title h4, .hotel-highlights .cmp-teaser .cmp-teaser__title h5, .hotel-highlights .cmp-teaser .cmp-teaser__title h6 {
    letter-spacing: 0.01em;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__image {
    width: 100%;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 0 5rem;
    align-items: center;
    margin: 10rem;
    margin-right: 0;
    top: unset;
    background: #142923;
    font-color: #ffffff;
    float: right;
    width: 556px;
    height: 437px;
    right: 0px;
    width: 50%;
  }
  .hotel-highlights .cmp-teaser h1, .hotel-highlights .cmp-teaser h2, .hotel-highlights .cmp-teaser h3, .hotel-highlights .cmp-teaser h4, .hotel-highlights .cmp-teaser h5, .hotel-highlights .cmp-teaser h6 {
    letter-spacing: 0.01em;
  }
}

.guest-reviews {
  font-size: 1.6rem;
}
.guest-reviews .star-rating {
  display: inline;
  color: #D05163;
  letter-spacing: 0.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .guest-reviews .star-rating {
    font-size: 1.6rem;
  }
}
[dir=rtl] .guest-reviews .star-rating {
  margin-left: 1.5rem;
  letter-spacing: unset;
}
[dir=rtl] .guest-reviews .star-rating .fa-star:before {
  margin-left: 1.5rem;
}
.guest-reviews .IWSfrOutOf {
  line-height: 150%;
  color: #0E2E4F;
}
[dir=ltr] .guest-reviews .IWSfrOutOf {
  margin-right: 1.55rem;
}
[dir=rtl] .guest-reviews .IWSfrOutOf {
  margin-left: 1.55rem;
}
.guest-reviews .IWSfrLink {
  display: inline;
  font-weight: normal;
  line-height: 150%;
}
.guest-reviews .IWSfrLink .tertiary {
  color: #0E2E4F;
  text-decoration: none;
}

.cmp-map-hotel-info.cmp-map--mapinfo .row {
  display: grid;
  padding: 2rem 0;
  grid-template-areas: "left left left left left left right right right right right right";
  grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    grid-template-areas: "left" "right";
    grid-template-columns: unset;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: 0 10rem;
  }
}
@media (max-width: 1200px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: 0 10rem;
  }
}
@media (max-width: 991px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: unset;
  }
}
@media (max-width: 768px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: unset;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-4 {
  grid-area: left;
  position: relative;
}
.cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 100%;
  min-height: 200px;
  width: 100%;
  background: #ffffff;
  height: 100%;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
  left: 50%;
}
@media (max-width: 992px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
    width: 100%;
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
    min-height: 18rem;
    width: auto;
    left: 50%;
    height: 18.8rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .google-map {
  /*     width: 100%; */
  max-height: 100%;
  min-height: 200px;
  width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .google-map {
    width: auto;
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .google-map {
    width: 100%;
    height: 18.8rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  grid-area: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0E2E4F;
  max-height: 100%;
  min-height: 200px;
  width: 100%;
  background: #ffffff;
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding: 30px 30px 30px 40px;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding: 20px 40px 20px 20px;
}
@media (max-width: 992px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: auto;
    padding: 20px 20px 20px 20px;
    /* [dir="rtl"] & {
        padding-right: 0;
    } */
  }
  [dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding: 20px 20px 20px 20px;
  }
  [dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding: 20px;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 br {
  display: none;
}
.cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
  font-size: 4.3rem;
  line-height: 5.2rem;
  font-weight: normal;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
    margin: 0 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .cmp-title:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #0E2E4F;
  display: block;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title:after {
    margin: 2rem auto;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo strong {
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 140%;
  margin: 0;
  color: #0E2E4F;
}
.cmp-map-hotel-info.cmp-map--mapinfo address {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: normal;
  float: left;
  color: #0E2E4F;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo address {
  float: right;
}
.cmp-map-hotel-info.cmp-map--mapinfo address [itemprop=email] {
  font-weight: normal;
  text-decoration: underline;
  color: #0E2E4F;
}
.cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
  font-size: 2.4rem;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 2rem;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo address {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    content: "|";
  }
  [dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    padding-right: 0.5rem;
  }
  [dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    padding-left: 0.5rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo a {
  text-decoration: none;
  color: inherit;
  color: #0E2E4F;
}
.cmp-map-hotel-info.cmp-map--mapinfo .right-section {
  order: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button {
  order: 2;
  width: 100%;
  margin-top: 2rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
  color: #0E2E4F;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 700;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
    font-size: 1.6rem;
  }
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-left: 0.6rem;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  font-size: 1.5rem;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-right: 0.6rem;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a:hover {
  border-bottom: 0.3rem solid #D05163;
  border-bottom-offset: 0.5rem;
  transition: border-bottom 0.3s ease;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section strong {
  font-weight: normal;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo p.right-section strong {
    font-size: 1.6rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section:first-of-type {
  margin-bottom: 0;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section:nth-of-type(2) {
  margin-bottom: 2rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section:last-of-type {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo p.right-section {
    font-size: 1.6rem;
  }
}

.cmp-restaurant-cards {
  max-width: 119.5rem;
  margin: 0 auto;
}
.cmp-restaurant-cards h1, .cmp-restaurant-cards h2, .cmp-restaurant-cards h3, .cmp-restaurant-cards h4, .cmp-restaurant-cards h5 {
  letter-spacing: 0.01em;
}
.cmp-restaurant-cards .cmp-restaurant-card {
  background: #F4F4F1;
}
.cmp-restaurant-cards .cmp-restaurant-card .cmp-restaurant-card__list {
  margin-bottom: 12rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-restaurant-card .cmp-restaurant-card__list {
    margin-bottom: 3rem;
  }
}
.cmp-restaurant-cards--container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--container {
    flex-direction: row;
    gap: 9rem;
    /*  padding-top: rem(40px); */
    margin: 0 8rem;
  }
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--container {
    margin: 0 2rem;
  }
}
.cmp-restaurant-cards img {
  height: auto;
  width: 100%;
}
.cmp-restaurant-cards--half {
  padding: 4.5rem 0;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--half {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards--half {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.cmp-restaurant-cards--title {
  margin: unset;
  font-weight: normal;
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #0E2E4F;
  margin: 0 8rem;
  /* [dir="rtl"] & {
       @include media('<=svp') {
           padding-right: 2.25rem;
       }
   }*/
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--title {
    margin: unset;
    font-size: 2.8rem;
    margin: 0 2rem;
  }
}
.cmp-restaurant-cards--label {
  font-weight: 700;
}
.cmp-restaurant-cards--type, .cmp-restaurant-cards--hours {
  font-weight: bold;
}
.cmp-restaurant-cards--type, .cmp-restaurant-cards--location, .cmp-restaurant-cards--phone, .cmp-restaurant-cards--hours {
  font-size: 1.8rem;
}
.cmp-restaurant-cards p {
  font-size: 1.8rem;
  line-height: 160%;
  margin: unset;
  font-weight: normal;
  color: #0E2E4F;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.cmp-restaurant-cards--buttons {
  font-size: 1.8rem;
  line-height: 120%;
  margin-left: 30rem;
  display: inline-flex;
  margin-bottom: 3rem;
}
[dir=rtl] .cmp-restaurant-cards--buttons {
  margin-right: 40rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons {
    margin-bottom: 3rem;
    padding: 2rem 2rem 3rem 2rem;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  [dir=rtl] .cmp-restaurant-cards--buttons {
    margin-right: 0;
  }
  .cmp-restaurant-cards--buttons .cmp-button-wrapper {
    display: unset;
  }
  .cmp-restaurant-cards--buttons .cmp-button-wrapper .cmp-button {
    justify-content: center;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--primary {
  color: #0E2E4F;
  padding-left: 2rem;
}
[dir=rtl] .cmp-restaurant-cards--buttons .cmp-button--primary {
  padding-right: 2rem;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button {
  border: 0.2rem solid #0E2E4F;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button .cmp-button__text {
  color: #0E2E4F;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button:hover {
  background: #0E2E4F;
  transition: background-color 0.3s ease;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button:hover .cmp-button__text {
  color: #ffffff;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button {
  padding: 1.5rem 3.5rem;
  text-decoration: none;
  border: none;
  line-height: 120%;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button {
    padding: 1.5rem 2rem;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button .cmp-button__text {
  color: #0E2E4F;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button .cmp-button__text:hover {
  border-bottom: 0.3rem solid #D05163;
  border-bottom-offset: 0.5rem;
  transition: background-color 0.3s ease;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button::after {
  display: inline;
  padding-left: 0;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--location {
  display: block;
  line-height: 150%;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
  display: block;
  padding-bottom: 2.5rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
    padding-bottom: 2rem;
  }
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--type {
  display: block;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E2E4F;
  margin-bottom: 2rem;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--type p {
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--second--half {
    padding: unset;
  }
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location {
  padding-top: 3rem;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone {
  padding-bottom: 3rem;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location.hidden {
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--serves {
  display: none;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone.hidden {
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hour {
  display: none;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hours {
  margin: unset;
  font-weight: 700;
}
.cmp-restaurant-cards .cmp-carousel--single-mode {
  margin-bottom: 8rem;
  padding: unset;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode {
    margin-bottom: 5rem;
  }
}
@media (max-width: 322px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 23% !important;
  }
}
@media (max-width: 426px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 26%;
  }
}
@media (min-width: 426px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 32%;
  }
}
@media (min-width: 768px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 34%;
  }
}
@media (min-width: 840px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 37%;
  }
}
@media (min-width: 1024px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (min-width: 1200px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 322px) {
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 12% !important;
  }
}
@media (max-width: 426px) {
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 23%;
  }
}
@media (max-width: 375px) {
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 21%;
  }
}
.cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  border-color: unset;
  color: #0E2E4F;
}
.cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev::before {
  background-color: #0E2E4F;
}
@media (max-width: 426px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 51% !important;
  }
}
@media (min-width: 426px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 51%;
  }
}
@media (min-width: 1201px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 51%;
    right: 41%;
  }
}
.cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  border-color: unset;
  color: #0E2E4F;
}
.cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next::before {
  background-color: #0E2E4F;
}
.cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    left: 44%;
    width: 5.4rem;
    padding: 1.5rem 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 1.7rem;
    text-align: center;
  }
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    padding: 1.7rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 1.6rem;
    text-align: center;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-title {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #0E2E4F;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-restaurant-card-title {
    font-size: 3.6rem;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 {
  background: unset;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards .cmp-restaurant-card-width-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid {
  background: #ffffff;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .restaurant-card-inner {
  background: #ffffff;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-image {
  display: none;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid {
    width: unset;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--title1 {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #0E2E4F;
  padding-bottom: 2rem;
  margin: unset;
  padding-left: 2rem;
  padding-top: 3rem;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--container1 {
  padding: 2rem;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--container1 .cmp-restaurant-cards--type1 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0E2E4F;
  padding-bottom: 2rem;
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card {
  background: unset;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title {
  text-align: unset;
  margin-bottom: 3rem;
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.011em;
  color: #0e2e4f;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
    font-size: 16px;
  }
}

@-moz-document url-prefix() {
  .digitaldir-dining .restaurant-cards .cmp-restaurant-cards--title-dining {
    padding-left: 10px;
  }
}
/*.mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next::after
{
bottom:20px !important;
}*/
/*@media (max-width:549px) {
.mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev
{
left:30%;
}
}*/
/*@media (min-width:2000px) {
.mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next::after
{
bottom:20px !important;
}
.mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev
{
left:41%;
}
}*/
@media (min-width: 3000px) {
  /*.mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next::after
  {
  bottom:20px !important;
  }*/
  .mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
  .mac .cmp-restaurant-cards .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 52%;
  }
}
.cmp-meeting-room-card {
  padding: 6rem;
  max-width: 150rem;
  margin: 0 auto;
  background-color: #F4F4F1;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card {
    /*  width: 46.5%; */
    padding: 3rem;
  }
}
.cmp-meeting-room-card__list {
  display: flex;
  row-gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__list {
    display: grid;
    /*  grid-template-columns: repeat(1, minmax(0, 1fr)); */
    row-gap: 4rem;
  }
}
.cmp-meeting-room-card__card {
  max-width: 48%;
  width: 47%;
  letter-spacing: 0.014em;
  color: #0E2E4F;
  background: #ffffff;
  padding: 6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__card {
    padding: 3rem;
    padding-left: 10%;
    padding-right: 10%;
    width: 100% !important;
    max-width: 100%;
    /*  max-width: unset; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cmp-meeting-room-card__card {
    padding-left: 3rem;
    padding-right: 3rem;
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cmp-meeting-room-card__card {
    width: 46%;
  }
}
.cmp-meeting-room-card__card h4 {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 120%;
  margin-bottom: 3rem;
  margin-top: unset;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__card h4 {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    /*  overflow-wrap: break-word; */
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .cmp-meeting-room-card__card h4 {
    overflow-wrap: break-word;
  }
}
.cmp-meeting-room-card__card dl {
  margin: 0;
}
.cmp-meeting-room-card__card dd {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__card dd {
    font-size: 1.8rem;
  }
}
.cmp-meeting-room-card__card dd:first-letter {
  text-transform: uppercase;
}
.cmp-meeting-room-card__card p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 150%;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__card p {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.cmp-meeting-room-card__image img {
  width: -webkit-fill-available;
  width: -moz-available;
}
.cmp-meeting-room-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__actions {
    flex-direction: column;
  }
}
.cmp-meeting-room-card__actions .cmp-button--tertiary {
  color: #0E2E4F;
  font-weight: 700;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-meeting-room-card__actions .cmp-button--tertiary {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .cmp-meeting-room-card__actions .cmp-button--tertiary {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__actions .cmp-button--tertiary {
    padding-right: unset;
    margin-bottom: 3.3rem;
  }
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button {
  color: #0E2E4F;
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button::after {
  display: inline-block;
  font-size: 1.7rem;
}
[dir=rtl] .cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.6rem;
}
[dir=ltr] .cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  padding-left: 0.6rem;
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button .cmp-button__text {
  font-size: 1.8rem;
  line-height: 150%;
  color: #0E2E4F;
  text-transform: capitalize;
  text-decoration: unset;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button .cmp-button__text {
    padding-bottom: 6rem;
  }
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button:hover {
  border-bottom: 0.3rem solid #D05163;
  border-bottom-offset: 0.5rem;
  transition: border-bottom 0.3s ease;
}
.cmp-meeting-room-card__actions .cmp-button--primary {
  border: 0.2rem solid #0E2E4F;
}
.cmp-meeting-room-card__actions .cmp-button--primary .cmp-button__text {
  font-size: 1.6rem;
  line-height: 120%;
  color: #0E2E4F;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__actions .cmp-button--primary .cmp-button__text {
    padding: 3rem 0;
  }
}

.cmp-attraction-card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 9rem;
       column-gap: 9rem;
  /* row-gap: rem(50px); */
}
@media (max-width: 767px) {
  .cmp-attraction-card {
    margin-top: 1rem;
    row-gap: unset;
    padding: 0 2rem;
  }
}
@media (min-width: 769px) {
  .cmp-attraction-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1201px) {
  [dir=ltr] .cmp-attraction-card {
    padding-right: 2rem;
  }
  [dir=rtl] .cmp-attraction-card {
    padding-left: 2rem;
  }
}
.cmp-attraction-card .cmp-attraction-card__card {
  letter-spacing: 0.011em;
  color: #0E2E4F;
  border-bottom: 0.2rem solid rgba(66, 88, 112, 0.3);
}
.cmp-attraction-card .cmp-attraction-card__card:nth-child(1) {
  border-top: 0.2rem solid rgba(66, 88, 112, 0.3);
}
.cmp-attraction-card .cmp-attraction-card__card:nth-child(2) {
  border-top: 0.2rem solid rgba(66, 88, 112, 0.3);
}
@media (max-width: 768px) {
  .cmp-attraction-card .cmp-attraction-card__card:nth-child(2) {
    border-top: unset;
  }
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name {
  font-family: "Beausite Grand", Helvetica, Arial, sans-serif;
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 120%;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name h3 {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__address {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 150%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__address {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__address b {
  font-weight: 600;
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__description-text p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__description-text p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.cmp-rooms .rooms-header h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.011em;
  font-size: 4.3rem;
  line-height: 5.2rem;
  margin-bottom: 3rem;
  color: #0E2E4F;
  display: none !important;
}
@media (max-width: 767px) {
  .cmp-rooms .rooms-header h2 {
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-dotted {
  display: block;
}
@media (min-width: 993px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .slick-prev {
    margin-left: 14% !important;
  }
  [dir=rtl] .cmp-rooms .cmp-carousel .slick-prev {
    margin-left: -15% !important;
  }
}
@media (min-width: 993px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .slick-next {
    margin-right: -14% !important;
  }
  [dir=rtl] .cmp-rooms .cmp-carousel .slick-next {
    margin-right: 15% !important;
  }
}
@media (min-width: 993px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .gallery-pagination {
    margin-right: -14% !important;
  }
  [dir=rtl] .cmp-rooms .cmp-carousel .gallery-pagination {
    margin-right: 15% !important;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser {
  display: flex;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser {
    flex-direction: column;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__image {
  width: 75%;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__image {
    width: 100%;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__content {
  width: 30%;
  position: unset;
  order: -1;
  background: #F4F4F1;
  color: #0E2E4F;
}
[dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
  align-items: center;
  padding: 0 3rem 0 9rem;
}
@media (max-width: 992px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 1.5rem 1.5rem 4.5rem;
    margin-top: 0;
    width: 100%;
    order: unset;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 0 3rem 0 5rem;
  }
}
@media (max-width: 1070px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding-bottom: unset;
  }
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    margin-bottom: unset;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content h3.cmp-teaser__title {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content h3.cmp-teaser__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
[dir=rtl] .cmp-rooms .cmp-carousel .cmp-teaser__content {
  padding: 0 9rem 0 3rem;
  align-items: center;
}
@media (max-width: 992px) {
  [dir=rtl] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 1.5rem 1.5rem 4.5rem;
    margin-top: 0;
    width: 100%;
    order: unset;
    margin-bottom: 3rem;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__content__container:not([data-paddingforallviewports]) {
  padding: 0 !important;
}
.cmp-rooms .cmp-carousel .cmp-teaser__title {
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 120%;
  color: #0E2E4F;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__title {
    font-size: 3.4rem;
    line-height: 100%;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__description {
  letter-spacing: 0.014em;
  font-size: 1.8rem;
  line-height: 160%;
  color: #ffffff;
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-teaser__description p {
  color: #0E2E4F;
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-teaser__description {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .cmp-rooms .cmp-carousel .cmp-teaser .cmp-teaser__description {
    padding-top: unset;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser a.cmp-rooms-button-link {
  color: #0E2E4F;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: solid 0.2rem #0E2E4F;
  font-weight: 700;
  display: none !important;
}
@media (max-width: 768px) {
  .cmp-rooms .cmp-carousel .cmp-teaser a.cmp-rooms-button-link {
    display: none !important;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-rooms-button:hover a {
  color: #ffffff;
  background-color: #0E2E4F;
  transition: background-color 0.3s ease;
}
.cmp-rooms .cmp-carousel--single-mode .slick-dotted .gallery-pagination {
  display: block;
}
.cmp-rooms .cmp-carousel .cmp-carousel__content .slick-dots {
  width: unset;
  z-index: 0;
}
@media (max-width: 1024px) {
  .cmp-rooms .cmp-carousel--single-mode .cmp-carousel__content .slick-dots li button::before {
    opacity: 0;
  }
}

/*.mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-next::after
{
bottom:20px !important;
}*/
@media (min-width: 1625px) {
  /*.mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-next::after
  {
  bottom:20px !important;
  }
  .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev
  {
  left:41%;
  }*/
}
@media (min-width: 2000px) {
  /*.mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-next::after
  {
  bottom:20px !important;
  }
  .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev
  {
  left:42%;
  }*/
}
@media (min-width: 3000px) {
  /*.mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-next::after
  {
  bottom:20px !important;
  }*/
  .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 45%;
  }
  .mac #hotelindigo-rooms .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 44%;
  }
}
/*
@import 'components/content/hotel-amenities/scss/hotel-amenities';
@import 'components/content/restaurant-cards/scss/restaurant-cards.scss';
@import 'components/content/gallery-map/scss/gallery-map';
@import 'components/content/room-cards/scss/room-cards.scss';
@import 'components/content/gallery/scss/gallery';
@import 'components/content/rates-from/scss/rates-from';
*/