:root {
  --_typography---main-font: Roboto, sans-serif;
  --_semantic---buttons--background: var(--_primitive---system--blue-600);
  --_semantic---buttons--hover: var(--_primitive---system--blue-700);
  --_primitive---red--500: #d82219;
  --_primitive---red--700: #b8130b;
  --_primitive---neutral--900: #212121;
  --_primitive---neutral--brand-blue: #2e5693;
  --_primitive---neutral--100: white;
  --_semantic---offer--counter-bg: var(--_primitive---system--yellow-500);
  --_semantic---offer--attention-bg: var(--_primitive---neutral--900);
  --navy-blue: #0d1f48;
  --_semantic---links--color: var(--_primitive---system--blue-600);
  --_semantic---links--hover: var(--_primitive---system--blue-700);
  --_primitive---neutral--400: #bdbdbd;
  --_primitive---neutral--200: whitesmoke;
  --_primitive---neutral--800: #424242;
  --_primitive---neutral--brand-red: #cb3730;
  --_primitive---neutral--1000: black;
  --_primitive---neutral--700: #616161;
  --_primitive---system--blue-600: #2563eb;
  --blue-200: #4779b2;
  --_primitive---system--yellow-500: #ffe818;
  --_semantic---offer--hotel-name: var(--_primitive---neutral--900);
  --_primitive---system--blue-700: #1d4ed8;
  --_semantic---offer--spinner: var(--_primitive---neutral--400);
  --_semantic---buttons--label: var(--_primitive---neutral--100);
  --_primitive---neutral--300: #e0e0e0;
  --_primitive---neutral--500: #9e9e9e;
  --_primitive---neutral--600: #757575;
  --_primitive---neutral--orange: #ef8900;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--_typography---main-font);
  font-size: 1rem;
  line-height: 130%;
}

.sandwich-icon {
  display: none;
}

.topper {
  z-index: 12;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 2px #00000040;
}

.topper_cta {
  background-color: var(--_semantic---buttons--background);
  font-family: var(--_typography---main-font);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 14px;
}

.topper_cta:hover {
  background-color: var(--_semantic---buttons--hover);
}

.topper_cta.checkout-cta {
  background-color: var(--_primitive---red--500);
}

.topper_cta.checkout-cta:hover {
  background-color: var(--_primitive---red--700);
}

.topper_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.topper_menu-link {
  font-family: var(--_typography---main-font);
  color: var(--_primitive---neutral--900);
  flex: 1 0 auto;
  font-size: .95rem;
  line-height: 100%;
  text-decoration: none;
}

.topper_menu-link:hover {
  color: var(--_primitive---red--700);
  text-decoration: underline;
}

.topper_menu-link.w--current {
  color: var(--_primitive---red--500);
  font-size: .95rem;
}

.topper_menu-link.w--current:hover {
  color: var(--_primitive---red--700);
}

.topper_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.vacation-vip-logo {
  max-width: 240px;
}

.topper_menu-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.regular-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #262626;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.widget_badge {
  width: 88px;
}

.widget_discount-percentage {
  background-color: var(--_primitive---neutral--brand-blue);
  color: var(--_primitive---neutral--100);
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 35px 16px 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
}

.package-price {
  color: var(--_primitive---neutral--900);
  letter-spacing: -3px;
  font-size: 65px;
  font-weight: 900;
  line-height: 100%;
  position: relative;
}

.widget_stay-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.campaign-logo {
  width: 669px;
  margin-top: 40px;
}

.widget_stay-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
}

.widget_expire_time-label {
  color: #0d0d0d;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.hero_wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  margin-top: 50px;
}

.widget_regular-price-2 {
  color: #df1e5a;
  font-style: normal;
  font-weight: 400;
  text-decoration: line-through;
}

.widget_expire-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_semantic---offer--counter-bg);
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.check-icon {
  margin-top: 0;
}

