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

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

.checkout-cta {
  text-transform: uppercase;
  border-radius: 30px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.checkout-cta.toppercta {
  color: #fff;
  text-transform: uppercase;
  background-color: #6f2ebd;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
}

.checkout-cta.mainv2 {
  background-color: #ec1278;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
}

.checkout-cta.mainv2:hover {
  background-color: #ad186a;
}

.checkout-cta.mainv2._w-472px-tablet {
  width: 100%;
}

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

.checkout-cta.mainv2.fullwidth {
  background-color: #f9259e;
  width: 100%;
}

.checkout-cta.drawercta {
  background-color: #61a30a;
}

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

.checkout-cta.maincta.fullwidth {
  align-self: stretch;
  width: 100%;
}

.checkout-cta.maincta.fullwidth.mobile {
  color: #61a30a;
  background-color: #fff;
}

.menulink {
  color: #0f0e0e;
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.menulink:hover {
  color: #f92e9e;
}

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

.menulink.w--current:hover {
  color: #f92e9e;
}

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

.mobilemenu {
  display: none;
}

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

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

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

.menul2item {
  color: #071330;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.menul2item:hover {
  color: #f92e9e;
}

.menul2item.playvideo {
  color: #071330;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.menul2item.checkout-cta {
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.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: #61a30a;
}

.menul2item-2.playvideo {
  color: #071330;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

.herolightboxstrip2-copy:hover {
  outline-offset: 0px;
  outline: 4px solid #fe893b;
}

.herolightboxstrip2-copy.playvideo {
  border-radius: 24px;
  min-width: 384px;
  max-height: 288px;
}

.herophotosrow-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  display: flex;
  overflow: hidden;
}

.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-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e5fff9;
  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 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photostrip-2.photostrip {
  position: relative;
  overflow: hidden;
}

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

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

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

.whatyougetset {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 1170px;
}

.whatyougetcontainer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.wyglink {
  color: #1b5cdd;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue-500);
  text-decoration-color: var(--blue-500);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.wyglink:hover {
  color: #ef564c;
}

.whatyougettitle {
  color: #071330;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.whatyouget {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #205272;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 100px;
  display: flex;
}

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

.div-block-18 {
  width: 100%;
  min-width: auto;
  max-width: 888px;
}

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

.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: #0082ca;
  margin-bottom: 8px;
  padding: 12px 20px;
}

.whyyougetsubtitle.right {
  background-color: #004d8f;
}

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

.bodytext.white {
  color: #fff;
}

.bodytext.white.alncenter {
  text-align: center;
  min-width: 760px;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.genericbannercard {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  mix-blend-mode: normal;
  background-color: #03033f00;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 131ch;
  margin-bottom: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  overflow: visible;
}

.roundstampcontainer {
  position: absolute;
  inset: auto auto -64px;
}

.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 {
  text-shadow: 0 4px 4px #00000040;
  max-width: 27ch;
}

.bannerwithcard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  perspective: 1000px;
  color: #262626;
  background-image: url('../images/Frame-5894.webp');
  background-position: 0 0;
  background-size: auto 186%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 160px 0;
  display: flex;
}

.anatableoflists {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  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;
}

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

.amenitiesandattractions {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #effffc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 80px;
  display: flex;
}

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

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

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

.analink:hover {
  color: #ef564c;
}

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

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

.sectionh3title-2 {
  color: #0d1f48;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
  position: absolute;
  inset: 15% auto auto 0%;
}

.sectionh3title-2.tablet-show {
  display: none;
}

.review_v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.review_cards_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.picture_wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 960px;
  max-width: none;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slide-4 {
  background-image: url('../images/guest-4.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.tripadvisor_stamp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 32px;
  flex-flow: column;
  max-width: 380px;
  min-height: 240px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 20px -12px #0003;
}

.image-27 {
  width: 120px;
  height: 20px;
}

.slider-3 {
  width: auto;
  min-width: 100%;
  height: 650px;
}

.cards-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: -406px 24px 0 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

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

.footer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b3b3b3;
  text-align: center;
  background-color: #000;
  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-2, .footerlink-2:hover {
  color: #fff;
}

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

.houseicon {
  display: 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: #205272;
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.drawerlink:hover {
  color: #61a30a;
}

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

.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: auto;
  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;
  width: 100%;
  padding: 24px;
  display: grid;
}

.code-embed {
  width: 100%;
}

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

.link-3 {
  color: #000;
  width: auto;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: #95c6ef;
}

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

.link-2 {
  color: #006098;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.bodywrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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;
}

.paragraph {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  font-size: 24px;
}

.image-25 {
  cursor: pointer;
}

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

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

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

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

.widgettitlestay {
  color: #0d1f48;
  text-align: center;
  font-size: 17.8594px;
  font-weight: 700;
  line-height: 100%;
}

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

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

.newprice-2 {
  color: #0d1f48;
  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: 64px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

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

.widget-disclosure {
  color: #262626;
  text-align: center;
  -webkit-text-stroke-color: #39499e;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  display: none;
}

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

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

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

.titleline {
  color: #0d1f48;
  background-color: #0d1f48;
  flex: 1;
  height: 3px;
}

.resortname {
  color: #0d1f48;
  text-align: center;
  letter-spacing: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

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

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

.image-16 {
  position: absolute;
}

.text-block-4 {
  color: #071330;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

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

.text-span {
  color: red;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: line-through;
}

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

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

.widgetseal {
  width: 88px;
}

.campaignlogo {
  align-self: stretch;
  margin-bottom: 0;
}

.normalrate-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

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

.ctawrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ctawrapper.mobile {
  display: none;
}

.lotofattentioncopy {
  text-align: center;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.widgetdetails {
  color: #0d1f48;
  text-align: center;
  -webkit-text-stroke-color: #205272;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

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

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

.discount {
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #2cbeb4;
  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 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
  box-shadow: 0 2px 6px #00000040;
}

.savelabel {
  color: #fff;
  -webkit-text-stroke-color: #f5f73f;
  font-size: 28px;
  font-weight: 700;
  line-height: 85%;
}

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

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

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

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

.text-block-5 {
  color: red;
  font-size: 16px;
  font-weight: 700;
  text-decoration: line-through;
}

.discount-2 {
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #2cbeb4;
  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 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
  box-shadow: 0 2px 6px #00000040;
}

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

.newprice-3 {
  color: #0d1f48;
  letter-spacing: -3px;
  font-size: 64.2813px;
  font-weight: 900;
  line-height: 50px;
  position: relative;
}

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

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

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

.text-block-24 {
  color: #0d1f48;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

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

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

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

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

.section {
  color: #2cbeb4;
  background-color: #2cbeb4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-18-copy {
  width: auto;
  min-width: 326px;
  max-width: 888px;
}

.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: 0 #fff;
  border-radius: 50px;
  text-decoration: none;
}

.image-15 {
  color: #000;
}

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

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

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

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

.text-block-7 {
  color: #252525;
}

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

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

.time-2 {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  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-26, .text-block-27 {
  color: #000;
}

.acccardincludingslist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  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;
}

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

.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: #ec1278;
  font-weight: 700;
}

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

.text-block-28, .text-block {
  color: #000;
}

.text-block-6 {
  color: #252525;
}

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

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

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

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

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

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

.image-31 {
  width: 204px;
  margin-top: 0;
}

.acctableheader {
  background-color: #004d8f;
  justify-content: center;
  padding: 24px 40px;
}

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

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

.text-block-2 {
  color: #000;
}

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

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

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

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

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

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

.photostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #effffc;
  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;
}

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

.checkout-cta-2.maincta.max1200 {
  color: #ec1278;
  width: 1200px;
  max-width: 100%;
}

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

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

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

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

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

.checkout-cta-3.maincta.fullwidth {
  background-color: #f9259e;
  width: 100%;
}

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

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

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

.amntcardleadimg {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  flex: 1;
  order: 0;
  max-width: 48%;
  height: 100%;
}

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

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

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

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

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

.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: 0;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

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

.amntcardsecttxtbl.not-expanded {
  justify-content: center;
}

.amntcardsectionr {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  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;
  margin-top: 19px;
  display: flex;
}

.docsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  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;
}

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

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

.heading {
  margin-bottom: 40px;
}

.div-block-23, .div-block-29 {
  max-width: 84ch;
}

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

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

.code-embed-3 {
  display: none;
}

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

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

@media screen and (max-width: 991px) {
  .toppercontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-cta.mainv2.border2px {
    background-color: #f9259e;
    border: 2px solid #fff;
    width: 100%;
  }

  .checkout-cta.mainv2._w-472px-tablet {
    width: 472px;
  }

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

  .checkout-cta.maincta.fullwidth.mobile {
    color: #f92e9e;
    background-color: #fff;
  }

  .checkout-cta.maincta.fullwidth.mobile:hover {
    color: #fff;
    background-color: #f92e9e;
  }

  .menulink {
    flex: none;
  }

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

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

  .homeanchor {
    flex: none;
  }

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

  .mainmenu {
    display: none;
  }

  .menusecondlevel {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .menul2item {
    color: #004b64;
    background-color: #0000;
    border: 1px #ccc;
    border-radius: 18px;
    flex: 1 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
  }

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

  .menul2item-2.playvideo {
    color: #004b64;
    background-color: #0000;
    border: 1px #ccc;
    border-radius: 18px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
  }

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

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

  .whatyouget {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .bodytext.white.alncenter {
    min-width: 100%;
    max-width: 100%;
    font-family: Roboto, sans-serif;
    line-height: 25px;
  }

  .genericbannercard {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .roundstampcontainer {
    bottom: -70px;
  }

  .bannerwithcard {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 16px 120px;
  }

  .anatableoflists {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .listcontainer {
    flex-flow: row;
  }

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

  .flex-block {
    justify-content: center;
    align-items: center;
    width: 473px;
    display: block;
  }

  .anacolumn {
    flex: 0 auto;
  }

  .sectionh3title-2 {
    display: none;
  }

  .sectionh3title-2.tablet-show {
    display: block;
    position: relative;
  }

  .review_v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 580px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .review_cards_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .picture_wrapper {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 38px;
    margin-left: 0;
  }

  .slide-4 {
    background-position: 50% 100%;
    background-size: auto 137%;
    width: 100%;
  }

  .guestreviews-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .div-block-20 {
    width: 574px;
    min-width: auto;
    max-width: none;
  }

  .tripadvisor_stamp {
    border-radius: 24px;
    flex: 1;
    max-width: 506px;
    min-height: auto;
  }

  .slider-3 {
    height: 539px;
  }

  .cards-button {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    bottom: -96%;
    right: 0;
  }

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

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

  .tncdialogue2 {
    padding: 24px;
  }

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

  .bodywrapper-2 {
    padding: 24px 0;
  }

  .priceanddiscount {
    padding-right: 0;
  }

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

  .offertitle {
    color: #215d9a;
  }

  .widget-disclosure {
    display: none;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 25% 0;
    background-size: auto 950px;
    background-attachment: fixed;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .campaignlogo {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }

  .ctawrapper {
    width: 778px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ctawrapper.mobile {
    width: auto;
    display: block;
  }

  .timelabel {
    color: #215d9a;
  }

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

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

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

  .widgetdetails {
    color: #0d1f48;
    font-size: 14px;
    font-weight: 400;
  }

  .discount {
    box-shadow: none;
  }

  .div-block-22 {
    width: auto;
    margin-left: -89px;
  }

  .priceset-2 {
    padding-right: 100px;
  }

  .discount-2 {
    box-shadow: none;
  }

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

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

  .checkicon {
    margin-top: 0;
  }

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

  .div-block-18-copy {
    min-width: 574px;
    max-width: 1200px;
  }

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

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

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

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

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

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

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

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

  .acccardsectionh3title {
    text-align: center;
  }

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

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

  .accmlightbox {
    min-width: 320px;
  }

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

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

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

  .checkout-cta-3 {
    width: auto;
    padding: 14px 64px;
    font-size: 16px;
  }

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

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

  .checkout-cta-3.maincta.fullwidth {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #fff;
    padding-left: 64px;
    padding-right: 64px;
  }

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

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

  .amntcardleadimg {
    order: -1;
    max-width: 100%;
  }

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

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

  .amntcard-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

  .docsection {
    padding: 64px;
  }

  .bodywrapper {
    padding: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .checkout-cta.mainv2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 700;
  }

  .checkout-cta.mainv2._w-472px-tablet {
    background-color: #f9259e;
  }

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

  .menusecondlevel {
    background-color: #e5fff9;
  }

  .menul2item {
    color: #071330;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 10px;
    font-weight: 500;
  }

  .menul2item.checkout-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menul2item-2.playvideo {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 10px;
  }

  .herolightboxstrip-2 {
    min-width: 380px;
  }

  .whatyougetcontainer {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .listcontainer {
    flex-flow: column;
  }

  .amenitiesandattractions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-block {
    width: 100%;
  }

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

  .review_v2 {
    margin-bottom: 580px;
  }

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

  .review_cards_container {
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .cards-button {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    bottom: -108%;
  }

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

  .tncdialogue2 {
    padding: 24px;
  }

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

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

  .priceanddiscount {
    padding-right: 64px;
  }

  .offerwidget {
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
  }

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

  .hero {
    background-position: 20% 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
  }

  .ctawrapper {
    width: auto;
  }

  .ctawrapper.mobile {
    display: block;
  }

  .campaignlogoand-price {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .herocontainer {
    flex-flow: column;
  }

  .widgetdetails {
    color: #0d1f48;
    font-size: 15.875px;
  }

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

  .div-block-18-copy {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .video-resort.playvideo {
    margin-bottom: 32px;
  }

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

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

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

  .maincta {
    align-self: stretch;
  }

  .herowrapper {
    flex-flow: column;
  }

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

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

  .accmlightbox {
    min-width: 280px;
  }

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

  .mainsection-2 {
    padding: 24px;
  }

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

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

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

  .amntcardsecttxtbl {
    align-items: stretch;
  }

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

  .acccardcontainer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .docsection {
    padding: 48px;
  }

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

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

  .checkout-cta.drawercta {
    background-color: #f9259e;
  }

  .checkout-cta.maincta.fullwidth.mobile {
    color: #f9259e;
    background-color: #fff;
    border: 2px solid #f9259e;
    padding-left: 0;
    padding-right: 0;
  }

  .topper-2 {
    width: 100vw;
    overflow: hidden;
  }

  .menusecondlevel {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .menul2item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    flex: 1 0 auto;
    padding: 10px;
  }

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

  .menul2item-2.playvideo {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    width: auto;
    padding: 10px;
  }

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

  .herolightboxstrip2-copy {
    min-width: 320px;
  }

  .herolightboxstrip2-copy.playvideo {
    min-width: 350px;
    max-height: 255px;
  }

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

  .photostrip-2 {
    display: none;
  }

  .photostrip-2.photostrip {
    display: flex;
  }

  .herolightboxstrip-2 {
    flex: 1 0 340px;
    min-width: 280px;
    max-width: none;
  }

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

  .whatyougettitle {
    font-size: 28px;
  }

  .whatyouget {
    padding: 0 0 64px;
  }

  .bodytext.white.alncenter {
    min-width: 200px;
  }

  .genericbannercard {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sectionh3title.white.narrow {
    max-width: none;
    font-family: Roboto, sans-serif;
  }

  .bannerwithcard {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: url('../images/Frame-5894-m.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    max-width: 100vw;
    padding: 82px 16px 160px;
    overflow: visible;
  }

  .anatableoflists {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-block {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .review_v2 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 580px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .review_cards_container {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .picture_wrapper {
    border-radius: 0;
    margin-bottom: 32px;
  }

  .slide-4 {
    background-position: 53%;
    background-size: auto 100%;
  }

  .guestreviews-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    padding: 32px 0 140px;
    overflow: hidden;
  }

  .tripadvisor_stamp {
    max-width: 100%;
    min-height: auto;
  }

  .slider-3 {
    border-radius: 24px;
  }

  .cards-button {
    padding-left: 16px;
    padding-right: 16px;
    bottom: -132%;
  }

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

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

  .footerdivider {
    display: block;
  }

  .drawer {
    width: auto;
  }

  .tncdialogue2 {
    padding: 12px;
    display: none;
  }

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

  .bodywrapper-2 {
    padding: 8px;
  }

  .titleh1 {
    font-size: 44px;
  }

  .priceanddiscount {
    padding-right: 0;
  }

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

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

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/hero-bg-m.webp');
    background-position: 25% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    overflow: clip;
  }

  .campaignlogo {
    align-self: center;
    width: 80%;
    margin-bottom: 0;
  }

  .normalrate-2 {
    font-size: 14px;
  }

  .campaignlogoand-price {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

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

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

  .discount {
    box-shadow: none;
  }

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

  .div-block-21 {
    padding-left: 39px;
  }

  .div-block-22 {
    margin-left: 0;
  }

  .normalrate {
    font-size: 14px;
  }

  .discount-2 {
    box-shadow: none;
  }

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

  .includingslist {
    width: auto;
  }

  .section {
    padding: 16px;
  }

  .video-resort.playvideo {
    margin-bottom: 0;
  }

  .image-29 {
    margin-left: -23px;
  }

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

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

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

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

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

  .resorttitle {
    text-align: center;
  }

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

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

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

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

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

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

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

  .mainsection-2 {
    padding: 12px;
  }

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

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

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

  .amntcardsectionl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .amntcardsecttxtbl {
    align-items: stretch;
  }

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

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

  .docsection {
    padding: 24px 16px;
  }

  .bodywrapper {
    padding: 8px;
  }

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

@media screen and (max-width: 991px) {
  #w-node-_18ba2fc6-9562-b5f2-6a8b-fccd1d5b43f8-b2e08492 {
    place-self: center;
  }
}


