body {
  background-color: #ffffff;
}

.cmp-limited-time-features {
  width: 125rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .cmp-limited-time-features {
    width: 97rem;
  }
}
@media (max-width: 991px) {
  .cmp-limited-time-features {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .cmp-limited-time-features {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.cmp-limited-time-features .limited_offers_headerline h2 {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3.8rem;
  color: #54585a;
  text-align: center;
  line-height: 5.2rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.cmp-limited-time-features .limited_offers_headerline h2 span.city {
  text-transform: capitalize;
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 19px;
  letter-spacing: 0.04em;
  bottom: -11rem;
  left: 0;
  right: 0;
  display: flex;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
    bottom: -7rem;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0.2rem solid #a00062; /*as per latest figma recommendation 01-11*/
  color: #a00062;
  background: none;
  padding: 1.4rem 3rem;
  margin: auto;
  border-radius: 0.3rem;
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a:hover {
  border-color: #7A0A4F;
  color: #7A0A4F;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 30rem;
    font-size: 1.6rem;
    padding: 1.4rem 9rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery {
  display: grid;
  grid-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2rem 2rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery {
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.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-information {
  margin-bottom: 2rem;
}
@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 .link .offer_cta {
  margin: 0.6rem 0rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer_title {
  color: #54585a;
  font-size: 3rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 3.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery .offer_title {
    line-height: 3.6rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer_subtitle {
  color: #54585a;
  font-size: 1.8rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  color: #54585a;
  font-size: 1.8rem;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  text-align: left;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  text-align: right;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
    letter-spacing: 0.014em;
  }
}
.cmp-limited-time-features .limited_offers_gallery .link a,
.cmp-limited-time-features .limited_offers_gallery .booknow_cta a {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #7A0A4F;
  line-height: 1.9rem;
  text-decoration: underline;
  letter-spacing: 0.02em;
}
.cmp-limited-time-features .limited_offers_gallery .link a:hover,
.cmp-limited-time-features .limited_offers_gallery .booknow_cta a:hover {
  color: #a00062;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery .link a,
  .cmp-limited-time-features .limited_offers_gallery .booknow_cta a {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }
  [dir=rtl] .cmp-limited-time-features .limited_offers_gallery .link a,
  [dir=rtl] .cmp-limited-time-features .limited_offers_gallery .booknow_cta a {
    text-align: right;
  }
}
.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: 50%;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
    width: auto;
  }
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
  padding: 3rem 1.5rem;
}
@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;
}

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

.limited-time-feature-detail {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  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-family: "Inter", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 5.6rem;
  color: #54585a;
  line-height: 6.7rem;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__title {
    font-size: 3.4rem;
    line-height: 4.1rem;
    margin-top: 0.8rem;
  }
}
.limited-time-feature-detail .offer__subtitle {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 3.2rem;
  color: #54585a;
  line-height: 3.8rem;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__subtitle {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
.limited-time-feature-detail .cmp-teaser {
  display: flex;
  flex-direction: column;
}
.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;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__content__container {
  padding: 0 !important;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description {
  font-size: 1.8rem;
  color: #54585a;
  line-height: 2.7rem;
  margin-top: 3rem;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document {
  margin-top: 3rem;
  color: #7A0A4F;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document:hover {
  color: #a00062;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document i::before {
  padding-left: 5px;
  transform: scaleX(-1);
  font-weight: 300 !important;
  font-size: 1.6rem;
  font-style: normal;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f15b";
  font-weight: normal;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document a {
  font-weight: 500;
  font-size: 1.8rem;
  text-decoration: underline;
  line-height: 2.2rem;
  color: inherit;
  text-transform: capitalize;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button {
  border: none;
  color: #ffffff;
  background: #7A0A4F;
  padding: 1.4rem 3rem;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: center;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button:hover {
  background: #a00062;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

.brandLogoNavWrapper#primary-nav {
  display: none !important;
}

@media (max-width: 767px) {
  #uhf_headerWrapper div.mobileNavMenuContainer .brandLogo {
    display: none;
  }
}

@media (min-width: 1200px) {
  .uhf_headerFooter .container {
    width: unset;
    max-width: 144rem;
  }
}

@media (max-width: 767px) {
  html[lang=ja-JP] #crowneplaza-header .hotelcountrycode-japan .navigation ~ .calltoaction {
    display: flex !important;
    align-items: center;
    background-color: #a00062;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
    flex-flow: column nowrap;
    font-weight: 500;
    justify-content: center;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
  }
  html[lang=ja-JP] #crowneplaza-header .hotelcountrycode-japan .navigation ~ .calltoaction .nav-booknowbutton {
    display: inline-flex !important;
  }
  html[lang=ja-JP] #crowneplaza-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button {
    background-color: #a00062;
    margin: 1px 0;
    color: #ffffff;
  }
  html[lang=ja-JP] #crowneplaza-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button .cmp-button__text {
    color: #ffffff;
    font-size: 21px;
  }
}
#crowneplaza-header {
  background: #fff;
}
#crowneplaza-header #xf-primary-nav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #crowneplaza-header #xf-primary-nav {
    display: flex;
    padding: 1.4rem 3rem;
  }
}
@media (min-width: 1200px) {
  #crowneplaza-header #xf-primary-nav {
    max-width: 144rem;
  }
}
@media (min-width: 768px) {
  #crowneplaza-header .image {
    flex-basis: 10%;
  }
}
@media (max-width: 767px) {
  #crowneplaza-header .image {
    margin: 2rem auto 2.5rem;
    float: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#crowneplaza-header .image img {
  width: auto;
  height: 7.2rem;
}
#crowneplaza-header .navigation {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #crowneplaza-header .navigation {
    flex-basis: 90%;
  }
}
@media (max-width: 767px) {
  #crowneplaza-header .navigation {
    overflow-x: scroll;
  }
}
#crowneplaza-header .navigation .cmp-navigation {
  display: flex;
}
@media (min-width: 768px) {
  #crowneplaza-header .navigation .cmp-navigation {
    justify-content: flex-end;
  }
}
#crowneplaza-header .navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #crowneplaza-header .navigation .cmp-navigation__group {
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding: 0 2rem 5rem;
  }
}
#crowneplaza-header .navigation .cmp-navigation__item {
  display: inline;
  float: left;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  #crowneplaza-header .navigation .cmp-navigation__item {
    padding-right: 4rem;
  }
}
[dir=rtl] #crowneplaza-header .navigation .cmp-navigation__item {
  float: right;
}
@media (min-width: 768px) {
  [dir=rtl] #crowneplaza-header .navigation .cmp-navigation__item {
    padding-left: 4rem;
    padding-right: unset;
  }
}
@media (max-width: 767px) {
  #crowneplaza-header .navigation .cmp-navigation__item {
    width: -moz-max-content;
    width: max-content;
  }
}
#crowneplaza-header .navigation .cmp-navigation__item-link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.034em;
  line-height: 1.9rem;
  font-size: 1.6rem;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  #crowneplaza-header .navigation .cmp-navigation__item-link {
    letter-spacing: 0.014em;
  }
}
#crowneplaza-header .navigation .cmp-navigation__item-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #a00062;
          text-decoration-color: #a00062;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#crowneplaza-header .navigation .cmp-navigation__item--active a {
  text-decoration: underline;
  -webkit-text-decoration-color: #a00062;
          text-decoration-color: #a00062;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#crowneplaza-header .navigation ~ .calltoaction {
  padding-top: 1.5rem;
  text-align: right;
  /*book now will be shown from BCS*/
}
[dir=rtl] #crowneplaza-header .navigation ~ .calltoaction {
  text-align: left;
}
@media (min-width: 768px) {
  #crowneplaza-header .navigation ~ .calltoaction {
    align-content: flex-end;
    flex: 1 1 37%;
    right: 0;
  }
}
@media (min-width: 992px) {
  #crowneplaza-header .navigation ~ .calltoaction {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  #crowneplaza-header .navigation ~ .calltoaction {
    flex-basis: 17%;
  }
}
@media (max-width: 767px) {
  #crowneplaza-header .navigation ~ .calltoaction {
    display: none;
  }
}
@media (min-width: 768px) {
  #crowneplaza-header.UHF-sticky .responsivegrid {
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }
}