.widget_expire_time {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.widget_price-set {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.offer {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff80;
  border: 2px solid #dbdbdb;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 416px;
  max-width: 420px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
}

.widget_expire_title {
  color: #0d0d0d;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
}

.seal-set {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.widget_normal-rate {
  color: var(--_primitive---neutral--900);
  font-size: 20px;
  font-weight: 500;
}

.widget_attention-counter {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_semantic---offer--attention-bg);
  color: var(--_primitive---neutral--100);
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.widget_stay-period {
  color: var(--_primitive---neutral--900);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.widget_expire-timer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_campaign-logo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 680px;
  min-height: 100%;
  display: flex;
}

.attention-copy {
  text-align: center;
  flex: 1;
}

.widget_hurry-message {
  color: var(--_primitive---neutral--900);
  text-align: center;
  letter-spacing: -.2px;
  -webkit-text-stroke-color: #2368a5;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

.widget_resort-name {
  font-family: var(--_typography---main-font);
  color: var(--navy-blue);
  text-align: center;
  letter-spacing: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 100%;
}

.percentage-off {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 900;
  line-height: 85%;
  position: static;
  inset: auto 0 0% auto;
}

.includding-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 130%;
  display: flex;
}

.widget_includings {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.widget_details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.widget_price-n-discount {
  background-color: var(--_primitive---neutral--100);
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.widget_price-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.widget_cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 23px;
  display: flex;
}

.widget_cta-wrapper.logoversion {
  opacity: 0;
}

.hero {
  background-image: linear-gradient(#00000040, #00000040), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.widget_stay_divider {
  background-color: var(--_primitive---neutral--900);
  color: #262626;
  flex: 1;
  height: 2px;
}

.bulbicon {
  transition: opacity .2s;
  position: absolute;
  inset: 50% 16px 0% auto;
  transform: translate(0, -50%);
}

.widget_topper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.time-hms {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagcake-price-asterics {
  font-size: 20px;
  position: absolute;
  inset: 16px -4px auto auto;
}

.main-cta {
  background-color: var(--_primitive---red--500);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 1.125rem;
  font-weight: 600;
}

.main-cta:hover {
  background-color: var(--_primitive---red--700);
}

.main-cta.mw-100 {
  width: 100%;
}

.main-cta.mw-1200 {
  width: 100%;
  max-width: 1200px;
}

.main-cta.small-cta {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
}

.main-cta.checkout-cta {
  background-color: #cb3730;
  border: 3px solid #fff;
  border-radius: 30px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 23px;
  font-weight: 900;
  box-shadow: 0 2px 5px #0003;
}

.main-cta.checkout-cta.not-border-btn {
  border-width: 0;
  width: 80%;
}

.regular-link {
  color: var(--_semantic---links--color);
  text-decoration: underline;
}

.regular-link:hover {
  color: var(--_semantic---links--hover);
  text-decoration: underline;
}

.menu-level-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  scroll-behavior: smooth;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: static;
  overflow: hidden;
}

.menu-level-2_nav-item {
  color: var(--_semantic---links--color);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.menu-level-2_nav-item:hover {
  color: var(--_semantic---links--hover);
  text-decoration: underline;
}

.hero_photostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_primitive---neutral--400);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero_photostrip_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_primitive---neutral--200);
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.hero_photostrip-lb-item {
  border-radius: 16px;
  min-width: 20%;
  display: block;
  overflow: clip;
}

.hero_photostrip-lb-item:hover {
  outline-color: var(--_semantic---links--hover);
  outline-width: 4px;
  outline-style: solid;
}

.hero_photostrip-photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.all-you-get_column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.all-you-get_wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.all-you-get_table {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.all-you-get {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 104px 40px;
  display: flex;
}

.all-you-get_column-h3 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.725rem;
  font-weight: 700;
  line-height: 100%;
}

.all-you-get_list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 140%;
  display: flex;
}

.all-you-get_column-header {
  color: var(--_primitive---neutral--800);
  border-bottom: 4px solid #000;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.h2-title {
  letter-spacing: -.61px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 110%;
}

.round-stamp {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--_primitive---neutral--100);
  color: #000;
  border: 4px solid #3b6bf4;
  border-radius: 80px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 156.296px;
  height: 156.296px;
  display: flex;
  position: relative;
}

.asterics-sign {
  color: var(--_primitive---neutral--100);
  text-shadow: 2px 2px 6px #0009;
  object-fit: scale-down;
  min-width: 2px;
  min-height: 2px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  inset: 0% -8px auto auto;
}

.round-stamp_price {
  color: #000;
  text-align: center;
  letter-spacing: -3px;
  font-size: 78px;
  font-weight: 800;
  line-height: 86%;
  text-decoration: none;
}

.round-stamp_label {
  background-color: var(--_primitive---neutral--brand-red);
  color: var(--_primitive---neutral--100);
  text-transform: uppercase;
  padding: 5px 8px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 38px;
  left: -36px;
  box-shadow: 0 2px 8px #0006;
}

.generic-banner-v1_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #fffc;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 72px 56px 104px;
  position: relative;
}

.round-stamp_subinfo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.h3-title {
  color: #071330;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 42px;
}

.h3-title.align-center {
  text-align: center;
}

.h3-title.h3-white {
  color: var(--_primitive---neutral--100);
  text-align: center;
}

.round-stamp_price-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.round-stamp_stay-period {
  color: var(--_primitive---neutral--1000);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 90%;
}

.round-stamp-container {
  position: absolute;
  inset: auto auto -72px;
}

.generic-banner-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #262626;
  background-image: url('../images/edge-bottom.svg'), url('../images/edge-top.svg'), linear-gradient(#00000026, #00000026), url('../images/placeholder.png');
  background-position: 50% 100%, 50% 0, 0 0, 50%;
  background-repeat: repeat-x, repeat-x, repeat, repeat;
  background-size: auto, auto, auto, 80px;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px 160px;
  display: flex;
}

.dollar-sign {
  color: #000;
  text-shadow: 2px 2px 6px #0009;
  object-fit: scale-down;
  border: 0 #000;
  width: 14.2125px;
  min-width: 2px;
  min-height: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}

.resort-details_table-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.resort-details {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-color: var(--_primitive---neutral--200);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 130px 40px 104px;
  display: flex;
}

.resort-details_list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.resort-details_list-block {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 0 auto;
  display: flex;
}

.resort-details_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.resort-details_wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resort-details_table {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h4-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 110%;
}

.guest-reviews-v1_photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 520px;
}

.review-card_topper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-card_avatar {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.review-card_post-date {
  color: gray;
  letter-spacing: .3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.guest-reviews-v1_photostrip {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.review-card_rating {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.review-card_author {
  color: #0d0d0d;
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.reviews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.review-card_post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.review-card_details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.review-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_primitive---neutral--200);
  border-radius: 32px;
  flex-flow: column;
  max-width: 384px;
  min-height: 300px;
  padding: 24px;
  display: flex;
}

.guest-reviews-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}

.review-card_post-header {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.review-card_post-content {
  color: var(--_primitive---neutral--900);
  text-overflow: clip;
  font-size: 16px;
  line-height: 140%;
  overflow: hidden;
}

.guest-reviews-v1_wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_primitive---neutral--1000);
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 13px;
  line-height: 150%;
  display: flex;
}

.footer_text {
  text-align: center;
  text-wrap: pretty;
  max-width: 120ch;
  font-size: 13px;
}

.footer_link-set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--_semantic---links--color);
  text-decoration: underline;
}

.footer-link:hover {
  color: var(--_semantic---links--hover);
  text-decoration: underline;
}

.copyright-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rating-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
}

.guest-reviews-v2_card-set {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guest-reviews-v2_review {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--_primitive---neutral--100);
  color: #5d5d5d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 40px #0003;
}

.review_topper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.guest-reviews-v2_title-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #1407273d;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-weight: 400;
  display: flex;
}

.rating-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.guest-reviews-v2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--_primitive---neutral--200);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 104px 24px;
  display: flex;
}

.guest-reviews-v2_cards {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 296px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.guest-reviews-v2_image-block {
  z-index: 0;
  background-image: url('../images/gallery-photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px 32px 32px 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.review-title {
  font-size: 24px;
  font-weight: 500;
}

.guest-reviews-v2_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.customer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_primitive---neutral--800);
  flex-flow: column;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.photo-gallery-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #262626;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 104px 80px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.photo-gallery_set {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1560px;
  display: flex;
}

.photo-gallery_lb-block {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
  min-width: 400px;
  overflow: clip;
}

.photo-gallery_lb-block:hover {
  outline-color: var(--_semantic---buttons--hover);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.photo-gallery_photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
  width: 100%;
  overflow: clip;
}

.drawer {
  z-index: 14;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 48px 40px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(100%);
  box-shadow: -12px 0 80px #00000080;
}

