ctt-babylon 0.0.293 → 0.0.294
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +34 -4
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +3 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +32 -3
- package/fesm2022/ctt-babylon.mjs +71 -13
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +26 -3
- package/lib/styles/styles/babylon/globals.scss +5 -0
- package/package.json +1 -1
|
@@ -126,7 +126,7 @@ export class BabylonEngineComponent {
|
|
|
126
126
|
.replace(/\//g, '-');
|
|
127
127
|
}
|
|
128
128
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
129
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineComponent, isStandalone: true, selector: "lib-babylon-engine", inputs: { modal: "modal", datepickerData: "datepickerData", guestsInput: "guestsInput", promoInput: "promoInput", guests: "guests", button: "button", title: "title", subtitle: "subtitle", url: "url", codigo: "codigo", lang: "lang", glValue: "glValue" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "datepickerIn", first: true, predicate: ["datepickerIn"], descendants: true }, { propertyName: "datepickerOut", first: true, predicate: ["datepickerOut"], descendants: true }], ngImport: i0, template: "<!--Desktop Engine-->\r\n<div class=\"babylon__engine bg_white\">\r\n <form\r\n class=\"babylon__engine__form d-flex align-items-center\"\r\n [formGroup]=\"form\"\r\n >\r\n <div\r\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\r\n >\r\n <p-calendar\r\n class=\"babylon__engine__datepicker\"\r\n [showOtherMonths]=\"false\"\r\n dateFormat=\"dd-mm-yy\"\r\n [(ngModel)]=\"datepickerValue\"\r\n selectionMode=\"range\"\r\n [numberOfMonths]=\"2\"\r\n [placeholder]=\"datepickerData?.placeholder\"\r\n formControlName=\"dates\"\r\n #datepicker\r\n >\r\n </p-calendar>\r\n\r\n <span\r\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\r\n ></span>\r\n </div>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\r\n (click)=\"toggleShowingGuests()\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"guestsInput?.placeholder\"\r\n formControlName=\"guests\"\r\n />\r\n <span class=\"babylon-arrow-bottom\"></span>\r\n </div>\r\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\r\n <lib-babylon-guests-popup\r\n [adultsDropdown]=\"guests?.adultsDropdown\"\r\n [agesDropdown]=\"guests?.agesDropdown\"\r\n [agesLabel]=\"guests?.agesLabel\"\r\n [babiesDropdown]=\"guests?.babiesDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [btn]=\"guests?.btn\"\r\n (apply)=\"guestsChange($event)\"\r\n ></lib-babylon-guests-popup>\r\n </p-dialog>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"promoInput?.placeholder\"\r\n formControlName=\"promo\"\r\n />\r\n <span class=\"babylon-tag\"></span>\r\n </div>\r\n\r\n @if (button) {\r\n <a\r\n [href]=\"generatedUrl\"\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n class=\"btn btn_call\"\r\n id=\"btn-submit\"\r\n >\r\n {{ button.label }}\r\n </a>\r\n }\r\n </form>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:1;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:980px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:980px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:140px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:88px;color:var(--cl_engine-text-nosticky);font-size:15px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;letter-spacing:-.05rem;color:var(--cl_engine-text-nosticky);font-size:17px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:15px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:17px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-20px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:40px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i2.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", inputs: ["adultsDropdown", "kidsDropdown", "babiesDropdown", "agesDropdown", "kidsLabel", "agesLabel", "btn"], outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "component", type: i3.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
|
129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonEngineComponent, isStandalone: true, selector: "lib-babylon-engine", inputs: { modal: "modal", datepickerData: "datepickerData", guestsInput: "guestsInput", promoInput: "promoInput", guests: "guests", button: "button", title: "title", subtitle: "subtitle", url: "url", codigo: "codigo", lang: "lang", glValue: "glValue" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "datepicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "datepickerIn", first: true, predicate: ["datepickerIn"], descendants: true }, { propertyName: "datepickerOut", first: true, predicate: ["datepickerOut"], descendants: true }], ngImport: i0, template: "<!--Desktop Engine-->\r\n<div class=\"babylon__engine bg_white\">\r\n <form\r\n class=\"babylon__engine__form d-flex align-items-center\"\r\n [formGroup]=\"form\"\r\n >\r\n <div\r\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\r\n >\r\n <p-calendar\r\n class=\"babylon__engine__datepicker\"\r\n [showOtherMonths]=\"false\"\r\n dateFormat=\"dd-mm-yy\"\r\n [(ngModel)]=\"datepickerValue\"\r\n selectionMode=\"range\"\r\n [numberOfMonths]=\"2\"\r\n [placeholder]=\"datepickerData?.placeholder\"\r\n formControlName=\"dates\"\r\n #datepicker\r\n >\r\n </p-calendar>\r\n\r\n <span\r\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\r\n ></span>\r\n </div>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\r\n (click)=\"toggleShowingGuests()\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"guestsInput?.placeholder\"\r\n formControlName=\"guests\"\r\n />\r\n <span class=\"babylon-arrow-bottom\"></span>\r\n </div>\r\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\r\n <lib-babylon-guests-popup\r\n [adultsDropdown]=\"guests?.adultsDropdown\"\r\n [agesDropdown]=\"guests?.agesDropdown\"\r\n [agesLabel]=\"guests?.agesLabel\"\r\n [babiesDropdown]=\"guests?.babiesDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [btn]=\"guests?.btn\"\r\n (apply)=\"guestsChange($event)\"\r\n ></lib-babylon-guests-popup>\r\n </p-dialog>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"promoInput?.placeholder\"\r\n formControlName=\"promo\"\r\n />\r\n <span class=\"babylon-tag\"></span>\r\n </div>\r\n\r\n @if (button) {\r\n <a\r\n [href]=\"generatedUrl\"\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n class=\"btn btn_call\"\r\n id=\"btn-submit\"\r\n >\r\n {{ button.label }}\r\n </a>\r\n }\r\n </form>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:1;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:980px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:980px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:140px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:88px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;letter-spacing:-.05rem;color:var(--cl_engine-text-nosticky);font-size:17px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:17px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:17px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-20px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:40px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i2.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: BabylonGuestsPopupComponent, selector: "lib-babylon-guests-popup", inputs: ["adultsDropdown", "kidsDropdown", "babiesDropdown", "agesDropdown", "kidsLabel", "agesLabel", "btn"], outputs: ["apply"] }, { kind: "ngmodule", type: DialogModule }, { kind: "component", type: i3.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "ngmodule", type: CommonModule }] }); }
|
|
130
130
|
}
|
|
131
131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonEngineComponent, decorators: [{
|
|
132
132
|
type: Component,
|
|
@@ -137,7 +137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
137
137
|
BabylonGuestsPopupComponent,
|
|
138
138
|
DialogModule,
|
|
139
139
|
CommonModule,
|
|
140
|
-
], template: "<!--Desktop Engine-->\r\n<div class=\"babylon__engine bg_white\">\r\n <form\r\n class=\"babylon__engine__form d-flex align-items-center\"\r\n [formGroup]=\"form\"\r\n >\r\n <div\r\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\r\n >\r\n <p-calendar\r\n class=\"babylon__engine__datepicker\"\r\n [showOtherMonths]=\"false\"\r\n dateFormat=\"dd-mm-yy\"\r\n [(ngModel)]=\"datepickerValue\"\r\n selectionMode=\"range\"\r\n [numberOfMonths]=\"2\"\r\n [placeholder]=\"datepickerData?.placeholder\"\r\n formControlName=\"dates\"\r\n #datepicker\r\n >\r\n </p-calendar>\r\n\r\n <span\r\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\r\n ></span>\r\n </div>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\r\n (click)=\"toggleShowingGuests()\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"guestsInput?.placeholder\"\r\n formControlName=\"guests\"\r\n />\r\n <span class=\"babylon-arrow-bottom\"></span>\r\n </div>\r\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\r\n <lib-babylon-guests-popup\r\n [adultsDropdown]=\"guests?.adultsDropdown\"\r\n [agesDropdown]=\"guests?.agesDropdown\"\r\n [agesLabel]=\"guests?.agesLabel\"\r\n [babiesDropdown]=\"guests?.babiesDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [btn]=\"guests?.btn\"\r\n (apply)=\"guestsChange($event)\"\r\n ></lib-babylon-guests-popup>\r\n </p-dialog>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"promoInput?.placeholder\"\r\n formControlName=\"promo\"\r\n />\r\n <span class=\"babylon-tag\"></span>\r\n </div>\r\n\r\n @if (button) {\r\n <a\r\n [href]=\"generatedUrl\"\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n class=\"btn btn_call\"\r\n id=\"btn-submit\"\r\n >\r\n {{ button.label }}\r\n </a>\r\n }\r\n </form>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:1;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:980px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:980px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:140px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:88px;color:var(--cl_engine-text-nosticky);font-size:15px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;letter-spacing:-.05rem;color:var(--cl_engine-text-nosticky);font-size:17px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:15px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:17px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-20px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:40px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}\n"] }]
|
|
140
|
+
], template: "<!--Desktop Engine-->\r\n<div class=\"babylon__engine bg_white\">\r\n <form\r\n class=\"babylon__engine__form d-flex align-items-center\"\r\n [formGroup]=\"form\"\r\n >\r\n <div\r\n class=\"babylon__engine__datepicker--wrapper d-flex justify-content-between align-items-center\"\r\n >\r\n <p-calendar\r\n class=\"babylon__engine__datepicker\"\r\n [showOtherMonths]=\"false\"\r\n dateFormat=\"dd-mm-yy\"\r\n [(ngModel)]=\"datepickerValue\"\r\n selectionMode=\"range\"\r\n [numberOfMonths]=\"2\"\r\n [placeholder]=\"datepickerData?.placeholder\"\r\n formControlName=\"dates\"\r\n #datepicker\r\n >\r\n </p-calendar>\r\n\r\n <span\r\n class=\"babylon__engine__datepicker--icon babylon-arrow-bottom\"\r\n ></span>\r\n </div>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center\"\r\n (click)=\"toggleShowingGuests()\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"guestsInput?.placeholder\"\r\n formControlName=\"guests\"\r\n />\r\n <span class=\"babylon-arrow-bottom\"></span>\r\n </div>\r\n <p-dialog class=\"babylon__engine__dialog\" [(visible)]=\"showingGuests\">\r\n <lib-babylon-guests-popup\r\n [adultsDropdown]=\"guests?.adultsDropdown\"\r\n [agesDropdown]=\"guests?.agesDropdown\"\r\n [agesLabel]=\"guests?.agesLabel\"\r\n [babiesDropdown]=\"guests?.babiesDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [kidsDropdown]=\"guests?.kidsDropdown\"\r\n [btn]=\"guests?.btn\"\r\n (apply)=\"guestsChange($event)\"\r\n ></lib-babylon-guests-popup>\r\n </p-dialog>\r\n <div\r\n class=\"babylon__engine__input--wrapper d-flex align-items-center promo-code\"\r\n >\r\n <input\r\n class=\"babylon__engine__input\"\r\n type=\"text\"\r\n [placeholder]=\"promoInput?.placeholder\"\r\n formControlName=\"promo\"\r\n />\r\n <span class=\"babylon-tag\"></span>\r\n </div>\r\n\r\n @if (button) {\r\n <a\r\n [href]=\"generatedUrl\"\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n class=\"btn btn_call\"\r\n id=\"btn-submit\"\r\n >\r\n {{ button.label }}\r\n </a>\r\n }\r\n </form>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_engine-icons-sticky: var(--cl_title-light);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@media (min-width: 1024px){:host .babylon__engine{position:absolute;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);left:50%;top:500px;display:block;z-index:1;background-color:var(--cl_engine-bg);margin-top:200px;padding:20px}:host .babylon__engine.engine-sticky{position:absolute;transform:translate(-50%);left:50%;top:0;box-shadow:none;opacity:1;height:100%;margin-top:0;width:max-content;z-index:9;padding:0}:host .babylon__engine.engine-sticky form{justify-content:center}}@media (min-width: 1024px) and (max-width: 1679px){:host .babylon__engine.engine-sticky form>div{max-width:calc(25% - 22px);width:calc(25% - 40px)}:host .babylon__engine.engine-sticky form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 50px)}:host .babylon__engine.engine-sticky form>a{max-width:calc(20% - 10px);width:calc(20% - 70px)}}@media (max-width: 1279px){:host .babylon__engine.engine-sticky{display:none}}.babylon__engine{width:100%;padding:30px}@media (max-width: 1023px){.babylon__engine:not(.modal){display:none}}@media (max-width: 1023px){.babylon__engine{position:absolute;padding:30px 0;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);max-height:100vh}}@media (min-width: 1024px){.babylon__engine{max-width:980px;height:81px;border-radius:var(--btn_radius);padding:15px 0 15px 15px;-webkit-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);-moz-box-shadow:10px 13px 6px -11px rgba(0,0,0,.1);box-shadow:10px 13px 6px -11px #0000001a;background-color:var(--cl_title-light)}}@media (min-width: 1024px) and (min-width: 1366px){.babylon__engine{padding:20px}}@media (min-width: 1024px) and (max-width: 1365px){.babylon__engine form{max-width:100%;display:flex;width:100%;flex-direction:row;gap:10px}.babylon__engine form>div{max-width:calc(25% - 22px);width:calc(25% - 22px);padding:0}.babylon__engine form>div:first-child{max-width:calc(30% - 10px);width:calc(30% - 10px)}.babylon__engine form>a{max-width:calc(20% - 10px);width:calc(20% - 10px)}.babylon__engine form>a.btn{max-width:100%}}@media (min-width: 1366px){.babylon__engine{max-width:980px;width:auto}}.babylon__engine__wrapper{width:100%;height:100%;background-color:var(--cl_engine-bg-dark);position:relative}@media (max-width: 1023px){.babylon__engine__wrapper{overflow-y:auto}}.babylon__engine__header{width:100%;gap:15px;padding-bottom:65px}.babylon__engine__header--popup-open{padding-top:60px}.babylon__engine h4,.babylon__engine .subtitle{color:var(--cl_title-light);font-weight:400;text-align:center}.babylon__engine .subtitle{font-family:var(--font-text);font-size:15px;font-weight:300}.babylon__engine__form{height:100%;max-width:350px}@media (min-width: 540px){.babylon__engine__form{max-width:400px}}@media (max-width: 1023px){.babylon__engine__form{position:relative;padding-bottom:30px;left:50%;gap:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}}@media (min-width: 1024px){.babylon__engine__form{max-width:unset}}.babylon__engine__input{border:none;background:transparent;color:var(--cl_engine-text);font-size:14px}@media (min-width: 1024px){.babylon__engine__input{max-width:140px}}.babylon__engine__input::placeholder{color:var(--cl_engine-text);font-size:18px}.babylon__engine__input--wrapper{max-width:350px;width:100%;background-color:var(--cl_title-light);border-radius:5px;height:60px;padding:19px 75px 18px 46px;position:relative}.babylon__engine__input--wrapper:nth-child(2){cursor:pointer}@media (min-width: 540px){.babylon__engine__input--wrapper{max-width:400px}}@media (min-width: 1024px){.babylon__engine__input--wrapper{background:none;max-width:calc(100% - 30px);padding:0 30px;height:40px}.babylon__engine__input--wrapper:first-of-type{cursor:pointer}.babylon__engine__input--wrapper:not(.promo-code):after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}@media (max-width: 1023px){.babylon__engine__input__title{width:max-content}}.babylon__engine__close{position:absolute;right:20px;top:20px;z-index:1;transform:rotate(-45deg)}@media (min-width: 1024px){.babylon__engine__close{right:70px;top:70px}}.babylon__engine .babylon__engine__datepicker{height:max-content;background-color:transparent;max-width:200px}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker{margin-right:10px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker{width:88px}}.babylon__engine .babylon__engine__datepicker--wrapper{position:relative;cursor:pointer;max-width:350px}@media (min-width: 540px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:400px}}@media (max-width: 1023px){.babylon__engine .babylon__engine__datepicker--wrapper{background-color:var(--cl_title-light);border-radius:5px;width:100%;height:60px;padding:19px 75px 18px 46px}}@media (min-width: 1024px){.babylon__engine .babylon__engine__datepicker--wrapper{max-width:calc(100% - 30px);padding-right:30px;height:max-content}.babylon__engine .babylon__engine__datepicker--wrapper:after{content:\"\";width:1px;height:30px;background-color:var(--cl_engine-text);opacity:.1;position:absolute;right:0}}.babylon__engine .babylon__engine__datepicker__icon{position:absolute;right:21px;font-size:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker__icon--left{position:absolute;left:21px;width:13px;border-bottom:1px solid var(--cl_engine-text);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.babylon__engine .babylon__engine__datepicker--title{font-family:var(--font-text);color:var(--cl_engine-text);font-size:18px;width:100%;max-width:calc(100% - 88px)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;background-color:transparent;font-family:var(--font-text);font-size:var(--cl-font-size-engine-text);letter-spacing:-.05rem;line-height:35px;border-radius:0;color:var(--cl_engine-text-nosticky);padding:0;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext{width:88px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-family:var(--font-text);font-weight:400;line-height:35px;text-align:left;letter-spacing:-.05rem;color:var(--cl_engine-text-nosticky);font-size:17px}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-nosticky);font-size:17px}}@media (min-width: 1680px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{font-size:17px}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-inputtext:focus-visible{outline:none}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep span{width:100%}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{background-color:var(--cl_title-light);box-shadow:0 0 6px #cbcbcb80;padding:20px 25px;border-radius:var(--btn_radius);left:-20px!important;min-width:100svh}@media (max-width: 1279px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{width:350px}}@media (max-width: 1279px) and (min-width: 540px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{max-width:400px}}@media (min-width: 1280px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker{margin-top:40px!important}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker *{color:var(--cl_engine-text);font-size:20px;font-family:var(--font-text)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{gap:20px 10svh}@media (max-width: 539px){.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-group-container{flex-direction:column}}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-header{padding:1rem;background:var(--cl_background_dark)}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-hidden-accessible{display:none}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-highlight{background-color:var(--cl_corp);color:var(--cl_title-light)}.babylon__engine .babylon__engine__datepicker ::ng-deep td>.p-element{padding:10px}.babylon__engine .babylon__engine__datepicker ::ng-deep th{padding:.7em .3em}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-link{border:none;background-color:transparent}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title *{font-family:var(--font-text);font-size:16px;font-weight:700}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-month{text-transform:uppercase}.babylon__engine .babylon__engine__datepicker ::ng-deep .p-datepicker-title{pointer-events:none}.babylon__engine .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-nosticky);line-height:35px}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-nosticky)}}.babylon__engine .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-nosticky)}@media (max-width: 1279px){.babylon__engine .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-nosticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__datepicker ::ng-deep .p-inputtext::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{border:none;color:var(--cl_engine-text-sticky);line-height:35px}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep{color:var(--cl_engine-text-sticky)}}.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{line-height:35px;color:var(--cl_engine-text-sticky)}@media (max-width: 1279px){.babylon__engine.engine-sticky .babylon__engine__input ::ng-deep::placeholder{color:var(--cl_engine-text-sticky)}}.babylon__engine .icon-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;display:inline-block;margin:0 auto}.babylon__engine .btn{max-width:100%;padding:14px 20px;display:block;min-width:160px;white-space:nowrap}.babylon__engine .babylon-arrow-bottom{font-weight:700;position:absolute;right:23px}.babylon__engine .guests{cursor:pointer}.babylon__engine p-dialog ::ng-deep .p-dialog-header-icons{display:none}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests{padding:0}.babylon__engine div:not(.babylon__engine__dialog) lib-babylon-guests-popup ::ng-deep .babylon__guests__dropdown--wrapper{height:60px}::ng-deep body:not(.header_sticky) .babylon__engine__datepicker .p-datepicker{margin-top:-30px!important}\n"] }]
|
|
141
141
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { datepicker: [{
|
|
142
142
|
type: ViewChild,
|
|
143
143
|
args: ['datepicker']
|
|
@@ -174,4 +174,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
174
174
|
}], glValue: [{
|
|
175
175
|
type: Input
|
|
176
176
|
}] } });
|
|
177
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUgsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxFQUNOLFNBQVMsR0FDWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0gsV0FBVyxFQUNYLFNBQVMsRUFDVCxXQUFXLEVBQ1gsbUJBQW1CLEVBQ25CLFVBQVUsR0FDYixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBWSxjQUFjLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFJOUMsT0FBTyxFQUNILDJCQUEyQixHQUU5QixNQUFNLHdEQUF3RCxDQUFDO0FBQ2hFLE9BQU8sRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQWdCMUMsTUFBTSxPQUFPLHNCQUFzQjtJQXVDL0IsWUFBb0IsR0FBc0I7UUFBdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFsQ2hDLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzFDLG9CQUFlLEdBQUcsRUFBRSxDQUFDO1FBY3JCLFNBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQztZQUNqQixLQUFLLEVBQUUsSUFBSSxX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c0ZBS3dCLFVBQVU7c0JBQWxDLFNBQVM7dUJBQUMsWUFBWTtnQkFDSSxZQUFZO3NCQUF0QyxTQUFTO3VCQUFDLGNBQWM7Z0JBQ0csYUFBYTtzQkFBeEMsU0FBUzt1QkFBQyxlQUFlO2dCQUNqQixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0ksS0FBSztzQkFBZCxNQUFNO2dCQUdFLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHtcclxuICAgIENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgQ29tcG9uZW50LFxyXG4gICAgRXZlbnRFbWl0dGVyLFxyXG4gICAgSW5wdXQsXHJcbiAgICBPbkluaXQsXHJcbiAgICBPdXRwdXQsXHJcbiAgICBWaWV3Q2hpbGQsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7XHJcbiAgICBGb3JtQ29udHJvbCxcclxuICAgIEZvcm1Hcm91cCxcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcclxuICAgIFZhbGlkYXRvcnMsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDYWxlbmRhciwgQ2FsZW5kYXJNb2R1bGUgfSBmcm9tICdwcmltZW5nL2NhbGVuZGFyJztcclxuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkd1ZXN0c1BvcHVwSSB9IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IEJhYnlsb25JbnB1dEkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW5wdXQuaW50ZXJmYWNlJztcclxuaW1wb3J0IHtcclxuICAgIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCxcclxuICAgIGd1ZXN0c1ZhbHVlLFxyXG59IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWVuZ2luZScsXHJcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gICAgaW1wb3J0czogW1xyXG4gICAgICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGUsXHJcbiAgICAgICAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxyXG4gICAgICAgIERpYWxvZ01vZHVsZSxcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQuc2NzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRW5naW5lQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXInKSBkYXRlcGlja2VyITogQ2FsZW5kYXI7XHJcbiAgICBAVmlld0NoaWxkKCdkYXRlcGlja2VySW4nKSBkYXRlcGlja2VySW4hOiBDYWxlbmRhcjtcclxuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJPdXQnKSBkYXRlcGlja2VyT3V0ITogQ2FsZW5kYXI7XHJcbiAgICBASW5wdXQoKSBtb2RhbD86IGJvb2xlYW47XHJcbiAgICBAT3V0cHV0KCkgY2xvc2UgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICAgIGRhdGVwaWNrZXJWYWx1ZSA9ICcnO1xyXG5cclxuICAgIEBJbnB1dCgpIGRhdGVwaWNrZXJEYXRhPzogQmFieWxvbklucHV0STtcclxuICAgIEBJbnB1dCgpIGd1ZXN0c0lucHV0PzogQmFieWxvbklucHV0STtcclxuICAgIEBJbnB1dCgpIHByb21vSW5wdXQ/OiBCYWJ5bG9uSW5wdXRJO1xyXG4gICAgQElucHV0KCkgZ3Vlc3RzPzogQmFieWxvbkd1ZXN0c1BvcHVwSTtcclxuICAgIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xyXG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBzdWJ0aXRsZT86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHVybD86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGNvZGlnbz86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGxhbmc/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBnbFZhbHVlPzogc3RyaW5nO1xyXG5cclxuICAgIGZvcm0gPSBuZXcgRm9ybUdyb3VwKHtcclxuICAgICAgICBkYXRlczogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxyXG4gICAgICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxyXG4gICAgICAgIHByb21vOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXHJcbiAgICB9KTtcclxuXHJcbiAgICBndWVzdHNWYWx1ZSA9ICcnO1xyXG4gICAgZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM6IEJhYnlsb25HdWVzdFZhbHVlSSA9IHtcclxuICAgICAgICBhZHVsdHM6IDAsXHJcbiAgICAgICAga2lkczoge1xyXG4gICAgICAgICAgICBjb2RlOiAwLFxyXG4gICAgICAgICAgICBjb2RlQWdlczogW10sXHJcbiAgICAgICAgfSxcclxuICAgICAgICBpbmZhbnRzOiAwLFxyXG4gICAgfTtcclxuICAgIHNob3dpbmdHdWVzdHMgPSBmYWxzZTtcclxuICAgIGdlbmVyYXRlZFVybDogc3RyaW5nID0gJyc7XHJcbiAgICBwcml2YXRlIHVuc3Vic2NyaWJlJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBjZHI6IENoYW5nZURldGVjdG9yUmVmKSB7fVxyXG5cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICB0aGlzLnVwZGF0ZUdlbmVyYXRlZFVybCgpO1xyXG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XHJcblxyXG4gICAgICB0aGlzLmZvcm0udmFsdWVDaGFuZ2VzXHJcbiAgICAgICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxyXG4gICAgICAgICAgLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgICAgICAgICAgdGhpcy51cGRhdGVHZW5lcmF0ZWRVcmwoKTtcclxuICAgICAgICAgIH0pO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICBvcGVuQ2FsZW5kYXIoKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy5kYXRlcGlja2VyLnRvZ2dsZSgpO1xyXG4gICAgfVxyXG5cclxuICAgIG9wZW5DYWxlbmRhckluKCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuZGF0ZXBpY2tlckluLnRvZ2dsZSgpO1xyXG4gICAgfVxyXG5cclxuICAgIG9wZW5DYWxlbmRhck91dCgpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmRhdGVwaWNrZXJPdXQudG9nZ2xlKCk7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlU2hvd2luZ0d1ZXN0cygpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLnNob3dpbmdHdWVzdHMgPSAhdGhpcy5zaG93aW5nR3Vlc3RzO1xyXG4gICAgfVxyXG5cclxuICAgIGd1ZXN0c0NoYW5nZShkYXRhOiBndWVzdHNWYWx1ZSkge1xyXG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cyA9IE51bWJlcihkYXRhLmFkdWx0c1ZhbHVlPy5jb2RlKTtcclxuICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGUgPSBOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpO1xyXG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZUFnZXMgPSBkYXRhLmtpZHNWYWx1ZT8uYWdlcz8ubWFwKFxyXG4gICAgICAgICAgKGFnZTogYW55KSA9PiBOdW1iZXIoYWdlLmNvZGUpXHJcbiAgICAgICk7XHJcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cyA9IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSk7XHJcblxyXG4gICAgICBjb25zdCB0b3RhbEd1ZXN0cyA9XHJcbiAgICAgICAgICAoTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgPyBOdW1iZXIoZGF0YS5hZHVsdHNWYWx1ZT8uY29kZSlcclxuICAgICAgICAgICAgICA6IDApICtcclxuICAgICAgICAgIChOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpID8gTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA6IDApICtcclxuICAgICAgICAgIChOdW1iZXIoZGF0YS5pbmZhbnRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgPyBOdW1iZXIoZGF0YS5pbmZhbnRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgOiAwKTtcclxuICAgICAgdGhpcy5ndWVzdHNWYWx1ZSA9IHRvdGFsR3Vlc3RzLnRvU3RyaW5nKCk7XHJcblxyXG4gICAgICB0aGlzLmZvcm0/LmdldCgnZ3Vlc3RzJyk/LnNldFZhbHVlKHRoaXMuZ3Vlc3RzVmFsdWUpO1xyXG5cclxuICAgICAgdGhpcy50b2dnbGVTaG93aW5nR3Vlc3RzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgYnRuQ2xpY2soZTogRXZlbnQpOiB2b2lkIHtcclxuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XHJcbiAgICB9XHJcblxyXG4gICAgY2xvc2VNb2RhbCgpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmNsb3NlLmVtaXQodGhpcy5mb3JtLnZhbHVlKTtcclxuICAgIH1cclxuXHJcbiAgICB1cGRhdGVHZW5lcmF0ZWRVcmwoKTogdm9pZCB7XHJcbiAgICAgIGlmICghdGhpcy5mb3JtIHx8ICF0aGlzLmJ1dHRvbj8udXJsKSB7XHJcbiAgICAgICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IHRoaXMuYnV0dG9uPy51cmwgfHwgJyc7XHJcbiAgICAgICAgICByZXR1cm47XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIGNvbnN0IGZvcm1WYWx1ZXMgPSB0aGlzLmZvcm0udmFsdWU7XHJcbiAgICAgIGNvbnN0IHBhcmFtcyA9IG5ldyBVUkxTZWFyY2hQYXJhbXMoKTtcclxuXHJcbiAgICAgIGlmICh0aGlzLnVybCkge1xyXG4gICAgICAgICAgY29uc3QgaXNNb2JpbGUgPVxyXG4gICAgICAgICAgICAgIC9Nb2JpfEFuZHJvaWR8aVBob25lfGlQYWR8aVBvZHxXaW5kb3dzIFBob25lL2kudGVzdChcclxuICAgICAgICAgICAgICAgICAgbmF2aWdhdG9yLnVzZXJBZ2VudFxyXG4gICAgICAgICAgICAgICk7XHJcbiAgICAgICAgICBjb25zdCBhZmZpbGlhdGUgPSBgJHt0aGlzLmNvZGlnb31fJHt0aGlzLmxhbmd9XyR7XHJcbiAgICAgICAgICAgICAgaXNNb2JpbGUgPyAnbW9iaWxlJyA6ICdQQydcclxuICAgICAgICAgIH1gO1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnYWZmaWxpYXRlJywgYWZmaWxpYXRlKTtcclxuICAgICAgfVxyXG5cclxuICAgICAgaWYgKEFycmF5LmlzQXJyYXkoZm9ybVZhbHVlcy5kYXRlcykgJiYgZm9ybVZhbHVlcy5kYXRlcy5sZW5ndGggPT09IDIpIHtcclxuICAgICAgICAgIGNvbnN0IFtkYXRlaW4sIGRhdGVvdXRdID0gZm9ybVZhbHVlcy5kYXRlcy5tYXAoKGRhdGU6IHN0cmluZykgPT5cclxuICAgICAgICAgICAgICB0aGlzLmZvcm1hdERhdGUobmV3IERhdGUoZGF0ZSkpXHJcbiAgICAgICAgICApO1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZGF0ZWluJywgZGF0ZWluKTtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2RhdGVvdXQnLCBkYXRlb3V0KTtcclxuICAgICAgfVxyXG5cclxuICAgICAgaWYgKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzKSB7XHJcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxyXG4gICAgICAgICAgICAgICdhZHVsdG9zJyxcclxuICAgICAgICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cy50b1N0cmluZygpXHJcbiAgICAgICAgICApO1xyXG4gICAgICB9XHJcblxyXG4gICAgICB0aGlzLmFwcGVuZEd1ZXN0QWdlcyhwYXJhbXMpO1xyXG5cclxuICAgICAgaWYgKGZvcm1WYWx1ZXMucHJvbW8pIHtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb20nLCBmb3JtVmFsdWVzLnByb21vKTtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb21fY2xlYW4nLCAnMCcpO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgncHJvbV9jbGVhbicsICcxJyk7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIGlmICh0aGlzLmdsVmFsdWUpIHBhcmFtcy5hcHBlbmQoJ19nbCcsIHRoaXMuZ2xWYWx1ZSk7XHJcblxyXG4gICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IGAke3RoaXMuYnV0dG9uPy51cmx9PyR7cGFyYW1zLnRvU3RyaW5nKCl9YDtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgYXBwZW5kR3Vlc3RBZ2VzKHBhcmFtczogVVJMU2VhcmNoUGFyYW1zKTogdm9pZCB7XHJcbiAgICBjb25zdCB7IGluZmFudHMsIGtpZHMgfSA9IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM7XHJcblxyXG4gICAgaWYgKGluZmFudHMpIHtcclxuICAgICAgICBBcnJheS5mcm9tKHsgbGVuZ3RoOiBpbmZhbnRzIH0pLmZvckVhY2goKCkgPT5cclxuICAgICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZ3Vlc3RBZ2VzJywgJzAnKVxyXG4gICAgICAgICk7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKGtpZHM/LmNvZGVBZ2VzPy5sZW5ndGgpIHtcclxuICAgICAgICBraWRzLmNvZGVBZ2VzLmZvckVhY2goKGFnZSkgPT5cclxuICAgICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZ3Vlc3RBZ2VzJywgYWdlLnRvU3RyaW5nKCkpXHJcbiAgICAgICAgKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByaXZhdGUgZm9ybWF0RGF0ZShkYXRlOiBEYXRlKTogc3RyaW5nIHtcclxuICAgIHJldHVybiBkYXRlXHJcbiAgICAgICAgLnRvTG9jYWxlRGF0ZVN0cmluZygnZXMtRVMnLCB7XHJcbiAgICAgICAgICAgIGRheTogJzItZGlnaXQnLFxyXG4gICAgICAgICAgICBtb250aDogJzItZGlnaXQnLFxyXG4gICAgICAgICAgICB5ZWFyOiAnbnVtZXJpYycsXHJcbiAgICAgICAgfSlcclxuICAgICAgICAucmVwbGFjZSgvXFwvL2csICctJyk7XHJcbn1cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxJIHtcclxuICBpZD86IHN0cmluZztcclxuICBuYW1lPzogc3RyaW5nO1xyXG4gIHRpY2tldD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uR3Vlc3RWYWx1ZUkge1xyXG4gIGFkdWx0czogbnVtYmVyO1xyXG4gIGtpZHM6IHtcclxuICAgICAgY29kZT86IG51bWJlcjtcclxuICAgICAgY29kZUFnZXM/OiBudW1iZXJbXTtcclxuICB9O1xyXG4gIGluZmFudHM6IG51bWJlcjtcclxufVxyXG5cclxuIiwiPCEtLURlc2t0b3AgRW5naW5lLS0+XHJcbjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmUgYmdfd2hpdGVcIj5cclxuICAgIDxmb3JtXHJcbiAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2Zvcm0gZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXHJcbiAgICAgICAgW2Zvcm1Hcm91cF09XCJmb3JtXCJcclxuICAgID5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgICAgPHAtY2FsZW5kYXJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyXCJcclxuICAgICAgICAgICAgICAgIFtzaG93T3RoZXJNb250aHNdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgZGF0ZUZvcm1hdD1cImRkLW1tLXl5XCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZGF0ZXBpY2tlclZhbHVlXCJcclxuICAgICAgICAgICAgICAgIHNlbGVjdGlvbk1vZGU9XCJyYW5nZVwiXHJcbiAgICAgICAgICAgICAgICBbbnVtYmVyT2ZNb250aHNdPVwiMlwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZGF0ZXBpY2tlckRhdGE/LnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRhdGVzXCJcclxuICAgICAgICAgICAgICAgICNkYXRlcGlja2VyXHJcbiAgICAgICAgICAgID5cclxuICAgICAgICAgICAgPC9wLWNhbGVuZGFyPlxyXG5cclxuICAgICAgICAgICAgPHNwYW5cclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS1pY29uIGJhYnlsb24tYXJyb3ctYm90dG9tXCJcclxuICAgICAgICAgICAgPjwvc3Bhbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dC0td3JhcHBlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcclxuICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXHJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZ3Vlc3RzSW5wdXQ/LnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImd1ZXN0c1wiXHJcbiAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1ib3R0b21cIj48L3NwYW4+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPHAtZGlhbG9nIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kaWFsb2dcIiBbKHZpc2libGUpXT1cInNob3dpbmdHdWVzdHNcIj5cclxuICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWd1ZXN0cy1wb3B1cFxyXG4gICAgICAgICAgICAgICAgW2FkdWx0c0Ryb3Bkb3duXT1cImd1ZXN0cz8uYWR1bHRzRHJvcGRvd25cIlxyXG4gICAgICAgICAgICAgICAgW2FnZXNEcm9wZG93bl09XCJndWVzdHM/LmFnZXNEcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgICBbYWdlc0xhYmVsXT1cImd1ZXN0cz8uYWdlc0xhYmVsXCJcclxuICAgICAgICAgICAgICAgIFtiYWJpZXNEcm9wZG93bl09XCJndWVzdHM/LmJhYmllc0Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICAgIFtraWRzRHJvcGRvd25dPVwiZ3Vlc3RzPy5raWRzRHJvcGRvd25cIlxyXG4gICAgICAgICAgICAgICAgW2tpZHNEcm9wZG93bl09XCJndWVzdHM/LmtpZHNEcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgICBbYnRuXT1cImd1ZXN0cz8uYnRuXCJcclxuICAgICAgICAgICAgICAgIChhcHBseSk9XCJndWVzdHNDaGFuZ2UoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWd1ZXN0cy1wb3B1cD5cclxuICAgICAgICA8L3AtZGlhbG9nPlxyXG4gICAgICAgIDxkaXZcclxuICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgcHJvbW8tY29kZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXHJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwicHJvbW9JbnB1dD8ucGxhY2Vob2xkZXJcIlxyXG4gICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwicHJvbW9cIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tdGFnXCI+PC9zcGFuPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICBAaWYgKGJ1dHRvbikge1xyXG4gICAgICAgICAgPGFcclxuICAgICAgICAgICAgICBbaHJlZl09XCJnZW5lcmF0ZWRVcmxcIlxyXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXHJcbiAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX2NhbGxcIlxyXG4gICAgICAgICAgICAgIGlkPVwiYnRuLXN1Ym1pdFwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XHJcbiAgICAgICAgICA8L2E+XHJcbiAgICAgIH1cclxuICAgIDwvZm9ybT5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
177
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUgsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxFQUNOLFNBQVMsR0FDWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0gsV0FBVyxFQUNYLFNBQVMsRUFDVCxXQUFXLEVBQ1gsbUJBQW1CLEVBQ25CLFVBQVUsR0FDYixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBWSxjQUFjLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFJOUMsT0FBTyxFQUNILDJCQUEyQixHQUU5QixNQUFNLHdEQUF3RCxDQUFDO0FBQ2hFLE9BQU8sRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7OztBQWdCMUMsTUFBTSxPQUFPLHNCQUFzQjtJQXVDL0IsWUFBb0IsR0FBc0I7UUFBdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFsQ2hDLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQzFDLG9CQUFlLEdBQUcsRUFBRSxDQUFDO1FBY3JCLFNBQUksR0FBRyxJQUFJLFNBQVMsQ0FBQztZQUNqQixLQUFLLEVBQUUsSUFBSSxX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c0ZBS3dCLFVBQVU7c0JBQWxDLFNBQVM7dUJBQUMsWUFBWTtnQkFDSSxZQUFZO3NCQUF0QyxTQUFTO3VCQUFDLGNBQWM7Z0JBQ0csYUFBYTtzQkFBeEMsU0FBUzt1QkFBQyxlQUFlO2dCQUNqQixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0ksS0FBSztzQkFBZCxNQUFNO2dCQUdFLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHtcclxuICAgIENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgQ29tcG9uZW50LFxyXG4gICAgRXZlbnRFbWl0dGVyLFxyXG4gICAgSW5wdXQsXHJcbiAgICBPbkluaXQsXHJcbiAgICBPdXRwdXQsXHJcbiAgICBWaWV3Q2hpbGQsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7XHJcbiAgICBGb3JtQ29udHJvbCxcclxuICAgIEZvcm1Hcm91cCxcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcclxuICAgIFZhbGlkYXRvcnMsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDYWxlbmRhciwgQ2FsZW5kYXJNb2R1bGUgfSBmcm9tICdwcmltZW5nL2NhbGVuZGFyJztcclxuaW1wb3J0IHsgRGlhbG9nTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9kaWFsb2cnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkd1ZXN0c1BvcHVwSSB9IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IEJhYnlsb25JbnB1dEkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW5wdXQuaW50ZXJmYWNlJztcclxuaW1wb3J0IHtcclxuICAgIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCxcclxuICAgIGd1ZXN0c1ZhbHVlLFxyXG59IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWVuZ2luZScsXHJcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gICAgaW1wb3J0czogW1xyXG4gICAgICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXHJcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGUsXHJcbiAgICAgICAgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxyXG4gICAgICAgIERpYWxvZ01vZHVsZSxcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQuc2NzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRW5naW5lQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXInKSBkYXRlcGlja2VyITogQ2FsZW5kYXI7XHJcbiAgICBAVmlld0NoaWxkKCdkYXRlcGlja2VySW4nKSBkYXRlcGlja2VySW4hOiBDYWxlbmRhcjtcclxuICAgIEBWaWV3Q2hpbGQoJ2RhdGVwaWNrZXJPdXQnKSBkYXRlcGlja2VyT3V0ITogQ2FsZW5kYXI7XHJcbiAgICBASW5wdXQoKSBtb2RhbD86IGJvb2xlYW47XHJcbiAgICBAT3V0cHV0KCkgY2xvc2UgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICAgIGRhdGVwaWNrZXJWYWx1ZSA9ICcnO1xyXG5cclxuICAgIEBJbnB1dCgpIGRhdGVwaWNrZXJEYXRhPzogQmFieWxvbklucHV0STtcclxuICAgIEBJbnB1dCgpIGd1ZXN0c0lucHV0PzogQmFieWxvbklucHV0STtcclxuICAgIEBJbnB1dCgpIHByb21vSW5wdXQ/OiBCYWJ5bG9uSW5wdXRJO1xyXG4gICAgQElucHV0KCkgZ3Vlc3RzPzogQmFieWxvbkd1ZXN0c1BvcHVwSTtcclxuICAgIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xyXG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBzdWJ0aXRsZT86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHVybD86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGNvZGlnbz86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIGxhbmc/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBnbFZhbHVlPzogc3RyaW5nO1xyXG5cclxuICAgIGZvcm0gPSBuZXcgRm9ybUdyb3VwKHtcclxuICAgICAgICBkYXRlczogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxyXG4gICAgICAgIGd1ZXN0czogbmV3IEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZF0pLFxyXG4gICAgICAgIHByb21vOiBuZXcgRm9ybUNvbnRyb2woJycsIFtWYWxpZGF0b3JzLnJlcXVpcmVkXSksXHJcbiAgICB9KTtcclxuXHJcbiAgICBndWVzdHNWYWx1ZSA9ICcnO1xyXG4gICAgZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM6IEJhYnlsb25HdWVzdFZhbHVlSSA9IHtcclxuICAgICAgICBhZHVsdHM6IDAsXHJcbiAgICAgICAga2lkczoge1xyXG4gICAgICAgICAgICBjb2RlOiAwLFxyXG4gICAgICAgICAgICBjb2RlQWdlczogW10sXHJcbiAgICAgICAgfSxcclxuICAgICAgICBpbmZhbnRzOiAwLFxyXG4gICAgfTtcclxuICAgIHNob3dpbmdHdWVzdHMgPSBmYWxzZTtcclxuICAgIGdlbmVyYXRlZFVybDogc3RyaW5nID0gJyc7XHJcbiAgICBwcml2YXRlIHVuc3Vic2NyaWJlJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBjZHI6IENoYW5nZURldGVjdG9yUmVmKSB7fVxyXG5cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICB0aGlzLnVwZGF0ZUdlbmVyYXRlZFVybCgpO1xyXG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XHJcblxyXG4gICAgICB0aGlzLmZvcm0udmFsdWVDaGFuZ2VzXHJcbiAgICAgICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxyXG4gICAgICAgICAgLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgICAgICAgICAgdGhpcy51cGRhdGVHZW5lcmF0ZWRVcmwoKTtcclxuICAgICAgICAgIH0pO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICBvcGVuQ2FsZW5kYXIoKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy5kYXRlcGlja2VyLnRvZ2dsZSgpO1xyXG4gICAgfVxyXG5cclxuICAgIG9wZW5DYWxlbmRhckluKCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuZGF0ZXBpY2tlckluLnRvZ2dsZSgpO1xyXG4gICAgfVxyXG5cclxuICAgIG9wZW5DYWxlbmRhck91dCgpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmRhdGVwaWNrZXJPdXQudG9nZ2xlKCk7XHJcbiAgICB9XHJcblxyXG4gICAgdG9nZ2xlU2hvd2luZ0d1ZXN0cygpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLnNob3dpbmdHdWVzdHMgPSAhdGhpcy5zaG93aW5nR3Vlc3RzO1xyXG4gICAgfVxyXG5cclxuICAgIGd1ZXN0c0NoYW5nZShkYXRhOiBndWVzdHNWYWx1ZSkge1xyXG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cyA9IE51bWJlcihkYXRhLmFkdWx0c1ZhbHVlPy5jb2RlKTtcclxuICAgICAgdGhpcy5ndWVzdHNWYWx1ZVNlcGFyYXRlcy5raWRzLmNvZGUgPSBOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpO1xyXG4gICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmtpZHMuY29kZUFnZXMgPSBkYXRhLmtpZHNWYWx1ZT8uYWdlcz8ubWFwKFxyXG4gICAgICAgICAgKGFnZTogYW55KSA9PiBOdW1iZXIoYWdlLmNvZGUpXHJcbiAgICAgICk7XHJcbiAgICAgIHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuaW5mYW50cyA9IE51bWJlcihkYXRhLmluZmFudHNWYWx1ZT8uY29kZSk7XHJcblxyXG4gICAgICBjb25zdCB0b3RhbEd1ZXN0cyA9XHJcbiAgICAgICAgICAoTnVtYmVyKGRhdGEuYWR1bHRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgPyBOdW1iZXIoZGF0YS5hZHVsdHNWYWx1ZT8uY29kZSlcclxuICAgICAgICAgICAgICA6IDApICtcclxuICAgICAgICAgIChOdW1iZXIoZGF0YS5raWRzVmFsdWU/LmNvZGUpID8gTnVtYmVyKGRhdGEua2lkc1ZhbHVlPy5jb2RlKSA6IDApICtcclxuICAgICAgICAgIChOdW1iZXIoZGF0YS5pbmZhbnRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgPyBOdW1iZXIoZGF0YS5pbmZhbnRzVmFsdWU/LmNvZGUpXHJcbiAgICAgICAgICAgICAgOiAwKTtcclxuICAgICAgdGhpcy5ndWVzdHNWYWx1ZSA9IHRvdGFsR3Vlc3RzLnRvU3RyaW5nKCk7XHJcblxyXG4gICAgICB0aGlzLmZvcm0/LmdldCgnZ3Vlc3RzJyk/LnNldFZhbHVlKHRoaXMuZ3Vlc3RzVmFsdWUpO1xyXG5cclxuICAgICAgdGhpcy50b2dnbGVTaG93aW5nR3Vlc3RzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgYnRuQ2xpY2soZTogRXZlbnQpOiB2b2lkIHtcclxuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XHJcbiAgICB9XHJcblxyXG4gICAgY2xvc2VNb2RhbCgpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmNsb3NlLmVtaXQodGhpcy5mb3JtLnZhbHVlKTtcclxuICAgIH1cclxuXHJcbiAgICB1cGRhdGVHZW5lcmF0ZWRVcmwoKTogdm9pZCB7XHJcbiAgICAgIGlmICghdGhpcy5mb3JtIHx8ICF0aGlzLmJ1dHRvbj8udXJsKSB7XHJcbiAgICAgICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IHRoaXMuYnV0dG9uPy51cmwgfHwgJyc7XHJcbiAgICAgICAgICByZXR1cm47XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIGNvbnN0IGZvcm1WYWx1ZXMgPSB0aGlzLmZvcm0udmFsdWU7XHJcbiAgICAgIGNvbnN0IHBhcmFtcyA9IG5ldyBVUkxTZWFyY2hQYXJhbXMoKTtcclxuXHJcbiAgICAgIGlmICh0aGlzLnVybCkge1xyXG4gICAgICAgICAgY29uc3QgaXNNb2JpbGUgPVxyXG4gICAgICAgICAgICAgIC9Nb2JpfEFuZHJvaWR8aVBob25lfGlQYWR8aVBvZHxXaW5kb3dzIFBob25lL2kudGVzdChcclxuICAgICAgICAgICAgICAgICAgbmF2aWdhdG9yLnVzZXJBZ2VudFxyXG4gICAgICAgICAgICAgICk7XHJcbiAgICAgICAgICBjb25zdCBhZmZpbGlhdGUgPSBgJHt0aGlzLmNvZGlnb31fJHt0aGlzLmxhbmd9XyR7XHJcbiAgICAgICAgICAgICAgaXNNb2JpbGUgPyAnbW9iaWxlJyA6ICdQQydcclxuICAgICAgICAgIH1gO1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnYWZmaWxpYXRlJywgYWZmaWxpYXRlKTtcclxuICAgICAgfVxyXG5cclxuICAgICAgaWYgKEFycmF5LmlzQXJyYXkoZm9ybVZhbHVlcy5kYXRlcykgJiYgZm9ybVZhbHVlcy5kYXRlcy5sZW5ndGggPT09IDIpIHtcclxuICAgICAgICAgIGNvbnN0IFtkYXRlaW4sIGRhdGVvdXRdID0gZm9ybVZhbHVlcy5kYXRlcy5tYXAoKGRhdGU6IHN0cmluZykgPT5cclxuICAgICAgICAgICAgICB0aGlzLmZvcm1hdERhdGUobmV3IERhdGUoZGF0ZSkpXHJcbiAgICAgICAgICApO1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZGF0ZWluJywgZGF0ZWluKTtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ2RhdGVvdXQnLCBkYXRlb3V0KTtcclxuICAgICAgfVxyXG5cclxuICAgICAgaWYgKHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXMuYWR1bHRzKSB7XHJcbiAgICAgICAgICBwYXJhbXMuYXBwZW5kKFxyXG4gICAgICAgICAgICAgICdhZHVsdG9zJyxcclxuICAgICAgICAgICAgICB0aGlzLmd1ZXN0c1ZhbHVlU2VwYXJhdGVzLmFkdWx0cy50b1N0cmluZygpXHJcbiAgICAgICAgICApO1xyXG4gICAgICB9XHJcblxyXG4gICAgICB0aGlzLmFwcGVuZEd1ZXN0QWdlcyhwYXJhbXMpO1xyXG5cclxuICAgICAgaWYgKGZvcm1WYWx1ZXMucHJvbW8pIHtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb20nLCBmb3JtVmFsdWVzLnByb21vKTtcclxuICAgICAgICAgIHBhcmFtcy5hcHBlbmQoJ3Byb21fY2xlYW4nLCAnMCcpO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgcGFyYW1zLmFwcGVuZCgncHJvbV9jbGVhbicsICcxJyk7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIGlmICh0aGlzLmdsVmFsdWUpIHBhcmFtcy5hcHBlbmQoJ19nbCcsIHRoaXMuZ2xWYWx1ZSk7XHJcblxyXG4gICAgICB0aGlzLmdlbmVyYXRlZFVybCA9IGAke3RoaXMuYnV0dG9uPy51cmx9PyR7cGFyYW1zLnRvU3RyaW5nKCl9YDtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgYXBwZW5kR3Vlc3RBZ2VzKHBhcmFtczogVVJMU2VhcmNoUGFyYW1zKTogdm9pZCB7XHJcbiAgICBjb25zdCB7IGluZmFudHMsIGtpZHMgfSA9IHRoaXMuZ3Vlc3RzVmFsdWVTZXBhcmF0ZXM7XHJcblxyXG4gICAgaWYgKGluZmFudHMpIHtcclxuICAgICAgICBBcnJheS5mcm9tKHsgbGVuZ3RoOiBpbmZhbnRzIH0pLmZvckVhY2goKCkgPT5cclxuICAgICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZ3Vlc3RBZ2VzJywgJzAnKVxyXG4gICAgICAgICk7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKGtpZHM/LmNvZGVBZ2VzPy5sZW5ndGgpIHtcclxuICAgICAgICBraWRzLmNvZGVBZ2VzLmZvckVhY2goKGFnZSkgPT5cclxuICAgICAgICAgICAgcGFyYW1zLmFwcGVuZCgnZ3Vlc3RBZ2VzJywgYWdlLnRvU3RyaW5nKCkpXHJcbiAgICAgICAgKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByaXZhdGUgZm9ybWF0RGF0ZShkYXRlOiBEYXRlKTogc3RyaW5nIHtcclxuICAgIHJldHVybiBkYXRlXHJcbiAgICAgICAgLnRvTG9jYWxlRGF0ZVN0cmluZygnZXMtRVMnLCB7XHJcbiAgICAgICAgICAgIGRheTogJzItZGlnaXQnLFxyXG4gICAgICAgICAgICBtb250aDogJzItZGlnaXQnLFxyXG4gICAgICAgICAgICB5ZWFyOiAnbnVtZXJpYycsXHJcbiAgICAgICAgfSlcclxuICAgICAgICAucmVwbGFjZSgvXFwvL2csICctJyk7XHJcbn1cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uSG90ZWxJIHtcclxuICBpZD86IHN0cmluZztcclxuICBuYW1lPzogc3RyaW5nO1xyXG4gIHRpY2tldD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uR3Vlc3RWYWx1ZUkge1xyXG4gIGFkdWx0czogbnVtYmVyO1xyXG4gIGtpZHM6IHtcclxuICAgICAgY29kZT86IG51bWJlcjtcclxuICAgICAgY29kZUFnZXM/OiBudW1iZXJbXTtcclxuICB9O1xyXG4gIGluZmFudHM6IG51bWJlcjtcclxufVxyXG5cclxuIiwiPCEtLURlc2t0b3AgRW5naW5lLS0+XHJcbjxkaXYgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmUgYmdfd2hpdGVcIj5cclxuICAgIDxmb3JtXHJcbiAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2Zvcm0gZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXHJcbiAgICAgICAgW2Zvcm1Hcm91cF09XCJmb3JtXCJcclxuICAgID5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS13cmFwcGVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgICAgPHAtY2FsZW5kYXJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyXCJcclxuICAgICAgICAgICAgICAgIFtzaG93T3RoZXJNb250aHNdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgZGF0ZUZvcm1hdD1cImRkLW1tLXl5XCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZGF0ZXBpY2tlclZhbHVlXCJcclxuICAgICAgICAgICAgICAgIHNlbGVjdGlvbk1vZGU9XCJyYW5nZVwiXHJcbiAgICAgICAgICAgICAgICBbbnVtYmVyT2ZNb250aHNdPVwiMlwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZGF0ZXBpY2tlckRhdGE/LnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRhdGVzXCJcclxuICAgICAgICAgICAgICAgICNkYXRlcGlja2VyXHJcbiAgICAgICAgICAgID5cclxuICAgICAgICAgICAgPC9wLWNhbGVuZGFyPlxyXG5cclxuICAgICAgICAgICAgPHNwYW5cclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kYXRlcGlja2VyLS1pY29uIGJhYnlsb24tYXJyb3ctYm90dG9tXCJcclxuICAgICAgICAgICAgPjwvc3Bhbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2XHJcbiAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dC0td3JhcHBlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcclxuICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNob3dpbmdHdWVzdHMoKVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXHJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZ3Vlc3RzSW5wdXQ/LnBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImd1ZXN0c1wiXHJcbiAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1ib3R0b21cIj48L3NwYW4+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPHAtZGlhbG9nIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19kaWFsb2dcIiBbKHZpc2libGUpXT1cInNob3dpbmdHdWVzdHNcIj5cclxuICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWd1ZXN0cy1wb3B1cFxyXG4gICAgICAgICAgICAgICAgW2FkdWx0c0Ryb3Bkb3duXT1cImd1ZXN0cz8uYWR1bHRzRHJvcGRvd25cIlxyXG4gICAgICAgICAgICAgICAgW2FnZXNEcm9wZG93bl09XCJndWVzdHM/LmFnZXNEcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgICBbYWdlc0xhYmVsXT1cImd1ZXN0cz8uYWdlc0xhYmVsXCJcclxuICAgICAgICAgICAgICAgIFtiYWJpZXNEcm9wZG93bl09XCJndWVzdHM/LmJhYmllc0Ryb3Bkb3duXCJcclxuICAgICAgICAgICAgICAgIFtraWRzRHJvcGRvd25dPVwiZ3Vlc3RzPy5raWRzRHJvcGRvd25cIlxyXG4gICAgICAgICAgICAgICAgW2tpZHNEcm9wZG93bl09XCJndWVzdHM/LmtpZHNEcm9wZG93blwiXHJcbiAgICAgICAgICAgICAgICBbYnRuXT1cImd1ZXN0cz8uYnRuXCJcclxuICAgICAgICAgICAgICAgIChhcHBseSk9XCJndWVzdHNDaGFuZ2UoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWd1ZXN0cy1wb3B1cD5cclxuICAgICAgICA8L3AtZGlhbG9nPlxyXG4gICAgICAgIDxkaXZcclxuICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19lbmdpbmVfX2lucHV0LS13cmFwcGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgcHJvbW8tY29kZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZW5naW5lX19pbnB1dFwiXHJcbiAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwicHJvbW9JbnB1dD8ucGxhY2Vob2xkZXJcIlxyXG4gICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwicHJvbW9cIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tdGFnXCI+PC9zcGFuPlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICBAaWYgKGJ1dHRvbikge1xyXG4gICAgICAgICAgPGFcclxuICAgICAgICAgICAgICBbaHJlZl09XCJnZW5lcmF0ZWRVcmxcIlxyXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXHJcbiAgICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXHJcbiAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX2NhbGxcIlxyXG4gICAgICAgICAgICAgIGlkPVwiYnRuLXN1Ym1pdFwiXHJcbiAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAge3sgYnV0dG9uLmxhYmVsIH19XHJcbiAgICAgICAgICA8L2E+XHJcbiAgICAgIH1cclxuICAgIDwvZm9ybT5cclxuPC9kaXY+XHJcbiJdfQ==
|