.font-rubik {
  font-family: 'Rubik', sans-serif;
}
.front-pmp .pmp-item[u1st-visualfocus]{
  border: 3px solid black
}

.visually-hidden,
.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.d-block {
  display: block;
}

.lines-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.no-user-selection {
  user-select: none;
}

.am-home-cats-grid {
  margin: 4.3rem 0 4.2rem;
}

.am-home-cats-grid .w-100 {
  width: 100%;
}

.am-home-cats-grid-title {
  font-size: 2.8rem;
  margin: 0 0 3.4rem;
  text-align: center;
  color: #363d50;
}

@media (max-width: 1199px) {
  .am-home-cats-grid-title {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 0.7rem;
  }
}

.am-home-cats-grid-items {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .am-home-cats-grid-items-wrapper {
    padding: 2.5rem 0 0;
  }
}

.am-home-cats-grid-items-nav {
  padding: 0 15px;
  display: flex;
  justify-content: center;
}

.am-home-cats-grid-items-nav .swiper-pagination-bullet {
  height: 0.2rem;
  background: #d9e4f5;
  width: 33%;
  border-radius: 0;
  opacity: 1;
}

.am-home-cats-grid-items-nav .swiper-pagination-bullet-active {
  background: #004bc1;
}

@media (max-width: 1199px) {
  .am-home-cats-grid-items-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.am-home-cats-grid .col-lg-1,
.am-home-cats-grid .col-lg-2,
.am-home-cats-grid .col-lg-3,
.am-home-cats-grid .col-lg-4,
.am-home-cats-grid .col-lg-5,
.am-home-cats-grid .col-lg-6,
.am-home-cats-grid .col-lg-7,
.am-home-cats-grid .col-lg-8,
.am-home-cats-grid .col-lg-9,
.am-home-cats-grid .col-lg-10,
.am-home-cats-grid .col-lg-11,
.am-home-cats-grid .col-lg-12 {
  float: right;
}

@media (max-width: 1199px) {

  .am-home-cats-grid .col-lg-1,
  .am-home-cats-grid .col-lg-2,
  .am-home-cats-grid .col-lg-3,
  .am-home-cats-grid .col-lg-4,
  .am-home-cats-grid .col-lg-5,
  .am-home-cats-grid .col-lg-6,
  .am-home-cats-grid .col-lg-7,
  .am-home-cats-grid .col-lg-8,
  .am-home-cats-grid .col-lg-9,
  .am-home-cats-grid .col-lg-10,
  .am-home-cats-grid .col-lg-11,
  .am-home-cats-grid .col-lg-12 {
    width: 100%;
    display: block;
  }
}

.ahcd-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto 3rem;
  padding: 2.6rem 3.9rem 2.6rem 2.9rem;
  height: 39.8rem;
  border-radius: 10px;
  box-shadow: -1px -1px 22px 0 rgba(82, 86, 91, 0.21);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.97, 0.49, 0, 0.91);
}

@media (max-width: 1199px) {
  .ahcd-item {
    width: 30rem !important;
    height: 30rem;
    margin-left: 2.7rem;
    padding: 2.6rem 3.1rem 2.6rem 2.2rem;
    box-shadow: -1px -1px 28px 0 rgba(121, 135, 157, 0.43);
    border-radius: 6px;
  }
}

@media (max-width: 575px) {
  .ahcd-item {
    width: 90% !important;
    height: 85vw;
  }
}

.ahcd-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  opacity: 0.78;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(52, 79, 112, 0.39) 20%, rgba(11, 31, 61, 0.84) 60%);
  z-index: 2;
}

.ahcd-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.19, 0.345, 0.195, 0.915);
}

.ahcd-item-title {
  position: relative;
  margin: 1.1rem 0 2.3rem;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  z-index: 3;
}

@media (max-width: 1199px) {
  .ahcd-item-title {
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem;
  }
}

.ahcd-item-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  float: left;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
  color: #ffffff;
  z-index: 3;
}

@media (max-width: 1199px) {
  .ahcd-item-button {
    font-size: 1.2rem;
  }
}

.ahcd-item-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ahcd-item-link:focus,
.ahcd-item-link:hover,
.ahcd-item-link:active {
  outline: none;
}

.ahcd-item-link:focus:before,
.ahcd-item-link:hover:before,
.ahcd-item-link:active:before {
  display: none;
}

.ahcd-item-link:focus:after,
.ahcd-item-link:hover:after,
.ahcd-item-link:active:after {
  display: none;
}

@media (max-width: 1199px) {
  .ahcd-item .am-hotel-type-label {
    min-width: 14rem;
  }
}

@media (max-width: 1199px) {
  .ahcd-item .am-hotel-type-label img {
    height: 1.8rem;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .ahcd-item .am-hotel-type-label-inner {
    height: 2.8rem;
    padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  }
}

@media (min-width: 1200px) {
  .ahcd-item:hover .ahcd-item-image {
    transform: scale(1.1);
  }
}

.am-hotel-type-label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 222px;
  text-align: center;
  z-index: 3;
}

.am-hotel-type-label-inner {
  height: 40px;
  padding: 7px 21px 6px 20px;
  border-radius: 4px;
}

.am-hotel-type-label-inner:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 30px;
  height: 20px;
  left: 0;
  top: 35%;
  opacity: 1;
  filter: blur(20px);
  transform: translateX(-240px) skewX(-50deg);
}

.am-hotel-type-label-inner:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 1px;
  height: 20px;
  left: 30px;
  top: 35%;
  opacity: 1;
  filter: blur(5px);
  transform: translateX(-240px) skewX(-50deg);
}

.am-hotel-type-label__collection .am-hotel-type-label-inner {
  background-color: #1a3575;
}

.am-hotel-type-label__exclusive .am-hotel-type-label-inner {
  background-color: #000000;
}

.am-hotel-type-label__design .am-hotel-type-label-inner {
  background-color: #39474f;
}

.am-hotel-type-label:focus {
  outline: 0;
}

.am-hotel-type-label:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  filter: blur(20px);
  transform: translateX(-100px) skewX(-50deg);
}

.am-hotel-type-label:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  width: 1px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 1;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-50deg);
}

.am-hotel-type-label:hover:before {
  animation: sheen-1 2.45s;
}

.am-hotel-type-label:hover:after {
  animation: sheen-2 2.45s;
}

.ahcd-item.is-animated .am-hotel-type-label:before {
  animation: sheen-1 2.45s;
}

.ahcd-item.is-animated .am-hotel-type-label:after {
  animation: sheen-2 2.45s;
}

.ahcd-item:hover .am-hotel-type-label:before {
  animation: sheen-1 2.45s;
}

.ahcd-item:hover .am-hotel-type-label:after {
  animation: sheen-2 2.45s;
}

.am-home-available-hotels {
  margin: 9rem 0;
  position: relative;
}

@media (max-width: 1199px) {
  .am-home-available-hotels {
    display: none;
  }
}

.am-home-available-hotels-inner {
  padding: 7.5rem 2rem 5rem 0.2rem;
  border: solid 1px #c8cbd6;
}

.ahal-block-logo {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 226px;
  background-color: #fbfcff;
  text-align: center;
}

.ahal-block-list-outer:not(:last-child) {
  margin-bottom: 6.1rem;
}

.ahal-block-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}

.ahal-block-list li {
  position: relative;
  color: #363d50;
}

.ahal-block-list li.is-unavailable {
  color: #71778e;
}

.ahal-block-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 0.345, 0.195, 0.915);
}

.ahal-block-list li a:hover {
  text-shadow: 0 0 0 #0060D7;
}

.ahal-block-list li a:hover:before,
.ahal-block-list li a:hover:after {
  display: none;
}

.ahal-block-list li span {
  font-weight: 500;
  font-size: 2rem;
}

.ahal-block-list li small {
  position: absolute;
  top: -1.2rem;
  right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: underline;
}

.ahal-block-list li .am-hotel-type-label {
  width: 12rem;
  min-width: 100%;
  margin-top: 0.3rem;
}

.ahal-block-list li .am-hotel-type-label:hover {
  cursor: pointer;
}

.ahal-block-list li .am-hotel-type-label:hover:before {
  animation: sheen-1 2s;
}

.ahal-block-list li .am-hotel-type-label:hover:after {
  animation: sheen-2 2s;
}

.ahal-block-list li .am-hotel-type-label-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  padding: 0 2.1rem 0 2rem;
}

.am-hotel-meta-header-inner .am-hotel-type-label {
  min-width: 14.9rem;
}

@media (max-width: 1199px) {
  .am-hotel-meta-header-inner .am-hotel-type-label {
    display: none;
  }
}

.am-hotel-meta-header-inner .am-hotel-type-label-inner {
  height: 3.2rem;
  padding: 0.7rem 1.6rem 0.5rem 1.7rem;
}

.am-hotel-meta-header-inner .am-hotel-type-label-inner img {
  height: 1.9rem;
}

.am-wrapper-with-labels .am-hotel-meta-header-inner .am-hotel-type-label:before {
  animation: sheen-1 2.45s;
}

.am-wrapper-with-labels .am-hotel-meta-header-inner .am-hotel-type-label:after {
  animation: sheen-2 2.45s;
}

.am-wrapper-with-labels .is-animated-label .am-hotel-type-label:before {
  animation: sheen-1 2.45s;
}

.am-wrapper-with-labels .is-animated-label .am-hotel-type-label:after {
  animation: sheen-2 2.45s;
}

.am-wrapper-with-labels .am-hotel-meta-location .am-hotel-meta-header-inner {
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-hotel-meta-location .am-hotel-meta-header-inner {
    margin-bottom: 1rem;
  }
}