.drawer_close-btn {
  position: absolute;
  inset: 24px 24px auto auto;
}

.drawer_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.drawer_menu-item {
  letter-spacing: 0;
  flex: 1 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.drawer_menu-item:hover {
  color: var(--_semantic---links--hover);
}

.drawer_menu-item.w--current {
  color: var(--_primitive---neutral--700);
}

.drawer_cta {
  background-color: var(--_semantic---buttons--background);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 1.125rem;
  font-weight: 600;
}

.drawer_cta:hover {
  background-color: var(--_semantic---buttons--hover);
}

.drawer_cta.mw-100 {
  width: 100%;
}

.resort-video {
  z-index: 20;
  background-color: #000000e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding: 24px;
  display: grid;
}

.video-close-btn {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-left {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
  inset: 50% auto 0% 8px;
  transform: translate(0, -50%);
}

.arrow-left:hover {
  background-color: #000;
}

.arrow-right {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
  inset: 50% 8px auto auto;
  transform: translate(0, -50%);
}

.arrow-right:hover {
  background-color: #000;
}

.video-button-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_primitive---neutral--900);
  color: var(--_primitive---neutral--100);
  cursor: pointer;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 12px;
  line-height: 100%;
  display: flex;
}

.video-button:hover {
  background-color: var(--_primitive---neutral--800);
}

.video-button.play-video {
  background-color: #0000;
}

.video-button.play-video:hover {
  background-color: #cb3730;
}

.testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 104px 40px;
  display: flex;
}

