:root {
  --white: white;
  --_cta-and-links---link-color: var(--blue-700);
  --_cta-and-links---hover-links: var(--_cta-and-links---cta-bg);
  --_cta-and-links---inactive-link: var(--neutral-300);
  --_cta-and-links---cta-bg: var(--gold);
  --_cta-and-links---cta-hover: #205272;
  --gold: #ecaf13;
  --bronze: #d09742;
  --roundstampdiameter: 144px;
  --teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>: #205272;
  --mandy-500: #e55b55;
  --_timer---timer-bg: var(--yellow-500);
  --_timer---timer-txt-color: var(--blue-700);
  --_timer---time-digit-color: var(--mandy-500);
  --_timer---time-label-color: var(--blue-700);
  --blue-700: #205272;
  --pure-red-500: red;
  --silver-100\<deleted\|variable-58a2afa4-77ed-a556-2cc8-be358c332c49\>: #edf8f8;
  --teal-50: #e1f3f3;
  --cyan-300: #6ce6e5;
  --_responsive---section-topbot-paddings: 104px;
  --_responsive---section-inset-paddings: 80px;
  --white\<deleted\|variable-fbdc9c14-0e5c-6f7b-635e-f5136e53e53f\>: white;
  --text-color: var(--neutral-850);
  --_reviews---card-bg: var(--neutral-50);
  --_reviews---user-nickname-color: var(--neutral-950);
  --_reviews---publish-date-color: var(--neutral-500);
  --neutral-950: #0d0d0d;
  --neutral-300: #b3b3b3;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  --_photo-gallery---expanded: 100%;
  --_responsive---section-card-radius: 32px;
  --_responsive---card-radius: 16px;
  --green-500\<deleted\|variable-e06da233-f059-3799-711a-e4777c2e032d\>: #a1d61d;
  --green-600\<deleted\|variable-784c8ac1-6012-f4b0-a9c2-3665e472d46a\>: #93b40f;
  --system--blue-500: #1b5cdd;
  --neutral-50: #f3f3f3;
  --neutral-500: gray;
  --neutral-550: #737373;
  --neutral-850: #262626;
  --black: #000;
  --yellow-500: #fffb53;
  --_reviews---read-more-color: var(--neutral-550);
  --_photo-gallery---full-width: 100%;
  --update-color-1: #a818c2;
  --update-color-2: #5fffac;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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 {
  color: #333;
  --_responsive---section-topbot-paddings: 104px;
  --_responsive---section-inset-paddings: 80px;
  --_responsive---section-card-radius: 40px;
  --_responsive---card-radius: 16px;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  padding-top: 46px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 120%;
  overflow-x: clip;
}

.topper {
  z-index: 12;
  background-color: var(--white);
  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;
}

.mainmenu {
  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;
}

.menulink {
  color: var(--_cta-and-links---link-color);
  letter-spacing: -.1px;
  flex: 1 0 auto;
  line-height: 100%;
  text-decoration: none;
}

.menulink:hover {
  color: var(--_cta-and-links---hover-links);
}

.menulink.w--current {
  color: var(--_cta-and-links---inactive-link);
}

.vacationviplogo {
  text-transform: none;
  max-width: 160px;
  font-style: normal;
}

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