.nav-header-disable .cmp-navigation {
  display: none !important;
}

.hotelstatus {
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 1;
}
[dir=ltr] .hotelstatus {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  [dir=ltr] .hotelstatus {
    top: 1rem;
  }
}
[dir=rtl] .hotelstatus {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  [dir=rtl] .hotelstatus {
    top: 1rem;
  }
}
.hotelstatus .cmp-hotelstatus {
  background-color: #ffffff;
  font-weight: normal;
  color: #54585a;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding: 0.4rem 1.5rem;
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0.3rem 1rem;
    background-color: #ececeb;
  }
}
.hotelstatus .cmp-hotelstatus:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.7rem solid #ffffff;
  border-bottom: 1.8rem solid #ffffff;
  border-right: 1.2rem solid transparent;
}
[dir=ltr] .hotelstatus .cmp-hotelstatus:after {
  left: 100%;
}
[dir=rtl] .hotelstatus .cmp-hotelstatus:after {
  left: 0;
  right: 100%;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus:after {
    border-top: 1.5rem solid #ececeb;
    border-bottom: 1.5rem solid #ececeb;
    border-right: 1rem solid transparent;
  }
}

.gallery .cmp-gallery h1, .gallery .cmp-gallery .h1 {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
}
.gallery .cmp-gallery h2, .gallery .cmp-gallery .h2 {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
}
.gallery .cmp-gallery h3, .gallery .cmp-gallery .h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
}
.gallery .cmp-gallery h4, .gallery .cmp-gallery .h4 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
}
.gallery .cmp-gallery h5, .gallery .cmp-gallery .h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h1, .gallery .cmp-gallery .h1 {
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Inter", "Arial", Helvetica, sans-serif;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h2, .gallery .cmp-gallery .h2 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Inter", "Arial", Helvetica, sans-serif;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h3, .gallery .cmp-gallery .h3 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Inter", "Arial", Helvetica, sans-serif;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h4, .gallery .cmp-gallery .h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Inter", "Arial", Helvetica, sans-serif;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h5, .gallery .cmp-gallery .h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: normal;
    font-family: "Inter", "Arial", Helvetica, sans-serif;
  }
}
@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: 0;
  top: initial;
  background-color: #000;
  z-index: 1;
  transform: unset;
  width: 9rem;
  height: 8.5rem;
  text-indent: -20px;
  border: none;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    right: 5.5rem;
    left: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev::after {
  content: url("resources/icons/icon-carousel-arrow-left.png");
  font-family: unset;
}
@media (min-width: 993px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: -7rem;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: -2.5rem;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  content: url("resources/icons/icon-carousel-arrow-right.png");
  font-family: unset;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
  overflow: visible;
}
.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 1rem;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    height: 25.5rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    height: 45rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    height: 50rem;
    width: auto;
  }
}
@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: 2.4rem;
  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-top: 2rem;
}
.gallery .cmp-gallery .cmp-carousel--center-mode .slick-slider .image {
  text-align: center;
}