.am-wrapper-with-labels .slick-list {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.am-wrapper-with-labels .am-hotel-meta-list li a {
  color: inherit;
  text-decoration: none;
  transition: text-shadow 0.2s;
}

.am-wrapper-with-labels .am-hotel-meta-list li a:focus,
.am-wrapper-with-labels .am-hotel-meta-list li a:hover {
  color: #0060D7;
}

.am-wrapper-with-labels .am-hotel-meta-list li a:focus:before,
.am-wrapper-with-labels .am-hotel-meta-list li a:focus:after,
.am-wrapper-with-labels .am-hotel-meta-list li a:hover:before,
.am-wrapper-with-labels .am-hotel-meta-list li a:hover:after {
  display: none;
}

.am-wrapper-with-labels .am-hotel-meta-list li a:active {
  text-shadow: 0 0 0.06rem #0060D7;
}

.am-wrapper-with-labels .am-card-location-note {
  display: flex;
  bottom: 8rem;
}

.am-wrapper-with-labels .am-order-links {
  bottom: 0;
}

.am-wrapper-with-labels .am-no-results .am-card-room-item p {
  margin-bottom: 51px;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-no-results .am-card-room-item p {
    margin-bottom: 0;
  }
}

.am-wrapper-with-labels .am-card-no-result-heading .am-hotel-type-label {
  position: absolute;
  min-width: 14.9rem;
  top: 2rem;
  left: 2rem;
}

@media (min-width: 1200px) {
  .am-wrapper-with-labels .am-card-no-result-heading .am-hotel-type-label {
    display: none;
  }
}

.am-wrapper-with-labels .am-card-no-result-heading .am-hotel-type-label-inner {
  height: 3.2rem;
  padding: 0.7rem 1.6rem 0.5rem 1.7rem;
}

.am-wrapper-with-labels .am-card-no-result-heading .am-hotel-type-label-inner img {
  height: 1.9rem;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-no-result-heading h3 {
    margin-top: 0.5rem;
    max-width: 48%;
  }
}

.am-wrapper-with-labels .am-slider-outer .am-hotel-type-label {
  position: absolute;
  min-width: 14.9rem;
  top: 2rem;
  left: 2rem;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-slider-outer .am-hotel-type-label {
    display: none;
  }
}

.am-wrapper-with-labels .am-slider-outer .am-hotel-type-label-inner {
  height: 3.2rem;
  padding: 0.7rem 1.6rem 0.5rem 1.7rem;
}

.am-wrapper-with-labels .am-slider-outer .am-hotel-type-label-inner img {
  height: 1.9rem;
}

.am-wrapper-with-labels .no-border:before {
  display: none;
}

.am-wrapper-with-labels .am-card-by-location .am-card-room-item {
  min-height: 28rem;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-by-location .am-card-room-item {
    min-height: auto;
  }
}

.am-wrapper-with-labels .am-price-wrapper-div.no-content {
  min-height: 6rem;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-hotel-meta-list {
    display: none;
  }
}

.am-wrapper-with-labels .am-slider-outer {
  border-radius: 6px;
}

.am-wrapper-with-labels .am-slider-outer .slider-track {
  transition: all 1s linear;
}

.am-wrapper-with-labels .am-slider-outer .slick-slide {
  height: 100%;
  position: relative;
  z-index: 1;
}

.am-wrapper-with-labels .am-slider-outer .slick-slide img {
  width: 100%;
  height: 280px;
  transition: all 1s linear;
  transform: scale(1.1);
}

.am-wrapper-with-labels .am-slider-outer .slick-slide.slick-active img {
  transform: scale(1);
}

.am-wrapper-with-labels .am-card-room-item-inner .am-order-links {
  top: 0;
  bottom: unset;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner .am-order-links {
    top: unset;
    bottom: 0;
  }
}

.am-wrapper-with-labels .am-card-room-item-inner div.am-card-room-item-3 {
  align-items: flex-start !important;
  padding-top: 1.5rem;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner div.am-card-room-item-3 {
    margin-top: 4rem !important;
  }
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner div.am-card-room-item-3 .am-price-wrapper-div {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner .am-initial-price {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.am-wrapper-with-labels .am-loc-sub-price-outer {
  position: relative;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-loc-sub-price-outer {
    padding-right: 1.5rem;
  }
}

.am-wrapper-with-labels .am-card-room-item-inner .am-order-links a,
.am-wrapper-with-labels .am-card-room-item-inner .am-order-links button {
  height: 5rem;
  justify-content: flex-start;
}

.am-wrapper-with-labels .am-card-room-item-inner .am-order-links a.is-disabled,
.am-wrapper-with-labels .am-card-room-item-inner .am-order-links button.is-disabled {
  height: 5rem;
  justify-content: center;
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner ul li:last-child:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .am-wrapper-with-labels .am-card-room-item-inner ul li:before {
    left: -0.3px;
    right: unset;
  }
}

.am-wrapper-with-labels .am-loc-sub-price {
  position: absolute;
  top: -5.5rem;
  color: #363d50;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 45px;
}

.am-wrapper-with-labels .am-loc-sub-price .am-price-wrapper-div-span {
  font-size: 1.3rem;
  font-weight: 500;
}

.am-wrapper-with-labels .am-loc-sub-price .am-loc-sub-price-span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  height: 40px;
  position: relative;
}

.am-wrapper-with-labels .am-loc-sub-price .am-loc-sub-price-span:first-child {
  padding-left: 8px;
}

.am-wrapper-with-labels .am-loc-sub-price .am-loc-sub-price-span:first-child:after {
  content: '';
  border-left: 1px dotted #a6a8b5;
  position: absolute;
  left: 0;
  height: 1.5rem;
  top: 0;
}

.am-wrapper-with-labels .am-loc-sub-price .am-loc-sub-price-span:nth-child(2) {
  padding-right: 8px;
  flex-basis: 50%;
}

.am-wrapper-with-labels .am-price-wrapper-div-span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.am-heading-divider {
  font-size: 2.4rem;
  font-weight: 500;
  color: #363d50;
  margin: 4.5rem 0 2.6rem 0;
}

@media (max-width: 1199px) {
  .am-heading-divider {
    padding: 0 1.5rem;
  }
}

.ahal-block-list.is-animated .am-hotel-type-label:before {
  animation: sheen-1 2s;
}

.ahal-block-list.is-animated .am-hotel-type-label:after {
  animation: sheen-2 2s;
}

@keyframes sheen-1 {
  from {
    transform: translateX(-100px) skewX(-50deg);
    opacity: 1;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 1;
  }
}

@keyframes sheen-2 {
  from {
    transform: translateX(-100px) skewX(-50deg);
    opacity: 1;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 1;
  }
}

@keyframes sheen-3 {
  from {
    transform: translateX(-350px) skewX(-50deg);
    opacity: 0.4;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 0.4;
  }
}

@keyframes sheen-4 {
  from {
    transform: translateX(-350px) skewX(-50deg);
    opacity: 0.4;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 0.4;
  }
}

.front-banner {
  position: relative;
  height: 43.75rem;
  overflow: hidden;
}

@media (max-width: 1599px) {
  .front-banner {
    height: 33.75rem;
  }
}

@media (max-width: 1279px) {
  .front-banner {
    height: 30.125rem;
  }
}

@media (max-width: 1199px) {
  .front-banner {
    height: 27rem;
  }
}

.front-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.625rem;
    object-fit: cover;
    opacity: unset;
    transition: opacity 1s;
}

@media (max-width: 1599px) {
    .front-banner .banner-video {
    height: 37.5rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-video {
    height: 30.125rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-video {
    height: 29.75rem;
  }
}

@media (max-width: 839px) {
  .front-banner .banner-video {
    height: calc(100vh - 94px);
  }
}

.front-banner .banner-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
@media (max-width: 839px) {
    .front-banner .banner-video-wrapper {
        height: calc(100vh - 94px);
        padding-bottom: 0;
    }
}

.front-banner .banner-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.25rem 10.9375rem;
  color: #ffffff;
  overflow: hidden;
  z-index: 150;
}

@media (max-width: 1599px) {
  .front-banner .banner-meta {
    padding: 6.25rem 8.4375rem;
  }
}

@media (max-width: 1399px) {
  .front-banner .banner-meta {
    padding: 6.25rem 7.5rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-meta {
    padding: 3.125rem 6.25rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-meta {
    padding: 3.125rem 2rem;
  }
}

.front-banner .banner-side-block {
  display: none;
  position: absolute;
  padding: 0.625rem;
  width: 31.25rem;
  height: 12.5rem;
  bottom: 4.375rem;
  left: -37.5rem;
  border-radius: 0 5px 5px 0;
  background: #ffffff;
  color: #000000;
  animation: slide-in-left-banner-popup 1s forwards ease-in-out;
}

@media (max-width: 1399px) {
  .front-banner .banner-side-block {
    height: 11.5625rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block {
    width: 21.875rem;
    height: 8.125rem;
    bottom: 2.5rem;
    padding: 0.375rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block {
    width: 18.125rem;
    height: 6.25rem;
  }
}

@media (max-width: 319px) {
  .front-banner .banner-side-block {
    width: 17.1875rem;
  }
}

.front-banner .banner-side-block.is-loaded {
  display: block;
}

.front-banner .banner-side-block .side-block {
  width: 50%;
}

.front-banner .banner-side-block .side-block__inner {
  display: flex;
}

.front-banner .banner-side-block .side-block-close-trigger {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 40;
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-close-trigger {
    left: 0.25rem;
    top: 0.25rem;
  }
}

.front-banner .banner-side-block .side-block-close-trigger img {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-close-trigger img {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-close-trigger img {
    width: 1rem;
    height: 1rem;
  }
}

.front-banner .banner-side-block .side-block-1 img {
  display: block;
  border-radius: 0.25rem;
}

@media (max-width: 1399px) {
  .front-banner .banner-side-block .side-block-1 img {
    height: 10.3125rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-1 img {
    width: 10.625rem;
    height: 7.375rem;
    object-fit: cover;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-1 img {
    width: 7.75rem;
    height: 5.5rem;
  }
}

.front-banner .banner-side-block .side-block-2 {
  display: flex;
  padding: 0 1.25rem;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2 {
    padding: 0 0 0 0.875rem;
  }
}

.front-banner .banner-side-block .side-block-2 b {
  font-weight: 400;
}

.front-banner .banner-side-block .side-block-2-top {
  padding-bottom: 0.3125rem;
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-top {
    padding-bottom: 0;
  }
}

.front-banner .banner-side-block .side-block-2-top span:first-child {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-2-top span:first-child {
    font-size: 1rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-top span:first-child {
    font-size: 0.875rem;
    line-height: 0.75rem;
  }
}

.front-banner .banner-side-block .side-block-2-top span:last-child {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-2-top span:last-child {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-top span:last-child {
    font-size: 0.75rem;
  }
}

.front-banner .banner-side-block .side-block-2-bottom {
  padding-top: 0.3125rem;
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-bottom {
    padding-top: 0;
  }
}

.front-banner .banner-side-block .side-block-2-bottom span:first-child {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-2-bottom span:first-child {
    font-size: 0.8125rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-bottom span:first-child {
    font-size: 0.6875rem;
    line-height: 1rem;
  }
}

.front-banner .banner-side-block .side-block-2-bottom span:nth-child(2) {
  font-size: 1.5rem;
}

@media (max-width: 1279px) {
  .front-banner .banner-side-block .side-block-2-bottom span:nth-child(2) {
    font-size: 1.125rem;
    line-height: 1rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-bottom span:nth-child(2) {
    font-size: 0.8125rem;
    line-height: 0.75rem;
  }
}

.front-banner .banner-side-block .side-block-2-bottom span:last-child {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (max-width: 1199px) {
  .front-banner .banner-side-block .side-block-2-bottom span:last-child {
    font-size: 0.75rem;
  }
}

.front-banner .banner-side-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes slide-in-left-banner-popup {
  from {
    left: -600;
  }

  to {
    left: 0;
  }
}

.front-banner .banner-title {
  margin: 0;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.11;
}

@media (max-width: 1599px) {
  .front-banner .banner-title {
    font-size: 3.75rem;
  }
}

@media (max-width: 1399px) {
  .front-banner .banner-title {
    font-size: 3.375rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-title {
    font-size: 2.75rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-title {
    margin-top: 3.125rem;
    font-size: 2.25rem;
  }
}

.front-banner .banner-description {
  font-size: 1.5rem;
  position: relative;
}

@media (max-width: 1199px) {
  .front-banner .banner-description {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }

  .front-banner .banner-description:after {
    content: '';
    position: absolute;
    bottom: -0.625rem;
    right: 0;
    width: 2.5rem;
    height: 0.0625rem;
    border-top: 2px solid #ffffff;
  }
}

.front-banner .banner-sound-trigger {
  position: absolute;
  bottom: 1.375rem;
  right: 1.875rem;
  background: url("../images/banner/off.svg") no-repeat center/contain;
  border: none;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
  transition: background-image 0.2s;
  cursor: pointer;
}

@media (max-width: 1399px) {
  .front-banner .banner-sound-trigger {
    width: 2.375rem;
    height: 2.375rem;
  }
}

@media (max-width: 1279px) {
  .front-banner .banner-sound-trigger {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 1199px) {
  .front-banner .banner-sound-trigger {
    bottom: 1rem;
    right: 1rem;
  }
}

.front-banner .banner-sound-trigger.is-sound-on {
  background-image: url("../images/banner/on.svg");
}

.member-login-section {
  padding-bottom: 0.125rem;
  padding-top: 1rem;
  text-align: center;
}

@media (max-width: 1279px) {
  .member-login-section {
    padding-top: 4rem;
  }
}

@media (max-width: 1023px) {
  .member-login-section {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

.member-login-section .am-container {
  position: relative;
}

.member-login-section .am-container:after {
  content: '';
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1023px) {
  .member-login-section .am-container:after {
    bottom: -2.5rem;
  }
}

.member-login-section .is-title {
  width: 23.75rem;
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 400;
  color: #363d50;
}

@media (max-width: 1023px) {
  .member-login-section .is-title {
    width: auto;
    padding: 0 1.375rem;
    font-size: 1.375rem;
  }
}

.member-login-section .is-description {
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  .member-login-section .is-description {
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}

.member-login-section .am-login-submit {
  margin: 1.25rem 0.875rem 0;
}

@media (max-width: 1199px) {
  .member-login-section .am-login-submit {
    margin: 0.625rem 0.5rem 0;
  }
}

.member-login-section .am-login-submit.is-filled {
  color: #000000;
  background: #ffc800;
}

.member-login-section .am-login-submit.is-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.125rem;
  margin-top: 0.5rem;
  height: 2.5rem;
  padding: 0 1.375rem;
  border-radius: 1.25rem;
  background-color: #ffc800;
  border: 2px solid #ffc800;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  transition: box-shadow 0.2s;
  box-shadow: 0 4px 6px 0 rgba(255, 203, 3, 0.8);
}

.front-hotels {
  padding-top: 3.4375rem;
  padding-bottom: 0;
  overflow: hidden;
  background: #F6FAFF;
  border-bottom: 1px solid #CBDDFC;
}

@media (max-width: 1023px) {
  .front-hotels {
    padding-top: 1.6rem;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #fbfdff, #f6faff);
  }
}

.front-hotels .am-container {
  position: relative;
}

@media (max-width: 1439px) {
  .front-hotels .am-container {
    max-width: 1060px;
  }
}

@media (max-width: 1199px) {
  .front-hotels .am-container {
    max-width: 830px;
  }
}

@media (max-width: 1023px) {
  .front-hotels .am-container {
    padding-right: 0.9375rem;
    padding-left: 0;
  }
}

.front-hotels__grid {
  display: flex;
}

.front-hotels .fh-grid {
  padding: 0.625rem;
}

@media (max-width: 1023px) {
  .front-hotels .fh-grid .swiper-slide {
    width: 5.5rem !important;
  }
}

.front-hotels .fh-grid-item {
  width: 100%;
  height: 12.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 12px 0 rgba(178, 194, 209, 0.5);
  background-color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s;
}

@media (max-width: 1599px) {
  .front-hotels .fh-grid-item {
    height: 10rem;
    padding: 0.4rem 0.362rem 0.7rem 0.425rem;
  }
}

@media (max-width: 1399px) {
  .front-hotels .fh-grid-item {
    height: 9.5rem;
  }
}

@media (max-width: 1199px) {
  .front-hotels .fh-grid-item {
    height: 8.4rem;
    border-radius: 0.375rem;
    padding: 0.3rem 0.3rem 0.7rem 0.3rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels .fh-grid-item {
    height: 7.6rem;
  }
}

.front-hotels .fh-grid-item .poster {
  width: 100%;
  height: 7.375rem;
  margin-bottom: 1rem;
}

@media (max-width: 1599px) {
  .front-hotels .fh-grid-item .poster {
    height: 5.7rem;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels .fh-grid-item .poster {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels .fh-grid-item .poster {
    height: 4.562rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels .fh-grid-item .poster {
    height: 4.262rem;
  }
}

.front-hotels .fh-grid-item .poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.front-hotels .fh-grid-item .meta {
  text-align: center;
}

.front-hotels .fh-grid-item .meta-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #363d50;
}

@media (max-width: 1599px) {
  .front-hotels .fh-grid-item .meta-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 1199px) {
  .front-hotels .fh-grid-item .meta-title {
    font-size: 0.773rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels .fh-grid-item .meta-title {
    font-size: 0.967rem;
    line-height: 1.1rem;
  }
}

.front-hotels__container {
  margin-top: 3.3rem;
}

@media (max-width: 1399px) {
  .front-hotels__container {
    margin-top: 3rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container {
    margin-top: 2.6rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container {
    margin-top: 2.2rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container {
    margin-top: 1.65rem;
  }
}

.front-hotels__container .fh-hotel-item {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.4375rem;
}

@media (max-width: 1439px) {
  .front-hotels__container .fh-hotel-item {
    margin-bottom: 2.8125rem;
  }
}

.front-hotels__container .fh-hotel-item.is-active {
  display: flex;
  animation: animate-opacity 0.2s forwards;
}

@media (max-width: 1023px) {
  .front-hotels__container .fh-hotel-item.is-active {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.front-hotels__container .fh-hotel-item.is-single .swiper-button-next {
  display: none;
}

@keyframes animate-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.front-hotels__container .hotel-navigation {
  width: 16.25rem;
  height: 24.6875rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-navigation {
    width: 12.5rem;
    height: 20rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-navigation {
    height: 18rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-navigation {
    height: 15rem;
  }
}

.front-hotels__container .hotel-navigation .mobile-close-title {
  display: none;
  align-items: center;
  font-size: 1.75rem;
  margin-top: -1.8rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
}

.front-hotels__container .hotel-navigation .mobile-close-title img {
  margin-left: 0.3125rem;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation .mobile-close-title {
    display: flex;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .front-hotels__container .hotel-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation {
    width: 100%;
    height: auto;
    padding-right: 0.625rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation .hotels-pagination {
    display: none;
  }
}

.front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: 3rem;
    border-radius: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0.5625rem 0;
    opacity: 1;
    user-select: none;
}

@media (max-width: 1599px) {
    .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet {
        font-size: 1.001rem;
        height: 2.375rem;
    }
}

@media (max-width: 1439px) {
    .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet {
        font-size: 1rem;
    }
}

@media (max-width: 1279px) {
    .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet {
        font-size: 0.875rem;
        height: 2rem;
    }
}

.front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active {
  display: flex;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
  padding-right: 3.6rem;
  flex-direction: column-reverse;
  justify-content: center;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active {
    font-size: 1.202rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active {
    padding-right: 3rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active {
    font-size: 0.901rem;
  }
}

.front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  top: 56%;
  right: 0;
  content: '\00B7  \00B7  \00B7';
  font-size: 32px;
  transform: translate(0, -50%);
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet-active:before {
    font-size: 26px;
  }
}

.front-hotels__container .hotel-navigation-slider {
  display: none;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation-slider {
    display: block;
    margin-bottom: 0.6rem;
    padding: 0.5rem 0.5rem;
  }
}

.front-hotels__container .hotel-navigation .swiper-slide {
  width: auto !important;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation .swiper-slide.is-checked span {
    border: solid 1px #002d74;
    background-color: #f6faff;
    transition: background-color 0.15s linear 0.4s;
    animation: animate-check-button 0.4s linear;
  }
}

.front-hotels__container .hotel-navigation .swiper-slide.is-checked span:after {
  position: absolute;
  right: 0.1875rem;
  top: 0.3125rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #002d74;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-navigation .swiper-slide.is-checked span:after {
    top: -0.375rem;
    right: -0.5rem;
    width: 1.1875rem;
    height: 1.1875rem;
    background-image: url("../images/hotels/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transform: scale(0);
    animation: animate-opacity 0.15s linear 0.4s forwards;
  }
}

.front-hotels__container .hotel-navigation .swiper-slide span {
    font-size: 0.875rem;
}

@media (max-width: 1023px) {
    .front-hotels__container .hotel-navigation .swiper-slide span {
        border-radius: 13.4px;
        border: solid 1px rgba(54, 61, 80, 0.59);
        padding: 0.3rem 0.8rem;
        color: #363d50;
    }
}

@keyframes animate-opacity {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes animate-check-button {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.front-hotels__container .hotel-slider {
  width: calc(100vw - 200px - ((100vw - 1570px) / 2));
  padding: 0.9375rem;
  right: 18.75rem;
  position: absolute;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slider {
    width: calc(100vw - 200px - ((100vw - 1230px) / 2));
    right: 13.75rem;
  }
}

@media (max-width: 1399px) {
  .front-hotels__container .hotel-slider {
    width: calc(100vw - 200px - ((100vw - 1036px) / 2));
    right: 13.4375rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slider {
    width: calc(100vw - 200px - ((100vw - 1036px) / 2));
    right: 15rem;
  }
}

@media (max-width: 1199px) {
  .front-hotels__container .hotel-slider {
    width: calc(100vw - 200px - ((100vw - 992px) / 2));
    right: 9rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider {
    position: static;
    width: 100%;
    padding: 0.625rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide {
    width: 15rem !important;
    height: 100% !important;
  }
}

.front-hotels__container .hotel-slider .swiper-slide .hotel-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 9.3px;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide .hotel-slide .overlay {
    display: none;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide .hotel-slide-wrapper {
    height: 385px;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide .hotel-slide {
    height: 100%;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-active .hotel-slide .overlay {
  background: linear-gradient(to bottom, rgba(54, 61, 80, 0), rgba(54, 61, 80, 0));
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide {
  width: calc(928px / 2);
  animation: animate-slider-transition-width-revers 1s forwards;
}

@media (max-width: 1919px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide {
    width: calc(750px / 2);
    animation: animate-slider-transition-width-revers-xxxxl 1s forwards;
  }
}

@media (max-width: 1399px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide {
    width: calc(700px / 2);
    animation: animate-slider-transition-width-revers-xxl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide {
    width: 15rem;
    animation: none;
    height: 100%;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide-right {
  margin-left: calc(-928px / 2);
  animation: animate-slider-transition-right-revers 1s forwards;
}

@media (max-width: 1919px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide-right {
    margin-left: calc(-750px / 2);
    animation: animate-slider-transition-right-revers-xxxxl 1s forwards;
  }
}

@media (max-width: 1399px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide-right {
    margin-left: calc(-700px / 2);
    animation: animate-slider-transition-right-revers-xxl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide-right {
    animation: none;
    margin-left: 0;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide .overlay {
  animation: animate-slider-transition-revers 1s forwards;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-prev .hotel-slide .overlay {
    animation: none;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide {
  width: calc(928px / 2);
  animation: animate-slider-transition-width-revers 1s forwards;
}

@media (max-width: 1919px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide {
    width: calc(750px / 2);
    animation: animate-slider-transition-width-revers-xxxxl 1s forwards;
  }
}

@media (max-width: 1399px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide {
    width: calc(700px / 2);
    animation: animate-slider-transition-width-revers-xxl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide {
    width: 15rem;
    animation: none;
    height: 100%;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide-right {
  margin-left: calc(-928px / 2);
  animation: animate-slider-transition-right-revers 1s forwards;
}

@media (max-width: 1919px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide-right {
    margin-left: calc(-750px / 2);
    animation: animate-slider-transition-right-revers-xxxxl 1s forwards;
  }
}

@media (max-width: 1399px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide-right {
    margin-left: calc(-700px / 2);
    animation: animate-slider-transition-right-revers-xxl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide-right {
    margin-left: 0;
    animation: none;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide .overlay {
  animation: animate-slider-transition-revers 1s forwards;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.swiper-slide-next .hotel-slide .overlay {
    animation: none;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide {
  animation: animate-slider-transition-width 1s forwards;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide {
    animation: animate-slider-transition-width-xxxl 1s forwards;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide {
    animation: animate-slider-transition-width-xxl 1s forwards;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide {
    animation: animate-slider-transition-width-xl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide {
    animation: none;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide-right {
  animation: animate-slider-transition-right 1s forwards;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide-right {
    animation: animate-slider-transition-right-xxxl 1s forwards;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide-right {
    animation: animate-slider-transition-right-xxl 1s forwards;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .hotel-slide-right {
    animation: none;
  }
}

.front-hotels__container .hotel-slider .swiper-slide.to-be-changed .overlay {
  animation: animate-slider-transition 0.5s forwards;
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slider .swiper-slide.to-be-changed .overlay {
    animation: none;
  }
}

@keyframes animate-slider-transition {
  from {
    background: rgba(54, 61, 80, 0.7);
  }

  to {
    background: rgba(54, 61, 80, 0);
  }
}

@keyframes animate-slider-transition-right {
  from {
    margin-left: calc(-928px / 2);
  }

  to {
    margin-left: 0;
  }
}

@keyframes animate-slider-transition-right-xxxl {
  from {
    margin-left: -23.4375rem;
  }

  to {
    margin-left: 0;
  }
}

@keyframes animate-slider-transition-right-xxl {
  from {
    margin-left: -20.9375rem;
  }

  to {
    margin-left: 0;
  }
}

@keyframes animate-slider-transition-right-revers {
  from {
    margin-left: 0;
  }

  to {
    margin-left: calc(-928px / 2);
  }
}

@keyframes animate-slider-transition-right-revers-xxxl {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -23.4375rem;
  }
}

@keyframes animate-slider-transition-right-revers-xxl {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -20.9375rem;
  }
}

@keyframes animate-slider-transition-width {
  from {
    width: calc(928px / 2);
  }

  to {
    width: 928px;
  }
}

@keyframes animate-slider-transition-width-xxxxl {
  from {
    width: calc(750px / 2);
  }

  to {
    width: 750px;
  }
}

@keyframes animate-slider-transition-width-xxl {
  from {
    width: 20.9375rem;
  }

  to {
    width: 41.875rem;
  }
}

@keyframes animate-slider-transition-width-xl {
  from {
    width: 16.9375rem;
  }

  to {
    width: 33.875rem;
  }
}

@keyframes animate-slider-transition-width-revers {
  from {
    width: 928px;
  }

  to {
    width: calc(928px / 2);
  }
}

@keyframes animate-slider-transition-width-revers-xxxxl {
  from {
    width: 750px;
  }

  to {
    width: calc(750px / 2);
  }
}

@keyframes animate-slider-transition-width-revers-xxl {
  from {
    width: 700px;
  }

  to {
    width: calc(700px / 2);
  }
}

@keyframes animate-slider-transition-revers {
  from {
    background: rgba(54, 61, 80, 0);
  }

  to {
    background: rgba(54, 61, 80, 0.7);
  }
}

.front-hotels__container .hotel-slider .swiper-button-prev,
.front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 70%;
  z-index: 99999;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/hotels/slide-arrow.svg") no-repeat center;
  border-radius: 50%;
}

@media (max-width: 1599px) {

  .front-hotels__container .hotel-slider .swiper-button-prev,
  .front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
    right: 71.2%;
  }
}

@media (max-width: 1439px) {

  .front-hotels__container .hotel-slider .swiper-button-prev,
  .front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
    right: 77%;
    top: 48%;
  }
}

@media (max-width: 1279px) {

  .front-hotels__container .hotel-slider .swiper-button-prev,
  .front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
    right: 69%;
  }
}

@media (max-width: 1199px) {

  .front-hotels__container .hotel-slider .swiper-button-prev,
  .front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
    right: 77%;
  }
}

@media (max-width: 1023px) {

  .front-hotels__container .hotel-slider .swiper-button-prev,
  .front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.front-hotels__container .hotel-slider .swiper-button-prev:after,
.front-hotels__container .hotel-slider.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.front-hotels__container .hotel-slide {
  position: relative;
  display: flex;
  width: 58rem;
  height: 24.6875rem;
  border-radius: 9.3px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(178, 194, 209, 0.5);
  overflow: hidden;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide {
    width: 46.875rem;
    height: 20rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide {
    width: 41.875rem;
    height: 17.875rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide {
    height: 14.25rem;
    width: 33.875rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide {
    display: flex;
    flex-direction: column;
    width: 15rem;
    height: auto;
  }
}

.front-hotels__container .hotel-slide-right {
  width: calc(928px / 2);
  flex-basis: calc(928px / 2);
  height: 100%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-right {
    width: 23.4375rem;
    flex-basis: 23.4375rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-right {
    width: 20.9375rem;
    flex-basis: 20.9375rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-right {
    width: 16.875rem;
    flex-basis: 16.875rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-right {
    display: block;
    width: 15rem;
    flex-basis: 11rem;
    height: 11rem;
  }
}

.front-hotels__container .hotel-slide-right .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-hotels__container .hotel-slide-right .meta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(11%, rgba(52, 79, 112, 0.4)), color-stop(0%, rgba(11, 31, 61, 0.4)));
}

.front-hotels__container .hotel-slide-right .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  width: 4.188rem;
  height: 4.188rem;
  padding: 0;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-right .play-button {
    width: 3.375rem;
    height: 3.375rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-right .play-button {
    width: 2.438rem;
    height: 2.438rem;
  }
}

.front-hotels__container .hotel-slide-right .play-button img {
  width: 100%;
  height: 100%;
}

.front-hotels__container .hotel-slide-right .ahcd-item {
  background: transparent;
  height: auto;
  box-shadow: none;
  max-width: 100%;
  position: absolute;
  top: 2.5rem;
  left: 1.875rem;
  width: auto !important;
  padding: 0;
  border-radius: 0;
  overflow: initial;
  margin: 0 !important;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-right .ahcd-item {
    top: 1.9rem;
    left: 1.475rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-right .ahcd-item {
    top: 0.625rem;
    left: 0.625rem;
  }
}

.front-hotels__container .hotel-slide-right .am-hotel-type-label {
  min-width: auto;
}

.front-hotels__container .hotel-slide-right .ahcd-item-label {
  width: 10.065rem;
  height: 2.03rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-right .ahcd-item-label {
    width: 8.133rem;
    height: 1.64rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-right .ahcd-item-label {
    width: 6.198rem;
    height: 1.25rem;
  }
}

.front-hotels__container .hotel-slide-right .ahcd-item-label img {
  width: 100%;
  height: auto;
}

.front-hotels__container .hotel-slide-right .am-hotel-type-label-inner {
  height: 2.1875rem;
  padding: 0.5rem 1.3125rem 0.3125rem 1.25rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-right .am-hotel-type-label-inner {
    height: 1.75rem;
    padding: 0.3rem 0.875rem 0.1875rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-right .am-hotel-type-label-inner {
    height: 1.5rem;
    padding: 0.1875rem 0.4375rem 0.3125rem;
  }
}

.front-hotels__container .hotel-slide-left {
  width: calc(928px / 2);
  flex-basis: calc(928px / 2);
  display: flex;
  height: 100%;
  position: relative;
  padding: 2rem 3rem;
  flex-direction: column;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left {
    width: 23.4375rem;
    flex-basis: 23.4375rem;
    padding: 2rem 2.5rem 1.75rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-left {
    width: 20.9375rem;
    flex-basis: 20.9375rem;
    padding: 2rem 2.5rem 1.25rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-left {
    width: 16.9375rem;
    flex-basis: 16.9375rem;
    padding: 1.25rem 1.813rem;
  }
}

@media (max-width: 1023px) {
    .front-hotels__container .hotel-slide-left {
        width: 15rem;
        flex-basis: auto;
        height: 100%;
        padding: 0.8rem 1.25rem;
        background: #ffffff;
        justify-content: space-between;
    }
}

.front-hotels__container .hotel-slide-left .title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
}
    .front-hotels__container .hotel-slide-left .title a {
        color: #000000;
        text-decoration: none;
    }
    @media (max-width: 1599px) {
        .front-hotels__container .hotel-slide-left .title {
    margin-top: 0.375rem;
    margin-bottom: 0.25rem;
    font-size: 1.616rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-left .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-left .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023px) {
    .front-hotels__container .hotel-slide-left .title {
        font-size: 1.25rem;
        margin-bottom: 0.4375rem;
        max-height: 1em;
        overflow: hidden;
        line-height: 1em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.front-hotels__container .hotel-slide-left .meta {
  display: flex;
}

.front-hotels__container .hotel-slide-left .meta p {
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
  gap: 0.3125rem;
  color: #363d50;
  font-size: 1.015rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .meta p {
    font-size: 0.82rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-left .meta p {
    font-size: 0.733rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .meta p {
    font-size: 0.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .meta p img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .meta p img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.front-hotels__container .hotel-slide-left .is-listing {
  margin-top: 0.625rem;
  flex-grow: 1;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .is-listing {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .is-listing {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 5rem;
  }
}

.front-hotels__container .hotel-slide-left .is-listing p {
  font-size: 1rem;
  line-height: 1.25;
  color: #51556c;
  margin: 0.75rem 0;
  padding-left: 0.625rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .is-listing p {
    font-size: 0.808rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-left .is-listing p {
    font-size: 0.733rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-left .is-listing p {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
    .front-hotels__container .hotel-slide-left .is-listing p {
        font-size: 0.813rem;
        line-height: 1;
        margin: 0.5rem 0;
        padding-left: 0;       
    }
}

.front-hotels__container .hotel-slide-left .is-listing p span {
  padding-left: 1.375rem;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .is-listing p span {
    padding-left: 1rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-left .is-listing p span {
    padding-left: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .is-listing p span {
    padding-left: 0.75rem;
  }
}

.front-hotels__container .hotel-slide-left .is-listing p span:not(:first-child) {
  position: relative;
}

.front-hotels__container .hotel-slide-left .is-listing p span:not(:first-child):after {
  position: absolute;
  right: -0.8125rem;
  top: 0;
  bottom: 0;
  content: '';
  border-left: dotted 1px #a6a8b5;
}

@media (max-width: 1919px) {
  .front-hotels__container .hotel-slide-left .is-listing p span:not(:first-child):after {
    right: -0.5625rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels__container .hotel-slide-left .is-listing p span:not(:first-child):after {
    right: -0.35rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .is-listing p span:not(:first-child):after {
    height: 0.8125rem;
    right: -0.5rem;
  }
}

.front-hotels__container .hotel-slide-left .link {
  font-size: 1.305rem;
  font-weight: bold;
  color: #002d74;
  letter-spacing: 0.46px;
}

@media (max-width: 1599px) {
  .front-hotels__container .hotel-slide-left .link {
    font-size: 1.054rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels__container .hotel-slide-left .link {
    font-size: 0.838rem;
  }
}

@media (max-width: 1023px) {
  .front-hotels__container .hotel-slide-left .link {
    font-size: 0.875rem;
  }
}

.front-hotels.is-active {
  background-image: linear-gradient(to top, #f6f7f9 50%, #e4e6eb);
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .front-hotels.is-active {
    background-image: linear-gradient(to bottom, #fbfdff, #f6faff);
    margin-bottom: 0;
  }
}

.front-hotels.is-active .am-container:after {
  display: none;
}

.front-hotels.is-active .fh-grid-item:not(.is-active) {
  opacity: 0.45;
}

.front-hotels.is-active .fh-grid-item:not(.is-active):hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .front-hotels.is-active .fh-grid {
    display: none;
  }
}

@media (max-width: 1023px) {
  .front-hotels.is-active .front-heading {
    display: none;
  }
}

.front-heading {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 1599px) {
  .front-heading {
    margin: 0 0 1.375rem;
  }
}

@media (max-width: 1439px) {
  .front-heading {
    font-size: 2.25rem;
    line-height: 1.06;
  }
}

@media (max-width: 1199px) {
  .front-heading {
    font-size: 2rem;
  }
}

@media (max-width: 839px) {
  .front-heading {
    font-size: 1.625rem;
    margin: 0 0.625rem 0.625rem;
    font-weight: 400;
  }
}

.front-pmp {
  padding-top: 4.0625rem;
  padding-bottom: 3.4375rem;
}

@media (max-width: 1599px) {
  .front-pmp {
    padding-bottom: 2.4375rem;
  }
}

@media (max-width: 1439px) {
  .front-pmp {
    padding-top: 3rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

.front-pmp .front-heading {
  margin-bottom: 3.125rem;
}

@media (max-width: 1599px) {
  .front-pmp .front-heading {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .front-heading {
    margin-bottom: 1.375rem;
  }
}

.front-pmp .am-container {
  position: relative;
}

@media (max-width: 1023px) {
  .front-pmp .am-container {
    padding-right: 0.9375rem;
    padding-left: 0;
  }
}

.front-pmp .am-container:after {
  content: '';
  position: absolute;
  bottom: -3.25rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1599px) {
  .front-pmp .am-container:after {
    bottom: -2.35rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .am-container:after {
    bottom: -0.6rem;
  }
}

.front-pmp .swiper-button-prev,
.front-pmp .swiper-container-rtl .swiper-button-next,
.front-pmp .swiper-button-next,
.front-pmp .swiper-container-rtl .swiper-button-prev {
  right: -2rem;
  top: 51.5%;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/hotels/slide-arrow-reverse.svg") no-repeat center;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(54, 61, 80, 0.23);
}

@media (max-width: 1599px) {

  .front-pmp .swiper-button-prev,
  .front-pmp .swiper-container-rtl .swiper-button-next,
  .front-pmp .swiper-button-next,
  .front-pmp .swiper-container-rtl .swiper-button-prev {
    top: 51%;
  }
}

@media (max-width: 1439px) {

  .front-pmp .swiper-button-prev,
  .front-pmp .swiper-container-rtl .swiper-button-next,
  .front-pmp .swiper-button-next,
  .front-pmp .swiper-container-rtl .swiper-button-prev {
    top: 48%;
  }
}

@media (max-width: 1023px) {

  .front-pmp .swiper-button-prev,
  .front-pmp .swiper-container-rtl .swiper-button-next,
  .front-pmp .swiper-button-next,
  .front-pmp .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.front-pmp .swiper-button-prev:after,
.front-pmp .swiper-container-rtl .swiper-button-next:after,
.front-pmp .swiper-button-next:after,
.front-pmp .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.front-pmp .swiper-button-next,
.front-pmp .swiper-container-rtl .swiper-button-prev {
  left: -2rem;
  right: unset;
  background: url("../images/hotels/slide-arrow.svg") no-repeat center;
}

@media (max-width: 1599px) {

  .front-pmp .swiper-button-next,
  .front-pmp .swiper-container-rtl .swiper-button-prev {
    left: -30px;
  }
}

@media (max-width: 1023px) {
  .front-pmp .swiper-slide {
    width: 18rem;
    height: 22.75rem;
    transition: opacity 0.2s;
  }

  .front-pmp .swiper-slide * {
    transition: color 0.2s;
  }
}

@media (max-width: 1023px) {
  .front-pmp .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.6;
  }

  .front-pmp .swiper-slide:not(.swiper-slide-active) * {
    color: rgba(255, 255, 255, 0) !important;
  }
}

.front-pmp .swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .front-pmp .swiper-container-horizontal>.swiper-scrollbar {
    display: block;
    width: 50%;
    right: 1.5625rem;
    left: unset;
    height: 0.1875rem;
  }
}

.front-pmp .swiper-container-horizontal>.swiper-scrollbar span {
  position: absolute;
  top: -0.6875rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #363d50;
}

.front-pmp .swiper-container-horizontal>.swiper-scrollbar span:first-of-type {
  right: -1.5625rem;
}

.front-pmp .swiper-container-horizontal>.swiper-scrollbar span:last-of-type {
  left: -1.5625rem;
}

.front-pmp .swiper-scrollbar-drag {
  height: 0.3125rem;
  top: -0.0625rem;
  background: #5e6473;
}

.front-pmp .swiper-button-disabled {
  display: none;
}

@media (max-width: 1023px) {
  .front-pmp .pmp-slider {
    margin-top: 0;
    margin-right: 0.625rem;
    padding-bottom: 1.8rem;
  }
}



.front-pmp .pmp-item {
  position: relative;
  width: 100%;
  height: 33.75rem;
  border-radius: 0.5rem;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 1919px) {
  .front-pmp .pmp-item {
    height: 31.25rem;
  }
}

@media (max-width: 1439px) {
  .front-pmp .pmp-item {
    height: 28.125rem;
  }
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item {
    height: 30rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item {
    width: 100%;
    height: 22.75rem;
  }
}

.front-pmp .pmp-item .is-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-pmp .pmp-item .meta {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1.2rem 1.5rem;
  z-index: 10;
}

@media (max-width: 1599px) {
  .front-pmp .pmp-item .meta {
    padding: 0.9375rem 1.25rem;
  }
}

.front-pmp .pmp-item .meta h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.14;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-pmp .pmp-item .meta h3 {
    font-size: 1.619rem;
  }
}

@media (max-width: 1439px) {
  .front-pmp .pmp-item .meta h3 {
    font-size: 1.457rem;
  }
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item .meta h3 {
    font-size: 1.556rem;
  }
}

@media (max-width: 1199px) {
  .front-pmp .pmp-item .meta h3 {
    font-size: 1.375rem;
  }
}

.front-pmp .pmp-item .meta p {
  margin: 0.3125rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-pmp .pmp-item .meta p {
    font-size: 0.925rem;
  }
}

@media (max-width: 1439px) {
  .front-pmp .pmp-item .meta p {
    font-size: 0.833rem;
  }
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item .meta p {
    font-size: 0.889rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .meta p {
    font-size: 0.813rem;
  }
}

.front-pmp .pmp-item .meta>span {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-pmp .pmp-item .meta>span {
    font-size: 0.925rem;
  }
}

@media (max-width: 1439px) {
  .front-pmp .pmp-item .meta>span {
    font-size: 0.833rem;
  }
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item .meta>span {
    font-size: 0.889rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .meta>span {
    margin-top: 1.6rem;
    font-size: 0.813rem;
  }
}

.front-pmp .pmp-item .meta a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.front-pmp .pmp-item .meta.is-special {
  justify-content: space-between;
}

.front-pmp .pmp-item .meta:not(.is-special):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3) 70%);
  z-index: -1;
}

.front-pmp .pmp-item .percent {
  height: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.front-pmp .pmp-item .percent.has-line:after {
  position: absolute;
  border-bottom: 2px dotted #E9EBEF;
  content: '';
  top: 48%;
  left: 0;
  height: 0.125rem;
  width: 100%;
}

.front-pmp .pmp-item .percent-description {
  padding-left: 2rem;
  font-size: 1.25rem;
  color: #363d50;
  line-height: 1.25;
}

@media (max-width: 1439px) {
  .front-pmp .pmp-item .percent-description {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item .percent-description {
    padding-left: 0;
    font-size: 1.333rem;
  }
}

.front-pmp .pmp-item .percent-wrapper {
  position: relative;
  padding-right: 4.0625rem;
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .percent-wrapper {
    padding-right: 3.125rem;
  }
}

.front-pmp .pmp-item .percent-wrapper span {
  padding-right: 10px;
  font-size: 7.222rem;
  line-height: 6.75rem;
  color: #002d74;
}

@media (max-width: 1399px) {
  .front-pmp .pmp-item .percent-wrapper span {
    font-size: 8.646rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .percent-wrapper span {
    font-size: 5.646rem;
    line-height: 5.625rem;
  }
}

.front-pmp .pmp-item .percent-wrapper sup {
  position: absolute;
  right: 1.0625rem;
  top: 0.64rem;
  font-size: 4.5rem;
  line-height: 4.375rem;
  color: #002d74;
  font-weight: 900;
}

@media (max-width: 1399px) {
  .front-pmp .pmp-item .percent-wrapper sup {
    font-size: 4.5rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .percent-wrapper sup {
    font-size: 3rem;
    top: 0;
  }
}

.front-pmp .pmp-item .percent-wrapper sub {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #002d74;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .front-pmp .pmp-item .percent-wrapper sub {
    bottom: 0;
    font-weight: 700;
  }
}

@media (max-width: 1023px) {
  .front-pmp .pmp-item .percent-wrapper sub {
    font-size: 1.2rem;
  }
}

.front-pmp .section-link {
  margin-top: 2.6rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.33;
  letter-spacing: 0.35px;
  color: #002d74;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 1439px) {
  .front-pmp .section-link {
    margin-top: 1.5rem;
    font-size: 0.984rem;
  }
}

@media (max-width: 1023px) {
  .front-pmp .section-link {
    margin-bottom: 2rem;
    margin-top: 1.56rem;
    font-size: 0.875rem;
    margin-right: 0.625rem;
  }
}

.front-pmp .section-link img {
  margin-right: 0.45rem;
}

.subscribe-section {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .subscribe-section {
    padding-bottom: 4rem;
    padding-top: 0;
    margin-top: -1.25rem;
  }
}

.subscribe-section .am-container {
  position: relative;
}

.subscribe-section .am-container:after {
  content: '';
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1199px) {
  .subscribe-section .am-container:after {
    bottom: -3rem;
  }
}

.subscribe-section .is-icon {
  display: block;
  margin: 0 auto 0.5rem;
  background: #fff;
}

@media (max-width: 1199px) {
  .subscribe-section .is-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.subscribe-section .is-title,
.subscribe-section .is-title.response~p {
  position: relative;
  margin: 0;
  padding: 0 1.375rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
  color: #002d74;
}

@media (max-width: 1599px) {

  .subscribe-section .is-title,
  .subscribe-section .is-title.response~p {
    font-size: 1.75rem;
    line-height: 1.43;
  }
}

@media (max-width: 1199px) {

  .subscribe-section .is-title,
  .subscribe-section .is-title.response~p {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}

@media (max-width: 839px) {

  .subscribe-section .is-title,
  .subscribe-section .is-title.response~p {
    font-size: 1rem;
  }
}

.subscribe-section .is-description {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000000;
}

@media (max-width: 1199px) {
  .subscribe-section .is-description {
    margin-top: 0.25rem;
    display: none;
  }
}

.subscribe-section .subscribe-form {
  margin: auto;
  max-width: 34.438rem;
  width: 100%;
}

    .subscribe-section .subscribe-form #user-email,
    .subscribe-section .subscribe-form input[type='email'] {
        margin-bottom: 1.6rem;
        width: 24.375rem;
        padding: 0.5rem;
        font-size: 1.125rem;
        border: none;
        border-bottom: solid 1px #8c95ac;
        text-align: center;
    }

@media (max-width: 1199px) {
    .subscribe-section .subscribe-form #user-email,
    .subscribe-section .subscribe-form input[type='email'] {
        width: 18rem;
    }
}

.subscribe-section .subscribe-form #user-email,
.subscribe-section .subscribe-form input[type='email']:focus {
    outline: none;
    border-bottom: 2px solid #002d74;
}

.subscribe-section .subscribe-form p {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.57;
}

.subscribe-section .subscribe-form .form-inner {
  display: none;
}

.subscribe-section .subscribe-form .close-subscribe-form-btn {
  display: none;
  width: 10rem;
  margin: 1.25rem auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.38;
  color: #363d50;
  text-decoration: underline;
  background: transparent;
  border: none;
}

.subscribe-section .submit-btn {
  display: block;
  margin: auto;
  height: 2.5rem;
  padding: 0.75rem 1.906rem 0.625rem;
  border-radius: 0.25rem;
  background-color: #002d74;
  color: #ffffff;
  border: none;
}

.subscribe-section .submit-btn:hover,
.subscribe-section .submit-btn:focus {
  box-shadow: 0 4px 6px 0 rgba(1, 62, 158, 0.2);
}

.subscribe-section.is-success .is-title {
  margin-bottom: 0;
}

.subscribe-section.is-success .is-icon {
  margin-top: -0.5rem;
}

.front-entertainment {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}

@media (max-width: 1599px) {
  .front-entertainment {
    padding-bottom: 5.6rem;
  }
}

@media (max-width: 1439px) {
  .front-entertainment {
    padding-top: 3.2rem;
  }
}

@media (max-width: 1199px) {
  .front-entertainment {
    padding-top: 1.6rem;
    padding-bottom: 4.6rem;
  }
}

@media (max-width: 1023px) {
  .front-entertainment {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }
}

.front-entertainment .front-heading {
  margin: 0 0 2.8rem;
}

@media (max-width: 1599px) {
  .front-entertainment .front-heading {
    margin: 0 0 2.375rem;
  }
}

.front-entertainment .am-container {
  position: relative;
}

@media (max-width: 839px) {
  .front-entertainment .am-container {
    padding-right: 1.5625rem;
    padding-left: 0;
  }
}

.front-entertainment .am-container:after {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1599px) {
  .front-entertainment .am-container:after {
    bottom: -5rem;
  }
}

@media (max-width: 1199px) {
  .front-entertainment .am-container:after {
    bottom: -4.6rem;
  }
}

@media (max-width: 1023px) {
  .front-entertainment .am-container:after {
    bottom: 0.4rem;
  }
}

.front-entertainment .swiper-button-prev,
.front-entertainment .swiper-container-rtl .swiper-button-next,
.front-entertainment .swiper-button-next,
.front-entertainment .swiper-container-rtl .swiper-button-prev {
  right: -2rem;
  top: 51.5%;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/hotels/slide-arrow-reverse.svg") no-repeat center;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(54, 61, 80, 0.23);
}

@media (max-width: 1599px) {

  .front-entertainment .swiper-button-prev,
  .front-entertainment .swiper-container-rtl .swiper-button-next,
  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    top: 51%;
  }
}

@media (max-width: 1439px) {

  .front-entertainment .swiper-button-prev,
  .front-entertainment .swiper-container-rtl .swiper-button-next,
  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    top: 53%;
  }
}

@media (max-width: 1279px) {

  .front-entertainment .swiper-button-prev,
  .front-entertainment .swiper-container-rtl .swiper-button-next,
  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    right: -1.8rem;
  }
}

@media (max-width: 1199px) {

  .front-entertainment .swiper-button-prev,
  .front-entertainment .swiper-container-rtl .swiper-button-next,
  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    right: -1.8rem;
    top: 49%;
  }
}

@media (max-width: 1023px) {

  .front-entertainment .swiper-button-prev,
  .front-entertainment .swiper-container-rtl .swiper-button-next,
  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.front-entertainment .swiper-button-prev:after,
.front-entertainment .swiper-container-rtl .swiper-button-next:after,
.front-entertainment .swiper-button-next:after,
.front-entertainment .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.front-entertainment .swiper-button-next,
.front-entertainment .swiper-container-rtl .swiper-button-prev {
  left: -2rem;
  right: unset;
  background: url("../images/hotels/slide-arrow.svg") no-repeat center;
}

@media (max-width: 1279px) {

  .front-entertainment .swiper-button-next,
  .front-entertainment .swiper-container-rtl .swiper-button-prev {
    left: -1.8rem;
  }
}

@media (max-width: 1199px) {
  .front-entertainment .swiper-slide {
    width: 14rem;
  }
}

.front-entertainment .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.front-entertainment .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.front-entertainment .swiper-slide-active+.swiper-slide {
  opacity: 1;
  visibility: visible;
}

.front-entertainment .swiper-slide-active+.swiper-slide+.swiper-slide {
  opacity: 1;
  visibility: visible;
}

.front-entertainment .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
  opacity: 1;
  visibility: visible;
}

.front-entertainment .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1440px) {
  .front-entertainment .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1279px) {
  .front-entertainment .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 0;
    visibility: hidden;
  }
}

.front-entertainment .entertainment-slider {
  overflow: visible;
}

@media (max-width: 1199px) {
  .front-entertainment .entertainment-slider {
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-right: 0;
  }
}

.front-entertainment .entertainment-item {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

.front-entertainment .entertainment-item a:not(.play-button) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front-entertainment .entertainment-item.is-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  width: 5rem;
  height: 5rem;
  padding: 0;
}

@media (max-width: 1199px) {
  .front-entertainment .entertainment-item.is-video .play-button {
    width: 4rem;
    height: 4rem;
  }
}

.front-entertainment .entertainment-item.is-video .play-button img {
  width: 100%;
  height: 100%;
}

.front-entertainment .entertainment-item .is-main-image {
  border-radius: 0.25rem;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  transition: height 0.8s;
}

@media (max-width: 1599px) {
  .front-entertainment .entertainment-item .is-main-image {
    height: 14rem;
  }
}

@media (max-width: 1439px) {
  .front-entertainment .entertainment-item .is-main-image {
    height: 12.1875rem;
  }
}

@media (max-width: 1279px) {
  .front-entertainment .entertainment-item .is-main-image {
    height: 12.5rem;
  }
}

.front-entertainment .entertainment-item .is-span {
  position: absolute;
  top: 12.8rem;
  right: 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  transition: top 0.8s, font-size 0.8s;
}

@media (max-width: 1599px) {
  .front-entertainment .entertainment-item .is-span {
    font-size: 0.918rem;
    top: 12rem;
    right: 1.1rem;
  }
}

@media (max-width: 1439px) {
  .front-entertainment .entertainment-item .is-span {
    top: 10.2rem;
    font-size: 0.816rem;
  }
}

@media (max-width: 1279px) {
  .front-entertainment .entertainment-item .is-span {
    font-size: 0.85rem;
  }
}

@media (max-width: 1199px) {
  .front-entertainment .entertainment-item .is-span {
    top: 10.6rem;
    font-size: 0.793rem;
  }
}

@media (max-width: 1023px) {
  .front-entertainment .entertainment-item .is-span {
    right: 1rem;
  }
}

.front-entertainment .entertainment-item .meta {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background: #ffffff;
  width: 100%;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1rem;
  z-index: 10;
  border-radius: 0 0 6px 6px;
}

@media (max-width: 1919px) {
  .front-entertainment .entertainment-item .meta {
    padding: 0.8rem 1rem;
  }
}

.front-entertainment .entertainment-item .meta h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .front-entertainment .entertainment-item .meta h2 {
    font-size: 1.375rem;
  }
}

.front-entertainment .entertainment-item .meta p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
  color: #000000;
}

@media (max-width: 1599px) {
  .front-entertainment .entertainment-item .meta p {
    font-size: 0.9rem;
    line-height: 1.35;
  }
}

@media (max-width: 1299px) {
  .front-entertainment .entertainment-item .meta p {
    font-size: 0.8rem;
  }
}

@media (max-width: 1279px) {
  .front-entertainment .entertainment-item .meta p {
    font-size: 0.854rem;
  }
}

@media (max-width: 1023px) {
  .front-entertainment .entertainment-item .meta p {
    font-size: 0.7rem;
    line-height: 1.4;
  }
}

.front-entertainment .entertainment-item .meta>span {
  display: block;
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #002d74;
}

@media (max-width: 1599px) {
  .front-entertainment .entertainment-item .meta>span {
    font-size: 0.9rem;
  }
}

@media (max-width: 1299px) {
  .front-entertainment .entertainment-item .meta>span {
    font-size: 0.8rem;
  }
}

@media (max-width: 1279px) {
  .front-entertainment .entertainment-item .meta>span {
    font-size: 0.854rem;
  }
}

@media (max-width: 1023px) {
  .front-entertainment .entertainment-item .meta>span {
    font-size: 0.7rem;
  }
}

.front-entertainment .entertainment-item .meta a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .front-entertainment .entertainment-item:hover {
    z-index: 100;
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 8px 30px 0 rgba(54, 61, 80, 0.24);
    transform: scale(1.13);
    margin-top: -4px;
  }

  .front-entertainment .entertainment-item:hover .meta {
    display: flex;
    box-shadow: 0 8px 30px 0 rgba(54, 61, 80, 0.24);
    animation: opacity-animation-of-meta 0.2s forwards;
  }
}

@media (min-width: 1280px) {
  .front-entertainment .entertainment-item:hover {
    transform: scale(1);
    margin-top: -20px;
  }

  .front-entertainment .entertainment-item:hover .is-main-image {
    height: 13.625rem;
  }

  .front-entertainment .entertainment-item:hover .is-span {
    top: 11.5rem;
    font-size: 0.907rem;
  }
}

@media (min-width: 1440px) {
  .front-entertainment .entertainment-item:hover {
    transform: scale(1.1);
    margin-top: -10px;
  }
}

@media (min-width: 1600px) {
  .front-entertainment .entertainment-item:hover {
    transform: scale(1.13);
    margin-top: -8px;
  }
}

@media (max-width: 1023px) {
  .front-entertainment .swiper-slide-active .entertainment-item {
    z-index: 100;
    position: static;
    margin-right: 5px;
    border-radius: 5.6px;
    box-shadow: 0 6px 21px 0 rgba(54, 61, 80, 0.24);
    transform: scale(1.05);
  }

  .front-entertainment .swiper-slide-active .entertainment-item .meta {
    position: static;
    display: flex;
    animation: opacity-animation-of-meta 0.2s forwards;
  }

  .front-entertainment .swiper-slide-active .entertainment-item .play-button {
    top: 34%;
  }
}

@keyframes opacity-animation-of-meta {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.front-entertainment .section-link {
  margin-top: 2.56rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.33;
  letter-spacing: 0.35px;
  color: #002d74;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 1439px) {
  .front-entertainment .section-link {
    margin-top: 2rem;
    font-size: 0.984rem;
  }
}

@media (max-width: 1199px) {
  .front-entertainment .section-link {
    margin-bottom: 2rem;
    margin-top: 0.3rem;
    font-size: 0.875rem;
  }
}

.front-entertainment .section-link img {
  margin-right: 0.45rem;
}

.front-events {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

@media (max-width: 1199px) {
  .front-events {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.front-events .am-container {
  position: relative;
}

@media (max-width: 1199px) {
  .front-events .am-container {
    padding-right: 0.9375rem;
    padding-left: 0;
  }
}

.front-events .am-container:after {
  content: '';
  position: absolute;
  bottom: -3.4375rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1199px) {
  .front-events .am-container:after {
    bottom: -1.6rem;
  }
}

.front-events .is-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .front-events .is-mobile {
    display: block;
  }
}

@media (max-width: 1199px) {
  .front-events .is-desktop {
    display: none;
  }
}

.front-events .swiper-button-prev,
.front-events .swiper-container-rtl .swiper-button-next,
.front-events .swiper-button-next,
.front-events .swiper-container-rtl .swiper-button-prev {
  left: 7.1875rem;
  top: 50px;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/hotels/slide-arrow-reverse.svg") no-repeat center;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(54, 61, 80, 0.23);
  transform: rotate(-90deg);
}

@media (max-width: 1599px) {

  .front-events .swiper-button-prev,
  .front-events .swiper-container-rtl .swiper-button-next,
  .front-events .swiper-button-next,
  .front-events .swiper-container-rtl .swiper-button-prev {
    left: 5.3125rem;
  }
}

@media (max-width: 1279px) {

  .front-events .swiper-button-prev,
  .front-events .swiper-container-rtl .swiper-button-next,
  .front-events .swiper-button-next,
  .front-events .swiper-container-rtl .swiper-button-prev {
    left: 4.375rem;
  }
}

@media (max-width: 1199px) {

  .front-events .swiper-button-prev,
  .front-events .swiper-container-rtl .swiper-button-next,
  .front-events .swiper-button-next,
  .front-events .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.front-events .swiper-button-prev:after,
.front-events .swiper-container-rtl .swiper-button-next:after,
.front-events .swiper-button-next:after,
.front-events .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.front-events .swiper-button-prev.swiper-button-disabled,
.front-events .swiper-container-rtl .swiper-button-next.swiper-button-disabled,
.front-events .swiper-button-next.swiper-button-disabled,
.front-events .swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.front-events .swiper-button-next,
.front-events .swiper-container-rtl .swiper-button-prev {
  top: unset;
  bottom: 2.7375rem;
  right: unset;
  left: 7.1875rem;
  background: url("../images/hotels/slide-arrow.svg") no-repeat center;
  transform: rotate(-90deg);
}

@media (max-width: 1599px) {

  .front-events .swiper-button-next,
  .front-events .swiper-container-rtl .swiper-button-prev {
    left: 5.3125rem;
  }
}

@media (max-width: 1279px) {

  .front-events .swiper-button-next,
  .front-events .swiper-container-rtl .swiper-button-prev {
    left: 4.375rem;
  }
}

.front-events .swiper-container {
  max-height: 42rem;
  padding: 0.625rem;
}

@media (max-width: 1399px) {
  .front-events .swiper-container {
    max-height: 39.2rem;
  }
}

@media (max-width: 1199px) {
  .front-events .swiper-container {
    max-height: 100%;
    padding: 0;
  }
}

.front-events .swiper-slide {
  height: 12.5rem !important;
}

@media (max-width: 1399px) {
  .front-events .swiper-slide {
    height: 11.5rem !important;
  }
}

@media (max-width: 1199px) {
  .front-events .swiper-slide {
    width: 17rem !important;
    height: auto !important;
  }
}

.front-events .event-item {
  height: 12.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0.375rem;
  box-shadow: 0 2px 10px 0 rgba(54, 61, 80, 0.14);
  background-color: #ffffff;
  transition: all 0.8s ease-in-out;
}

@media (max-width: 1399px) {
  .front-events .event-item {
    height: 11.5rem;
  }
}

@media (max-width: 1199px) {
  .front-events .event-item {
    width: 17rem;
    height: 10.875rem;
    flex-direction: column;
  }
}

.front-events .event-item-img {
  width: 31.25rem;
  flex-basis: 32.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

@media (max-width: 1599px) {
  .front-events .event-item-img {
    width: 25rem;
    flex-basis: 25rem;
  }
}

@media (max-width: 1199px) {
  .front-events .event-item-img {
    width: 17rem;
    flex-basis: 17rem;
    height: 10.875rem;
    flex-direction: column;
  }
}

.front-events .event-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-events .event-item-meta {
  display: flex;
  width: 49rem;
  flex-basis: 49rem;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 6rem;
  color: #000000;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #ffffff;
    border-radius: 0.25rem;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(68, 74, 92, 0.7) 2%, transparent);
  }
}

.front-events .event-item-meta .is-title {
  font-size: 1.75rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .is-title {
    font-size: 1.375rem;
    margin-top: 0;
  }
}

.front-events .event-item-meta .is-description {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .is-description {
    display: none;
  }
}

.front-events .event-item-meta .date-and-location {
  display: flex;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .date-and-location {
    margin-bottom: 0;
  }
}

.front-events .event-item-meta .date-and-location time {
  display: flex;
  color: #363d50;
  align-items: center;
}

.front-events .event-item-meta .date-and-location time span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .date-and-location time span {
    color: #ffffff;
  }
}

.front-events .event-item-meta .date-and-location time img {
  margin-left: 0.2rem;
  margin-right: -0.2rem;
  margin-top: -5px;
  display: block;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .date-and-location time img {
    display: none;
  }
}

.front-events .event-item-meta .date-and-location p {
  margin: 0 1.875rem 0 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #363d50;
}

@media (max-width: 1199px) {
  .front-events .event-item-meta .date-and-location p {
    display: none;
  }
}

.front-events .event-item-meta .date-and-location p img {
  margin-left: 0.1rem;
  display: block;
}

.front-events .event-item-link {
  position: relative;
  display: flex;
  width: 17.5rem;
  flex-basis: 17.5rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .front-events .event-item-link {
    position: static;
    opacity: 0;
    height: 0;
    width: 0;
    display: block;
    flex-basis: 0;
  }
}

.front-events .event-item-link:before {
  content: '';
  width: 0.063rem;
  height: 10rem;
  border: dotted 1px #a6a8b5;
  position: absolute;
  opacity: 0.5;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width: 1199px) {
  .front-events .event-item-link:before {
    display: none;
  }
}

.front-events .event-item-link a {
  width: 9.188rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.25rem;
  background-color: #002d74;
  font-size: 1rem;
  line-height: 2.7rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1279px) {
  .front-events .event-item-link a {
    width: 8.188rem;
    height: 2.25rem;
    line-height: 2.3rem;
    font-size: 0.889rem;
    padding: 0 1rem;
  }
}

@media (max-width: 1199px) {
  .front-events .event-item-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    height: 100%;
  }
}

.front-events .event-item-link a:hover {
  box-shadow: 0 4px 6px 0 rgba(1, 62, 158, 0.2);
}

.front-events .section-link {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.33;
  letter-spacing: 0.35px;
  color: #002d74;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 1439px) {
  .front-events .section-link {
    margin-top: 1.5rem;
    font-size: 0.984rem;
  }
}

@media (max-width: 1023px) {
  .front-events .section-link {
    margin-bottom: 2rem;
    margin-top: 1.56rem;
    font-size: 0.875rem;
    margin-right: 0.625rem;
  }
}

.front-events .section-link img {
  margin-right: 0.45rem;
}

.front-events .events-slider {
  margin-top: -0.625rem;
}

.front-hotels-bottom {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

@media (max-width: 1599px) {
  .front-hotels-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels-bottom {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom {
    padding-top: 3.8rem;
    padding-bottom: 2.6rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 0.5rem;
  }
}

.front-hotels-bottom .front-heading {
  margin-bottom: -9.0625rem;
}

@media (max-width: 1599px) {
  .front-hotels-bottom .front-heading {
    max-width: 12.5rem;
    margin-bottom: -11.375rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom .front-heading {
    max-width: 18rem;
    margin-bottom: -11.375rem;
    height: 66px;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom .front-heading {
    margin-bottom: 1rem;
    max-width: 100%;
    height: auto;
    margin-right: 0;
  }
}

.front-hotels-bottom .am-container {
  position: relative;
}

@media (max-width: 839px) {
  .front-hotels-bottom .am-container {
    padding-right: 0.9375rem;
    padding-left: 0;
  }
}

.front-hotels-bottom .am-container:after {
  content: '';
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #D7D8DC;
}

@media (max-width: 1599px) {
  .front-hotels-bottom .am-container:after {
    bottom: -3rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels-bottom .am-container:after {
    bottom: -2.2rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom .am-container:after {
    bottom: -2.5rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom .am-container:after {
    bottom: -1.6rem;
  }
}

.front-hotels-bottom__container {
  margin-top: 5.625rem;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container {
    margin-top: 0;
  }
}

.front-hotels-bottom__container .fh-hotel-item {
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.front-hotels-bottom__container .fh-hotel-item.is-active {
  display: flex;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .fh-hotel-item.is-active {
    flex-direction: column;
  }
}

.front-hotels-bottom__container .fh-hotel-item.is-single .swiper-button-next {
  display: none;
}

.front-hotels-bottom__container .hotel-navigation {
  width: 16.25rem;
  height: 34.375rem;
}

.front-hotels-bottom__container .hotel-navigation .mobile-close-title {
  display: none;
  align-items: center;
  font-size: 1.75rem;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  line-height: 1.33;
}

.front-hotels-bottom__container .hotel-navigation .mobile-close-title img {
  margin-left: 0.3125rem;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .mobile-close-title {
    display: flex;
  }
}

@media (min-width: 840px) {
  .front-hotels-bottom__container .hotel-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 {
    margin-top: -1.8rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 {
    display: none;
  }
}

.front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  border-radius: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.5625rem 0;
  opacity: 1;
  user-select: none;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet {
    font-size: 1.25rem;
    height: 3rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet {
    font-size: 1.125rem;
    height: 2.8rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet {
    height: 3rem;
  }
}

.front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet-active {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.33;
  padding-right: 4.375rem;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet-active {
    font-size: 1.5rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet-active {
    padding-right: 2.5rem;
  }
}

.front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet-active:before {
  position: absolute;
  top: 56%;
  right: 0;
  content: '\00B7  \00B7  \00B7';
  font-size: 2.5rem;
  transform: translate(0, -50%);
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .hotel-navigation .hotels-pagination-2 h3 .swiper-pagination-bullet-active:before {
    font-size: 1.25rem;
    top: 48%;
  }
}

.front-hotels-bottom__container .hotel-navigation-slider-2 {
  display: none;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation-slider-2 {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0.5rem 0.5rem;
  }
}

.front-hotels-bottom__container .hotel-navigation .swiper-slide {
  width: auto !important;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .swiper-slide {
    font-size: 0.875rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .swiper-slide.swiper-slide-active span {
    border: solid 1px #002d74;
    background-color: #f6faff;
    transition: background-color 0.15s linear 0.4s;
    animation: animate-check-button 0.4s linear;
  }
}

.front-hotels-bottom__container .hotel-navigation .swiper-slide.swiper-slide-active span:after {
  position: absolute;
  right: 0.1875rem;
  top: 0.3125rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #002d74;
  border-radius: 50%;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .swiper-slide.swiper-slide-active span:after {
    top: -0.375rem;
    right: -0.5rem;
    width: 1.1875rem;
    height: 1.1875rem;
    background-image: url("../images/hotels/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transform: scale(0);
    animation: animate-opacity 0.15s linear 0.4s forwards;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-navigation .swiper-slide span {
    border-radius: 13.4px;
    border: solid 1px rgba(54, 61, 80, 0.59);
    padding: 0.3rem 0.8rem;
    color: #363d50;
  }
}

.front-hotels-bottom__container .hotel-slider-2 {
    width: 73.375rem;
    padding: 0.9375rem;
    left: 0;
    position: absolute;
    top: 0;
    display: none;
}

.front-hotels-bottom__container .hotel-slider-2.is-visible {
  display: block;
}

.front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-button-next,
.front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-button-next+.swiper-button-prev,
.front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-container-rtl .swiper-button-prev {
  display: block;
}

@media (max-width: 839px) {

  .front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-button-next,
  .front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-container-rtl .swiper-button-prev,
  .front-hotels-bottom__container .hotel-slider-2.is-visible+.swiper-button-next+.swiper-button-prev {
    display: none;
  }
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-slider-2 {
    width: 55rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels-bottom__container .hotel-slider-2 {
    padding: 0.9375rem 0.572rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .hotel-slider-2 {
    width: 42rem;
  }
}

@media (max-width: 1199px) {
  .front-hotels-bottom__container .hotel-slider-2 {
    width: 34.0625rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slider-2 {
    position: static;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slider-2 .swiper-slide {
    width: 17rem !important;
  }
}


.front-hotels-bottom__container .swiper-button-next,
.front-hotels-bottom__container .swiper-container-rtl .swiper-button-prev {
    left: -1.3125rem;
    right: unset;
    width: 3.75rem;
    height: 3.75rem;
    background: url("../images/hotels/slide-arrow.svg") no-repeat center;
    border-radius: 50%;
    display: none;
}

.front-hotels-bottom__container .swiper-button-prev {
    left: 70.695rem;
    right: unset;
    width: 3.75rem;
    height: 3.75rem;
    background: url("../images/hotels/slide-arrow-reverse.svg") no-repeat center;
    border-radius: 50%;
    display: none;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .swiper-button-prev {
    left: 52.695rem;
  }
}

@media (max-width: 1279px) {
  .front-hotels-bottom__container .swiper-button-prev {
    left: 39.695rem;
  }
}

@media (max-width: 1199px) {
  .front-hotels-bottom__container .swiper-button-prev {
    left: 31.695rem
  }
}

@media (max-width: 1399px) {

  .front-hotels-bottom__container .swiper-button-next,
  .front-hotels-bottom__container .swiper-button-prev,
  .front-hotels-bottom__container .swiper-container-rtl .swiper-button-prev {
    top: 46%;
  }
}

@media (max-width: 839px) {

  .front-hotels-bottom__container .swiper-button-next,
  .front-hotels-bottom__container .swiper-button-prev,
  .front-hotels-bottom__container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.front-hotels-bottom__container .swiper-button-next:after,
.front-hotels-bottom__container .swiper-button-prev:after,
.front-hotels-bottom__container .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.front-hotels-bottom__container .hotel-slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 33.75rem;
  border-radius: 0.5625rem;
  background-color: #000000;
  box-shadow: 0 0 12px 0 rgba(178, 194, 209, 0.5);
  overflow: hidden;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-slide {
    height: 30rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slide {
    height: 22.75rem;
  }
}

.front-hotels-bottom__container .hotel-slide .is-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-hotels-bottom__container .hotel-slide .meta {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1.25rem 1rem 1.25rem 2rem;
  z-index: 10;
}

@media (max-width: 1919px) {
  .front-hotels-bottom__container .hotel-slide .meta {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
}

.front-hotels-bottom__container .hotel-slide .meta .facility-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-slide .meta .facility-item-title {
    font-size: 1rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slide .meta .facility-item-title {
    font-size: 0.875rem;
  }
}

.front-hotels-bottom__container .hotel-slide .meta p {
  display: none;
  margin: 0.3125rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-slide .meta p {
    font-size: 0.889rem;
  }
}

.front-hotels-bottom__container .hotel-slide .meta>span {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-hotels-bottom__container .hotel-slide .meta>span {
    font-size: 0.889rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slide .meta>span {
    display: none;
  }
}

.front-hotels-bottom__container .hotel-slide .meta a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.front-hotels-bottom__container .hotel-slide .overlay {
  transition: all 1s;
}

@media (max-width: 839px) {
  .front-hotels-bottom__container .hotel-slide {
    display: block;
    flex-direction: column;
  }
}

@media (min-width: 840px) {

   .front-hotels-bottom__container .swiper-slide:hover {
        width: 20vw !important;
    }
        .front-hotels-bottom__container .hotel-slide[u1st-visualfocus] .is-main-image,
        .front-hotels-bottom__container .swiper-slide:hover .is-main-image {
            width: 20rem;
            height: 20rem;
            border-radius: 50%;
            top: -2.8125rem;
            right: -5.3125rem;
            z-index: 100;
            animation: animate-opacity 0.5s forwards;
            pointer-events: none;
        }
}

@media (min-width: 840px) and (max-width: 1399px) {
    .front-hotels-bottom__container .hotel-slide[u1st-visualfocus] .is-main-image,
    .front-hotels-bottom__container .swiper-slide:hover .is-main-image {
        width: 18rem;
        height: 18rem;
    }
}

@media (min-width: 840px) {
    .front-hotels-bottom__container .hotel-slide[u1st-visualfocus] .facility-item-title,
    .front-hotels-bottom__container .swiper-slide:hover .facility-item-title {
        width: 17.75rem;
        font-size: 1.5rem;
    }

    .front-hotels-bottom__container .hotel-slide[u1st-visualfocus] p,
    .front-hotels-bottom__container .swiper-slide:hover p {
        width: 17.75rem;
        display: block;
    }

    .front-hotels-bottom__container .hotel-slide[u1st-visualfocus] .overlay,
    .front-hotels-bottom__container .swiper-slide:hover .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #000000;
    }
}

.front-hotels-bottom .section-link {
  margin-top: -1.1rem;
  width: 15rem;
  display: flex;
  align-items: center;
  line-height: 1.33;
  letter-spacing: 0.35px;
  color: #002d74;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 100;
  position: relative;
}

@media (max-width: 1599px) {
  .front-hotels-bottom .section-link {
    margin-top: -4.4rem;
  }
}

@media (max-width: 1439px) {
  .front-hotels-bottom .section-link {
    font-size: 0.984rem;
  }
}

@media (max-width: 839px) {
  .front-hotels-bottom .section-link {
    margin-bottom: 2rem;
    font-size: 0.875rem;
    margin-top: 1.56rem;
  }
}

.front-hotels-bottom .section-link img {
  margin-right: 0.3125rem;
}

.front-insta-feed {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}

@media (max-width: 1599px) {
  .front-insta-feed {
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
  }
}

@media (max-width: 1199px) {
  .front-insta-feed {
    padding-top: 2.4rem;
    padding-bottom: 4.0625rem;
  }
}

@media (max-width: 1023px) {
  .front-insta-feed {
    display: none;
  }
}

.front-insta-feed .feed-container {
  display: flex;
  justify-content: space-between;
}

.front-insta-feed .feed-item {
  position: relative;
  width: 100%;
  margin: 0 calc(1.75rem / 2);
  height: 18.25rem;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1919px) {
  .front-insta-feed .feed-item {
    height: 17.438rem;
  }
}

@media (max-width: 1599px) {
  .front-insta-feed .feed-item {
    width: 16.438rem;
    height: 16.438rem;
  }
}

@media (max-width: 1439px) and (max-width: 1599px) {
  .front-insta-feed .feed-item {
    width: 17.4rem;
    height: 17.4rem;
  }
}

@media (max-width: 1279px) {
  .front-insta-feed .feed-item {
    width: 15.125rem;
    height: 15.125rem;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .front-insta-feed .feed-item {
    width: 12.563rem;
    height: 12.563rem;
  }
}

.front-insta-feed .feed-item:first-child {
  margin-right: 0;
}

@media (max-width: 1599px) {
  .front-insta-feed .feed-item:nth-child(4) {
    margin-left: 0;
  }
}

.front-insta-feed .feed-item:last-child {
  margin-left: 0;
}

@media (max-width: 1599px) {
  .front-insta-feed .feed-item:last-child {
    display: none;
  }
}

.front-insta-feed .feed-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-insta-feed .feed-item .author {
  position: absolute;
  bottom: 0.4rem;
  left: 0.5rem;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .front-insta-feed .feed-item .author {
    bottom: 0.3rem;
    left: 0.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 1279px) {
  .front-insta-feed .feed-item .author {
    font-size: 0.83rem;
  }
}

@media (max-width: 1199px) {
  .front-insta-feed .feed-item .author {
    bottom: 0.1rem;
    left: 0.4rem;
    font-size: 0.689rem;
  }
}

.front-insta-feed .feed-item .author img {
  margin-bottom: -5px;
}

@media (max-width: 1599px) {
  .front-insta-feed .feed-item .author img {
    margin-bottom: -3px;
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 1279px) {
  .front-insta-feed .feed-item .author img {
    width: 0.938rem;
    height: 0.938rem;
  }
}

@media (max-width: 1199px) {
  .front-insta-feed .feed-item .author img {
    margin-bottom: -2px;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.front-insta-feed .insta-feed-title {
  display: flex;
  justify-content: space-between;
}

.front-insta-feed .front-heading {
  margin-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .front-insta-feed .front-heading {
    margin-top: 0.5rem;
    margin-bottom: 0.875rem;
  }
}

.front-insta-feed .is-description {
  margin-top: 0;
  margin-bottom: 1.875rem;
  max-width: 40.063rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #363d50;
}

@media (max-width: 1599px) {
  .front-insta-feed .is-description {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-bottom: 1.4rem;
    max-width: 38rem;
  }
}

@media (max-width: 1439px) {
  .front-insta-feed .is-description {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 34rem;
  }
}

@media (max-width: 1279px) {
  .front-insta-feed .is-description {
    max-width: 27rem;
    font-size: 0.875rem;
  }
}

.front-insta-feed .socials {
  display: flex;
  list-style: none;
  margin: 0 0 2.1875rem;
  padding: 0;
}

.front-insta-feed .socials a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.25rem;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(54, 61, 80, 0.23);
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .front-insta-feed .socials a {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.375rem;
  }
}

.front-insta-feed .socials a img {
  display: block;
  height: auto;
  width: 100%;
}

.am-home-available-hotels {
  margin: 1.25rem 0 5.625rem;
  position: relative;
}

@media (max-width: 1199px) {
  .am-home-available-hotels {
    display: none;
  }
}

.am-home-available-hotels-inner {
  padding: 4.6875rem 0.125rem 3.125rem 0.125rem;
  border: solid 1px #c8cbd6;
}

.ahal-block-logo {
  position: absolute;
  top: -1.75rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 14.125rem;
  background-color: #fbfcff;
  text-align: center;
}

.ahal-block-list-outer:not(:last-child) {
  margin-bottom: 4rem;
}

.ahal-block-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0;
}

.ahal-block-list li {
  position: relative;
  color: #363d50;
  margin-right: 2.8rem;
}

@media (max-width: 1599px) {
  .ahal-block-list li {
    margin-right: 1.6rem;
  }
}

@media (max-width: 1279px) {
  .ahal-block-list li {
    margin-right: 1.4rem;
  }

  .ahal-block-list li:first-child {
    margin-right: 0;
  }
}

.ahal-block-list li.is-unavailable {
  color: #71778e;
}

.ahal-block-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 0.345, 0.195, 0.915);
}

.ahal-block-list li a:hover {
  text-shadow: 0 0 0 #002d74;
}

.ahal-block-list li a:hover:before,
.ahal-block-list li a:hover:after {
  display: none;
}

.ahal-block-list li span {
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 1599px) {
  .ahal-block-list li span {
    font-size: 0.8rem;
  }
}

.ahal-block-list li small {
  position: absolute;
  top: -0.9375rem;
  right: 0;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
}

.ahal-block-list li .am-hotel-type-label {
  width: 7.5rem;
  min-width: 100%;
  margin-top: -0.0625rem;
}

.ahal-block-list li .am-hotel-type-label:hover {
  cursor: pointer;
}

.ahal-block-list li .am-hotel-type-label:hover:before {
  animation: sheen-1 2s;
}

.ahal-block-list li .am-hotel-type-label:hover:after {
  animation: sheen-2 2s;
}

.ahal-block-list li .am-hotel-type-label-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.375rem;
  padding: 0 21px 0 20px;
}

@keyframes sheen-1 {
  from {
    transform: translateX(-100px) skewX(-50deg);
    opacity: 1;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 1;
  }
}

@keyframes sheen-2 {
  from {
    transform: translateX(-100px) skewX(-50deg);
    opacity: 1;
  }

  to {
    transform: translateX(300px) skewX(-50deg);
    opacity: 1;
  }
}

.fancybox-bg {
  background: white;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button {
  height: 3.4375rem;
  width: 3.4375rem;
}

@media (max-width: 1199px) {
  .fancybox-button {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}

.fancybox-close-small {
  color: #000;
  right: -3.75rem;
  top: -0.625rem;
}

@media (max-width: 1199px) {
  .fancybox-close-small {
    right: -2.8125rem;
  }
}

.fancybox-close-small:hover {
  color: #000;
}

.fancybox-slide--video .fancybox-content,
.fancybox-iframe,
.fancybox-video {
  border-radius: 0.625rem;
}

@media (max-width: 1199px) {

  .fancybox-slide--video .fancybox-content,
  .fancybox-iframe,
  .fancybox-video {
    border-radius: 0.375rem;
  }
}

.hotels-info-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotels-info-tabs li {
  position: relative;
  flex-basis: 7rem;
  margin-left: 0.3125rem;
}

.hotels-info-tabs li:last-child {
  margin-right: 0;
}

.hotels-info-tabs li.is-active:before {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1a3575;
}

.hotels-info-tabs li:nth-child(2).is-active:before {
  border-top: 10px solid #000000;
}

.hotels-info-tabs li:nth-child(3).is-active:before {
  border-top: 10px solid #39474f;
}

.hotels-info-tabs .am-hotel-type-label {
  min-width: 100%;
}

.hotels-info-tabs .am-hotel-type-label-inner {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 2.1875rem;
  padding: 0.625rem 0.5rem 0.375rem 0.625rem;
}

.am-available-hotels-mobile-content {
  display: none;
  width: 80%;
}

.am-available-hotels-mobile-content.is-active {
  display: block;
}

.am-home-available-hotels-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .am-home-available-hotels-mobile {
    display: block;
  }
}

@media (max-width: 1023px) {
  .am-home-available-hotels-mobile {
    margin-top: 2rem;
  }
}

@media (max-width: 839px) {
  .am-home-available-hotels-mobile {
    margin-top: 0;
  }
}

.am-home-available-hotels-mobile .am-container {
  position: relative;
}

@media (max-width: 839px) {
  .am-home-available-hotels-mobile .am-container {
    padding-right: 1.25rem;
    padding-left: 0;
  }
}

@media (max-width: 839px) {
  .am-home-available-hotels-mobile .front-heading {
    margin-right: 0;
  }
}

.am-home-available-hotels-mobile .section-link {
  margin-top: 2.56rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.33;
  letter-spacing: 0.35px;
  color: #002d74;
  font-size: 0.984rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .am-home-available-hotels-mobile .section-link {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.am-home-available-hotels-mobile .section-link img {
  margin-right: 0.3125rem;
}

/*# sourceMappingURL=front-page.css.map */

.front-hotels__container .hotel-navigation .hotels-pagination .swiper-pagination-bullet {
  margin-bottom: 0;
}

.fh-grid-item a {
  pointer-events: none;
}

div .am-login-submit.js-header-popup-trigger {
  cursor: pointer;
}