.toppercta {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.toppercta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background:
    linear-gradient(0deg, rgba(4, 70, 111, 0.20) 0%, rgba(4, 70, 111, 0.20) 100%),
    linear-gradient(180deg, rgba(22, 58, 89, 0.40) 17.99%, rgba(0, 0, 0, 0.00) 50.97%),
    url('../images/hero-bg.webp') lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, multiply, normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.herocontainer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.roundstamp {
  width: var(--roundstampdiameter);
  height: var(--roundstampdiameter);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 8px solid var(--white);
  background-color: var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.roundstampdetails {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.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;
}

.roundstampcurrency {
  color: var(--white);
  text-shadow: 2px 2px 6px var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
  mix-blend-mode: normal;
  object-fit: scale-down;
  border: 0 #000;
  min-width: 2px;
  min-height: 2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -2px;
  left: -10px;
}

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

.campaignlogoand-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  display: flex;
}

.offerwidget {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 416px;
  min-width: 300px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px #00000040;
  transform: none !important;
  transition: none !important;
}

.offerexpirecounter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_timer---timer-bg);
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.offertitle {
  color: var(--_timer---timer-txt-color);
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.time {
  color: var(--_timer---time-digit-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.timelabel {
  color: var(--_timer---time-label-color);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

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

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

.lotofattention {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-700);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.lotofattentioncopy {
  text-align: center;
  flex: 1;
}

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

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

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

.regularprice {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.oldprice {
  color: var(--pure-red-500);
  font-weight: 600;
  text-decoration: line-through;
}

.newprice {
  color: var(--blue-700);
  letter-spacing: -3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.stayperiod {
  color: var(--blue-700);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.priceanddiscount {
  background-color: var(--silver-100\<deleted\|variable-58a2afa4-77ed-a556-2cc8-be358c332c49\>);
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.priceset {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--teal-50);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.discount {
  background-color: var(--cyan-300);
  pointer-events: auto;
  color: var(--white);
  text-transform: uppercase;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
}

.maincta {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 40px;
  flex: 0 auto;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: background .2s;
}

.maincta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.resortname {
  color: var(--blue-700);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 34px;
  font-weight: 700;
  line-height: 90%;
}

.widgettitlestay {
  color: var(--blue-700);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

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

.widgetdetails {
  color: var(--blue-700);
  text-align: center;
  -webkit-text-stroke-color: var(--blue-700);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.titleline {
  background-color: var(--blue-700);
  flex: 1;
  height: 2px;
}

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

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

.menusecondlevel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  scroll-behavior: smooth;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  font-weight: 500;
  display: flex;
  position: static;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.menul2item {
  color: var(--_cta-and-links---link-color);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.menul2item:hover {
  color: var(--_cta-and-links---hover-links);
}

.photostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdf2e3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.photostripwrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.arrow-left,
.arrow-right {
  z-index: 10;
  aspect-ratio: 1;
  border: 2px solid var(--white);
  -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: flex;
  position: absolute;
  transform: translateY(-50%);
}

.arrow-left {
  top: 50%;
  left: 8px;
}

.arrow-right {
  top: 50%;
  right: 8px;
}

.arrow-left:hover,
.arrow-right:hover {
  border-width: 3px;
  border-color: var(--gold, #ecaf13);
  background-color: #000;
}

.arrow-left img,
.arrow-right img {
  width: 48px;
  height: 48px;
  display: block;
  pointer-events: none;
}

.photostrip-paginator {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 16px 16px;
  background-color: #fdf2e3;
}

.photostrip-dot {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid #205272;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  appearance: none;
  flex-shrink: 0;
}

.photostrip-dot.is-active {
  background-color: #4c89b2;
  border-color: #205272;
}

.photostripitem {
  box-sizing: border-box;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 16px;
  flex: 1;
  display: block;
}

.roundstamptotaltxt {
  text-transform: uppercase;
}

.normalrate {
  color: var(--blue-700);
}

.savelabel {
  color: var(--blue-700);
  text-align: left;
  line-height: 85%;
}

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

.details-bar {
  width: 100%;
  max-width: 502px;
  margin-top: -12px;
}

.listitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-700);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.includingslist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 24px;
  display: flex;
}

.checkicon {
  margin-top: 3px;
}

.whatyouget {
  padding: var(--_responsive---section-topbot-paddings) var(--_responsive---section-inset-paddings);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--blue-700);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.whatyougettitle {
  color: #163a59;
  text-align: center;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.95;
}

.wyglistitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  color: #205272;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
}

.wyglistitem img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.whyyougetsubtitle {
  background-color: #163a59;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 12px 20px;
}

.whyyougetsubtitle.why-subtitle {
  background-color: #5496bf;
}

.columntitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
}

.whatyougetcolumn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #205272;
  flex-flow: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.whatyougetset {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.whatyougetcontainer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1122px;
  display: flex;
}

.whatyougetcontainer .maincta {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
}

.bannerwithcard {
  padding: 80px var(--_responsive---section-inset-paddings) 140px;
  color: var(--white);
  background-color: #163a59;
  background-image:
    linear-gradient(180deg, rgba(5, 45, 143, 0.3) 2.84%, rgba(0, 0, 0, 0) 65%),
    url('../images/resort-bg.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}

.vacationintrocard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 883px;
  padding: clamp(40px, 5vw, 56px) clamp(24px, 6vw, 80px) clamp(48px, 7vw, 72px);
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #163a59 0%, rgba(22, 58, 89, 0.55) 55%, rgba(22, 58, 89, 0.22) 100%);
}

.vacationintrotitle {
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.vacationintrobody {
  margin: 0;
  max-width: 687px;
  color: var(--white);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

.pricecirclewrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 50%);
  max-width: calc(100vw - 2rem);
}

.pricecircleimg {
  display: block;
  width: clamp(120px, 18vw, 161px);
  height: auto;
}

.pricecircletotal {
  position: absolute;
  left: max(-2.75rem, -12vw);
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #163a59;
  color: var(--white);
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.cardinfodetails {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffffe6;
  border-radius: 24px;
  flex-flow: column;
  max-width: 740px;
  display: flex;
  overflow: clip;
  box-shadow: 0 32px 80px #000000b3;
}

.infocardlogos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infoblockcta {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: background .2s;
  display: flex;
}

.infoblockcta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.images {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.textblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.infoblockheader {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

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

.div-block {
  background-color: var(--blue-700);
  border-width: 6px;
  flex: none;
  position: relative;
}

.amenitiesandattractions {
  padding: 120px 40px var(--_responsive---section-topbot-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
  background-color: var(--white);
}

.analisttitle {
  color: #205272;
  margin-top: 0;
  margin-bottom: 0;
}

.analisttitle strong {
  color: #205272;
}

.analisttitle a,
.analisttitle strong a {
  color: #004BFF;
  text-decoration: underline;
  -webkit-text-decoration-color: #004BFF;
  text-decoration-color: #004BFF;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.analisttitle a:hover,
.analisttitle strong a:hover {
  color: var(--mandy-500);
  -webkit-text-decoration-color: var(--mandy-500);
  text-decoration-color: var(--mandy-500);
}

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

.amenitiesdetails {
  padding: var(--_responsive---section-topbot-paddings) var(--_responsive---section-inset-paddings);
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #205272;
  background-color: #e7d5c4;
  background-image:
    url('../images/edge-bottom.svg'),
    url('../images/edge-top.svg'),
    linear-gradient(179.4deg, rgba(231, 213, 196, 0.75) 11%, rgba(202, 161, 125, 0.75) 35%, rgba(89, 123, 144, 0.75) 65%, rgba(168, 180, 187, 0.75) 97%);
  background-position: 50% 100%, 50% 0, 50% 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: auto 32px, auto 32px, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.amenitiesdetails .sectionh3title {
  color: #205272;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.amenitiesdetails .amenitiesdetailstxt {
  color: #205272;
  text-align: center;
  max-width: 683px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.amenitiesdetailsgallery {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  justify-items: center;
  align-self: center;
  align-items: start;
  width: 100%;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

.galleryitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: auto;
  min-width: 0;
  width: 100%;
  display: flex;
}

.amenitiesdetails .amenityphoto,
.amenitiesdetails .herostripphoto {
  aspect-ratio: 256 / 184;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.gallerysubscription {
  color: #205272;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.amenitiesdetailstxtblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amenitiesdetailstxt {
  text-align: center;
  text-wrap: pretty;
  max-width: 48ch;
}

.guestreviews {
  padding-top: 80px;
  padding-bottom: 80px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow-x: clip;
}

.guestreviews .sectionh3title {
  color: #205272;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.guestreviewscontainer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
}

.guestrev-gallery-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.guestrevphotogall {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 1 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
}

.guestrevphoto {
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
  width: min(504px, 72vw);
  height: auto;
  aspect-ratio: 504 / 320;
  scroll-snap-align: start;
}

.tripadvisorcard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f2f6f7;
  border-radius: 32px;
  flex: 1 1 0;
  flex-flow: column;
  min-width: 0;
  width: 100%;
  max-width: 330px;
  padding: 24px;
  display: flex;
}

.revcarduseravatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.revcardusername {
  color: #111;
  letter-spacing: 0.03em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.revcardpublishdate {
  color: #818181;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

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

.revcardtopper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

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

.revcardrates img {
  width: 16px;
  height: 16px;
}

.revcardtext {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.03em;
}

.revcardreadmore {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.revcardreadmore:hover {
  color: #205272;
}

.revcardpost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.revcardtriplogo img {
  display: block;
  width: 110px;
  height: auto;
}

.reviewcards {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1110px;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.guestreviews .maincta {
  margin-top: 8px;
}

.photogalleryv1 {
  padding: var(--_responsive---section-topbot-paddings) var(--_responsive---section-inset-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--teal-50);
  color: var(--text-color);
  background-image: url('../images/edge-top.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.sectionh3title {
  color: var(--blue-700);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 110%;
}

.sectionh3title.alignleft {
  text-align: left;
}

.anatableoflists {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  padding: 40px var(--_responsive---section-inset-paddings);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutral-950);
  color: var(--neutral-300);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.footercontent {
  text-wrap: pretty;
}

.photoinstance {
  max-width: var(--_photo-gallery---collapsed);
  aspect-ratio: auto;
  border-radius: var(--_photo-gallery---image-corner-rad);
  object-fit: cover;
  flex: 0 auto;
  overflow: clip;
}

.photoinstance.active {
  max-width: var(--_photo-gallery---expanded);
  flex: 0 auto;
}

.photoset {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  height: 624px;
  display: flex;
}

.campaignlogo {
  align-self: stretch;
}

.cardbodytxt {
  text-align: center;
  max-width: 50ch;
  font-size: 16px;
  line-height: 140%;
}

.cardinfoimage {
  overflow: hidden;
}

.mobilemenu {
  display: none;
}

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

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

.closedrawerbtn {
  position: absolute;
  inset: 24px 24px auto auto;
}

.drawercta {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.drawercta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.mainsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--teal-50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.acccard {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-radius: var(--_responsive---section-card-radius);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.acccardcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.acccardtext {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 48px;
  display: flex;
}

.bodytext {
  color: var(--text-color);
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.bodytext.center {
  text-align: center;
}

.acccardlocations {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 0 48px;
  display: flex;
  overflow: visible;
}

.bnsexcrcard {
  border-radius: var(--_responsive---card-radius);
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 280px;
  max-width: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px -4px #0000001a, 0 8px 16px #00000026;
}

.acccardcta {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.acccardcta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.acccardimglead {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.acccardloctext {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  padding: 88px 24px 56px;
  display: flex;
  position: relative;
}

.acccardtxttitle {
  color: var(--blue-700);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 115%;
}

.acccardlogoblock {
  border-radius: var(--_responsive---card-radius);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 96px;
  padding: 16px;
  display: flex;
  position: absolute;
  top: -48px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 4px 8px #0003;
}

.bnsexcrcrdtopper {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.acccardphotogall {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 48px;
}

.acccardlocphoto {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.acccardinfocontainer {
  width: 100%;
  padding: 0 48px;
}

.acccardblock {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--_responsive---card-radius);
  background-color: var(--teal-50);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.offerexpirecounteracccard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_timer---timer-bg);
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

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

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

.acccardsectionh3title {
  color: var(--blue-700);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.acccardlistitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-700);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

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

.herolightboxstrip {
  border-radius: var(--_responsive---card-radius);
  min-width: 384px;
  display: block;
  overflow: clip;
}

.herolightboxstrip:hover {
  outline-color: var(--gold, #ECAF13);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.photostrip .herostripphoto {
  aspect-ratio: 256 / 184;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  position: static;
}

.photostrip .herolightboxstrip {
  border-radius: 10px;
  flex: 0 0 auto;
  min-width: 256px;
  width: clamp(220px, 18vw, 280px);
  height: auto;
  aspect-ratio: 256 / 184;
  display: block;
  overflow: clip;
}

.photostrip .herolightboxstrip:hover {
  outline-color: var(--gold, #ECAF13);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.photostrip .herophotosrow {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
}

@media screen and (min-width: 1371px) {
  .acc-gallery .photostrip .herophotosrow {
    width: 100%;
    min-width: 100%;
  }

  .acc-gallery .photostrip .herolightboxstrip {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .acc-gallery.photostripwrapper > .arrow-left,
  .acc-gallery.photostripwrapper > .arrow-right {
    display: none;
  }
}

@media screen and (min-width: 2086px) {
  .photostripwrapper:not(.acc-gallery) .photostrip .herophotosrow {
    width: 100%;
    min-width: 100%;
  }

  .photostripwrapper:not(.acc-gallery) .photostrip .herolightboxstrip {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .photostripwrapper:not(.acc-gallery) > .arrow-left,
  .photostripwrapper:not(.acc-gallery) > .arrow-right {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .photostrip .herophotosrow {
    display: flex;
    width: max-content;
    min-width: 0;
  }

  .photostrip .herolightboxstrip {
    flex: 0 0 auto;
    width: min(72vw, 260px);
    min-width: 0;
  }
}

.herophotosrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.drawerlink {
  color: var(--_cta-and-links---link-color);
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.drawerlink:hover {
  color: var(--_cta-and-links---hover-links);
}

.drawerlink.w--current {
  color: var(--_cta-and-links---inactive-link);
  font-size: 18px;
}

.amntcard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: var(--_responsive---section-card-radius);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.amntcardsectionl {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.amntcardtxtcnt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.amntcardleadimg {
  aspect-ratio: 4 / 3;
  border-radius: var(--_responsive---card-radius);
  object-fit: cover;
  flex: 1;
  order: 0;
}

.stronger {
  font-weight: 600;
}

.amntcardsectionr {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.amntlightboxphoto {
  aspect-ratio: 4 / 3;
  border-radius: var(--_responsive---card-radius);
  object-fit: cover;
  width: 100%;
  min-width: 280px;
  max-width: none;
  position: static;
}

.amntlightboxlink {
  flex: 1;
  align-self: auto;
}

.acclightboxlink {
  border-radius: 16px;
  flex: 1;
  min-width: 320px;
  overflow: hidden;
}

.acclightboxlink:hover {
  outline-color: var(--gold, #ECAF13);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.bnscardcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.bnsexcrcrdimg {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.bnsexcrcrdlogo {
  border-radius: var(--_responsive---card-radius);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: -48px 24px auto;
  box-shadow: 0 4px 8px #0003;
}

.bnsexcrcardtext {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 80px 24px 40px;
  display: flex;
  position: relative;
}

.bnsexcrcardlist {
  color: var(--text-color);
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 160%;
}

.bnscrdlogo {
  width: 100%;
}

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

.bnsbanner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: var(--_responsive---card-radius);
  background-image: linear-gradient(90deg, #0003, #0006), url('../images/banner-offer.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 40px;
  display: grid;
}

.bnsbannertitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.bnsbannersubheader {
  color: var(--white);
  font-size: 20px;
  line-height: 130%;
}

.bnsbannercoll {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.bnsbannerlogo {
  width: 100%;
  max-width: 320px;
  margin-left: 44px;
}

.bnsbannertopset {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.bnsbannerrowtitle {
  color: var(--white);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 120%;
}

.bnsbannerrowtxt {
  color: var(--white);
  letter-spacing: .25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.bnsbannerdivider {
  background-color: var(--cyan-300);
  width: 100%;
  height: 1px;
}

.bnsinccard {
  border-radius: var(--_responsive---card-radius);
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

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

.bnsinccardtext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: static;
}

.bnsinccrdimg {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.sectioncontainer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.photogalitem {
  aspect-ratio: 3 / 2;
  border-radius: var(--_photo-gallery---image-corner-rad);
  object-fit: cover;
  flex: 1;
  min-width: 400px;
  overflow: clip;
}

.photogalitem:hover {
  outline-color: var(--gold, #ECAF13);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.photosetv2 {
  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;
}

.photogallery {
  padding: var(--_responsive---section-topbot-paddings) var(--_responsive---section-inset-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--teal-50);
  color: var(--text-color);
  background-image: url('../images/edge-top.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.phgalimg {
  aspect-ratio: 3 / 2;
  border-radius: var(--_photo-gallery---image-corner-rad);
  object-fit: cover;
  flex: 1;
  width: 100%;
  overflow: clip;
}

.lightboxlinkammenities {
  border-radius: var(--_responsive---card-radius);
  overflow: clip;
}

.lightboxlinkammenities:hover {
  outline-color: var(--gold, #ECAF13);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.amenitiesphotogallery {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.photostriptest {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--teal-50);
  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: scroll;
}

.listcontainer {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex: 0 auto;
  display: flex;
}

.amattlistitem {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

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

.text-block {
  color: var(--text-color);
  font-size: 16px;
  line-height: 150%;
}

.footerlink {
  color: var(--_cta-and-links---cta-bg);
}

.footerlink:hover {
  color: var(--white);
}

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

.tnctitleh2.toppad {
  margin-top: 32px;
}

.tnctitleh1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 95%;
}

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

.tnccontainer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--text-color);
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 84ch;
  padding: 48px 24px;
  line-height: 144%;
  display: flex;
}

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

.tncdialogue {
  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: none;
  position: fixed;
  inset: 0%;
}

.modaltopper {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

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

.image {
  cursor: pointer;
}

.madialogue {
  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: none;
  position: fixed;
  inset: 0%;
}

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

.asterics {
  color: var(--white);
  text-shadow: 2px 2px 6px var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
  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;
}

.houseicon {
  display: none;
}

.ppdialogue {
  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: none;
  position: fixed;
  inset: 0%;
}

.titleh1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 95%;
}

.bodywrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 84ch;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 144%;
  display: flex;
}

.wyglink {
  color: #004bff;
  text-decoration: underline;
  -webkit-text-decoration-color: #004bff;
  text-decoration-color: #004bff;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.wyglink:hover {
  color: var(--mandy-500);
}

.bonuslink {
  color: var(--system--blue-500);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue-500);
  text-decoration-color: var(--blue-500);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.bonuslink:hover {
  color: var(--mandy-500);
}

.resortvideo {
  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: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.videocontainer {
  max-height: 1920px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.videoclosebtn {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.videowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

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

.details-bar-2 {
  width: 100%;
  max-width: 502px;
  margin-top: -8px;
}

.titleline-2 {
  background-color: #205272;
  flex: 1;
  height: 2px;
}

.widgettitlestay-2 {
  color: #205272;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.resortname-2 {
  color: #205272;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 34px;
  font-weight: 700;
  line-height: 90%;
}

.savelabel-2 {
  color: #fff;
  text-align: left;
  line-height: 85%;
}

.newprice-2 {
  color: #205272;
  letter-spacing: -3px;
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.astericstop-2 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: -8px;
}

.priceset-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e1f3f3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.oldprice-2 {
  color: red;
  font-weight: 600;
  text-decoration: line-through;
}

.discount-2 {
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #163a59;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.regularprice-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #205272;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.stayperiod-2 {
  color: #205272;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.normalrate-2 {
  color: #205272;
}

.offerexpirecounter-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffb53;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.offertitle-2 {
  color: #205272;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

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

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

.widgettitlestay-3 {
  color: #205272;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.offerexpirecounter-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffb53;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.astericstop-3 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: -8px;
}

.priceset-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff8ef;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.maincta-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  border-radius: 40px;
  flex: 0 auto;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  transition: background .2s;
}

.maincta-2:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.maincta-2.fitted {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  transition: background .2s;
}

.maincta-2.fitted:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

.priceanddiscount-2 {
  background-color: #edf8f8;
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.priceanddiscount-2 .priceblock {
  flex: 1;
  width: 100%;
  text-align: center;
}

.widgetdetails-2 {
  color: #205272;
  text-align: center;
  -webkit-text-stroke-color: #205272;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.lotofattention-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #163a59;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.listitem-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #205272;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.offertitle-3 {
  color: #205272;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

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

.normalrate-3 {
  color: #205272;
}

.menusecondlevel-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  scroll-behavior: smooth;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  font-weight: 500;
  display: flex;
  position: static;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.menul2item-2 {
  color: #205272;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.menul2item-2:hover {
  color: var(--_cta-and-links---hover-links);
}

.video2 {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.background-video {
  border: 3px solid #fff;
  border-radius: 24px;
  flex: 1 1 0;
  align-self: center;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  box-sizing: border-box;
  box-shadow: 0 20px 20px -6px #0003;
}

.background-video.larry {
  position: relative;
}

.background-video.aza {
  min-width: 100%;
}

.text-block-2 {
  color: #205272;
  padding: 6px 32px;
  font-weight: 800;
  position: static;
  inset: auto auto 0% 0%;
}

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

.testimonios {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow-x: clip;
}

.container {
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.container.person2 {
  position: absolute;
  bottom: 5%;
}

.videoswrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(1200px, 100%);
  min-width: 0;
  box-sizing: border-box;
  display: flex;
}

.video1 {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---section-topbot-paddings: 64px;
    --_responsive---section-inset-paddings: 40px;
    --_responsive---section-card-radius: 32px;
    --_responsive---card-radius: 16px;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
  }

  .mainmenu {
    display: none;
  }

  .menulink {
    flex: none;
  }

  .menulink.w--current {
    flex: 0 auto;
  }

  .toppercontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }

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

  .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;
  }

  .herocontainer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .campaignlogoand-price {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-top: 0;
  }

  .offerwidget {
    width: auto;
    max-width: 440px;
  }

  .maincta {
    flex: 0 auto;
    align-self: stretch;
  }

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

  .menusecondlevel {
    justify-content: flex-start;
    align-items: center;
  }

  .menul2item {
    flex: 1 0 auto;
  }

  .details-bar {
    width: 100%;
    margin-top: -48px;
  }

  .whatyougetcolumn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .whatyougetset {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .bannerwithcard {
    padding-top: 64px;
    padding-bottom: 110px;
  }

  .anacolumn {
    flex: 0 auto;
  }

  .amenitiesdetails {
    padding-top: 104px;
  }

  .amenitiesdetailsgallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    max-width: 100%;
  }

  .galleryitem {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .guestrevphotogall {
    justify-content: flex-start;
    align-items: center;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }

  .reviewcards {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }

  .photogalleryv1 {
    padding-top: 104px;
    overflow: clip;
  }

  .anatableoflists {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    align-self: stretch;
  }

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

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

  .campaignlogo {
    width: 100%;
    max-width: none;
  }

  .homeanchor {
    flex: none;
  }

  .mobilemenu {
    cursor: pointer;
    display: block;
    overflow: hidden;
  }

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

  .drawermenu {
    display: flex;
  }

  .closedrawerbtn {
    cursor: pointer;
    display: block;
    top: 16px;
  }

  .drawercta {
    flex: none;
    display: block;
  }

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

  .bnsexcrcard {
    justify-content: flex-start;
    min-width: 320px;
    max-width: 400px;
  }

  .acccardblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .offerexpirecounteracccard {
    order: -1;
    align-self: stretch;
  }

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

  .drawerlink {
    flex: none;
  }

  .drawerlink.w--current {
    flex: 0 auto;
  }

  .amntcard {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
  }

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

  .amntcardsecttxtbl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .amntcardleadimg {
    order: -1;
  }

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

  .amenitiesgallery {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .amntlightboxlink {
    width: 100%;
  }

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

  .bnsbanner {
    border-radius: var(--_responsive---card-radius);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bnsinccard {
    min-width: 280px;
  }

  .bnsinccardsection {
    flex-flow: wrap;
    align-self: stretch;
  }

  .photogalitem {
    min-width: 320px;
  }

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

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

  .amenitiesphotogallery {
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    max-width: none;
    display: flex;
  }

  .listcontainer {
    flex-flow: column;
  }

  .docsection {
    padding: 64px var(--_responsive---section-inset-paddings);
  }

  .tnccontainer {
    padding: 24px 0;
  }

  .tncdialogue {
    padding: 24px;
  }

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

  .madialogue, .ppdialogue {
    padding: 24px;
  }

  .bodywrapper {
    padding: 24px var(--_responsive---section-inset-paddings);
  }

  .checkout-cta.maincta {
    align-self: auto;
  }

  .campaignlogo-2 {
    width: 100%;
    max-width: none;
  }

  .details-bar-2 {
    width: 100%;
    margin-top: -80px;
  }

  .maincta-2 {
    flex: 0 auto;
    align-self: stretch;
  }

  .maincta-2.fitted {
    align-self: auto;
  }

  .menusecondlevel-2 {
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .menul2item-2 {
    flex: 1 0 auto;
  }

  .background-video.larry, .background-video.aza {
    max-height: 250px;
  }

  .testimonios {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .videoswrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .herocontainer {
    flex-flow: column;
  }

  .campaignlogoand-price {
    justify-content: center;
    align-items: center;
  }

  .offerwidget {
    max-width: 440px;
    overflow: hidden;
  }

  .regularprice {
    color: var(--blue-700);
  }

  .maincta {
    align-self: stretch;
  }

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

  .bannerwithcard {
    padding-top: 56px;
    padding-bottom: 100px;
  }

  .images {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
  }

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

  .amenitiesandattractions {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .amenitiesdetails {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 88px;
    overflow: hidden;
  }

  .amenitiesdetailsgallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    max-width: 100%;
  }

  .galleryitem {
    flex: none;
    min-width: 0;
  }

  .guestreviews {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .tripadvisorcard {
    flex: 1 1 100%;
    width: 100%;
  }

  .reviewcards {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .anatableoflists {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .guestreviewscontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cardinfoimage {
    align-self: auto;
    width: 100%;
  }

  .mainsection {
    padding: 24px;
  }

  .acccard {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-bottom: 24px;
  }

  .acccardcontainer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .acccardtext, .acccardlocations {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bnsexcrcard {
    align-self: stretch;
  }

  .acccardphotogall {
    padding: 0 24px;
  }

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

  .amntcard {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 24px;
  }

  .amntcardsectionl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .amntcardsectionr {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .amenitiesgallery {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .amntlightboxphoto {
    width: 100%;
    min-width: 260px;
  }

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

  .bnsexcrcrdlogo {
    border-radius: var(--_responsive---card-radius);
  }

  .bnsexcrcardsection {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
  }

  .bnsbanner {
    border-radius: var(--_responsive---card-radius);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bnsinccard {
    border-radius: var(--_responsive---card-radius);
  }

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

  .photogalitem {
    min-width: 280px;
  }

  .photogallery {
    padding-bottom: 40px;
  }

  .amenitiesphotogallery {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .docsection {
    padding: 48px;
  }

  .tnccontainer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footerserlinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tncdialogue {
    padding: 24px;
  }

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

  .madialogue, .ppdialogue {
    padding: 24px;
  }

  .bodywrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .maincta-2 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---section-topbot-paddings: 48px;
    --_responsive---section-inset-paddings: 16px;
    --_responsive---section-card-radius: 26px;
    --_responsive---card-radius: 12px;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
  }

  .topper {
    overflow: hidden;
  }

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

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 16px;
    position: relative;
    overflow: clip;
  }

  .herocontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .offerwidget {
    align-self: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .regularprice {
    color: var(--blue-700);
  }

  .oldprice {
    font-size: 14px;
  }

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

  .menul2item {
    flex: 1 0 auto;
  }

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

  .photostripitem {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    flex: 1 0 auto;
    max-width: 95%;
  }

  .normalrate {
    font-size: 14px;
  }

  .details-bar {
    margin-top: -48px;
  }

  .whatyouget {
    padding: 64px 16px;
  }

  .whatyougetcontainer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .bannerwithcard {
    padding: 48px 5% 96px;
  }

  .infocardlogos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .images {
    flex-flow: row;
  }

  .amenitiesandattractions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: clip;
  }

  .amenitiesdetails {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image:
      url('../images/edge-top.svg'),
      url('../images/edge-bottom.svg'),
      linear-gradient(179.4deg, rgba(231, 213, 196, 0.75) 11%, rgba(202, 161, 125, 0.75) 35%, rgba(89, 123, 144, 0.75) 65%, rgba(168, 180, 187, 0.75) 97%);
    background-position: 50% 0, 50% 100%, 50% 50%;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto 16px, auto 16px, cover;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 48px;
    overflow: clip;
  }

  .amenitiesdetailsgallery {
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: none;
  }

  .guestreviews {
    padding-top: var(--_responsive---section-topbot-paddings);
    padding-bottom: var(--_responsive---section-topbot-paddings);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    overflow: hidden;
  }

  .guestrevphotogall {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }

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

  .reviewcards {
    flex-flow: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .photogalleryv1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-size: auto 24px;
    padding-top: 80px;
    padding-bottom: 16px;
    display: flex;
    overflow: clip;
  }

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

  .photoinstance.active {
    border-radius: 12px;
  }

  .photoset {
    width: 100%;
    height: 280px;
  }

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

  .mainsection {
    padding: 12px;
  }

  .acccard {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 12px;
  }

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

  .acccardlocations {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bnsexcrcard {
    border-radius: 16px;
    min-width: 240px;
    max-width: none;
  }

  .acccardcta {
    flex: 0 auto;
  }

  .acccardloctext {
    padding: 80px 16px 40px;
  }

  .acccardphotogall, .acccardinfocontainer {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .acccardsectionh3title {
    text-align: center;
  }

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

  .herolightboxstrip {
    flex: 1 0 340px;
    min-width: auto;
  }

  .photostrip .herostripphoto {
    aspect-ratio: 256 / 184;
  }

  .photostrip .herolightboxstrip {
    flex: 0 0 auto;
    width: min(72vw, 260px);
    height: auto;
    aspect-ratio: 256 / 184;
  }

  .photostrip .herophotosrow {
    display: flex;
    width: max-content;
    min-width: 0;
  }

  .amntcard {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 12px;
  }

  .amntcardsectionl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .amntcardsecttxtbl {
    align-items: stretch;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .amenitiesgallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

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

  .acclightboxlink {
    min-width: 300px;
  }

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

  .bnsexcrcrdlogo {
    border-radius: var(--_responsive---card-radius);
  }

  .bnsexcrcardtext {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 80px 16px 32px;
  }

  .bnsexcrcardsection {
    flex-flow: wrap;
  }

  .bnsbanner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .bnsbannerlogo {
    max-width: 250px;
  }

  .bnsinccard {
    border-radius: var(--_responsive---card-radius);
    min-width: 240px;
    max-width: none;
  }

  .bnsinccardtext {
    padding: 24px 16px;
  }

  .photogalitem {
    aspect-ratio: 3 / 2;
    min-width: 200px;
  }

  .photogallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-size: auto 24px;
    padding-top: 80px;
    padding-bottom: 16px;
    overflow: clip;
  }

  .phgalimg {
    aspect-ratio: 3 / 2;
    min-width: 200px;
  }

  .amenitiesphotogallery {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

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

  .tnctitleh2 {
    font-size: 34px;
  }

  .tnctitleh1 {
    font-size: 44px;
  }

  .docsection {
    padding: 24px 16px;
  }

  .tnccontainer {
    padding: 8px;
  }

  .footerserlinks {
    flex-flow: column;
  }

  .tncdialogue {
    padding: 12px;
  }

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

  .madialogue, .ppdialogue {
    padding: 12px;
    display: none;
  }

  .titleh1 {
    font-size: 44px;
  }

  .bodywrapper {
    padding: 8px;
  }

  .footercopydivider {
    display: none;
  }

  .copyrightgroup {
    flex-flow: row;
  }

  .details-bar-2 {
    margin-top: -48px;
  }

  .maincta-2.fitted {
    align-self: auto;
  }

  .menusecondlevel-2 {
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .menul2item-2 {
    flex: 1 0 auto;
  }

  .video2, .background-video.larry, .background-video.aza {
    min-width: 100%;
  }

  .testimonios {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .videoswrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video1 {
    min-width: 100%;
  }
}

/* MVD Dominican Republic hero helpers */
.campaignlogo-2 {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}

.hero-feature-strip {
  max-width: 490px;
  margin-top: clamp(-24px, -2vw, -8px);
}

.hero-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 520px;
  margin-top: clamp(-12px, -1vw, 0);
  transform: rotate(-0.5deg);
}

.hero-feature-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 280px;
  min-width: 0;
  background: #fff;
  border: 4px solid #f5c972;
  border-radius: 8px;
  padding: 10px 16px 10px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.hero-feature-tag {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: #163a59;
  border: 3px solid #f5c972;
  border-radius: 50%;
  transform: rotate(7deg);
}

.hero-feature-tag img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hero-feature-copy {
  margin: 0;
  color: #252525;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.2;
}

.hero-feature-price {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  margin-left: -8px;
  margin-bottom: -18px;
  padding: 10px 12px 12px;
  background: #163a59;
  border-radius: 0 0 15px 15px;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.hero-feature-save {
  position: absolute;
  left: -48px;
  bottom: 8px;
  padding: 4px 6px;
  background: #fffb53;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-8deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.hero-feature-amount {
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-feature-amount span {
  font-size: 0.45em;
  vertical-align: super;
  margin-right: 2px;
}

.hero-feature-stay {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.hero-play-video {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: opacity 0.2s ease;
}

.hero-play-video:hover {
  opacity: 0.85;
  color: #fff;
}

.hero-play-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.emotions-logo {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 48px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.offer-badges {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.resortname-2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.05;
}

@media screen and (max-width: 991px) {
  .hero-feature {
    margin-top: 8px;
    transform: none;
  }

  .details-bar-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .campaignlogoand-price {
    align-items: center;
  }

  .hero-feature-price {
    margin: 12px auto 0;
  }

  .hero-feature-save {
    left: -36px;
  }

  .hero-play-video {
    margin-top: 16px;
    align-self: center;
  }
}

/* Dominican Republic photo gallery banner */
.drphotogallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: clamp(280px, 36vw, 545px);
  overflow: hidden;
  background-color: #205272;
  background-image:
    linear-gradient(90deg, rgba(32, 82, 114, 0.8) 5%, rgba(32, 82, 114, 0) 53%),
    url('../images/gallery-banner-bg.webp');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.drphotogallery::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  background: url('../images/edge-top.svg') center top / auto 32px repeat-x;
  pointer-events: none;
  z-index: 1;
}

.drphotogalleryinner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 10vw, 200px);
}

.drphotogallerytitle {
  display: block;
  width: 100%;
  max-width: min(628px, 100%);
  height: auto;
}

@media screen and (max-width: 767px) {
  .drphotogallery {
    min-height: 320px;
    background-position: 70% center, 70% center;
  }

  .drphotogalleryinner {
    justify-content: center;
    padding: 64px 20px 48px;
  }

  .drphotogallerytitle {
    max-width: 420px;
  }
}

/* ===== MVD responsive adaptations ===== */
@media screen and (max-width: 991px) {
  .hero,
  .hero.w-container,
  .hero.w-layout-blockcontainer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .herocontainer {
    align-items: stretch;
    width: 100%;
    max-width: none;
    gap: 32px;
  }

  .campaignlogoand-price {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }

  .offerwidget {
    width: 100%;
    max-width: none;
    min-width: 0;
    align-self: stretch;
    border-radius: 16px 16px 0 0;
  }

  .vacationintrocard {
    max-width: 100%;
    padding: 40px var(--_responsive---section-inset-paddings) 48px;
    gap: 24px;
  }

  .vacationintrobody {
    max-width: 100%;
  }

  .amenitiesdetailsgallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    width: 100%;
    max-width: 720px;
  }

  .reviewcards {
    flex-flow: row nowrap;
    gap: 16px;
    max-width: 100%;
    padding-left: var(--_responsive---section-inset-paddings);
    padding-right: var(--_responsive---section-inset-paddings);
  }

  .tripadvisorcard {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    padding: 20px;
  }

  .revcardtext {
    font-size: 14px;
    line-height: 1.4;
  }

  .guestrevphoto {
    width: min(360px, 70vw);
  }

  .pricecircleimg {
    width: clamp(110px, 16vw, 144px);
  }

  .drphotogalleryinner {
    padding: 72px 40px 56px;
  }

  .drphotogallerytitle {
    max-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }

  .photostripwrapper {
    flex-flow: column;
    background-color: #fdf2e3;
  }

  .photostrip {
    scroll-snap-type: x mandatory;
    padding: 16px 24px 8px;
  }

  .photostrip .herophotosrow {
    gap: 16px;
  }

  .photostrip .herolightboxstrip {
    flex: 0 0 calc(100vw - 48px);
    width: calc(100vw - 48px);
    min-width: calc(100vw - 48px);
    scroll-snap-align: center;
  }

  .photostrip-paginator {
    display: flex;
  }

  .hero {
    padding: 0;
    background: none;
    background-image: none;
  }

  .herocontainer {
    align-items: stretch;
    width: 100%;
    gap: 0;
  }

  .campaignlogoand-price {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: center;
    padding: 40px 16px 32px;
    background:
      linear-gradient(0deg, rgba(4, 70, 111, 0.20) 0%, rgba(4, 70, 111, 0.20) 100%),
      linear-gradient(180deg, rgba(22, 58, 89, 0.40) 17.99%, rgba(0, 0, 0, 0.00) 50.97%),
      url('../images/hero-bg-m.webp') lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, multiply, normal;
  }

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

  .resortname-2 {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .discount-2 {
    padding: 12px;
    font-size: 20px;
  }

  .newprice-2 {
    font-size: clamp(48px, 12vw, 60px);
  }

  .whatyougetset {
    flex-flow: column;
    max-width: 100%;
  }

  .anatableoflists {
    flex-flow: column;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    gap: 40px;
  }

  .anacolumn {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }

  .anacolumn .listcontainer {
    flex-flow: column;
    width: 100%;
  }

  .amenitiesdetailsgallery {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }

  .amenitiesdetails .amenitiesdetailstxt {
    max-width: 100%;
    padding: 0 8px;
  }

  .reviewcards {
    flex-flow: column;
    align-items: center;
    gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tripadvisorcard {
    flex: 0 0 auto;
    width: 100%;
  }

  .guestrevphotogall {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .guestrevphoto {
    width: min(359px, 85vw);
    aspect-ratio: 359 / 228;
  }

  .vacationintrocard {
    padding: 32px 20px 40px;
    border-radius: 20px;
  }

  .vacationintrotitle {
    font-size: clamp(20px, 5vw, 24px);
  }

  .bannerwithcard {
    padding: 48px 16px 96px;
  }

  .pricecirclewrap {
    transform: translate(-50%, 50%);
  }

  .pricecircletotal {
    left: max(-2.25rem, -10vw);
    font-size: 11px;
  }

  .drphotogallery {
    min-height: 348px;
    justify-content: center;
    background-image:
      linear-gradient(90deg, rgba(32, 82, 114, 0.55) 0%, rgba(32, 82, 114, 0.25) 60%, rgba(32, 82, 114, 0) 100%),
      url('../images/gallery-banner-bg.webp');
    background-position: center, 65% center;
  }

  .drphotogalleryinner {
    justify-content: center;
    padding: 72px 16px 40px;
  }

  .drphotogallerytitle {
    max-width: 346px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 0;
    background: none;
    background-image: none;
  }

  .campaignlogoand-price {
    padding: 32px 16px 28px;
  }

  .offerwidget {
    border-radius: 0;
  }

  .amenitiesandattractions {
    padding-top: 96px;
  }

  .amenitiesdetailsgallery {
    max-width: 100%;
    padding: 0;
  }

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

  .tripadvisorcard {
    max-width: 100%;
  }

  .guestrevphoto {
    width: min(320px, 88vw);
  }

  .vacationintrocard {
    padding: 28px 16px 36px;
  }

  .bannerwithcard {
    padding: 40px 16px 88px;
  }

  .pricecircleimg {
    width: 112px;
  }

  .drphotogallery {
    min-height: 300px;
  }

  .drphotogallery::before {
    height: 24px;
    background-size: auto 24px;
  }

  .drphotogallerytitle {
    max-width: 100%;
  }

  .menusecondlevel-2 {
    justify-content: flex-start;
  }
}



/* ===== Accommodations page ===== */
.acc-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(40px, 6vw, 80px) clamp(16px, 4vw, 40px);
  background:
    linear-gradient(180deg, rgba(32, 82, 114, 0.6) 0%, rgba(1, 92, 146, 0) 26%),
    url('../images/acc-hero-bg.webp') center / cover no-repeat;
  background-blend-mode: multiply, normal;
}

.acc-hero-media {
  display: none;
}

.acc-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acc-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "copy features"
    "offer offer";
  gap: 32px;
  width: 100%;
  max-width: 1080px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.acc-hero-copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.acc-hero-title {
  margin: 0;
  color: #343434;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.acc-hero-body {
  margin: 0;
  max-width: 466px;
  color: #343434;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.acc-features {
  grid-area: features;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.acc-features-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 24px;
  background: #163a59;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.025em;
  text-align: center;
}

.acc-feature-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 50px;
  padding: 2px 20px 2px 15px;
  background: #fff;
  color: #000;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.acc-feature-row.is-alt {
  background: #f5f5f5;
}

.acc-feature-row img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.acc-offer-stack {
  display: contents;
}

.acc-offer-banner {
  grid-area: offer;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 16px 200px 16px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, #d7ebf5 0%, #eaf5fa 100%);
}

.acc-offer-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-price-circle {
  width: clamp(110px, 14vw, 154px);
  height: auto;
  display: block;
}

.acc-offer-title {
  margin: 0 0 12px;
  color: #205272;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
}

.acc-offer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc-offer-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #205272;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.acc-offer-item img {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  flex-shrink: 0;
}

.acc-flash-sale {
  grid-area: offer;
  justify-self: end;
  align-self: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 180px;
  margin-right: 16px;
  padding: 14px 18px;
  border-radius: 4px;
  background: #fffb53;
  text-align: center;
}

.acc-flash-label {
  color: #205272;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.acc-flash-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

.acc-flash-num {
  color: #e55b55;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.acc-flash-sep {
  color: #e55b55;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  padding-top: 2px;
}

.acc-flash-sub {
  margin-top: 2px;
  color: #205272;
  font-size: 12px;
  font-weight: 500;
}

.acc-gallery.photostripwrapper {
  background-color: #fff8ef;
}

.acc-gallery .photostrip,
.acc-gallery .photostrip-paginator {
  background-color: #fff8ef;
}

.acc-split {
  width: 100%;
  padding: 60px clamp(16px, 4vw, 40px);
  background: #fff;
}

.acc-split.is-alt {
  background: #fff8ef;
}

.acc-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: end;
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}

.acc-split-inner.is-reverse {
  direction: rtl;
}

.acc-split-inner.is-reverse > * {
  direction: ltr;
}

.acc-split-img {
  width: 100%;
  height: clamp(260px, 28vw, 396px);
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.acc-split-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  height: 100%;
}

.acc-split-title {
  margin: 0;
  color: #333;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.1;
}

.acc-split-body {
  margin: 0;
  flex: 1;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.acc-split-copy .maincta-2 {
  align-self: stretch;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* Tablet: misma estructura que mobile — hero imagen + stack */
  .acc-hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 32px var(--_responsive---section-inset-paddings) 40px;
    background: #fff8ef;
    background-blend-mode: normal;
  }

  .acc-hero-media {
    display: block;
    width: 100%;
    height: 320px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .acc-hero-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: none;
    padding: 32px 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .acc-hero-copy {
    order: 1;
    gap: 20px;
    align-items: stretch;
    padding: 0;
    background: transparent;
  }

  .acc-hero-title {
    width: 100%;
    text-align: left;
  }

  .acc-hero-body {
    max-width: none;
    text-align: left;
  }

  .acc-hero-copy .maincta-2 {
    align-self: stretch;
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .acc-features {
    order: 2;
    border-radius: 12px;
    overflow: hidden;
  }

  .acc-offer-stack {
    order: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #eaf5fa;
  }

  .acc-flash-sale {
    position: relative;
    grid-area: auto;
    justify-self: stretch;
    align-self: stretch;
    order: -1;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px 24px;
    border-radius: 0;
    background: #fffb53;
  }

  .acc-flash-label,
  .acc-flash-num,
  .acc-flash-sep,
  .acc-flash-sub {
    color: #000;
  }

  .acc-offer-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    padding: 32px 24px;
    border-radius: 0;
    background: #eaf5fa;
    text-align: left;
  }

  .acc-offer-copy {
    width: 100%;
  }

  .acc-offer-title {
    text-align: center;
  }

  .acc-gallery.photostripwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .acc-split {
    padding: 48px var(--_responsive---section-inset-paddings);
  }

  .acc-split-inner,
  .acc-split-inner.is-reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    align-items: stretch;
    gap: 32px;
  }

  .acc-split-img {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  /* Mobile: full-bleed hero + inset features/offer cards */
  .acc-hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    background: #fff;
    background-blend-mode: normal;
  }

  .acc-hero-media {
    display: block;
    width: 100%;
    height: 250px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .acc-hero-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: none;
    padding: 24px 16px 32px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .acc-hero-copy {
    order: 1;
    align-items: stretch;
    gap: 20px;
    padding: 0;
    background: transparent;
  }

  .acc-hero-title {
    width: 100%;
    font-size: 28px;
    letter-spacing: -0.025em;
    text-align: left;
  }

  .acc-hero-body {
    max-width: none;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.025em;
    text-align: left;
  }

  .acc-hero-copy .maincta-2 {
    width: 100%;
    max-width: none;
    padding: 16px 24px;
  }

  .acc-features {
    order: 2;
    border-radius: 12px;
  }

  .acc-features-header {
    font-size: 20px;
    padding: 12px 16px;
  }

  .acc-feature-row {
    font-size: 18px;
  }

  .acc-offer-stack {
    order: 3;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
  }

  .acc-flash-sale {
    order: -1;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px 16px;
    gap: 12px;
    border-radius: 0;
    background: #fffb53;
  }

  .acc-flash-label {
    color: #000;
    text-transform: uppercase;
  }

  .acc-flash-num,
  .acc-flash-sep,
  .acc-flash-sub {
    color: #000;
  }

  .acc-flash-num,
  .acc-flash-sep {
    font-size: 28px;
  }

  .acc-flash-sep {
    padding-top: 0;
  }

  .acc-offer-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    padding: 28px 16px 32px;
    border-radius: 0;
    background: #eaf5fa;
  }

  .acc-offer-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }

  .acc-offer-list {
    gap: 16px;
    width: 100%;
  }

  .acc-offer-item {
    align-items: flex-start;
    font-size: 16px;
    letter-spacing: -0.025em;
  }

  .acc-offer-item img {
    margin-top: 2px;
  }

  .acc-price-circle {
    width: 140px;
  }

  .acc-gallery.photostripwrapper {
    padding-top: 20px;
    padding-bottom: 24px;
    background-color: #fff;
  }

  .acc-gallery .photostrip,
  .acc-gallery .photostrip-paginator {
    background-color: #fff;
  }

  .acc-gallery .herostripphoto {
    border-radius: 6px;
  }

  .acc-split {
    padding: 16px 16px 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  .acc-split-inner {
    gap: 24px;
  }

  .acc-split-copy {
    gap: 32px;
  }

  .acc-split-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .acc-split-body {
    font-size: 15.875px;
    line-height: 22.4px;
  }

  .acc-split-img {
    height: auto;
    aspect-ratio: 528 / 396;
  }

  .acc-split-copy .maincta-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .acc-hero-card {
    padding: 20px 12px 28px;
    gap: 20px;
  }

  .acc-hero-title {
    font-size: 24px;
  }

  .acc-features-header {
    font-size: 18px;
    padding: 10px 16px;
  }

  .acc-feature-row {
    font-size: 16px;
    min-height: 48px;
    padding: 8px 16px 8px 12px;
  }

  .acc-flash-sale {
    padding: 16px 12px;
  }

  .acc-offer-banner {
    padding: 24px 12px 28px;
    gap: 20px;
  }

  .acc-offer-title {
    font-size: 22px;
  }

  .acc-offer-item {
    font-size: 15px;
  }

  .acc-split {
    padding: 12px 12px 20px;
  }

  .acc-split-title {
    font-size: 26px;
  }

  .acc-split-copy {
    gap: 24px;
  }
}

/* ===== Amenities page ===== */
.amn-page {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px clamp(16px, 4vw, 40px);
  background: #fff8ef;
}

.amn-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 1090px;
  padding: 0 48px 64px;
  background: #fff;
}

.amn-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 40px 0 0;
}

.amn-intro-copy {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  max-width: 428px;
  flex: 1 1 0;
  min-width: 0;
}

.amn-intro-title {
  margin: 0;
  color: #000;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1.15;
}

.amn-intro-body {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.025em;
}

.amn-intro-copy .maincta-2 {
  align-self: stretch;
  text-align: center;
}

.amn-intro-img {
  width: min(485px, 48%);
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  display: block;
}

.amn-offer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.amn-offer-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 202px;
  padding: 24px 220px 24px 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, #d7ebf5 0%, #eaf5fa 100%);
}

.amn-offer-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amn-price-circle {
  width: clamp(110px, 14vw, 154px);
  height: auto;
  display: block;
}

.amn-offer-title {
  margin: 0 0 12px;
  color: #205272;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.25;
}

.amn-offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amn-offer-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #205272;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.amn-offer-item img {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  flex-shrink: 0;
}

.amn-flash-sale {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 180px;
  padding: 14px 18px;
  border-radius: 4px;
  background: #fffb53;
  text-align: center;
}

.amn-flash-label {
  color: #205272;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.amn-flash-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

.amn-flash-num,
.amn-flash-sep {
  color: #e55b55;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.amn-flash-sep {
  padding-top: 2px;
}

.amn-flash-sub {
  margin-top: 2px;
  color: #205272;
  font-size: 12px;
  font-weight: 500;
}

.amn-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  width: 100%;
}

.amn-row.is-reverse {
  direction: rtl;
}

.amn-row.is-reverse > * {
  direction: ltr;
}

.amn-row-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.amn-row-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}

.amn-row-title {
  margin: 0;
  color: #000;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1.2;
}

.amn-row-body {
  margin: 0;
  color: #071330;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.025em;
}

.amn-row-copy .maincta-2,
.amn-row-copy .maincta-2.fitted {
  align-self: stretch;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .amn-page {
    padding: 40px 24px;
  }

  .amn-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--_responsive---section-inset-paddings) 48px;
    box-sizing: border-box;
  }

  .amn-intro {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-top: 32px;
  }

  .amn-intro-copy {
    max-width: none;
    align-items: stretch;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }

  .amn-intro-title {
    width: 100%;
    text-align: left;
  }

  .amn-intro-copy .maincta-2,
  .amn-intro-copy .maincta-2.fitted {
    width: 100%;
    max-width: none;
    align-self: stretch;
    box-sizing: border-box;
  }

  .amn-intro-img {
    width: 100%;
    height: auto;
    aspect-ratio: 485 / 320;
    order: -1;
  }

  .amn-offer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #eaf5fa;
  }

  .amn-flash-sale {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    order: -1;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px 24px;
    border-radius: 0;
    background: #fffb53;
  }

  .amn-flash-label,
  .amn-flash-num,
  .amn-flash-sep,
  .amn-flash-sub {
    color: #000;
  }

  .amn-offer-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    padding: 32px 24px;
    min-height: 0;
    border-radius: 0;
    background: #eaf5fa;
  }

  .amn-offer-title {
    text-align: center;
  }

  .amn-row,
  .amn-row.is-reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    direction: ltr;
    gap: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }

  .amn-row-img {
    order: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 483 / 300;
    border-radius: 0;
  }

  .amn-row-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    padding: 28px 24px 32px;
    box-sizing: border-box;
  }

  .amn-row-title,
  .amn-row-body {
    width: 100%;
    text-align: left;
  }

  .amn-row-copy .maincta-2,
  .amn-row-copy .maincta-2.fitted {
    width: 100%;
    max-width: none;
    align-self: stretch;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .amn-page {
    padding: 0 16px 32px;
    background: #fff;
  }

  .amn-card {
    gap: 24px;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .amn-intro {
    gap: 20px;
    padding: 0;
    margin: 0 -16px;
  }

  .amn-intro-img {
    border-radius: 0;
    aspect-ratio: auto;
    height: 250px;
  }

  .amn-intro-copy {
    gap: 20px;
    padding: 0 16px;
    margin: 0;
  }

  .amn-intro-title {
    font-size: 28px;
    text-align: left;
  }

  .amn-offer {
    border-radius: 16px;
    overflow: hidden;
  }

  .amn-flash-sale {
    margin: 0;
    border-radius: 0;
    padding: 20px 16px;
    background: #fffb53;
  }

  .amn-flash-num,
  .amn-flash-sep {
    font-size: 28px;
  }

  .amn-offer-banner {
    border-radius: 0;
    padding: 28px 16px 32px;
    background: #eaf5fa;
    gap: 24px;
  }

  .amn-offer-title {
    font-size: 24px;
  }

  .amn-row,
  .amn-row.is-reverse {
    margin: 0;
    border-radius: 12px;
  }

  .amn-row-img {
    height: 248px;
    aspect-ratio: auto;
  }

  .amn-row-copy {
    gap: 20px;
    padding: 24px 20px 28px;
  }

  .amn-row-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .amn-page {
    padding: 0 12px 28px;
  }

  .amn-intro {
    margin: 0 -12px;
  }

  .amn-intro-copy {
    padding: 0 12px;
  }

  .amn-intro-title {
    font-size: 24px;
  }

  .amn-row-copy {
    padding: 20px 16px 24px;
  }

  .amn-row-title {
    font-size: 20px;
  }

  .amn-flash-sale {
    padding: 16px 12px;
  }

  .amn-offer-banner {
    padding: 24px 12px 28px;
  }

  .amn-offer-item {
    font-size: 15px;
  }
}

/* ===== Things to Do page ===== */
.ttd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  align-items: stretch;
}

.ttd-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e9ecf0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ttd-item--centered {
  grid-column: 2;
}

.ttd-item-img {
  display: block;
  width: 100%;
  height: 171px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.ttd-item-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 18px 22px 16px;
}

.ttd-item-title {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.ttd-item-text {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.025em;
}

.ttd-item-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--gold, #ECAF13);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  transition: background .2s;
}

.ttd-item-cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), var(--gold, #ECAF13);
}

@media screen and (max-width: 991px) {
  .ttd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .ttd-item--centered {
    grid-column: auto;
  }
}

@media screen and (max-width: 767px) {
  .ttd-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }

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

  .ttd-item-img {
    height: 171px;
  }

  .ttd-item-body {
    padding: 18px 18px 16px;
  }

  .ttd-item-title {
    font-size: 20px;
  }

  .ttd-item-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .ttd-item-body {
    padding: 16px 16px 14px;
  }

  .ttd-item-title {
    font-size: 18px;
  }
}