.hotel-highlights .sub-header {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 5rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .hotel-highlights .sub-header {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    line-height: 120%;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
  justify-content: center;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 2rem 1rem 3rem 1rem;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
  width: 18%;
  margin: 0 1% 6rem;
  font-size: 1.8rem;
  border-bottom: 0.2rem solid;
  padding: 0;
  padding-bottom: 0.8rem;
  border-bottom-color: #E4E1E0;
  word-wrap: break-word;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
  border-bottom-color: #a00062;
}
@media (max-width: 767px) {
  .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;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    position: relative;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    padding: 1.4rem 3rem 1.4rem 0;
    border-top: 0.2rem solid;
    border-top-color: #E4E1E0;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: normal;
    position: absolute;
    top: 0;
    margin: 1.4rem 2rem;
  }
  [dir=ltr] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    right: 0;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    left: 0;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    border-top-color: #a00062;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:after {
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: normal;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile:last-child {
    border-bottom: 0.2rem solid;
    border-bottom-color: #E4E1E0;
    margin: 2rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content {
  position: relative !important;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container {
    padding: 0 !important;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  text-align: center;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  margin: 3rem 0;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-desktop {
  display: none;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-desktop {
    display: block;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-mobile a:after {
  display: none;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-mobile {
    display: none;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link {
    margin-bottom: 3rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser {
    display: flex;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__image {
    width: 50%;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 7.5rem 10rem 0 12.5rem;
    width: 50%;
  }
  [dir=rtl] .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 7.5rem 12.5rem 0 10rem;
  }
}

.guest-reviews {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #54585a;
  font-size: 2rem;
  line-height: 3.4rem;
  align-items: center;
}
.guest-reviews .star-rating {
  display: inline;
  color: #cf0072;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 2px 0;
  letter-spacing: 1.5rem;
}
[dir=rtl] .guest-reviews .star-rating {
  letter-spacing: unset;
}
[dir=rtl] .guest-reviews .star-rating .fa-star:before {
  margin-left: 1.5rem;
}
.guest-reviews .IWSfrOutOf {
  display: inline;
  font-weight: normal;
  text-decoration: none;
  margin-right: 1rem;
}
.guest-reviews .IWSfrLink {
  display: inline;
  font-weight: normal;
  color: #7A0A4F;
}
.guest-reviews .IWSfrLink .tertiary {
  color: inherit;
  text-decoration: underline;
}

.cmp-map-hotel-info.cmp-map--mapinfo .row {
  display: grid;
  padding: 2rem 0;
  grid-template-areas: "left left left left left right 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: 1199px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    grid-template-areas: "left" "right";
    grid-template-columns: unset;
    position: relative;
  }
}
.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;
  width: 100%;
  min-height: 390px;
}
.cmp-map-hotel-info.cmp-map--mapinfo .google-map {
  max-height: 100%;
  min-height: 390px;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .google-map {
    width: 100%;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  grid-area: right;
  display: flex;
  flex-direction: column;
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-left: 6rem;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-right: 6rem;
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-left: 0;
  }
  [dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-right: 0;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 3.8rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin: 1.3rem 0;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
    margin: 1rem 2rem 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 #a00062;
  display: block;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title:after {
    margin: 2rem auto 0;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo strong {
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 2.7rem;
  margin: 0;
  padding-top: 3rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title strong {
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo address {
  padding-top: 1rem;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo address {
  float: right;
}
.cmp-map-hotel-info.cmp-map--mapinfo address [itemprop=email] {
  font-weight: 600;
  text-decoration: underline;
}
.cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@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;
}
.cmp-map-hotel-info.cmp-map--mapinfo .right-section {
  order: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button {
  margin-top: 1rem;
  order: 2;
  width: 100%;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
  text-decoration: underline;
  color: #7A0A4F;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a:hover {
  color: #a00062;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, 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;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section:last-of-type {
  flex-basis: 100%;
}

.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  justify-content: center;
}
@media (min-width: 993px) {
  .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: 45.6rem;
  }
}
[dir=ltr] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-left: unset;
  margin-left: 14%;
}
[dir=rtl] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-right: unset;
  margin-right: 14%;
}
@media (max-width: 767px) {
  .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: unset;
  }
  [dir=ltr] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    margin-left: unset;
  }
  [dir=rtl] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    margin-right: unset;
  }
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
  font-size: 3rem;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .map-info-title-style .cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
    padding-top: unset;
  }
}
.map-info-title-style .cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title strong {
  font-weight: 600;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .hotel-detail-container {
    padding: 0 2rem;
  }
}
.hotel-detail-container .cmp-accordion__item {
  border: none;
}
.hotel-detail-container .cmp-hotel-detail-container__title {
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-hotel-detail-container__title {
    font-size: 3rem;
  }
}
.hotel-detail-container .cmp-display-logic__text {
  font-size: 1.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.014em;
  padding-left: 0;
  margin: 0;
  padding-top: 0;
}
.hotel-detail-container .cmp-display-logic__text ul {
  padding-bottom: 18px;
}
.hotel-detail-container .cmp-accordion__title {
  color: #54585a;
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-style: normal;
  letter-spacing: 0.014em;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__title:before {
  left: 2rem;
  right: unset;
}
.hotel-detail-container .cmp-accordion__header {
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.hotel-detail-container .cmp-accordion__panel--expanded {
  padding: 0 2rem;
}
.hotel-detail-container .cmp-accordion__button {
  border: 0.2rem solid #E4E1E0;
  border-width: 0.1rem 0;
}
.hotel-detail-container .cmp-accordion__button--expanded {
  border-width: 0.1rem 0 0 0;
}
.hotel-detail-container .cmp-accordion__button--expanded .cmp-accordion__title {
  font-weight: normal;
}
.hotel-detail-container .cmp-accordion__button--expanded .cmp-accordion__title:before {
  color: #000;
}
.hotel-detail-container .cmp-accordion__title:before {
  color: #000;
}
.hotel-detail-container.transportation-details .cmp-display-logic__text ul {
  margin: 0;
  padding: 0;
}
.hotel-detail-container.amenities-list .cmp-display-logic {
  margin: 1.8rem 0;
}
.hotel-detail-container.amenities-list .cmp-display-logic ul {
  margin-left: -1.5rem;
  margin-top: -1.2rem;
}
.hotel-detail-container.hotel-detail-secondary-style .cmp-accordion__header {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: normal;
}
.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;
}

.hotel-amenities .vx-highlight-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 5%;
  flex-direction: row;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-items {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.hotel-amenities .vx-highlight-item {
  margin: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #54585a;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  flex-basis: 10%;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item {
    flex-basis: 25%;
  }
}

.cmp-meeting-room-card {
  padding: 4rem 2.5rem;
  max-width: 101rem;
  margin: 0 auto;
}
.cmp-meeting-room-card__list {
  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-meeting-room-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
}
.cmp-meeting-room-card__card {
  letter-spacing: 0.014em;
  color: #54585a;
}
.cmp-meeting-room-card__card h4 {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}
.cmp-meeting-room-card__card dl {
  margin: 0;
}
.cmp-meeting-room-card__card dd {
  margin: 0;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.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: 2.7rem;
  margin: 0.8rem 0 0;
}
.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;
}
@media (max-width: 767px) {
  .cmp-meeting-room-card__actions {
    flex-direction: column;
  }
}
.cmp-meeting-room-card__actions .cmp-button--tertiary {
  order: -1;
}
[dir=ltr] .cmp-meeting-room-card__actions .cmp-button--tertiary {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-meeting-room-card__actions .cmp-button--tertiary {
    padding-right: 0;
  }
}
[dir=rtl] .cmp-meeting-room-card__actions .cmp-button--tertiary {
  padding-left: 3rem;
}
@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 {
  text-decoration: underline;
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button::after {
  display: none;
}
.cmp-meeting-room-card__actions .cmp-button--tertiary .cmp-button .cmp-button__text {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.cmp-meeting-room-card__actions .cmp-button--primary .cmp-button__text {
  line-height: 2.2rem;
}

.cmp-rooms .rooms-header h2 {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.011em;
  font-size: 3.8rem;
  line-height: 5.2rem;
  margin-bottom: 3rem;
  color: #54585a;
}
@media (max-width: 767px) {
  .cmp-rooms .rooms-header h2 {
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.cmp-rooms .cmp-carousel__content {
  padding-bottom: 4.25rem;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel__content {
    padding-bottom: 3rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow {
  background-color: #000;
  width: 8rem;
  height: 8.5rem;
  z-index: 1;
  bottom: 0;
  top: unset;
  transform: unset;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow {
    width: 6rem;
    height: 6rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-prev {
  left: unset;
  right: 50%;
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-prev::after {
  content: url("resources/icons/icon-carousel-arrow-left.png");
  font-family: unset;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow.slick-prev {
    right: 6rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-next {
  right: unset;
  left: 50%;
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-next::after {
  content: url("resources/icons/icon-carousel-arrow-right.png");
  font-family: unset;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow.slick-next {
    right: 0;
    left: unset;
  }
}
.cmp-rooms .cmp-carousel .slick-dots {
  display: none !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: 50%;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__image {
    width: 100%;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__content {
  padding: 9rem 11.5rem;
  margin-top: 3rem;
  width: 50%;
  position: unset;
  order: -1;
  background: #ececeb;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 3rem 2rem;
    margin-top: 0;
    width: 100%;
    order: unset;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #54585a;
}
.cmp-rooms .cmp-carousel .cmp-teaser__description {
  letter-spacing: 0.014em;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #54585a;
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-rooms-button-link {
  margin-top: 1.8rem;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser .cmp-rooms-button-link {
    margin-top: 2.5rem;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-rooms-button-link {
  font-size: 1.8rem;
  font-weight: 600;
  color: #7A0A4F;
  line-height: 2.2rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.cmp-rooms .cmp-carousel .cmp-teaser .cmp-rooms-button-link:hover {
  color: #a00062;
}

.cmp-attraction-card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 15.5rem;
       column-gap: 15.5rem;
  row-gap: 3rem;
}
@media (min-width: 769px) {
  .cmp-attraction-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
}
@media (min-width: 1201px) {
  .cmp-attraction-card {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  [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.014em;
  color: #54585a;
  margin-top: 3rem;
}
.cmp-attraction-card .cmp-attraction-card__card p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name {
  margin-bottom: 1.8rem;
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name h3 {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.6rem;
}
@media (min-width: 769px) {
  .cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name h3 {
    font-size: 3rem;
  }
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__address {
  margin-bottom: 1.8rem;
}

.room-cards .cmp-room-cards {
  margin: 0 auto;
  max-width: 105rem;
}
@media (min-width: 768px) {
  .room-cards .cmp-room-cards {
    padding: 0 5rem;
  }
}
.room-cards .cmp-room-cards__title {
  line-height: 5.2rem;
  font-size: 4.3rem;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-cards__title {
    line-height: 4.1rem;
    font-size: 3.4rem;
  }
}
.room-cards .cmp-room-card__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__list-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.room-cards .cmp-room-card__image {
  width: 100%;
}
.room-cards .cmp-room-card__text-section {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__text-section {
    padding: 0 2rem;
  }
}
.room-cards .cmp-room-card__heading {
  line-height: 3.6rem;
  font-size: 3rem;
  font-weight: normal;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.room-cards .cmp-room-card__beds-detail {
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.room-cards .cmp-room-card__description {
  line-height: 2.7rem;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.cmp-restaurant-cards {
  max-width: 99rem;
  margin: 0 auto;
}
.cmp-restaurant-cards--container {
  display: flex;
  flex-direction: column;
  padding: 0 2.25rem;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--container {
    flex-direction: row;
    gap: 7rem;
    padding: 0;
  }
}
.cmp-restaurant-cards img {
  height: auto;
  width: 100%;
}
.cmp-restaurant-cards .cmp-restaurant-card__list {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-restaurant-card__list {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--half {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards--half {
    flex-direction: column;
  }
}
.cmp-restaurant-cards--title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  font-weight: 300;
  margin: unset;
  padding: 2rem 0 0 0;
  font-size: 4.3rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--title {
    margin: unset;
    padding: 3rem 0 0 2.25rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .cmp-restaurant-cards--title {
    padding-right: 2.25rem;
  }
}
.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--type {
  display: none;
}
.cmp-restaurant-cards p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.cmp-restaurant-cards--buttons {
  font-size: 1.8rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons {
    padding-bottom: 3.4rem;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons .cmp-button--tertiary {
    padding-top: 2.6rem;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--secondary {
  padding-top: 2.4rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons .cmp-button--secondary {
    padding-top: 3rem;
  }
}
.cmp-restaurant-cards .cmp-button__text {
  text-decoration: underline;
}
.cmp-restaurant-cards .cmp-button::after {
  display: none;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--location {
  display: none;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
  display: none;
}
.cmp-restaurant-cards--second--half {
  padding-top: 1rem;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location {
  display: block !important;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone {
  display: block !important;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location.hidden {
  margin: 0;
  padding: 0.5rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--serves {
  margin: 0;
  padding: 0.5rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone.hidden {
  margin: 0;
  padding: 0.5rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hour {
  margin: 0;
  padding: 0.5rem 0;
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow {
  background-color: #000;
  width: 8rem;
  height: 8.5rem;
  z-index: 1;
  bottom: -1rem;
  top: unset;
  transform: unset;
  text-indent: 15px;
}
@media (max-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow {
    width: 6rem;
    height: 6rem;
    bottom: -3rem;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
  left: unset;
  right: 78px;
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev::after {
  content: url("resources/icons/icon-carousel-arrow-left.png");
  font-family: unset;
}
@media (max-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    right: 6rem;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
  right: unset;
  left: 92%;
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next::after {
  content: url("resources/icons/icon-carousel-arrow-right.png");
  font-family: unset;
}
@media (max-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 0;
    left: unset;
  }
}
.cmp-restaurant-cards .cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .pagingInfo {
  display: none;
}
.digital-dir-variation .cmp-restaurant-cards {
  margin: unset;
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards .cmp-restaurant-card {
  background: unset;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards .cmp-restaurant-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  text-align: unset;
  margin-bottom: 3rem;
  font-size: 3.8rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title {
    font-size: 3.4rem;
  }
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title::after {
  content: "";
  width: 6rem;
  border-bottom: 0.2rem solid #a00062;
  display: block;
  margin-top: 2rem;
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.011em;
  color: #54585a;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
    font-size: 16px;
  }
}

#restaurant .cmp-button--primary .cmp-button {
  background-color: #fff;
}
#restaurant .cmp-button--primary .cmp-button__text {
  text-transform: none;
  color: #7A0A4F;
}
#restaurant .cmp-button--primary .cmp-button__text:hover {
  color: #a00062;
}

.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) {
  padding-bottom: 0;
  margin-bottom: -1rem;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .paging-container-wrapper {
  bottom: 3rem;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .pagingInfo {
  display: inline-block;
  margin: 0px 15px;
  font-size: 1.8rem;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .paging-container {
  height: 0px;
  padding: 10px 0;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .cmp-carousel__content .slick-arrow.slick-prev:after {
  line-height: 0.1;
  transform: rotate(0deg);
  border-left: 0px;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) .cmp-carousel__content .slick-arrow.slick-next:after {
  line-height: 0.1;
  transform: rotate(0deg);
  border-right: 0px;
}
.cmp-carousel--show-slide-counter:not(.cmp-carousel--show-dots) button.slick-arrow:before {
  position: relative;
}

@-moz-document url-prefix() {
  .digitaldir-dining .restaurant-cards .cmp-restaurant-cards--title-dining {
    padding-left: 10px;
  }
}