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

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

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

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

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

.mobilemenu {
  display: none;
}

.checkout-cta-4.toppercta {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff5100;
  border-radius: 4px;
  padding: 4px 10px;
}

.menulink {
  color: #51458f;
  letter-spacing: -.1px;
  flex: 1 0 auto;
  line-height: 100%;
  text-decoration: none;
}

.menulink:hover {
  color: #f4461b;
}

.menulink.w--current {
  color: #b3b3b3;
}

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

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

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

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

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

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

.priceset {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/hero_bg.webp');
  background-position: 0 42%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 50px;
  padding-top: 24.5px;
  padding-bottom: 24.5px;
  display: flex;
}

.image-15 {
  color: #000;
}

.campaignlogo {
  align-self: stretch;
  max-width: 704px;
  margin-bottom: 32px;
}

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

.listitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #262626;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.priceblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  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;
}

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

.video-resort {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #212121;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 12px;
  line-height: 100%;
  display: flex;
}

.video-resort:hover {
  background-color: #424242;
}

.video-resort.playvideo {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.video-resort.playvideo:hover {
  color: #00786f;
  background-color: #f9e270;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
}

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

.newprice-2 {
  color: #000;
  letter-spacing: -3px;
  font-size: 70px;
  font-weight: 900;
  line-height: 50px;
  position: relative;
}

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

.offerwidget {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 390px;
  min-width: 340px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
}

.savelabel {
  color: #f0f7fa;
  -webkit-text-stroke-color: #f5f73f;
  font-size: 32px;
  font-weight: 900;
  line-height: 85%;
}

.widget-disclosure {
  color: #262626;
  text-align: center;
  -webkit-text-stroke-color: #39499e;
  width: 280px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15.88px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.ctawrapper {
  align-self: stretch;
  padding-left: 24px;
  padding-right: 24px;
}

.ctawrapper.mobile {
  display: none;
}

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

.stayperiod-2 {
  color: #000;
  -webkit-text-stroke-color: #0d1f48;
  border-left: 1px #0d1f48;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
}

.titleline {
  color: #000;
  background-color: #004b64;
  flex: 1;
  height: 2px;
}

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

.text-block-23 {
  color: #000;
  text-align: center;
  margin-bottom: 14px;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

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

.priceanddiscount {
  background-color: #f0f7fa;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

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

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

.text-block-4 {
  color: #ed3557;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
}

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

.resortname {
  color: #262626;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

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

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

.text-block-3 {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.widgettitlestay {
  color: #071330;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.discount {
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #51458f;
  border: 3px solid #fff;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  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%;
  box-shadow: 0 2px 6px #00000040;
}

.widgetseal {
  width: 80px;
}

.offerexpirecounter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffed4d;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.normalrate {
  color: #000;
  font-weight: 700;
  line-height: 12px;
}

.text-block-5 {
  color: #252525;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.8px;
}

.video-button-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 10% 10% 0%;
}

.checkicon {
  width: 22.5px;
  max-width: 101%;
  margin-top: 3px;
}

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

.checkout-cta {
  width: 100%;
}

.checkout-cta.maincta {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff5100;
  border-radius: 30px;
  width: auto;
  padding: 14px 44px;
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.checkout-cta.maincta.fullwidth {
  color: #283d3f;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: none;
  background-color: #ffae00;
  border: 1px solid #f05a2a;
  border-radius: 26px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px #f05a2a;
}

.checkout-cta.maincta.fullwidth:hover {
  color: #fff;
  background-color: #f05a2a;
  border-color: #f05a2a;
}

.checkout-cta.maincta.fullwidth.mobile {
  border: 2px solid #fff;
}

.checkout-cta.maincta.max1200 {
  max-width: 1200px;
}

.checkout-cta.maincta.max1200.full-width {
  width: 100%;
}

.checkout-cta.toppercta {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff5100;
  border-radius: 4px;
  width: auto;
  padding: 4px 10px;
}

.div-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  line-height: 12px;
  display: flex;
}

.image-16 {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24 {
  color: #000;
  text-transform: uppercase;
  line-height: 13px;
}

.menusecondlevel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  scroll-behavior: smooth;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
  position: static;
}

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

.menul2item:hover {
  color: #e03d24;
}

.menul2item.playvideo {
  color: #51458f;
  font-weight: 400;
  display: block;
}

.menul2item.checkout-cta {
  width: auto;
}

.text-span-2 {
  color: #f05a2a;
}

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

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

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

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

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

.photostrip-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e5fef9;
  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;
  position: static;
  overflow: hidden;
}

.photostrip-4.photostrip {
  background-color: #e1f3f3;
}

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

.herolightboxstrip-3 {
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

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

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

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

.image-29 {
  max-width: 50%;
}

.div-block-3 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.whatyougetcolumn {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #262626;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.whyyougetsubtitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #272c30;
  margin-bottom: 8px;
  padding: 12px 20px;
}

.whyyougetsubtitle.right {
  background-color: #2c2961;
  border-radius: 0;
}

.whyyougetsubtitle.left {
  background-color: #51458f;
}

.columntitle {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.whatyougetcontainer {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 104px 80px;
  display: flex;
  position: relative;
}

.wyglistitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.image-30 {
  max-width: 50%;
  display: block;
}

.whatyougettitle {
  color: #262626;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 35.2px;
}

.whatyouget {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  color: #004b64;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 80px;
  display: flex;
  position: relative;
}

.checkout-cta-3 {
  width: 100%;
}

.checkout-cta-3.maincta {
  background-color: #ffae00;
  width: 100%;
  padding: 14px 44px;
  font-size: 25px;
  display: block;
}

.checkout-cta-3.maincta.fullwidth {
  color: #283d3f;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: none;
  background-color: #ffae00;
  border: 1px solid #f05a2a;
  border-radius: 26px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px #f05a2a;
}

.checkout-cta-3.maincta.fullwidth:hover {
  color: #fff;
  background-color: #f05a2a;
  border-color: #f05a2a;
}

.bold-text, .bold-text-2 {
  color: #1b5cdd;
  -webkit-text-stroke-color: #1b5cdd;
}

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

.div-block-19 {
  background-color: #2c2961;
  background-image: radial-gradient(circle, #39499e, #2c2961);
  border-width: 6px;
  flex: none;
  position: relative;
  box-shadow: 0 0 0 5px #ef564c;
}

.roundstampcurrency {
  color: #fff;
  text-shadow: 2px 2px 6px #205272;
  mix-blend-mode: normal;
  object-fit: scale-down;
  border: 0 #000;
  min-width: 2px;
  min-height: 2px;
  margin-top: 0;
  margin-right: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  position: static;
  top: -2px;
  left: -19px;
  box-shadow: 0 2px 5px #0003;
}

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

.bannerwithcard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  perspective: 1000px;
  color: #262626;
  background-image: url('../images/generic-info-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 64px 80px 320px;
  display: flex;
  position: relative;
}

.roundstampdetails {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.bannercopy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1087px;
}

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

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

.sectionh3title.white {
  color: #fff;
}

.sectionh3title.white.narrow {
  max-width: 758px;
  font-size: 36px;
}

.retailprice {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #ff1303;
  text-transform: uppercase;
  text-overflow: clip;
  font-size: 12px;
  font-weight: 500;
  line-height: 90%;
  -webkit-text-decoration: line-through #ff1303;
  text-decoration: line-through #ff1303;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 4px 4px 8px 8px;
  margin-top: -18px;
  padding: 10px 6px 6px;
}

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

.bodytext.white {
  color: #fff;
}

.bodytext.white.alncenter {
  text-align: center;
  max-width: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.4px;
}

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

.days {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.roundstamptotaltxt {
  text-transform: uppercase;
}

.roundstampprice {
  color: #fff;
  text-align: left;
  letter-spacing: -3px;
  font-size: 75px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.image-31 {
  margin-top: 40px;
}

.section {
  background-color: #51458f;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
}

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

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

.amenitiesandattractions {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f0f7fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 104px 40px;
  display: flex;
}

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

.flex-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: stretch;
}

.analink {
  color: #1b5cdd;
  text-decoration: underline;
}

.analink:hover {
  color: #ef564c;
}

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

.checkout-cta-4.maincta:hover {
  color: #fff;
}

.checkout-cta-4.maincta.max1200 {
  width: 1200px;
  max-width: 100%;
}

.checkout-cta-4.maincta.max1200:hover {
  color: #fff;
}

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

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

.image-14 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 56px;
  display: block;
  overflow: visible;
}

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

.revcardtext-2 {
  color: #262626;
  height: 100%;
  font-size: 14px;
  line-height: 140%;
}

.tripadvisor_review {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f3;
  border-radius: 32px;
  flex-flow: column;
  max-width: 320px;
  min-height: 309.75px;
  padding: 24px;
  display: flex;
  position: relative;
}

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

.guestrevphoto {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  flex: none;
}

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

.guestrevphotogall {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  max-width: 100%;
  margin-left: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: clip;
}

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

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

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

.div-block-20 {
  width: 100%;
  max-width: 1200px;
}

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

.verified-user {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-self: flex-start;
  display: flex;
}

.revcardpublishdate-2 {
  color: #66a721;
  letter-spacing: .3px;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

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

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

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

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

.photogalitem {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  max-width: 280px;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

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

.phgalimg {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
  overflow: clip;
}

.photo_caption {
  color: #fff;
  background-image: linear-gradient(0deg, #000000b3 26%, #fff0);
  justify-content: center;
  align-items: center;
  padding: 30px 12px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.drawer {
  z-index: 14;
  opacity: 0;
  background-color: #fff;
  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;
}

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

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

.drawerlink {
  color: #39499e;
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.drawerlink:hover {
  color: #ef564c;
}

.drawerlink.w--current {
  color: #b3b3b3;
  font-size: 18px;
}

.div-block-4 {
  max-width: 84ch;
}

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

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

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

.image {
  cursor: pointer;
}

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

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

.videowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 1280px;
  max-width: 1280px;
  min-height: 720px;
  max-height: 720px;
  padding: 24px;
  display: grid;
}

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

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b3b3b3;
  text-align: center;
  background-color: #0d0d0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  line-height: 150%;
  display: flex;
}

.footercontent {
  color: #fff;
  text-wrap: pretty;
  max-width: 120ch;
}

.footerlink, .footerlink:hover {
  color: #fff;
}

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

.houseicon {
  display: none;
}

.image-15-2 {
  color: #000;
  display: none;
}

.text-span-3 {
  color: red;
}

.heroaccm {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/accm_bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 53px;
  margin-left: 0;
  margin-right: 0;
  padding: 48px;
  display: flex;
}

.text-block-28 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.acccardblock {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fef5ec;
  border: 1px solid #f7993e1a;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

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

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

.herowrapper {
  justify-content: center;
  align-items: center;
}

.checkicon-2 {
  margin-top: 3px;
}

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

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

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

.text-block-26 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.acccardtext {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.acccardtopcontainer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.text-block-29 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

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

.text-block-27 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.amenitieslist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto auto minmax(0, 1px);
  grid-template-columns: minmax(200px, 1fr) .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 32px;
  display: grid;
}

.image-23 {
  flex: 0 auto;
  display: none;
}

.acccardsectionh3title {
  color: #262626;
  text-align: left;
  text-transform: none;
  border: 1px #00756f4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30.8px;
}

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

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

.bold-text-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bodytext-2 {
  color: #262626;
  max-width: 720px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.offerexpirecounteracccard {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffb53;
  border: 1px solid #e7e326;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.resorttitle {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 105%;
}

.acctableheader {
  background-color: #283d3f;
  padding: 16px 24px;
}

.text-block-25 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.checkout-cta-5 {
  width: 100%;
}

.checkout-cta-5.maincta {
  background-color: #ffae00;
  width: 100%;
  padding: 14px 44px;
  font-size: 25px;
  display: block;
}

.checkout-cta-5.maincta.fullwidth {
  color: #283d3f;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: none;
  background-color: #ffae00;
  border: 1px solid #f05a2a;
  border-radius: 26px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px #f05a2a;
}

.checkout-cta-5.maincta.fullwidth:hover {
  color: #fff;
  background-color: #f05a2a;
  border-color: #f05a2a;
}

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

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

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

.herowrapper-2 {
  justify-content: center;
  align-items: center;
}

.acctableheader-2 {
  background-color: #51458f;
  padding: 24px 40px;
}

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

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

.heroaccm-2 {
  background-image: url('../images/amc-main-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 48px;
  display: flex;
}

.acccardsectionh3title-2 {
  color: #262626;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

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

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

.acccardtopcontainer-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.maincta {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ef564c;
  border-radius: 26px;
  flex: 0 auto;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s;
}

.maincta:hover {
  background-color: #39499e;
}

.maincta.checkout-cta {
  background-color: #ff5100;
  font-weight: 700;
}

.resorttitle-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 105%;
}

.offerexpirecounteracccard-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffb53;
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.amenitieslistitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2c2961;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.amenitieslist-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  padding: 32px;
}

.text-span-4 {
  color: red;
}

.resortdetails-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  overflow: hidden;
}

.image-33 {
  margin-top: 0;
}

.acccardblock-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e1f3f3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: visible;
}

.photostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e1f3f3;
  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;
  position: static;
  overflow: hidden;
}

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

.accmlightbox {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  flex: 1;
  min-width: 420px;
  overflow: hidden;
}

.accmlightbox:hover {
  outline-offset: 0px;
  outline: 4px solid #fe5925;
}

.singlectacontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

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

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

.mainsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

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

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

.acccardsectionh3title-3 {
  color: #262626;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

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

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

.sectionh3title-5.alignleft {
  color: #262626;
  text-align: left;
}

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

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

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

.lightboxlinkattr {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  overflow: clip;
}

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

.text-span-5 {
  color: red;
}

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

.image-34 {
  margin-top: 0;
}

.acccardblock-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e1f3f3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: visible;
}

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

.amenitiesphotogallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.acccardsectionh3title-4 {
  color: #262626;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

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

.sectionh3title-6.alignleft {
  color: #262626;
  text-align: left;
}

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

.text-span-6 {
  color: red;
}

.image-35 {
  margin-top: 0;
}

.acccardblock-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e1f3f3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: visible;
}

.acccardsectionh3title-5 {
  color: #262626;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

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

.sectionh3title-7.alignleft {
  color: #262626;
  text-align: left;
}

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

.text-span-7 {
  color: red;
}

.image-36 {
  margin-top: 0;
}

.acccardblock-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e1f3f3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: visible;
}

.docsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 80px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

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

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

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

.ehologo {
  fill: #000;
}

.text-block-30 {
  padding-bottom: 44px;
}

.heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-21 {
  max-width: 84ch;
}

.image-37 {
  margin-right: auto;
}

.code-embed, .code-embed-2 {
  display: none;
}

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

  .menulink {
    flex: none;
  }

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

  .mainmenu {
    display: none;
  }

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

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

  .homeanchor {
    flex: none;
  }

  .priceset {
    padding-right: 100px;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    display: none;
  }

  .campaignlogo {
    flex: 0 auto;
    width: auto;
    max-width: 505px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .time {
    color: #f4461b;
  }

  .listitem {
    justify-content: center;
    align-items: center;
    max-width: 90ch;
  }

  .includingslist {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .offertitle {
    color: #000;
    font-size: 20px;
  }

  .offerwidget {
    border-radius: 0;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0%;
  }

  .campaignlogoand-price {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: url('../images/hero_bg.webp');
    background-position: 18% 85%;
    background-size: auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 102px;
  }

  .ctawrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ctawrapper.mobile {
    justify-content: center;
    display: flex;
  }

  .text-block-23 {
    text-align: center;
    margin: 12px 16px;
    font-size: 12px;
    font-weight: 500;
  }

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

  .discount {
    box-shadow: none;
  }

  .text-block-5 {
    display: block;
  }

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

  .checkicon {
    margin-top: 0;
  }

  .checkout-cta.maincta {
    color: #fff;
    background-color: #ff5100;
    border-color: #f05a2a;
    align-self: auto;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 22px;
  }

  .checkout-cta.maincta:hover {
    color: #fff;
    background-color: #f05a2a;
  }

  .checkout-cta.maincta.fullwidth {
    max-width: 326px;
  }

  .checkout-cta.maincta.fullwidth.mobile {
    box-shadow: none;
    color: #fff;
    background-color: #ff5100;
    border-width: 3px;
    width: 326px;
  }

  .checkout-cta.toppercta {
    display: none;
  }

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

  .menul2item {
    flex: 1 0 auto;
  }

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

  .photostrip-4.photostrip {
    overflow: auto;
  }

  .herolightboxstrip-3 {
    min-width: 384px;
  }

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

  .image-29 {
    max-width: 100%;
  }

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

  .div-block-5 {
    flex-flow: column-reverse;
  }

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

  .whatyougetcontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-30 {
    display: none;
  }

  .whatyouget {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 64px 32px;
    overflow: hidden;
  }

  .checkout-cta-3.maincta {
    color: #f05a2a;
    background-color: #ffae00;
    border-color: #f05a2a;
    align-self: auto;
    padding-left: 44px;
    padding-right: 44px;
    box-shadow: 0 4px #f05a2a;
  }

  .checkout-cta-3.maincta:hover {
    color: #01dbcf;
    background-color: #f05a2a;
  }

  .checkout-cta-3.maincta.fullwidth {
    max-width: 326px;
  }

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

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

  .anacolumn {
    flex: 0 auto;
  }

  .listcontainer {
    flex-flow: column;
  }

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

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

  .revcardtext-2 {
    font-size: 12px;
    line-height: 120%;
  }

  .tripadvisor_review {
    border-radius: 24px;
    flex: 1;
    max-width: none;
    min-height: 220px;
  }

  .guestreviews {
    min-width: 100%;
    max-width: 100%;
  }

  .guestrevphotogall {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
  }

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

  .div-block-20 {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .revcardtopper-2 {
    flex-flow: row;
  }

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

  .photoset {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: grid;
  }

  .photogalitem {
    max-width: none;
  }

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

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

  .drawermenu {
    display: flex;
  }

  .drawerlink {
    flex: none;
  }

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

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

  .tncdialogue {
    padding: 24px;
  }

  .image-15-2 {
    display: block;
  }

  .heroaccm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/accm_bg.webp');
    background-position: 50% 0;
    background-size: contain;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 76px;
    padding: 40px 0 0;
  }

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

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

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

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

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

  .image-23 {
    display: none;
  }

  .acccard {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 0;
    align-items: stretch;
    margin-top: 50%;
  }

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

  .checkout-cta-5.maincta {
    color: #f05a2a;
    background-color: #ffae00;
    border-color: #f05a2a;
    align-self: auto;
    padding-left: 44px;
    padding-right: 44px;
    box-shadow: 0 4px #f05a2a;
  }

  .checkout-cta-5.maincta:hover {
    color: #01dbcf;
    background-color: #f05a2a;
  }

  .checkout-cta-5.maincta.fullwidth {
    max-width: 326px;
  }

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

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

  .acccard-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 0;
    align-items: stretch;
    margin-top: 50%;
  }

  .heroaccm-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: auto 75%;
    background-attachment: fixed;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 0 0;
  }

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

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

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

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

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

  .accmlightbox {
    min-width: 320px;
  }

  .singlectacontainer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

  .acccardsectionh3title-3 {
    text-align: center;
  }

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

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

  .amntcardleadimg {
    order: -1;
  }

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

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

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

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

  .acccardsectionh3title-4 {
    text-align: center;
  }

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

  .acccardsectionh3title-5 {
    text-align: center;
  }

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

  .docsection {
    padding: 64px;
  }

  .bodywrapper {
    padding: 24px 0;
  }
}

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

  .hero {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .campaignlogo {
    width: auto;
    max-width: 100%;
    margin-bottom: 36px;
    display: block;
  }

  .offerwidget {
    max-width: 440px;
    margin-top: 0%;
    overflow: hidden;
  }

  .campaignlogoand-price {
    background-image: url('../images/hero_bg.webp');
    background-position: 29% 48%;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px 16px 48px;
  }

  .ctawrapper.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .regularprice-2 {
    color: #39499e;
  }

  .herocontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .whatyougetcontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .whatyouget {
    flex-flow: row;
    align-items: flex-start;
    margin-right: 0;
    padding: 40px 0;
  }

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

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

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

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

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

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

  .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: 0;
    padding-right: 0;
  }

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

  .revcardtopper-2 {
    flex-flow: row;
  }

  .photogallery {
    padding-bottom: 40px;
  }

  .photoset {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

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

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

  .tncdialogue {
    padding: 24px;
  }

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

  .heroaccm {
    background-image: linear-gradient(#0000, #0000);
    margin-top: 76px;
    padding: 0 0 24px;
  }

  .herowrapper {
    flex-flow: column;
  }

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

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

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

  .sectionh3title-3 {
    display: block;
  }

  .image-23 {
    margin-top: 0;
    display: block;
  }

  .acccard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0%;
    padding-bottom: 24px;
  }

  .herowrapper-2 {
    flex-flow: column;
  }

  .acccard-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
    margin-top: 50%;
    padding-bottom: 24px;
  }

  .heroaccm-2 {
    background-size: auto 50%;
    padding: 24px 0 0;
  }

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

  .maincta {
    align-self: stretch;
  }

  .accmlightbox {
    min-width: 280px;
  }

  .singlectacontainer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .mainsection {
    padding: 24px;
  }

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

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

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

  .amntcardsecttxtbl {
    align-items: stretch;
  }

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

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

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

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

  .docsection {
    padding: 48px;
  }

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

@media screen and (max-width: 479px) {
  .toppercontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .topper {
    overflow: hidden;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% -20px;
    background-size: auto 42.9rem;
    background-attachment: scroll;
    flex-flow: column;
    height: auto;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    line-height: 120%;
    position: relative;
    overflow: clip;
  }

  .campaignlogo {
    width: 100%;
    max-width: none;
    margin-bottom: 36px;
  }

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

  .savelabel {
    font-size: 20px;
    line-height: 100%;
  }

  .campaignlogoand-price {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: url('../images/hero_bg.webp');
    background-position: 27% 55%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    padding: 38px 16px 48px;
  }

  .regularprice-2 {
    color: #39499e;
  }

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

  .discount {
    box-shadow: none;
  }

  .normalrate {
    font-size: 14px;
  }

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

  .checkout-cta.maincta.fullwidth.mobile {
    width: 262px;
    min-width: 100%;
    max-width: 100%;
  }

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

  .menul2item {
    flex: 1 0 auto;
  }

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

  .photostrip-4.photostrip {
    overflow: auto;
  }

  .herophotosrow-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .herolightboxstrip-3 {
    min-width: 320px;
  }

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

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

  .whatyougettitle {
    font-size: 32px;
  }

  .whatyouget {
    padding: 40px 0;
  }

  .bannerwithcard {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: url('../images/generic-info-bg.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 48px 16px;
    overflow: visible;
  }

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

  .section {
    padding: 16px;
  }

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

  .amenitiesandattractions {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 48px 16px;
    overflow: clip;
  }

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

  .tripadvisor_review {
    max-width: 100%;
  }

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

  .guestreviews {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 104px;
    overflow: hidden;
  }

  .guestrevphotogall {
    box-sizing: border-box;
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: auto;
  }

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

  .photogallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-image: none;
    padding: 48px 16px 16px;
    overflow: clip;
  }

  .photoset {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .photogalitem {
    aspect-ratio: 3 / 2;
  }

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

  .drawer {
    display: none;
  }

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

  .tncdialogue {
    padding: 12px;
  }

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

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

  .footerdivider {
    display: none;
  }

  .heroaccm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: column;
    height: auto;
    min-height: 211px;
    margin-top: 76px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    position: static;
    overflow: clip;
  }

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

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

  .resortdetails {
    background-color: #f5f5f5;
  }

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

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

  .text-block-26 {
    font-family: Roboto, sans-serif;
  }

  .acccardtopcontainer {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .amenitieslist {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f5f5;
    grid-template-rows: auto auto auto minmax(0, 1px) auto;
    grid-template-columns: minmax(200px, 1fr);
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-23 {
    width: auto;
    height: 300px;
  }

  .acccardsectionh3title {
    text-align: center;
  }

  .amenities-item {
    width: auto;
  }

  .acccard {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 0%;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .offerexpirecounteracccard {
    border-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

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

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

  .acctableheader-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .acccard-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 0;
    margin-top: 70%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heroaccm-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 55% 0;
    background-size: 700px 300px;
    background-attachment: fixed;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0 0;
    position: relative;
    overflow: clip;
  }

  .acccardsectionh3title-2 {
    text-align: center;
    font-size: 24px;
  }

  .acccardtopcontainer-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .amenitieslist-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .herophotosrow {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .singlectacontainer {
    padding: 16px;
  }

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

  .mainsection {
    padding: 12px;
  }

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

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

  .acccardsectionh3title-3 {
    text-align: center;
    font-size: 24px;
  }

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

  .amntcardsecttxtbl {
    align-items: stretch;
  }

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

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

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

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

  .acccardsectionh3title-4 {
    text-align: center;
    font-size: 24px;
  }

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

  .acccardsectionh3title-5 {
    text-align: center;
    font-size: 24px;
  }

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

  .docsection {
    padding: 24px 16px;
  }

  .bodywrapper {
    padding: 8px;
  }

  .tnctitleh2 {
    font-size: 34px;
  }
}


