:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500;1,600&display=swap');

.dp-site,
.dp-site * { box-sizing: border-box; }

.dp-site {
  --dp-purple: #5644CB;
  --dp-pink: #EB0185;
  --dp-ink: #19182D;
  --dp-muted: #68667A;
  --dp-soft: #F5F4FB;
  --dp-line: #DEDCE9;
  --dp-white: #FFFFFF;
  width: 100%; margin: 0;
  overflow: hidden;
  color: var(--dp-ink);
  background: var(--dp-white);
  font-family: 'DM Sans', Arial, sans-serif;
  line-height: 1.5;
}

.dp-site img { display: block; width: 100%; }
.dp-site a { color: inherit; text-decoration: none; }
.dp-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.dp-kicker { color: var(--dp-pink); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.dp-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  gap: 28px;
  padding: 18px 24px;
  color: #fff !important;
  background: var(--dp-pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease;
}

.dp-button:hover { color: #fff !important; background: #C90071; transform: translateY(-2px); }
.dp-button--white { color: var(--dp-purple) !important; background: #fff; }
.dp-button--white:hover { color: var(--dp-purple) !important; background: #F2F0FF; }

.dp-hero { position: relative; min-height: 760px; display: flex; align-items: center; color: #fff; background: var(--dp-purple); }
.dp-hero__image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.dp-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(48,35,151,.95) 0%, rgba(67,48,183,.82) 43%, rgba(23,20,52,.18) 78%), linear-gradient(0deg, rgba(23,20,50,.30), transparent 55%); }
.dp-hero__content { position: relative; z-index: 2; padding: 105px 0 80px; }
.dp-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.dp-eyebrow:before { content: ''; width: 32px; height: 2px; background: var(--dp-pink); }
.dp-hero h1 { max-width: 920px; margin: 34px 0 28px; color: #fff; font-size: clamp(58px, 7.3vw, 108px); font-weight: 600; letter-spacing: -.065em; line-height: .92; }
.dp-hero h1 em { font-family: 'Playfair Display', serif; font-weight: 500; }
.dp-hero__intro { max-width: 590px; margin: 0; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.65; }
.dp-hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.dp-text-link { display: inline-block; padding: 9px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dp-text-link span { margin-left: 12px; }
.dp-hero__facts { display: flex; width: min(680px, 100%); margin-top: 66px; border-top: 1px solid rgba(255,255,255,.22); }
.dp-hero__fact { min-width: 170px; margin-top: 18px; padding-right: 36px; border-right: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-size: 12px; }
.dp-hero__fact + .dp-hero__fact { padding-left: 36px; }
.dp-hero__fact:last-child { border-right: 0; }
.dp-hero__fact strong { display: block; color: #fff; font-size: 17px; }

.dp-intro { padding: 120px 0; }
.dp-intro__grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 110px; margin-top: 44px; }
.dp-title { margin: 0; font-size: clamp(45px, 5vw, 72px); font-weight: 600; letter-spacing: -.055em; line-height: 1.04; }
.dp-title em { color: var(--dp-purple); font-family: 'Playfair Display', serif; font-weight: 500; }
.dp-intro__lead { margin: 0 0 18px; color: var(--dp-ink); font-size: 21px; font-weight: 600; line-height: 1.5; }
.dp-copy { color: var(--dp-muted); font-size: 16px; line-height: 1.8; }

.dp-spaces { padding: 112px 0; color: #fff; background: var(--dp-ink); }
.dp-spaces .dp-kicker { color: #D4CEFF; }
.dp-spaces__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 54px; }
.dp-spaces__heading h2 { margin-top: 34px; color: #fff; }
.dp-spaces__heading p { max-width: 400px; margin: 0; color: #AAA8B9; font-size: 16px; line-height: 1.7; }
.dp-space-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dp-space-card { position: relative; display: grid; grid-template-columns: 46% 54%; min-height: 430px; overflow: hidden; color: var(--dp-ink); background: #fff; }
.dp-space-card__image { grid-column: 1; grid-row: 1; height: 100%; object-fit: cover; object-position: center; }
.dp-space-card__body { grid-column: 2; grid-row: 1; padding: 40px; }
.dp-space-card > p { margin: 0; min-height: 0; }
.dp-space-card > p:empty { display: none; }
.dp-space-card > p:has(> .dp-space-card__image) { grid-column: 1; grid-row: 1; height: 100%; }
.dp-space-card > p:has(> .dp-space-card__image) .dp-space-card__image { width: 100%; height: 100%; }
.dp-space-card__label { color: var(--dp-purple); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.dp-space-card h3 { margin: 15px 0; color: var(--dp-ink); font-size: 34px; font-weight: 600; line-height: 1.08; }
.dp-space-card h3 em { color: var(--dp-purple); font-family: 'Playfair Display', serif; font-weight: 500; }
.dp-space-card p { min-height: 90px; margin: 0; color: var(--dp-muted); font-size: 14px; line-height: 1.65; }
.dp-price { display: flex; align-items: center; gap: 15px; margin: 25px 0; }
.dp-price strong { color: var(--dp-purple); font-size: 42px; letter-spacing: -.05em; }
.dp-price small { color: var(--dp-muted); font-size: 10px; line-height: 1.35; }
.dp-card-link { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dp-popular { position: absolute; z-index: 2; top: 0; right: 0; padding: 10px 14px; color: #fff; background: var(--dp-pink); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.dp-weekend { margin: 34px 0 0; color: #C6C3D4; font-size: 13px; text-align: center; }
.dp-weekend strong { color: var(--dp-pink); font-size: 22px; }

.dp-benefits { padding: 118px 0; }
.dp-benefits__heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 100px; margin-top: 44px; }
.dp-benefits__heading p { max-width: 430px; margin: 0; }
.dp-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--dp-line); }
.dp-benefit { padding: 40px 27px 20px; border-right: 1px solid var(--dp-line); }
.dp-benefit:first-child { padding-left: 0; }
.dp-benefit:last-child { border-right: 0; }
.dp-benefit__icon { color: var(--dp-purple); font-size: 28px; font-weight: 700; }
.dp-benefit h3 { margin: 23px 0 10px; color: var(--dp-ink); font-size: 18px; }
.dp-benefit p { margin: 0; color: var(--dp-muted); font-size: 13px; line-height: 1.65; }

.dp-booking { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--dp-purple); }
.dp-booking:before { content: ''; position: absolute; left: -250px; bottom: -300px; width: 540px; height: 540px; border: 100px solid rgba(255,255,255,.035); border-radius: 50%; }
.dp-booking__grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; }
.dp-booking .dp-kicker { color: #D4CEFF; }
.dp-booking h2 { margin: 34px 0 24px; color: #fff; }
.dp-booking h2 em { color: #fff; }
.dp-booking__copy > p { max-width: 520px; color: #D7D3F5; font-size: 16px; line-height: 1.75; }
.dp-steps { margin: 40px 0 0; padding: 0; list-style: none; }
.dp-step { display: flex; gap: 22px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.18); }
.dp-step__number { color: #B9B2EF; font-family: 'Playfair Display', serif; }
.dp-step strong, .dp-step small { display: block; }
.dp-step small { margin-top: 4px; color: #C8C4E8; }
.dp-booking-card { padding: 52px; color: var(--dp-ink); background: #fff; box-shadow: 0 30px 70px rgba(19,14,74,.24); }
.dp-booking-card__badge { color: var(--dp-pink); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.dp-booking-card h3 { margin: 16px 0; color: var(--dp-ink); font-size: 30px; line-height: 1.12; }
.dp-booking-card p { color: var(--dp-muted); font-size: 14px; line-height: 1.7; }
.dp-booking-card .dp-button { width: 100%; margin: 22px 0; }
.dp-sync { display: flex; align-items: center; gap: 14px; padding: 17px; background: var(--dp-soft); font-size: 12px; }
.dp-sync__check { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--dp-purple); }

.dp-faq { display: grid; grid-template-columns: .75fr 1.15fr; gap: 110px; padding: 120px 0; }
.dp-faq h2 { margin-top: 34px; }
.dp-faq__intro p { margin: 22px 0; }
.dp-faq details { padding: 23px 0; border-top: 1px solid var(--dp-line); }
.dp-faq details:last-child { border-bottom: 1px solid var(--dp-line); }
.dp-faq summary { display: flex; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--dp-ink); font-weight: 600; list-style: none; }
.dp-faq summary::-webkit-details-marker { display: none; }
.dp-faq summary span { color: var(--dp-purple); font-size: 22px; transition: transform .2s ease; }
.dp-faq details[open] summary span { transform: rotate(45deg); }
.dp-faq details p { max-width: 640px; margin: 16px 0 0; color: var(--dp-muted); font-size: 14px; line-height: 1.7; }

.dp-final { position: relative; min-height: 520px; display: grid; place-items: center; padding: 80px 24px; color: #fff; text-align: center; background: var(--dp-ink); }
.dp-final__image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; opacity: .28; }
.dp-final__content { position: relative; z-index: 2; }
.dp-final__eyebrow { font-size: 10px; letter-spacing: .23em; text-transform: uppercase; }
.dp-final h2 { margin: 24px 0 36px; color: #fff; font-size: clamp(52px, 6vw, 82px); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.dp-final h2 em { font-family: 'Playfair Display', serif; font-weight: 500; }

.dp-whatsapp { position: fixed; z-index: 999; right: 24px; bottom: 24px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff !important; background: #25D366; font-size: 23px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }

@media (max-width: 980px) {
  .dp-intro__grid, .dp-benefits__heading, .dp-booking__grid, .dp-faq { grid-template-columns: 1fr; gap: 44px; }
  .dp-spaces__heading { align-items: flex-start; flex-direction: column; }
  .dp-space-card { grid-template-columns: 1fr; }
  .dp-space-card__image { grid-column: 1; grid-row: 1; height: 300px; }
  .dp-space-card__body { grid-column: 1; grid-row: 2; }
  .dp-space-card > p:has(> .dp-space-card__image) { grid-column: 1; grid-row: 1; height: 300px; }
  .dp-space-card p { min-height: 0; }
  .dp-benefit-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .dp-shell { width: calc(100% - 32px); }
  .dp-hero { min-height: 710px; }
  .dp-hero__content { padding: 82px 0 60px; }
  .dp-hero h1 { font-size: 54px; }
  .dp-hero__intro { font-size: 16px; }
  .dp-hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .dp-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
  .dp-hero__fact { min-width: 0; padding-right: 14px; }
  .dp-hero__fact + .dp-hero__fact { padding-left: 18px; }
  .dp-hero__fact:last-child { display: none; }
  .dp-intro, .dp-spaces, .dp-benefits, .dp-booking { padding: 82px 0; }
  .dp-space-grid, .dp-benefit-grid { grid-template-columns: 1fr; }
  .dp-benefit { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--dp-line); }
  .dp-booking-card { padding: 34px 25px; }
  .dp-faq { padding: 85px 0; }
  .dp-final { min-height: 480px; }
}.dp-whatsapp {
  left: 24px !important;
  right: auto !important;
}