.dsp-demo{--dsp-forest: #022e0d;--dsp-forest-2: #034c15;--dsp-lime: #74b252;--dsp-grey: #f3f3f3;--dsp-border: #dce3db;--dsp-text: #18321e;--dsp-muted: #5c6d61;color:var(--dsp-text);font-family:var(--font-body-family, Arial, sans-serif);font-size:16px;line-height:1.6}.dsp-demo *{box-sizing:border-box}.dsp-demo__wrap{width:min(1200px,calc(100% - 40px));margin:auto}.dsp-demo__section{padding:80px 0}.dsp-demo__section--grey{background:var(--dsp-grey)}.dsp-demo__section--dark{background:var(--dsp-forest);color:#fff}.dsp-demo__eyebrow{margin:0 0 10px;color:var(--dsp-forest-2);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dsp-demo__hero .dsp-demo__eyebrow{color:#b0d894;margin-bottom:18px}.dsp-demo__section--dark .dsp-demo__eyebrow{color:#c7eb9c}.dsp-demo h1,.dsp-demo h2,.dsp-demo h3{color:var(--dsp-text)!important;font-family:var(--font-heading-family, var(--font-body-family));letter-spacing:-.035em}.dsp-demo h1,.dsp-demo h2{font-weight:800!important}.dsp-demo h3{font-weight:700!important}.dsp-demo h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.05}.dsp-demo__section--dark h2{color:#fff!important}.dsp-demo p{line-height:1.6}.dsp-demo__intro{max-width:680px;margin:12px 0 0;color:var(--dsp-muted);font-size:16px}.dsp-demo__section-head{margin:0 auto 38px;text-align:center}.dsp-demo__section-head .dsp-demo__intro{margin-right:auto;margin-left:auto}.dsp-demo__button{display:inline-flex;min-height:50px;padding:12px 20px;align-items:center;justify-content:center;border:1px solid var(--dsp-forest);border-radius:8px;background:var(--dsp-forest);color:#fff!important;cursor:pointer;font-size:16px;font-weight:800;line-height:1.2;text-decoration:none}.dsp-demo__button:hover{background:#011f09;color:#fff!important}.dsp-demo__button--lime{border-color:var(--dsp-forest-2);background:var(--dsp-forest-2);box-shadow:0 10px 20px #022e0d38;color:#fff!important}.dsp-demo__button--outline{background:transparent;color:var(--dsp-forest)!important}.dsp-demo__button--outline:hover{background:var(--dsp-forest);color:#fff!important}.dsp-demo__button:active{transform:scale(.98)}.dsp-demo__button[disabled],.dsp-demo__button[aria-disabled=true]{cursor:not-allowed;opacity:.58}.dsp-demo__grid{display:grid;gap:20px}.dsp-demo__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.dsp-demo__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.dsp-demo__grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.dsp-demo__card{overflow:hidden;border:1px solid var(--dsp-border);border-radius:14px;background:#fff;box-shadow:0 4px 12px #0f3d1e1a}.dsp-demo__card-image-wrap{position:relative;height:180px;overflow:hidden}.dsp-demo__card--aircraft .dsp-demo__card-image-wrap{height:210px;background:#e3f0dc}.dsp-demo__card-image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.dsp-demo__card-image-wrap .dsp-demo__card-image{height:100%;aspect-ratio:auto}.dsp-demo__card-badge{position:absolute;top:12px;left:12px;padding:5px 11px;border-radius:999px;background:var(--dsp-lime);color:var(--dsp-forest);font-size:11px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.dsp-demo__card-body{padding:22px}.dsp-demo__card h3{margin:0 0 4px;font-size:19px}.dsp-demo__card p{margin:0;color:var(--dsp-muted);font-size:13px}.dsp-demo__hotel-perks{display:grid;gap:6px;margin:14px 0 0;padding:0;list-style:none}.dsp-demo__hotel-perks li{display:flex;align-items:center;gap:8px;color:var(--dsp-muted);font-size:13px}.dsp-demo__hotel-perks li:before{content:"";width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:var(--dsp-lime)}.dsp-demo__hero{position:relative;isolation:isolate;overflow:hidden;padding:64px 0 84px;background-color:var(--dsp-forest);background-image:linear-gradient(90deg,#022e0deb,#022e0dd1 39%,#022e0d61 68%,#022e0d8a),var(--dsp-demo-hero-desktop-image);background-position:center;background-size:cover;color:#fff}.dsp-demo__hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent 0 64px,rgba(143,197,111,.78) 64px 65px);opacity:.12;pointer-events:none}.dsp-demo__hero-watermark{position:absolute;z-index:0;top:-9vw;right:-14vw;width:min(760px,66vw);opacity:.14;mix-blend-mode:screen;filter:saturate(1.35) contrast(1.1);pointer-events:none}.dsp-demo__hero-watermark img{display:block;width:100%;height:auto}.dsp-demo__hero-grid{position:relative;z-index:1;display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:54px;align-items:start}.dsp-demo__hero-grid>*{min-width:0}.dsp-demo__hero h1{margin:0 0 20px;color:#fff!important;font-size:clamp(48px,6vw,64px);line-height:.98}.dsp-demo__hero h1 span{color:#9acb75}.dsp-demo__hero-copy{max-width:560px;color:#ffffffdb;font-size:19px}.dsp-demo__hero-copy p{margin:0;color:inherit}.dsp-demo__checklist{display:grid;gap:11px;margin:26px 0;padding:0;list-style:none}.dsp-demo__checklist li{display:flex;gap:10px;align-items:center;font-size:15px}.dsp-demo__checklist li:before{content:"\2713";display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:var(--dsp-lime);color:var(--dsp-forest);font-weight:900}.dsp-demo__visit-callout{display:flex;max-width:540px;gap:24px;padding:18px 22px;border:1px solid rgba(193,255,82,.18);border-radius:8px;background:#00000038}.dsp-demo__visit-callout>div{display:grid;gap:2px}.dsp-demo__visit-callout span{color:#c7eb9c;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dsp-demo__visit-callout strong{color:#fff;font-size:17px}.dsp-demo__visit-callout small{color:#ffffffb3;font-size:13px}.dsp-demo__visit-callout i{width:1px;align-self:stretch;background:#ffffff2e}.dsp-demo__featured-aircraft{position:relative;height:210px;overflow:hidden;margin:0 0 26px;border:1px solid rgba(176,216,148,.28);border-radius:14px;background:#022e0d73;box-shadow:0 18px 42px #00000038}.dsp-demo__featured-aircraft-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.dsp-demo__featured-aircraft:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#022e0d8a,#022e0d1f 56%,#022e0d2e)}.dsp-demo__featured-aircraft-copy{position:absolute;z-index:1;bottom:14px;left:16px;display:grid;gap:2px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.72)}.dsp-demo__featured-aircraft-copy span{color:#c7eb9c;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dsp-demo__featured-aircraft-copy strong{font-family:var(--font-heading-family, var(--font-body-family));font-size:19px}.dsp-demo__calendar{width:100%;min-width:0;max-width:100%;padding:24px;border-radius:14px;background:#fff;box-shadow:0 16px 36px #0000003d;color:var(--dsp-text);font-size:16px}.dsp-demo__calendar-head{display:flex;min-width:0;gap:16px;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--dsp-border)}.dsp-demo__calendar-head>:first-child{min-width:0}.dsp-demo__calendar-title{font-family:var(--font-heading-family, var(--font-body-family));font-size:22px;font-weight:800}.dsp-demo__calendar-label{margin:0 0 4px;color:var(--dsp-forest-2);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dsp-demo__calendar-weekdays,.dsp-demo__calendar-days{display:grid;width:100%;min-width:0;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.dsp-demo__calendar-weekdays{margin-top:20px}.dsp-demo__calendar-weekdays span{color:var(--dsp-muted);font-size:11px;font-weight:800;text-align:center;text-transform:uppercase}.dsp-demo__calendar-days{margin-top:8px}.dsp-demo__calendar-days>*,.dsp-demo__calendar-weekdays>*{min-width:0}.dsp-demo__day{display:flex;width:100%;min-width:0!important;max-width:100%;min-height:58px;padding:8px 0 7px;flex-direction:column;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;border:1px solid var(--dsp-border);border-radius:8px;background:#fff;color:var(--dsp-forest);cursor:pointer;font:inherit;font-weight:800;line-height:1}.dsp-demo__day[disabled]{border-color:transparent;background:#f1f3f1;color:#a7ada8;cursor:not-allowed}.dsp-demo__day.is-selected{transform:scale(1.02);border-color:var(--dsp-forest);background:var(--dsp-lime);box-shadow:0 4px 10px #0f3d1e2e}.dsp-demo__day small{display:block;margin-top:6px;color:var(--dsp-forest-2);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dsp-demo__day.is-today:not(.is-selected){border:2px solid var(--dsp-forest-2);background:#f7fbf4}.dsp-demo__calendar-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;color:var(--dsp-muted);font-size:11px}.dsp-demo__calendar-legend span{display:inline-flex;align-items:center;gap:6px}.dsp-demo__calendar-legend i{width:10px;height:10px;border:1px solid var(--dsp-border);border-radius:3px;background:#fff}.dsp-demo__calendar-legend .is-selected{border-color:var(--dsp-lime);background:var(--dsp-lime)}.dsp-demo__calendar-legend .is-closed{border-color:#f1f3f1;background:#f1f3f1}.dsp-demo__calendar-note{margin:22px 0 0;padding-top:18px;border-top:1px solid var(--dsp-border);color:var(--dsp-muted);font-size:14px}.dsp-demo__calendar-note>strong{display:inline-block;margin-bottom:8px;color:var(--dsp-forest-2);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.dsp-demo__calendar-submit{width:100%;min-height:56px;margin-top:18px}.dsp-demo__calendar-fineprint{margin:10px 0 0;color:var(--dsp-muted);font-size:12px;text-align:center}.dsp-demo__calendar-controls{display:flex;gap:8px}.dsp-demo__month-button{width:36px;height:36px;border:1px solid var(--dsp-border);border-radius:8px;background:#fff;color:var(--dsp-forest);cursor:pointer;font-size:16px;line-height:1}.dsp-demo__month-button:disabled{cursor:not-allowed;opacity:.35}.dsp-demo__month-button.is-emphasized{border-color:var(--dsp-forest-2);background:var(--dsp-forest-2);box-shadow:0 4px 10px #0f3d1e2e;color:#fff}.dsp-demo__next-month-prompt{margin:15px 0 0;padding:0;border:0;background:transparent;color:var(--dsp-forest-2);cursor:pointer;font:inherit;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:4px}.dsp-demo__tour-format{margin:22px 0 0;padding:18px 0 0;border:0;border-top:1px solid var(--dsp-border)}.dsp-demo__tour-format+.dsp-demo__calendar-note{margin-top:14px;padding-top:0;border-top:0}.dsp-demo__tour-format legend{margin:0 0 9px;color:var(--dsp-forest-2);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dsp-demo__tour-format-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dsp-demo__tour-format-option{min-height:46px;padding:9px 12px;border:1px solid var(--dsp-border);border-radius:8px;background:#fff;color:var(--dsp-forest);cursor:pointer;font:inherit;font-size:12px;font-weight:800;line-height:1.2}.dsp-demo__tour-format-option.is-selected{border-color:var(--dsp-forest);background:#e3f0dc;box-shadow:inset 0 0 0 1px var(--dsp-forest)}.dsp-demo__step{padding:24px;border:1px solid var(--dsp-border);border-radius:14px;background:#f3f3f3}.dsp-demo__step-number{color:var(--dsp-lime);font-family:var(--font-heading-family, var(--font-body-family));font-size:32px;font-weight:800}.dsp-demo__step h3{margin:14px 0 8px;font-size:19px}.dsp-demo__step p{margin:0;color:var(--dsp-muted);font-size:14px}.dsp-demo__travel{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.dsp-demo__travel-copy{color:#ffffffd1;font-size:16px}.dsp-demo__travel-list{display:grid;overflow:hidden;grid-template-columns:repeat(2,1fr);gap:1px;border-radius:14px;background:#ffffff21}.dsp-demo__travel-item{padding:24px;background:#022e0d}.dsp-demo__travel-item small{display:block;color:#c7eb9c;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dsp-demo__travel-item strong{display:block;margin:8px 0;color:#fff;font-size:22px}.dsp-demo__travel-item span{color:#ffffffb8;font-size:13px;line-height:1.45}.dsp-demo__virtual{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;padding:40px 48px;border:1px solid var(--dsp-border);border-radius:14px;background:#fff;box-shadow:0 4px 12px #0f3d1e1a}.dsp-demo__specs{display:grid;overflow:hidden;grid-template-columns:repeat(8,minmax(0,1fr));gap:1px;border:1px solid var(--dsp-border);border-radius:8px;background:var(--dsp-border)}.dsp-demo__spec{padding:18px 14px;background:#fff}.dsp-demo__spec small{display:block;color:var(--dsp-muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dsp-demo__spec strong{display:block;margin-top:5px;font-size:16px;line-height:1.1}.dsp-demo__heading--steps{font-size:44px!important}.dsp-demo__heading--hotels{font-size:40px!important}.dsp-demo__heading--travel{font-size:44px!important}.dsp-demo__heading--virtual{font-size:30px!important;line-height:1.15!important}.dsp-demo__heading--specs{font-size:24px!important;line-height:1.15!important}.dsp-demo__heading--lineup{font-size:34px!important}.dsp-demo__final{position:relative;isolation:isolate;overflow:hidden;padding:78px 0;background:linear-gradient(135deg,#022e0d,#0a0f0c,#022e0d);color:#fff;text-align:center}.dsp-demo__final:before{position:absolute;z-index:-1;top:-120px;left:50%;width:640px;height:320px;content:"";transform:translate(-50%);background:radial-gradient(closest-side,#74b2521f,#74b25200 70%);pointer-events:none}.dsp-demo__final h2{color:#fff!important;font-size:52px!important}.dsp-demo__final p{max-width:720px;margin:14px auto 26px;color:#ffffffb8;font-size:18px}.dsp-demo__final .dsp-demo__button{border-color:var(--dsp-lime);background:var(--dsp-lime);color:var(--dsp-forest)!important}.dsp-demo__final .dsp-demo__button:hover{border-color:#8fc56f;background:#8fc56f;color:var(--dsp-forest)!important}.dsp-demo__final .dsp-demo__button--outline{border-color:#fff9;background:transparent;color:#fff!important}.dsp-demo__final .dsp-demo__button--outline:hover{border-color:#fff9;background:#ffffff1a;color:#fff!important}.dsp-demo__final-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media(max-width:1024px){.dsp-demo__hero{background-image:linear-gradient(0deg,#022e0de0,#022e0d9e),var(--dsp-demo-hero-mobile-image, var(--dsp-demo-hero-desktop-image))}.dsp-demo__hero-grid,.dsp-demo__travel,.dsp-demo__virtual{grid-template-columns:1fr}.dsp-demo__grid--3,.dsp-demo__grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}.dsp-demo__specs{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.dsp-demo__wrap{width:min(calc(100% - 32px),1200px)}.dsp-demo__section{padding:58px 0}.dsp-demo__hero{padding:45px 0 60px}.dsp-demo__hero-grid{display:flex;flex-direction:column;gap:0}.dsp-demo__hero-content{display:contents}.dsp-demo__featured-aircraft{order:0;height:220px;margin-bottom:0}.dsp-demo__featured-aircraft-image{object-position:60% center}.dsp-demo__hero-title-block{order:1;margin-top:24px}.dsp-demo__calendar{order:2;width:100%;margin:4px 0 28px}.dsp-demo__hero-copy{order:3}.dsp-demo__checklist{order:4}.dsp-demo__visit-callout{order:5;width:100%}.dsp-demo__travel,.dsp-demo__virtual,.dsp-demo__grid--2,.dsp-demo__grid--3,.dsp-demo__grid--5{grid-template-columns:1fr}.dsp-demo__travel-list,.dsp-demo__specs{grid-template-columns:repeat(2,minmax(0,1fr))}.dsp-demo__virtual{padding:28px}.dsp-demo__hero h1{font-size:48px}.dsp-demo__tour-format-options{grid-template-columns:1fr}.dsp-demo__tour-format-option{min-height:48px}.dsp-demo__heading--steps,.dsp-demo__heading--hotels,.dsp-demo__heading--travel{font-size:30px!important}.dsp-demo__heading--lineup{font-size:28px!important}.dsp-demo__final h2{font-size:36px!important}}@media(max-width:430px){.dsp-demo__calendar{padding:18px 16px}.dsp-demo__calendar-head{gap:8px;padding-bottom:15px}.dsp-demo__calendar-title{font-size:20px}.dsp-demo__calendar-controls{flex:0 0 auto;gap:6px}.dsp-demo__month-button{width:34px;height:34px}.dsp-demo__calendar-weekdays,.dsp-demo__calendar-days{gap:4px}.dsp-demo__calendar-weekdays{margin-top:16px}.dsp-demo__calendar-weekdays span{font-size:10px;letter-spacing:0}.dsp-demo__day{min-height:44px;padding:7px 0;border-radius:6px;font-size:15px}.dsp-demo__day small{display:none}}@media(max-width:359px){.dsp-demo__wrap{width:min(calc(100% - 24px),1200px)}.dsp-demo__calendar{padding:16px 14px}.dsp-demo__calendar-weekdays,.dsp-demo__calendar-days{gap:3px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/dsp-demo.css.map */