.testimonials_card {
  aspect-ratio: 3 / 2;
  cursor: pointer;
  background-image: linear-gradient(#0009, #0009), url('../images/placeholder.png');
  background-position: 0 0, 0 0;
  background-size: auto, 64px;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 400px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.testimonials_card:hover {
  outline-color: var(--_semantic---links--color);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.testimonials_user-nickname {
  background-color: var(--_primitive---neutral--100);
  border-radius: 24px;
  padding: 6px 12px;
  font-size: .875rem;
  font-weight: 500;
}

.testimonial_play-button {
  width: 100%;
  max-width: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials_card-set {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.bottom-banner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #262626;
  background-image: linear-gradient(#0006, #fff0 72%), url('../images/bottom-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  padding: 42px 40px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.photo-slider {
  aspect-ratio: 16 / 9;
  height: 100%;
  max-height: 680px;
}

.photo-slider_image {
  width: 100%;
}

.cta-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dialogue_body {
  justify-content: flex-start;
  align-items: center;
  padding: 48px 80px;
  overflow: auto;
}

.dialogue_h2-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.dialogue_h2-title.indent-top {
  width: 100%;
  margin-top: 32px;
}

.dialogue_topper {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 2px #0003;
}

.dialogue_close-button {
  cursor: pointer;
}

.dialogue_card {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 16px 88px #00000080;
}

.dialogue_h1-title {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 95%;
}

.dialogue {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dialogue.tnc, .dialogue.pp {
  display: none;
}

/* Modal PP: URLs visibles pero no clicables */
.dialogue.pp a {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
/* Modal PP: URLs y texto largo que hagan wrap correctamente */
.dialogue.pp .legal-article-content,
.dialogue.pp .legal-article-content div,
.dialogue.pp .legal-article-content li,
.dialogue.pp .legal-article-content a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* Modal PP: respetar padding 24px y ajustar contenido al modal */
.dialogue.pp .dialogue_card {
  max-width: 100%;
  min-width: 0;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
.dialogue.pp .dialogue_body {
  min-width: 0;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  align-self: stretch;
}
.dialogue.pp .legal-article-content {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  align-items: stretch;
  overflow-x: hidden;
}
.dialogue.pp .section-2,
.dialogue.pp .container-11 {
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-article-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90ch;
  padding-bottom: 40px;
  display: flex;
}

.legal-article-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 80px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.acmd_info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.gen-info-card_list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.gen-info-card_title {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.gen-info_details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gen-info-card_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.timelabel {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.down-timer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_semantic---offer--counter-bg);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.time {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.stronger {
  font-weight: 600;
}

.acmd_text {
  color: #000;
  flex: 1;
  max-width: none;
  font-size: 19px;
  line-height: 140%;
}

.acmd_table-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 0;
  display: grid;
}

.acmd_table-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-weight: 500;
}

.down-timer_title {
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.timer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.acmd_card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 32px 32px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.acmd_hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/generic-info-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 48px;
  padding: 48px 40px;
  display: flex;
}

.gen-info_card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_primitive---neutral--200);
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.acmd_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  overflow: hidden;
}

.acmd_topper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
}

.timehmsblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.acmd_card-table-header {
  background-color: var(--_primitive---neutral--brand-blue);
  text-align: left;
  padding: 16px 24px;
}

.acmd_card-table-title {
  color: var(--_primitive---neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.acmd_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  flex: 1;
  order: 0;
}

.internal-page_body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_primitive---neutral--200);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 48px;
  padding: 48px 40px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block {
  display: block;
}

.arrow-left-2 {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 8px;
  transform: translate(0, -50%);
}

.arrow-left-2:hover {
  background-color: #000;
  border-width: 3px;
  border-color: #ef564c;
}

.image-4 {
  border: 0 solid #fff;
}

.herolightboxstrip-3 {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 384px;
  display: block;
  position: relative;
  overflow: clip;
}

.herolightboxstrip-3:hover {
  outline-offset: 0px;
  outline: 4px solid #ef564c;
}

.herophotosrow-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photostrip5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_primitive---neutral--200);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.photostripwrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.herostripphoto-4 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  position: static;
}

.arrow-right-2 {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 50% 8px 0% auto;
  transform: translate(0, -50%);
}

.arrow-right-2:hover {
  background-color: #000;
  border-width: 3px;
  border-color: #ef564c;
}

.text-block-2 {
  color: var(--_primitive---neutral--100);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #00000080, #0000008f 7%, #fff0 103%);
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.roundstampprice {
  color: var(--_primitive---neutral--900);
  text-align: center;
  letter-spacing: -3px;
  font-size: 80px;
  font-weight: 800;
  line-height: 86%;
  text-decoration: none;
}

.roundstampcurrency {
  color: var(--_primitive---neutral--900);
  mix-blend-mode: normal;
  object-fit: scale-down;
  border: 0 #000;
  min-width: 2px;
  min-height: 2px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -2px;
  left: -10px;
}

.bannerwithcard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  perspective: 1000px;
  color: #262626;
  background-color: #004f80;
  background-image: linear-gradient(#004f80, #fff0 44%), url('../images/generic-info-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 900px;
  padding: 32px 80px 320px;
  display: flex;
  position: relative;
}

.asterics {
  color: #fff;
  text-shadow: 2px 2px 6px #205272;
  object-fit: scale-down;
  min-width: 2px;
  min-height: 2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  inset: 0% -14px auto auto;
}

.roundstampdetails {
  color: var(--_primitive---neutral--900);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
}

.sectionh3title {
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title.white {
  color: #fff;
  font-size: 32px;
}

.roundstamppricecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.roundstampstayperiod {
  color: var(--_primitive---neutral--1000);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 90%;
}

.bodytext {
  color: #262626;
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.bodytext.white {
  color: #fff;
  text-align: center;
}

.bodytext.white.alncenter {
  text-align: center;
  max-width: none;
}

.bodytext.h4 {
  color: var(--_primitive---neutral--100);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.roundstamp {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #205272;
  border: 8px solid #fff;
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
  position: static;
}

.bannercopy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #010b3e00;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 44em;
}

.div-block {
  border-width: 6px;
  border-color: var(--_primitive---system--blue-600);
  background-color: var(--_primitive---neutral--100);
  color: var(--_primitive---neutral--1000);
  border-radius: 150px;
  flex: none;
  width: 180px;
  height: 180px;
  position: relative;
}

.roundstamptotal {
  color: #fff;
  background-color: #e03d24;
  padding: 5px 8px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -44px;
  box-shadow: 0 2px 8px #0006;
}

.roundstamptotaltxt {
  text-transform: uppercase;
}

.circledimages {
  position: absolute;
  bottom: -80px;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-5 {
  width: 120px;
  max-width: none;
}

.text-block-3 {
  color: var(--_primitive---neutral--100);
  text-decoration: none;
}

.container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ef8900;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  min-height: 64px;
  display: flex;
}

.text-block-4 {
  color: var(--_primitive---neutral--100);
  font-size: 1.3rem;
  font-weight: 700;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  min-height: 160px;
  display: flex;
}

.container-3 {
  background-color: var(--_primitive---neutral--brand-blue);
  color: var(--_primitive---neutral--100);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  max-width: 1200px;
  min-height: 80px;
  display: flex;
}

.text-block-5 {
  font-size: 1.4rem;
  font-weight: 600;
}

.topsection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--_primitive---neutral--brand-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-5.stars-small {
  justify-content: flex-start;
  align-items: center;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.ticketcard {
  background-color: var(--_primitive---neutral--100);
  border-radius: 0 0 24px 24px;
  min-width: 1200px;
  max-width: 1200px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.container-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
  display: flex;
}

.image-6 {
  border-radius: 16px;
  min-width: 300px;
  max-width: 300px;
  max-height: 120px;
}

.div-block-7 {
  background-color: var(--_primitive---red--500);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: block;
}

.text-block-6 {
  color: var(--_primitive---neutral--100);
}

.div-block-8 {
  background-color: var(--_primitive---red--500);
  min-width: 100%;
  min-height: 8px;
}

.tagtickets {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.flex-block {
  background-color: var(--_primitive---red--500);
}

.container-7 {
  background-color: var(--_primitive---red--500);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 0;
  padding: 4px 12px 0;
}

.show_card {
  max-width: none;
}

.div-block-9 {
  background-image: url('../images/show-card-3105.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 150px;
}

.div-block-9.t1 {
  background-image: url('../images/s1.png');
}

.div-block-9.t3 {
  background-image: url('../images/t3.png');
}

.div-block-9.t5 {
  background-image: url('../images/show-card-3105-1.png');
}

.title-sc {
  color: var(--blue-200);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.showcard-small {
  background-color: var(--_primitive---neutral--100);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 270px;
  max-width: 270px;
  min-height: 270px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sc-pic {
  background-image: url('../images/show-card-3108.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.sc-pic.p2 {
  background-image: url('../images/show-card-3110.png');
}

.sc-pic.p3 {
  background-image: url('../images/show-card-3145.png');
}

.sc-pic.p4 {
  background-image: url('../images/show-card-3147.png');
}

.sc-pic.p5 {
  background-image: url('../images/show-card-3149.png');
}

.sc-pic.p6 {
  background-image: url('../images/show-card-3151.png');
}

.sc-pic.p7 {
  background-image: url('../images/show-card-3153.png');
}

.sc-pic.p8 {
  background-image: url('../images/Pierce-Arrow-Decades.png');
}

.sc-pic.p9 {
  background-image: url('../images/show-card-3157.png');
}

.sc-pic.p10 {
  background-image: url('../images/show-card-3159.png');
}

.sc-pic.p11 {
  background-image: url('../images/Baldknobbers.png');
}

.sc-pic.p12 {
  background-image: url('../images/AmazingPets.png');
}

.sc-pic.p13 {
  background-image: url('../images/show-card-3165.png');
}

.sc-pic.p14 {
  background-image: url('../images/show-card-3167.png');
}

.sc-pic.p15 {
  background-image: url('../images/show-card-3167-1.png');
  height: auto;
  min-height: 150px;
}

.sc-pic.p16 {
  background-image: url('../images/show-card-3167-2.png');
}

.container-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 0 24px;
  display: flex;
}

.smallcards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.h4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-8 {
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.div-block-10 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--_primitive---system--yellow-500);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.container-9 {
  min-width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.text-block-9 {
  color: var(--_primitive---neutral--100);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.div-block-11 {
  background-color: var(--_primitive---neutral--brand-blue);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.link {
  color: var(--_primitive---neutral--100);
}

.link-block {
  width: 200px;
}

.link-block.w--current {
  width: 300px;
}

.body {
  font-family: Roboto, sans-serif;
}

.text-block-10 {
  color: #0d1f48;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-10 {
  color: #000;
  background-color: #dbdbdb;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}

.text-block-room {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: block;
  position: relative;
}

.image-7 {
  width: 23px;
  height: 11px;
  position: absolute;
  inset: auto auto -10px;
}

.text-block-12 {
  width: auto;
  font-size: 14px;
}

.image-8 {
  width: 144px;
  height: 60px;
  position: static;
}

.div-block-13 {
  position: relative;
}

.div-block-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 12px;
  bottom: auto;
  right: 24px;
}

.percentage-off-1 {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 900;
  line-height: 85%;
  position: static;
  inset: auto 0 0% auto;
}

.widget_regular-price {
  color: #df1e5a;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.text-block-13 {
  color: #071330;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.text-block-14 {
  color: #071330;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #4e9e66;
  font-size: 16px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 27px;
  font-weight: 900;
}

.image-9 {
  width: 45px;
}

.bold-text {
  color: var(--_semantic---offer--hotel-name);
  text-decoration: none;
}

.acmd_table-list-item-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-weight: 500;
}

.text-block-17 {
  text-transform: none;
}

.footer_text-2 {
  text-wrap: pretty;
  max-width: 120ch;
}

.link-2 {
  color: #2563eb;
}

.footer-link-2 {
  color: #2563eb;
  text-decoration: underline;
}

.footer-link-2:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.text-block-18 {
  width: 100%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.list-item {
  margin-bottom: 0;
  font-style: normal;
  text-decoration: none;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.text-block-19, .italic-text-3, .text-block-20 {
  width: 100%;
}

.italic-text-4 {
  font-style: normal;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.row {
  justify-content: center;
  width: 80%;
  display: flex;
}

.cell {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 7.5%;
  min-width: 40px;
  height: 40px;
  padding-right: 5px;
  display: flex;
}

.cell.name {
  color: #fff;
  background-color: #437beb;
  justify-content: flex-end;
  width: 10%;
  min-width: 100px;
}

.cell.month {
  background-color: #f3e119;
}

.collection-list-wrapper {
  width: 80%;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-11 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.table_wrapper {
  border: 1px solid #d3d3d3;
}

.table_cell-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.table_cell-text.strong {
  font-weight: 700;
}

.table_cell-text.strong.center {
  text-align: center;
  flex: 1;
}

.table_row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.table_cell.right {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.table_cell.border-right, .table_header-cell.border-right {
  border: 1px solid #000;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.table_header-cell.right {
  border: 1px solid #000;
  padding-left: 1rem;
}

.table_row-group.alt {
  background-color: #f3f3f3;
}

.text-block-21 {
  width: 100%;
}

.list {
  margin-bottom: 0;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 1670px) {
  .guest-reviews-v1_photostrip {
    justify-content: left;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .sandwich-icon {
    cursor: pointer;
    display: block;
    overflow: hidden;
  }

  .topper_cta {
    flex: none;
    display: none;
  }

  .topper_menu {
    display: none;
  }

  .topper_menu-link {
    flex: none;
  }

  .topper_menu-link.w--current {
    flex: 0 auto;
  }

  .topper_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .topper_menu-group {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .campaign-logo {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .offer {
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .hero_campaign-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: stretch;
    max-width: none;
  }

  .widget_resort-name {
    align-self: center;
    max-width: 20ch;
  }

  .includding-item {
    max-width: none;
  }

  .widget_includings {
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    margin-inline: auto;
    max-width: 400px;
  }

  .widget_details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .widget_price-n-discount {
    background-color: #f5f5f5;
  }

  .widget_cta-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .widget_cta-wrapper.logoversion {
    opacity: 1;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
  }

  .main-cta.mw-100.checkout-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-cta.checkout-cta.not-border-btn {
    width: 100%;
  }

  .menu-level-2_nav-item {
    flex: none;
  }

  .hero_photostrip_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .hero_photostrip-lb-item {
    min-width: auto;
    max-width: 360px;
  }

  .all-you-get_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .all-you-get_table {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 548px;
  }

  .generic-banner-v1 {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .widget_price-block{
    padding-left: 0;
    margin-left: -80px;
    justify-content: center;
    align-items: center;
  }

  .resort-details_table-column {
    flex: 1;
  }

  .resort-details_list-block {
    flex-flow: column;
  }

  .resort-details_wrapper {
    align-self: stretch;
  }

  .resort-details_table {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .guest-reviews-v1_photo {
    width: 320px;
  }

  .guest-reviews-v1_photostrip {
    justify-content: left;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .reviews {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-card {
    max-width: 520px;
    min-height: auto;
  }

  .guest-reviews-v1_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
  }

  .guest-reviews-v2_card-set {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .guest-reviews-v2_title-card {
    justify-content: space-between;
    align-items: center;
  }

  .guest-reviews-v2 {
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .guest-reviews-v2_cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .guest-reviews-v2_image-block {
    aspect-ratio: 1;
    background-position: 50% 0;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .review-title {
    line-height: 100%;
  }

  .guest-reviews-v2_wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .photo-gallery-v1 {
    padding: 104px 40px 40px;
    overflow: clip;
  }

  .photo-gallery_set {
    justify-content: flex-start;
    align-items: stretch;
  }

  .photo-gallery_lb-block {
    min-width: 320px;
  }

  .drawer {
    opacity: 100;
    display: none;
    transform: none;
  }

  .drawer_close-btn {
    cursor: pointer;
    display: block;
    top: 16px;
  }

  .drawer_menu {
    display: flex;
  }

  .drawer_menu-item {
    color: #071330;
    flex: none;
    font-weight: 400;
  }

  .drawer_menu-item.w--current {
    flex: 0 auto;
  }

  .drawer_cta.mw-100 {
    background-color: #cb3730;
  }

  .arrow-left, .arrow-right {
    display: none;
  }

  .testimonials_card {
    flex-grow: 0;
    flex-basis: 440px;
  }

  .bottom-banner {
    padding: 104px 40px 40px;
    overflow: clip;
  }

  .dialogue_body {
    padding-left: 48px;
    padding-right: 48px;
  }

  .dialogue {
    padding: 24px;
  }

  .legal-article-content {
    padding: 24px 0;
  }

  .legal-article-body {
    padding: 64px;
  }

  .gen-info_details {
    align-items: stretch;
    padding: 0 16px 40px;
  }

  .down-timer {
    order: -1;
    align-self: stretch;
  }

  .acmd_text {
    flex: 0 auto;
  }

  .acmd_card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: stretch;
  }

  .acmd_hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gen-info_card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0 0;
    overflow: hidden;
  }

  .acmd_topper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: stretch;
  }

  .acmd_card-table-header {
    position: relative;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .acmd_image {
    order: -1;
    min-width: 100%;
  }

  .internal-page_body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arrow-left-2 {
    display: none;
  }

  .photostrip5.guest-reviews-v1_photostrip {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .arrow-right-2 {
    display: none;
  }

  .bannerwithcard {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container-3 {
    min-width: 100%;
    max-width: none;
  }

  .topsection {
    min-width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .ticketcard {
    min-width: auto;
    max-width: none;
  }

  .container-6 {
    max-width: none;
    margin-left: 24px;
  }

  .div-block-9.t1, .div-block-9.t2, .div-block-9.t3, .div-block-9.t4, .div-block-9.t5 {
    height: 200px;
  }

  .text-block-7 {
    text-align: right;
    min-width: 180px;
    display: block;
  }

  .text-block-10 {
    text-align: center;
  }

  .container-10 {
    min-width: 100%;
    max-width: none;
  }

  .text-block-11 {
    color: #000000;
    font-size: 24px;
  }

  .text-block-room {
    color: #FFFFFF;
    font-size: 24px;
  }

  .image-7 {
    width: 37px;
    height: 20px;
    inset: auto auto -17px;
  }

  .cell.month {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .topper_menu-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .regular-price {
    color: #2368a5;
  }

  .hero_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .offer {
    overflow: hidden;
  }

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-cta.checkout-cta.not-border-btn {
    background-color: #cb3730;
  }

  .menu-level-2 {
    justify-content: space-between;
    align-items: center;
  }

  .menu-level-2_nav-item {
    flex: none;
  }

  .hero_photostrip-lb-item {
    max-width: 250px;
  }

  .all-you-get_wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .all-you-get {
    padding: 80px 24px 40px;
  }

  .round-stamp {
    background-color: var(--_primitive---neutral--100);
    color: #000;
    border-width: 4px;
    border-color: #3b6bf4;
    width: 165px;
    height: 165px;
  }

  .round-stamp_price {
    color: #000;
    font-size: 78px;
  }

  .round-stamp_label {
    padding-top: 5px;
    top: auto;
    bottom: 38px;
    left: -20px;
  }

  .generic-banner-v1_card {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .round-stamp_subinfo {
    color: #000;
    font-size: 16px;
  }

  .h3-title {
    text-align: center;
  }

  .round-stamp_stay-period {
    color: var(--_primitive---neutral--1000);
    font-size: 16px;
  }

  .generic-banner-v1 {
    padding: 88px 24px;
  }

  .dollar-sign {
    color: #000;
    width: 15px;
    min-width: auto;
    height: 29px;
    min-height: auto;
    font-size: 25px;
    top: 0;
  }

  .resort-details_table-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
  }

  .resort-details {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 80px 24px 40px;
  }

  .resort-details_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .resort-details_table {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .guest-reviews-v1_photostrip {
    justify-content: left;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reviews {
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-card {
    width: 100%;
    max-width: none;
  }

  .guest-reviews-v1 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 80px 0 40px;
  }

  .guest-reviews-v1_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-wrapper, .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .guest-reviews-v2_card-set {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .guest-reviews-v2 {
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .guest-reviews-v2_cards {
    padding-left: 24px;
    padding-right: 24px;
  }

  .guest-reviews-v2_image-block {
    aspect-ratio: 1;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .photo-gallery-v1 {
    padding: 80px 24px 24px;
  }

  .photo-gallery_lb-block {
    min-width: 280px;
  }

  .testimonials {
    padding: 80px 24px 24px;
  }

  .testimonials_card {
    flex-grow: 1;
  }

  .bottom-banner {
    padding: 80px 24px 25px;
  }

  .dialogue_body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dialogue {
    padding: 24px;
  }

  .legal-article-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Modal PP: contenedor y tablas respetan padding en mobile */
  .dialogue.pp .legal-article-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .dialogue.pp .section-2,
  .dialogue.pp .container-11 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .legal-article-body {
    padding: 48px;
  }

  .acmd_text {
    text-align: center;
  }

  .acmd_table-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .acmd_card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .acmd_hero {
    padding: 24px;
  }

  .acmd_topper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .acmd_card-table-header {
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }

  .acmd_card-table-title {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
  }

  .internal-page_body {
    padding: 24px;
  }

  .bannerwithcard {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .circledimages {
    width: 350px;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .widget_price-block{
    padding-left: 0;
    margin-left: -30px;
    justify-content: center;
    align-items: center;
  }
  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-5 {
    flex-flow: column;
  }

  .container-6 {
    margin-left: 0;
  }

  .div-block-9.t1, .div-block-9.t2, .div-block-9.t3, .div-block-9.t4, .div-block-9.t5 {
    width: 100%;
  }

  .text-block-7 {
    text-align: left;
  }

  .text-block-11 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 125%;
  }

  .text-block-room {
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    line-height: 125%;
  }

  .image-7 {
    width: 37px;
    height: 20px;
    top: auto;
    bottom: -17px;
  }

  .image-10, .image-11 {
    position: absolute;
    inset: auto auto 0%;
  }

  .text-block-17 {
    text-transform: none;
    font-weight: 700;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .table_cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .table_cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .topper {
    overflow: hidden;
  }

  .topper_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .regular-price {
    color: #2368a5;
  }

  .widget_badge {
    width: 72px;
  }

  .campaign-logo {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex: 0 auto;
    max-width: 100%;
    line-height: 100%;
  }

  .widget_regular-price-2 {
    font-size: 14px;
  }

  .offer {
    border-radius: 0;
    align-self: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .widget_normal-rate {
    font-size: 14px;
  }

  .hero_campaign-logo {
    grid-column-gap: 95px;
    grid-row-gap: 95px;
  }

  .attention-copy {
    text-align: left;
    font-size: .9rem;
  }

  .widget_details {
    padding-top: 24px;
  }

  .widget_price-block {
    padding-left: 0;
    align-items: center;
  }

  .widget_cta-wrapper.logoversion {
    opacity: 100;
  }

  .hero {
    background-image: url('../images/Hero-Mobile.png');
    background-position: 39.5% -80px;
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-attachment: fixed;
    padding: 40px 0 0;
    line-height: 100svh;
  }

  .main-cta.mw-100.checkout-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-cta.logo {
    color: var(--_primitive---neutral--100);
    background-color: #cb3730;
    border: 3px solid #fff;
    border-radius: 30px;
    box-shadow: 0 2px 5px #0003;
  }

  .main-cta.logo:hover {
    background-color: var(--_primitive---red--500);
    color: var(--_primitive---neutral--100);
  }

  .main-cta.small-cta {
    width: 100%;
  }

  .main-cta.checkout-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-level-2 {
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .menu-level-2_nav-item {
    flex: 1 0 auto;
  }

  .hero_photostrip {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .hero_photostrip-lb-item {
    flex: 1 0 340px;
    min-width: auto;
    max-width: 100%;
  }

  .hero_photostrip-photo {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .all-you-get_wrapper, .all-you-get_table {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .all-you-get {
    padding: 48px 16px;
  }

  .generic-banner-v1_card {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h3-title {
    font-size: 1.725rem;
  }

  .h3-title.h3-white {
    font-size: 1.3rem;
  }

  .generic-banner-v1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 144px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .resort-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: clip;
  }

  .resort-details_table {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .guest-reviews-v1_photo {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    flex: 1 0 auto;
    width: 220px;
    max-width: 95%;
    overflow: hidden;
  }

  .guest-reviews-v1_photostrip {
    box-sizing: border-box;
    object-fit: cover;
    justify-content: left;
    align-items: center;
    min-width: 100%;
    max-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: clip;
  }

  .reviews {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-card {
    background-color: var(--_primitive---neutral--100);
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    max-width: 100%;
  }

  .guest-reviews-v1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .guest-reviews-v1_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-wrapper {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_link-set {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .footer_divider {
    display: none;
  }

  .copyright-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .rating-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .guest-reviews-v2_title-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

  .guest-reviews-v2 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .guest-reviews-v2_cards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .guest-reviews-v2_image-block {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-gallery-v1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: none;
    padding: 40px 16px 16px;
    overflow: clip;
  }

  .photo-gallery_lb-block, .photo-gallery_photo {
    aspect-ratio: 3 / 2;
    min-width: 200px;
  }

  .video-button.play-video {
    flex-flow: column;
  }

  .video-button.play-video:hover {
    padding-bottom: 20px;
  }

  .testimonials {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials_card-set {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bottom-banner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: url('../images/bottom-banner.webp');
    background-position: 40%;
    background-size: cover;
    padding: 40px 16px 24px;
    overflow: clip;
  }

  .dialogue_body {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dialogue_h2-title {
    font-size: 34px;
  }

  .dialogue_h1-title {
    font-size: 44px;
  }

  .dialogue {
    padding: 12px;
  }

  .legal-article-content {
    padding: 8px;
  }

  .dialogue.pp .legal-article-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .dialogue.pp .section-2,
  .dialogue.pp .container-11 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .legal-article-body {
    padding: 24px 16px;
  }

  .gen-info-card_title {
    text-align: center;
  }

  .gen-info_details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 32px;
  }

  .acmd_table-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .acmd_card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 16px 24px;
  }

  .acmd_hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 1000px;
    background-attachment: scroll;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    position: relative;
    overflow: clip;
  }

  .gen-info_card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .acmd_card-table-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tripadvisor-logo {
    max-width: 72px;
  }

  .internal-page_body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-image: none;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 16px;
    position: relative;
    overflow: clip;
  }

  .herolightboxstrip-3 {
    flex: 1 0 150px;
    min-width: 265px;
    overflow: clip;
  }

  .herophotosrow-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .photostrip5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .herostripphoto-4 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .text-block-2 {
    font-size: .8rem;
    line-height: 100%;
  }

  .bannerwithcard {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: linear-gradient(#004f80, #fff0 72%), url('../images/generic-info-bg.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 800px;
    padding: 48px 16px 50vw;
    overflow: visible;
  }

  .sectionh3title.white {
    font-size: 28px;
  }

  .bodytext.white.alncenter {
    line-height: 120%;
  }

  .bodytext.h4 {
    font-size: 16px;
  }

  .bannercopy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .circledimages {
    max-width: 90%;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .container-2, .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 1.2rem;
  }

  .ticketcard {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-7 {
    text-align: center;
  }

  .showcard-small {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sc-pic.p1, .sc-pic.p5, .sc-pic.p6, .sc-pic.p9 {
    background-position: 50% 0;
  }

  .sc-pic.p12 {
    background-position: 50%;
  }

  .sc-pic.p13, .sc-pic.p14 {
    background-position: 50% 0;
  }

  .smallcards-wrapper {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-10 {
    text-align: center;
    line-height: 130%;
  }

  .container-10 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 253px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 1.2rem;
  }

  .text-block-room {
    text-align: center;
    font-size: 1.2rem;
  }

  .widget_regular-price {
    font-size: 14px;
  }

  .text-block-16 {
    text-align: center;
    line-height: 100%;
  }

  .image-9 {
    height: 45px;
  }

  .table_cell-text {
    margin-top: 1rem;
  }

  .table_row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table_cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table_cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .table_header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table_header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .table_row-group.header {
    display: none;
  }
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3f98-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3f9b-6fbb00b1, #w-node-_7704cc75-567c-40e3-d223-b76ae09c4fe5-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fa0-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fa3-6fbb00b1, #w-node-_64f11518-e75b-11ff-18bf-beb8e2543cde-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fa8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fab-6fbb00b1, #w-node-_2cff19a1-6ddb-01f3-9aa0-bbb619138b1e-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fb0-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fb3-6fbb00b1, #w-node-d1c2601b-5e0f-2f87-c7e6-dc91c0c82b44-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37b7163b-2678-a8d3-9fe8-dbf0fe679cad-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b7163b-2678-a8d3-9fe8-dbf0fe679cb0-6fbb00b1, #w-node-_37b7163b-2678-a8d3-9fe8-dbf0fe679cb3-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fc0-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fc3-6fbb00b1, #w-node-_968c4289-8eb4-57c2-6266-c0931a57e831-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fb8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fbb-6fbb00b1, #w-node-_7d8bc07d-51de-2a12-ff9a-7cb71248aa4f-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_280bc05d-3512-58cf-f6ca-3c45c56d5aa5-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_280bc05d-3512-58cf-f6ca-3c45c56d5aa8-6fbb00b1, #w-node-_280bc05d-3512-58cf-f6ca-3c45c56d5aab-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05bd5f82-d3e7-6259-a60a-55826200a3c0-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05bd5f82-d3e7-6259-a60a-55826200a3c3-6fbb00b1, #w-node-_05bd5f82-d3e7-6259-a60a-55826200a3c6-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_46c87432-d44c-79d1-3df0-abb3858c9158-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46c87432-d44c-79d1-3df0-abb3858c915b-6fbb00b1, #w-node-_46c87432-d44c-79d1-3df0-abb3858c915e-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1d1f5100-4a24-39c5-1950-0c6b289abde3-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1f5100-4a24-39c5-1950-0c6b289abde6-6fbb00b1, #w-node-_1d1f5100-4a24-39c5-1950-0c6b289abde9-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-abd8954c-9ec4-1beb-4867-468d7f2f9384-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd8954c-9ec4-1beb-4867-468d7f2f9387-6fbb00b1, #w-node-abd8954c-9ec4-1beb-4867-468d7f2f938a-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cae5e034-35a7-57ec-3f27-e339bc9b8790-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae5e034-35a7-57ec-3f27-e339bc9b8793-6fbb00b1, #w-node-cae5e034-35a7-57ec-3f27-e339bc9b8796-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3d53d7ee-7531-c3aa-66c4-9ee842855b43-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d53d7ee-7531-c3aa-66c4-9ee842855b46-6fbb00b1, #w-node-_3d53d7ee-7531-c3aa-66c4-9ee842855b49-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4b7a66d-5550-5d08-324a-dc24ea8d59cb-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b7a66d-5550-5d08-324a-dc24ea8d59ce-6fbb00b1, #w-node-a4b7a66d-5550-5d08-324a-dc24ea8d59d1-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10466c2b-732c-c52d-4a4f-f17d4bf76c16-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10466c2b-732c-c52d-4a4f-f17d4bf76c19-6fbb00b1, #w-node-_10466c2b-732c-c52d-4a4f-f17d4bf76c1c-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_592d307d-122b-0e31-328f-c6a978e3ae7c-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_592d307d-122b-0e31-328f-c6a978e3ae7f-6fbb00b1, #w-node-_592d307d-122b-0e31-328f-c6a978e3ae82-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_422ae9cc-b0b4-7cdb-7183-619257381ab8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_422ae9cc-b0b4-7cdb-7183-619257381abb-6fbb00b1, #w-node-_422ae9cc-b0b4-7cdb-7183-619257381abe-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7201e9be-b432-b5f7-456f-6eb144c1fc00-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7201e9be-b432-b5f7-456f-6eb144c1fc03-6fbb00b1, #w-node-_7201e9be-b432-b5f7-456f-6eb144c1fc06-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e378d8ad-c0df-ae1b-ed9b-3e6452af1519-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e378d8ad-c0df-ae1b-ed9b-3e6452af151c-6fbb00b1, #w-node-e378d8ad-c0df-ae1b-ed9b-3e6452af151f-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04bfb7c7-c465-1fe1-41fd-657a29953e1d-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04bfb7c7-c465-1fe1-41fd-657a29953e20-6fbb00b1, #w-node-_04bfb7c7-c465-1fe1-41fd-657a29953e23-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4d45195-fa22-c1e9-2ad8-8e507babbee4-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d45195-fa22-c1e9-2ad8-8e507babbee7-6fbb00b1, #w-node-f4d45195-fa22-c1e9-2ad8-8e507babbeea-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_024d13b7-aa13-f671-868c-ef222d75c8d4-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_024d13b7-aa13-f671-868c-ef222d75c8d7-6fbb00b1, #w-node-_024d13b7-aa13-f671-868c-ef222d75c8da-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9e2c027-a1d7-8047-c866-ada83f9eb0a8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9e2c027-a1d7-8047-c866-ada83f9eb0ab-6fbb00b1, #w-node-e9e2c027-a1d7-8047-c866-ada83f9eb0ae-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b54e5b74-e3c5-db80-f076-4dfa3c40c5f8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b54e5b74-e3c5-db80-f076-4dfa3c40c5fb-6fbb00b1, #w-node-b54e5b74-e3c5-db80-f076-4dfa3c40c5fe-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9b3217e-62f5-70cf-7fa7-3d3c54cfcdb2-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9b3217e-62f5-70cf-7fa7-3d3c54cfcdb5-6fbb00b1, #w-node-e9b3217e-62f5-70cf-7fa7-3d3c54cfcdb8-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_00661427-1e5d-50d5-f504-ffb490a5d4dd-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00661427-1e5d-50d5-f504-ffb490a5d4e0-6fbb00b1, #w-node-_00661427-1e5d-50d5-f504-ffb490a5d4e3-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6bc8f334-f47c-d5b1-e179-6b4d150af127-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc8f334-f47c-d5b1-e179-6b4d150af12a-6fbb00b1, #w-node-_6bc8f334-f47c-d5b1-e179-6b4d150af12d-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ccd3d6f6-fb1e-7b9b-ac89-a2630d4a8b74-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccd3d6f6-fb1e-7b9b-ac89-a2630d4a8b77-6fbb00b1, #w-node-ccd3d6f6-fb1e-7b9b-ac89-a2630d4a8b7a-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5e57ba16-5d02-5f7f-f2c2-3bdfbd14fd48-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e57ba16-5d02-5f7f-f2c2-3bdfbd14fd4b-6fbb00b1, #w-node-_5e57ba16-5d02-5f7f-f2c2-3bdfbd14fd4e-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51d3-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51d7-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51db-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51e1-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51e4-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51e7-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51ec-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51ef-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51f2-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51f7-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae51fa-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51fd-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5202-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5205-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae5208-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae520d-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5210-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae5213-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5218-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae521b-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae521e-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5223-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5226-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae5229-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae522e-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5231-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae5234-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5239-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae523c-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae523f-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5244-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_209d15e4-f448-6c2d-7634-336b64ae5247-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae524a-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad421077-ad13-1df8-2fcd-79f3c5e624d4-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad421077-ad13-1df8-2fcd-79f3c5e624d7-6fbb00b1, #w-node-ad421077-ad13-1df8-2fcd-79f3c5e624da-6fbb00b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_96b08486-6298-ab7a-12e8-4c5b1496261c-f1955c7d {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bdc935b-e166-2dc7-aa60-21b8897a3fa3-6fbb00b1, #w-node-_64f11518-e75b-11ff-18bf-beb8e2543cde-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51e4-6fbb00b1, #w-node-_209d15e4-f448-6c2d-7634-336b64ae51e7-6fbb00b1 {
    align-self: center;
  }
}


