ctt-babylon 0.22.125 → 0.22.126

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.
@@ -63,6 +63,27 @@ export class BabylonHeaderClearV2Component {
63
63
  get hasHeaderButtonsModal() {
64
64
  return (this.headerButtonsModalButtons?.length ?? 0) > 1;
65
65
  }
66
+ get logoHref() {
67
+ const configuredUrl = this.linkLogo?.url ??
68
+ this.linkLogo?.linkValue ??
69
+ this.linkLogo?.link_value;
70
+ if (configuredUrl?.trim())
71
+ return configuredUrl.trim();
72
+ const currentLang = this.lang?.trim().toLowerCase();
73
+ return currentLang ? `/${currentLang}/` : '/';
74
+ }
75
+ get logoAriaLabel() {
76
+ return this.linkLogo?.label || this.logoHref;
77
+ }
78
+ get menuButtonLabel() {
79
+ return this.texts?.MenuBtn || this.texts?.menuBtn || 'Menu';
80
+ }
81
+ get bookButtonLabel() {
82
+ return (this.texts?.BookBtn ||
83
+ this.texts?.bookBtn ||
84
+ this.texts?.bookText ||
85
+ 'Book');
86
+ }
66
87
  openMenuModal() {
67
88
  const dialogRef = this.dialog.open(BabylonMenuModalComponent, {
68
89
  width: '100vw',
@@ -96,11 +117,11 @@ export class BabylonHeaderClearV2Component {
96
117
  });
97
118
  }
98
119
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderClearV2Component, deps: [{ token: i1.MatDialog }, { token: i2.ScreenSizerService }, { token: i3.Router }], target: i0.ɵɵFactoryTarget.Component }); }
99
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonHeaderClearV2Component, isStandalone: true, selector: "lib-babylon-header-clear-v2", inputs: { headerFixed: "headerFixed", logos: "logos", linkLogo: "linkLogo", lang: "lang", menu: "menu", menuInfo: "menuInfo", btnBook: "btnBook", engineRef: "engineRef", engineShow: "engineShow", buttonShow: "buttonShow", multipleMotorsModal: "multipleMotorsModal", engineExtern: "engineExtern", links: "links", shop: "shop", buttons: "buttons", headerButtonsModalButtons: "headerButtonsModalButtons", texts: "texts" }, outputs: { openEngine: "openEngine", openLanguages: "openLanguages", openButtonsModal: "openHeaderButtonsModal" }, ngImport: i0, template: "<header class=\"header cs_sticky_header fixed_header\" id=\"headerClearV2\">\n <div class=\"header__logo\">\n <a href=\"/es/home\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__logo--img\">\n <use\n href=\"/assets/babylon/svg/blanco-logo.svg#blanco-logo\"\n ></use>\n </svg>\n </a>\n </div>\n <div class=\"header__nav--desktop\">\n <span\n class=\"header__nav-lang js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"></use>\n </svg>\n <span>{{texts?.babylonLanguageTxt}}</span>\n </span>\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >Menu</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >Book</span\n >\n\n @if (buttons?.[0]; as headerButton) {\n @if (hasHeaderButtonsModal) {\n <span\n class=\"header__nav-club js-active-modal\"\n data-modal_name=\"headerButtonsModal\"\n role=\"button\"\n (click)=\"openHeaderButtonsModal()\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n } @else {\n <span class=\"header__nav-club\" role=\"button\">\n <a\n [href]=\"headerButton.url\"\n [linkType]=\"headerButton.linkType || headerButton.link_type || ''\"\n [attr.target]=\"headerButton.target || null\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </a>\n </span>\n }\n }\n </div>\n <div class=\"header__nav--mobile\">\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >Menu</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >Book</span\n >\n <ul class=\"header__nav-links\">\n <!-- header__nav-links--currentColor -->\n <li\n class=\"header__nav-links--item js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-globe.svg#icon-globe\"\n ></use>\n </svg>\n </li>\n <!-- <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-whatsapp\"></use>\n </svg>\n </a>\n </li> -->\n <!-- <li class=\"header__nav-links--item js-active-modal\" data-modal_name=\"newsletter\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-envelope\"></use>\n </svg>\n </li> -->\n <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-user.svg#icon-user\"\n ></use>\n </svg>\n </a>\n </li>\n <li class=\"header__nav-links--item\">\n <a href=\"tel:'+34 971 328 451'\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-call.svg#icon-call\"\n ></use>\n </svg>\n </a>\n </li>\n </ul>\n </div>\n</header>\n", styles: ["@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: 1025px){.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: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--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: #fff;--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-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--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;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--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}.container{max-width:100%}body{padding-bottom:6.6rem;transition:all .5s}@media (min-width: 540px){body{padding-bottom:5.4rem}}@media (min-width: 768px){body{padding-bottom:7rem}}@media (min-width: 1024px){body{padding-bottom:0}}.header{position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:9;padding-block:1.5rem;background:transparent;transition:all .5s;height:6rem}@media (min-width: 540px){.header{height:7.7rem}}@media (min-width: 768px){.header{height:8.6rem;opacity:1}}@media (min-width: 1024px){.header{padding-block:5rem;height:0;min-height:max-content}}@media (min-width: 1680px){.header{padding-block:6rem}}.header__logo{color:var(--logo);width:18.6rem;position:absolute;top:50%;left:50%;opacity:0;height:2.215rem;transform:translate(-50%,-50%);pointer-events:none;transition:all .5s}@media (min-width: 540px){.header__logo{width:22rem;height:2.619rem}}@media (min-width: 1024px){.header__logo{opacity:0;left:4rem;transform:translateY(-50%);width:18.6rem;height:2.215rem}}@media (min-width: 1280px){.header__logo{left:5rem}}@media (min-width: 1366px){.header__logo{left:6rem}}@media (min-width: 1680px){.header__logo{left:9rem}}@media (min-width: 1800px){.header__logo{left:10rem}}.header__logo--img{width:100%;height:100%}.header__nav--mobile{position:fixed;inset:auto 0 0;display:flex;color:var(--primary);background:var(--white);border-top:1px solid var(--grey);height:6.6rem;font-size:2.2rem;line-height:1;letter-spacing:.044rem}@media (min-width: 540px){.header__nav--mobile{height:5.4rem}}@media (min-width: 768px){.header__nav--mobile{height:7rem}}@media (min-width: 1024px){.header__nav--mobile{opacity:0;pointer-events:none}}@media (min-width: 1280px){.header__nav--mobile{display:none}}.header__nav--mobile span+span{border-left:1px solid var(--grey)}.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{flex:1 0 50%;display:flex;justify-content:center;padding-top:2.2rem}@media (min-width: 540px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:2.7rem}}@media (min-width: 768px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:3.2rem}}.header__nav--mobile .header__nav-links{position:absolute;bottom:100%;left:50%;display:flex;gap:1.8rem;transform:translate(-50%,-1.3rem);border-radius:100vw;background:var(--primary);opacity:.7;padding-inline:1.2rem;color:var(--white)}@media (min-width: 540px){.header__nav--mobile .header__nav-links{transform:translate(-50%,-1.5rem)}}.header__nav--mobile .header__nav-links--item{width:4rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0}.header__nav--mobile .header__nav-links--icon{width:2rem;height:2rem}.header__nav--mobile .header__nav-links--white{background:var(--white);border:1px solid var(--grey);color:var(--primary)}.header__nav--mobile .header__nav-links li:before{display:none}.header__nav--desktop{display:none;color:var(--white);transition:all .5s}@media (min-width: 768px){.header__nav--desktop{display:flex;align-items:center;opacity:0;pointer-events:none}}@media (min-width: 1024px){.header__nav--desktop{opacity:1;pointer-events:initial}}.header__nav--desktop .header__nav-book{border-color:#fff}.header__nav--desktop .header__nav-book,.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{opacity:.7}.header__nav--desktop:hover .header__nav-book,.header__nav--desktop:hover .header__nav-menu,.header__nav--desktop:hover .header__nav-lang,.header__nav--desktop:hover .header__nav-club{opacity:.5}.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{border:1px solid var(--cl_border-light);width:20rem;height:5rem;transition:all .5s;font-size:2.2rem;line-height:1;letter-spacing:.044rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}@media (min-width: 1680px){.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{height:6rem}}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{z-index:0}@media (min-width: 1024px){.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{background:var(--white);color:var(--primary)}}.header__nav--desktop .header__nav-menu:has(+.header__nav-menu),.header__nav--desktop .header__nav-menu:has(+.header__nav-book),.header__nav--desktop .header__nav-book:has(+.header__nav-menu),.header__nav--desktop .header__nav-book:has(+.header__nav-book){margin-right:-.1rem}.header__nav--desktop .header__nav-menu:has(+.header__nav-lang),.header__nav--desktop .header__nav-menu:has(+.header__nav-club),.header__nav--desktop .header__nav-book:has(+.header__nav-lang),.header__nav--desktop .header__nav-book:has(+.header__nav-club){margin-right:5rem}.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{transition:all .5s;display:flex;align-items:center;gap:1rem;white-space:nowrap;font-size:1.6rem;line-height:.4375;letter-spacing:.032rem;width:12.4rem}.header__nav--desktop .header__nav-lang:has(+.header__nav-menu),.header__nav--desktop .header__nav-lang:has(+.header__nav-book),.header__nav--desktop .header__nav-club:has(+.header__nav-menu),.header__nav--desktop .header__nav-club:has(+.header__nav-book){margin-right:5rem}.header__nav--desktop .header__nav-lang .header__nav--arrow,.header__nav--desktop .header__nav-club .header__nav--arrow{width:.9rem;height:.5rem;rotate:-90deg;transition:all .5s;opacity:0;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-lang{justify-content:flex-end}.header__nav--desktop .header__nav-lang .header__nav--arrow{rotate:90deg;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover,.header__nav--desktop .header__nav-lang:hover,.header__nav--desktop .header__nav-club:hover{opacity:1!important}.header__nav--desktop .header__nav-lang:hover .header__nav--arrow,.header__nav--desktop .header__nav-club:hover .header__nav--arrow{transform:translate(0);opacity:1}.header.header-sticky{background:var(--white);padding-block:1.5rem;border-bottom:1px solid var(--grey);opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8.6rem}}.header.header-sticky__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book,.header.header-sticky__nav-lang,.header.header-sticky__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky__nav--desktop{color:var(--primary)}.header.header-sticky__nav--desktop:hover .header__nav-book,.header.header-sticky__nav--desktop:hover .header__nav-menu,.header.header-sticky__nav--desktop:hover .header__nav-lang,.header.header-sticky__nav--desktop:hover .header__nav-club{opacity:.5}}.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border:1px solid black}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border-color:var(--primary);width:15rem}}@media (min-width: 1280px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky__nav-menu:hover,.header.header-sticky__nav-book:hover{border-color:var(--cream);background:var(--cream)}}.header.header-sticky{z-index:999;position:sticky;top:0;background:#fff;padding-block:1.5rem;border-bottom:1px solid #dcdcdc;opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8rem}}@media (min-width: 1680px){.header.header-sticky{height:9rem;padding-block:2rem}}.header.header-sticky .header__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__nav-lang,.header.header-sticky .header__nav-club,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-lang,.header.header-sticky .header__sticky .header__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky .header__nav--desktop,.header.header-sticky .header__sticky .header__nav--desktop{color:#4a4a49}.header.header-sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__nav--desktop:hover .header__nav-club,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-club{opacity:.5}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{border-color:#4a4a49;width:15rem}}@media (min-width: 1280px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu:hover,.header.header-sticky .header__nav-book:hover,.header.header-sticky .header__sticky .header__nav-menu:hover,.header.header-sticky .header__sticky .header__nav-book:hover{border-color:#f9f8f5;background:#f9f8f5}}.header.header-sticky{position:fixed;top:0;z-index:99}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
120
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonHeaderClearV2Component, isStandalone: true, selector: "lib-babylon-header-clear-v2", inputs: { headerFixed: "headerFixed", logos: "logos", linkLogo: "linkLogo", lang: "lang", menu: "menu", menuInfo: "menuInfo", btnBook: "btnBook", engineRef: "engineRef", engineShow: "engineShow", buttonShow: "buttonShow", multipleMotorsModal: "multipleMotorsModal", engineExtern: "engineExtern", links: "links", shop: "shop", buttons: "buttons", headerButtonsModalButtons: "headerButtonsModalButtons", texts: "texts" }, outputs: { openEngine: "openEngine", openLanguages: "openLanguages", openButtonsModal: "openHeaderButtonsModal" }, ngImport: i0, template: "<header class=\"header cs_sticky_header fixed_header\" id=\"headerClearV2\">\n <div class=\"header__logo\">\n <a\n [href]=\"logoHref\"\n [linkType]=\"linkLogo?.linkType || linkLogo?.link_type || ''\"\n [attr.aria-label]=\"logoAriaLabel\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__logo--img\">\n <use\n href=\"/assets/babylon/svg/blanco-logo.svg#blanco-logo\"\n ></use>\n </svg>\n </a>\n </div>\n <div class=\"header__nav--desktop\">\n <span\n class=\"header__nav-lang js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"></use>\n </svg>\n <span>{{texts?.babylonLanguageTxt}}</span>\n </span>\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >{{ menuButtonLabel }}</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >{{ bookButtonLabel }}</span\n >\n\n @if (buttons?.[0]; as headerButton) {\n @if (hasHeaderButtonsModal) {\n <span\n class=\"header__nav-club js-active-modal\"\n data-modal_name=\"headerButtonsModal\"\n role=\"button\"\n (click)=\"openHeaderButtonsModal()\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n } @else {\n <span class=\"header__nav-club\" role=\"button\">\n <a\n [href]=\"headerButton.url\"\n [linkType]=\"headerButton.linkType || headerButton.link_type || ''\"\n [attr.target]=\"headerButton.target || null\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </a>\n </span>\n }\n }\n </div>\n <div class=\"header__nav--mobile\">\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >{{ menuButtonLabel }}</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >{{ bookButtonLabel }}</span\n >\n <ul class=\"header__nav-links\">\n <!-- header__nav-links--currentColor -->\n <li\n class=\"header__nav-links--item js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-globe.svg#icon-globe\"\n ></use>\n </svg>\n </li>\n <!-- <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-whatsapp\"></use>\n </svg>\n </a>\n </li> -->\n <!-- <li class=\"header__nav-links--item js-active-modal\" data-modal_name=\"newsletter\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-envelope\"></use>\n </svg>\n </li> -->\n <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-user.svg#icon-user\"\n ></use>\n </svg>\n </a>\n </li>\n <li class=\"header__nav-links--item\">\n <a href=\"tel:'+34 971 328 451'\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-call.svg#icon-call\"\n ></use>\n </svg>\n </a>\n </li>\n </ul>\n </div>\n</header>\n", styles: ["@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: 1025px){.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: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--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: #fff;--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-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--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;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--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}.container{max-width:100%}body{padding-bottom:6.6rem;transition:all .5s}@media (min-width: 540px){body{padding-bottom:5.4rem}}@media (min-width: 768px){body{padding-bottom:7rem}}@media (min-width: 1024px){body{padding-bottom:0}}.header{position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:9;padding-block:1.5rem;background:transparent;transition:all .5s;height:6rem}@media (min-width: 540px){.header{height:7.7rem}}@media (min-width: 768px){.header{height:8.6rem;opacity:1}}@media (min-width: 1024px){.header{padding-block:5rem;height:0;min-height:max-content}}@media (min-width: 1680px){.header{padding-block:6rem}}.header__logo{color:var(--logo);width:18.6rem;position:absolute;top:50%;left:50%;opacity:0;height:2.215rem;transform:translate(-50%,-50%);pointer-events:none;transition:all .5s}@media (min-width: 540px){.header__logo{width:22rem;height:2.619rem}}@media (min-width: 1024px){.header__logo{opacity:0;left:4rem;transform:translateY(-50%);width:18.6rem;height:2.215rem}}@media (min-width: 1280px){.header__logo{left:5rem}}@media (min-width: 1366px){.header__logo{left:6rem}}@media (min-width: 1680px){.header__logo{left:9rem}}@media (min-width: 1800px){.header__logo{left:10rem}}.header__logo--img{width:100%;height:100%}.header__nav--mobile{position:fixed;inset:auto 0 0;display:flex;color:var(--primary);background:var(--white);border-top:1px solid var(--grey);height:6.6rem;font-size:2.2rem;line-height:1;letter-spacing:.044rem}@media (min-width: 540px){.header__nav--mobile{height:5.4rem}}@media (min-width: 768px){.header__nav--mobile{height:7rem}}@media (min-width: 1024px){.header__nav--mobile{opacity:0;pointer-events:none}}@media (min-width: 1280px){.header__nav--mobile{display:none}}.header__nav--mobile span+span{border-left:1px solid var(--grey)}.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{flex:1 0 50%;display:flex;justify-content:center;padding-top:2.2rem}@media (min-width: 540px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:2.7rem}}@media (min-width: 768px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:3.2rem}}.header__nav--mobile .header__nav-links{position:absolute;bottom:100%;left:50%;display:flex;gap:1.8rem;transform:translate(-50%,-1.3rem);border-radius:100vw;background:var(--primary);opacity:.7;padding-inline:1.2rem;color:var(--white)}@media (min-width: 540px){.header__nav--mobile .header__nav-links{transform:translate(-50%,-1.5rem)}}.header__nav--mobile .header__nav-links--item{width:4rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0}.header__nav--mobile .header__nav-links--icon{width:2rem;height:2rem}.header__nav--mobile .header__nav-links--white{background:var(--white);border:1px solid var(--grey);color:var(--primary)}.header__nav--mobile .header__nav-links li:before{display:none}.header__nav--desktop{display:none;color:var(--white);transition:all .5s}@media (min-width: 768px){.header__nav--desktop{display:flex;align-items:center;opacity:0;pointer-events:none}}@media (min-width: 1024px){.header__nav--desktop{opacity:1;pointer-events:initial}}.header__nav--desktop .header__nav-book{border-color:#fff}.header__nav--desktop .header__nav-book,.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{opacity:.7}.header__nav--desktop:hover .header__nav-book,.header__nav--desktop:hover .header__nav-menu,.header__nav--desktop:hover .header__nav-lang,.header__nav--desktop:hover .header__nav-club{opacity:.5}.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{border:1px solid var(--cl_border-light);width:20rem;height:5rem;transition:all .5s;font-size:2.2rem;line-height:1;letter-spacing:.044rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}@media (min-width: 1680px){.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{height:6rem}}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{z-index:0}@media (min-width: 1024px){.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{background:var(--white);color:var(--primary)}}.header__nav--desktop .header__nav-menu:has(+.header__nav-menu),.header__nav--desktop .header__nav-menu:has(+.header__nav-book),.header__nav--desktop .header__nav-book:has(+.header__nav-menu),.header__nav--desktop .header__nav-book:has(+.header__nav-book){margin-right:-.1rem}.header__nav--desktop .header__nav-menu:has(+.header__nav-lang),.header__nav--desktop .header__nav-menu:has(+.header__nav-club),.header__nav--desktop .header__nav-book:has(+.header__nav-lang),.header__nav--desktop .header__nav-book:has(+.header__nav-club){margin-right:5rem}.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{transition:all .5s;display:flex;align-items:center;gap:1rem;white-space:nowrap;font-size:1.6rem;line-height:.4375;letter-spacing:.032rem;width:12.4rem}.header__nav--desktop .header__nav-lang:has(+.header__nav-menu),.header__nav--desktop .header__nav-lang:has(+.header__nav-book),.header__nav--desktop .header__nav-club:has(+.header__nav-menu),.header__nav--desktop .header__nav-club:has(+.header__nav-book){margin-right:5rem}.header__nav--desktop .header__nav-lang .header__nav--arrow,.header__nav--desktop .header__nav-club .header__nav--arrow{width:.9rem;height:.5rem;rotate:-90deg;transition:all .5s;opacity:0;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-lang{justify-content:flex-end}.header__nav--desktop .header__nav-lang .header__nav--arrow{rotate:90deg;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover,.header__nav--desktop .header__nav-lang:hover,.header__nav--desktop .header__nav-club:hover{opacity:1!important}.header__nav--desktop .header__nav-lang:hover .header__nav--arrow,.header__nav--desktop .header__nav-club:hover .header__nav--arrow{transform:translate(0);opacity:1}.header.header-sticky{background:var(--white);padding-block:1.5rem;border-bottom:1px solid var(--grey);opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8.6rem}}.header.header-sticky__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book,.header.header-sticky__nav-lang,.header.header-sticky__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky__nav--desktop{color:var(--primary)}.header.header-sticky__nav--desktop:hover .header__nav-book,.header.header-sticky__nav--desktop:hover .header__nav-menu,.header.header-sticky__nav--desktop:hover .header__nav-lang,.header.header-sticky__nav--desktop:hover .header__nav-club{opacity:.5}}.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border:1px solid black}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border-color:var(--primary);width:15rem}}@media (min-width: 1280px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky__nav-menu:hover,.header.header-sticky__nav-book:hover{border-color:var(--cream);background:var(--cream)}}.header.header-sticky{z-index:999;position:sticky;top:0;background:#fff;padding-block:1.5rem;border-bottom:1px solid #dcdcdc;opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8rem}}@media (min-width: 1680px){.header.header-sticky{height:9rem;padding-block:2rem}}.header.header-sticky .header__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__nav-lang,.header.header-sticky .header__nav-club,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-lang,.header.header-sticky .header__sticky .header__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky .header__nav--desktop,.header.header-sticky .header__sticky .header__nav--desktop{color:#4a4a49}.header.header-sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__nav--desktop:hover .header__nav-club,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-club{opacity:.5}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{border-color:#4a4a49;width:15rem}}@media (min-width: 1280px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu:hover,.header.header-sticky .header__nav-book:hover,.header.header-sticky .header__sticky .header__nav-menu:hover,.header.header-sticky .header__sticky .header__nav-book:hover{border-color:#f9f8f5;background:#f9f8f5}}.header.header-sticky{position:fixed;top:0;z-index:99}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup", "disablePointerNone"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
100
121
  }
101
122
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderClearV2Component, decorators: [{
102
123
  type: Component,
103
- args: [{ selector: 'lib-babylon-header-clear-v2', standalone: true, imports: [RouterModule, CommonModule, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<header class=\"header cs_sticky_header fixed_header\" id=\"headerClearV2\">\n <div class=\"header__logo\">\n <a href=\"/es/home\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__logo--img\">\n <use\n href=\"/assets/babylon/svg/blanco-logo.svg#blanco-logo\"\n ></use>\n </svg>\n </a>\n </div>\n <div class=\"header__nav--desktop\">\n <span\n class=\"header__nav-lang js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"></use>\n </svg>\n <span>{{texts?.babylonLanguageTxt}}</span>\n </span>\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >Menu</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >Book</span\n >\n\n @if (buttons?.[0]; as headerButton) {\n @if (hasHeaderButtonsModal) {\n <span\n class=\"header__nav-club js-active-modal\"\n data-modal_name=\"headerButtonsModal\"\n role=\"button\"\n (click)=\"openHeaderButtonsModal()\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n } @else {\n <span class=\"header__nav-club\" role=\"button\">\n <a\n [href]=\"headerButton.url\"\n [linkType]=\"headerButton.linkType || headerButton.link_type || ''\"\n [attr.target]=\"headerButton.target || null\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </a>\n </span>\n }\n }\n </div>\n <div class=\"header__nav--mobile\">\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >Menu</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >Book</span\n >\n <ul class=\"header__nav-links\">\n <!-- header__nav-links--currentColor -->\n <li\n class=\"header__nav-links--item js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-globe.svg#icon-globe\"\n ></use>\n </svg>\n </li>\n <!-- <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-whatsapp\"></use>\n </svg>\n </a>\n </li> -->\n <!-- <li class=\"header__nav-links--item js-active-modal\" data-modal_name=\"newsletter\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-envelope\"></use>\n </svg>\n </li> -->\n <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-user.svg#icon-user\"\n ></use>\n </svg>\n </a>\n </li>\n <li class=\"header__nav-links--item\">\n <a href=\"tel:'+34 971 328 451'\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-call.svg#icon-call\"\n ></use>\n </svg>\n </a>\n </li>\n </ul>\n </div>\n</header>\n", styles: ["@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: 1025px){.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: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--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: #fff;--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-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--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;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--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}.container{max-width:100%}body{padding-bottom:6.6rem;transition:all .5s}@media (min-width: 540px){body{padding-bottom:5.4rem}}@media (min-width: 768px){body{padding-bottom:7rem}}@media (min-width: 1024px){body{padding-bottom:0}}.header{position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:9;padding-block:1.5rem;background:transparent;transition:all .5s;height:6rem}@media (min-width: 540px){.header{height:7.7rem}}@media (min-width: 768px){.header{height:8.6rem;opacity:1}}@media (min-width: 1024px){.header{padding-block:5rem;height:0;min-height:max-content}}@media (min-width: 1680px){.header{padding-block:6rem}}.header__logo{color:var(--logo);width:18.6rem;position:absolute;top:50%;left:50%;opacity:0;height:2.215rem;transform:translate(-50%,-50%);pointer-events:none;transition:all .5s}@media (min-width: 540px){.header__logo{width:22rem;height:2.619rem}}@media (min-width: 1024px){.header__logo{opacity:0;left:4rem;transform:translateY(-50%);width:18.6rem;height:2.215rem}}@media (min-width: 1280px){.header__logo{left:5rem}}@media (min-width: 1366px){.header__logo{left:6rem}}@media (min-width: 1680px){.header__logo{left:9rem}}@media (min-width: 1800px){.header__logo{left:10rem}}.header__logo--img{width:100%;height:100%}.header__nav--mobile{position:fixed;inset:auto 0 0;display:flex;color:var(--primary);background:var(--white);border-top:1px solid var(--grey);height:6.6rem;font-size:2.2rem;line-height:1;letter-spacing:.044rem}@media (min-width: 540px){.header__nav--mobile{height:5.4rem}}@media (min-width: 768px){.header__nav--mobile{height:7rem}}@media (min-width: 1024px){.header__nav--mobile{opacity:0;pointer-events:none}}@media (min-width: 1280px){.header__nav--mobile{display:none}}.header__nav--mobile span+span{border-left:1px solid var(--grey)}.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{flex:1 0 50%;display:flex;justify-content:center;padding-top:2.2rem}@media (min-width: 540px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:2.7rem}}@media (min-width: 768px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:3.2rem}}.header__nav--mobile .header__nav-links{position:absolute;bottom:100%;left:50%;display:flex;gap:1.8rem;transform:translate(-50%,-1.3rem);border-radius:100vw;background:var(--primary);opacity:.7;padding-inline:1.2rem;color:var(--white)}@media (min-width: 540px){.header__nav--mobile .header__nav-links{transform:translate(-50%,-1.5rem)}}.header__nav--mobile .header__nav-links--item{width:4rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0}.header__nav--mobile .header__nav-links--icon{width:2rem;height:2rem}.header__nav--mobile .header__nav-links--white{background:var(--white);border:1px solid var(--grey);color:var(--primary)}.header__nav--mobile .header__nav-links li:before{display:none}.header__nav--desktop{display:none;color:var(--white);transition:all .5s}@media (min-width: 768px){.header__nav--desktop{display:flex;align-items:center;opacity:0;pointer-events:none}}@media (min-width: 1024px){.header__nav--desktop{opacity:1;pointer-events:initial}}.header__nav--desktop .header__nav-book{border-color:#fff}.header__nav--desktop .header__nav-book,.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{opacity:.7}.header__nav--desktop:hover .header__nav-book,.header__nav--desktop:hover .header__nav-menu,.header__nav--desktop:hover .header__nav-lang,.header__nav--desktop:hover .header__nav-club{opacity:.5}.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{border:1px solid var(--cl_border-light);width:20rem;height:5rem;transition:all .5s;font-size:2.2rem;line-height:1;letter-spacing:.044rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}@media (min-width: 1680px){.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{height:6rem}}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{z-index:0}@media (min-width: 1024px){.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{background:var(--white);color:var(--primary)}}.header__nav--desktop .header__nav-menu:has(+.header__nav-menu),.header__nav--desktop .header__nav-menu:has(+.header__nav-book),.header__nav--desktop .header__nav-book:has(+.header__nav-menu),.header__nav--desktop .header__nav-book:has(+.header__nav-book){margin-right:-.1rem}.header__nav--desktop .header__nav-menu:has(+.header__nav-lang),.header__nav--desktop .header__nav-menu:has(+.header__nav-club),.header__nav--desktop .header__nav-book:has(+.header__nav-lang),.header__nav--desktop .header__nav-book:has(+.header__nav-club){margin-right:5rem}.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{transition:all .5s;display:flex;align-items:center;gap:1rem;white-space:nowrap;font-size:1.6rem;line-height:.4375;letter-spacing:.032rem;width:12.4rem}.header__nav--desktop .header__nav-lang:has(+.header__nav-menu),.header__nav--desktop .header__nav-lang:has(+.header__nav-book),.header__nav--desktop .header__nav-club:has(+.header__nav-menu),.header__nav--desktop .header__nav-club:has(+.header__nav-book){margin-right:5rem}.header__nav--desktop .header__nav-lang .header__nav--arrow,.header__nav--desktop .header__nav-club .header__nav--arrow{width:.9rem;height:.5rem;rotate:-90deg;transition:all .5s;opacity:0;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-lang{justify-content:flex-end}.header__nav--desktop .header__nav-lang .header__nav--arrow{rotate:90deg;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover,.header__nav--desktop .header__nav-lang:hover,.header__nav--desktop .header__nav-club:hover{opacity:1!important}.header__nav--desktop .header__nav-lang:hover .header__nav--arrow,.header__nav--desktop .header__nav-club:hover .header__nav--arrow{transform:translate(0);opacity:1}.header.header-sticky{background:var(--white);padding-block:1.5rem;border-bottom:1px solid var(--grey);opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8.6rem}}.header.header-sticky__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book,.header.header-sticky__nav-lang,.header.header-sticky__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky__nav--desktop{color:var(--primary)}.header.header-sticky__nav--desktop:hover .header__nav-book,.header.header-sticky__nav--desktop:hover .header__nav-menu,.header.header-sticky__nav--desktop:hover .header__nav-lang,.header.header-sticky__nav--desktop:hover .header__nav-club{opacity:.5}}.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border:1px solid black}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border-color:var(--primary);width:15rem}}@media (min-width: 1280px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky__nav-menu:hover,.header.header-sticky__nav-book:hover{border-color:var(--cream);background:var(--cream)}}.header.header-sticky{z-index:999;position:sticky;top:0;background:#fff;padding-block:1.5rem;border-bottom:1px solid #dcdcdc;opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8rem}}@media (min-width: 1680px){.header.header-sticky{height:9rem;padding-block:2rem}}.header.header-sticky .header__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__nav-lang,.header.header-sticky .header__nav-club,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-lang,.header.header-sticky .header__sticky .header__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky .header__nav--desktop,.header.header-sticky .header__sticky .header__nav--desktop{color:#4a4a49}.header.header-sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__nav--desktop:hover .header__nav-club,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-club{opacity:.5}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{border-color:#4a4a49;width:15rem}}@media (min-width: 1280px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu:hover,.header.header-sticky .header__nav-book:hover,.header.header-sticky .header__sticky .header__nav-menu:hover,.header.header-sticky .header__sticky .header__nav-book:hover{border-color:#f9f8f5;background:#f9f8f5}}.header.header-sticky{position:fixed;top:0;z-index:99}\n"] }]
124
+ args: [{ selector: 'lib-babylon-header-clear-v2', standalone: true, imports: [RouterModule, CommonModule, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<header class=\"header cs_sticky_header fixed_header\" id=\"headerClearV2\">\n <div class=\"header__logo\">\n <a\n [href]=\"logoHref\"\n [linkType]=\"linkLogo?.linkType || linkLogo?.link_type || ''\"\n [attr.aria-label]=\"logoAriaLabel\"\n >\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__logo--img\">\n <use\n href=\"/assets/babylon/svg/blanco-logo.svg#blanco-logo\"\n ></use>\n </svg>\n </a>\n </div>\n <div class=\"header__nav--desktop\">\n <span\n class=\"header__nav-lang js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"></use>\n </svg>\n <span>{{texts?.babylonLanguageTxt}}</span>\n </span>\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >{{ menuButtonLabel }}</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >{{ bookButtonLabel }}</span\n >\n\n @if (buttons?.[0]; as headerButton) {\n @if (hasHeaderButtonsModal) {\n <span\n class=\"header__nav-club js-active-modal\"\n data-modal_name=\"headerButtonsModal\"\n role=\"button\"\n (click)=\"openHeaderButtonsModal()\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </span>\n } @else {\n <span class=\"header__nav-club\" role=\"button\">\n <a\n [href]=\"headerButton.url\"\n [linkType]=\"headerButton.linkType || headerButton.link_type || ''\"\n [attr.target]=\"headerButton.target || null\"\n >\n <span>{{ headerButton.label }}</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav--arrow\"\n >\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </a>\n </span>\n }\n }\n </div>\n <div class=\"header__nav--mobile\">\n <span\n class=\"header__nav-menu js-active-modal\"\n data-modal_name=\"menu\"\n role=\"button\"\n (click)=\"openMenuModal()\"\n >{{ menuButtonLabel }}</span\n >\n <span\n class=\"header__nav-book js-active-modal\"\n data-modal_name=\"reservar\"\n role=\"button\"\n (click)=\"openEngineModalV2()\"\n >{{ bookButtonLabel }}</span\n >\n <ul class=\"header__nav-links\">\n <!-- header__nav-links--currentColor -->\n <li\n class=\"header__nav-links--item js-active-modal\"\n data-modal_name=\"language\"\n role=\"button\"\n (click)=\"openLanguagesModal()\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-globe.svg#icon-globe\"\n ></use>\n </svg>\n </li>\n <!-- <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-whatsapp\"></use>\n </svg>\n </a>\n </li> -->\n <!-- <li class=\"header__nav-links--item js-active-modal\" data-modal_name=\"newsletter\">\n <svg aria-hidden=\"true\" focusable=\"false\" class=\"header__nav-links--icon\">\n <use href=\"#icon-envelope\"></use>\n </svg>\n </li> -->\n <li class=\"header__nav-links--item\">\n <a href=\"/\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-user.svg#icon-user\"\n ></use>\n </svg>\n </a>\n </li>\n <li class=\"header__nav-links--item\">\n <a href=\"tel:'+34 971 328 451'\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"header__nav-links--icon\"\n >\n <use\n href=\"/assets/babylon/svg/icon-call.svg#icon-call\"\n ></use>\n </svg>\n </a>\n </li>\n </ul>\n </div>\n</header>\n", styles: ["@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: 1025px){.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: #ffffffe7;--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;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--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: #fff;--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-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--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;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--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}.container{max-width:100%}body{padding-bottom:6.6rem;transition:all .5s}@media (min-width: 540px){body{padding-bottom:5.4rem}}@media (min-width: 768px){body{padding-bottom:7rem}}@media (min-width: 1024px){body{padding-bottom:0}}.header{position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:9;padding-block:1.5rem;background:transparent;transition:all .5s;height:6rem}@media (min-width: 540px){.header{height:7.7rem}}@media (min-width: 768px){.header{height:8.6rem;opacity:1}}@media (min-width: 1024px){.header{padding-block:5rem;height:0;min-height:max-content}}@media (min-width: 1680px){.header{padding-block:6rem}}.header__logo{color:var(--logo);width:18.6rem;position:absolute;top:50%;left:50%;opacity:0;height:2.215rem;transform:translate(-50%,-50%);pointer-events:none;transition:all .5s}@media (min-width: 540px){.header__logo{width:22rem;height:2.619rem}}@media (min-width: 1024px){.header__logo{opacity:0;left:4rem;transform:translateY(-50%);width:18.6rem;height:2.215rem}}@media (min-width: 1280px){.header__logo{left:5rem}}@media (min-width: 1366px){.header__logo{left:6rem}}@media (min-width: 1680px){.header__logo{left:9rem}}@media (min-width: 1800px){.header__logo{left:10rem}}.header__logo--img{width:100%;height:100%}.header__nav--mobile{position:fixed;inset:auto 0 0;display:flex;color:var(--primary);background:var(--white);border-top:1px solid var(--grey);height:6.6rem;font-size:2.2rem;line-height:1;letter-spacing:.044rem}@media (min-width: 540px){.header__nav--mobile{height:5.4rem}}@media (min-width: 768px){.header__nav--mobile{height:7rem}}@media (min-width: 1024px){.header__nav--mobile{opacity:0;pointer-events:none}}@media (min-width: 1280px){.header__nav--mobile{display:none}}.header__nav--mobile span+span{border-left:1px solid var(--grey)}.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{flex:1 0 50%;display:flex;justify-content:center;padding-top:2.2rem}@media (min-width: 540px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:2.7rem}}@media (min-width: 768px){.header__nav--mobile .header__nav-menu,.header__nav--mobile .header__nav-book{padding-top:3.2rem}}.header__nav--mobile .header__nav-links{position:absolute;bottom:100%;left:50%;display:flex;gap:1.8rem;transform:translate(-50%,-1.3rem);border-radius:100vw;background:var(--primary);opacity:.7;padding-inline:1.2rem;color:var(--white)}@media (min-width: 540px){.header__nav--mobile .header__nav-links{transform:translate(-50%,-1.5rem)}}.header__nav--mobile .header__nav-links--item{width:4rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:0}.header__nav--mobile .header__nav-links--icon{width:2rem;height:2rem}.header__nav--mobile .header__nav-links--white{background:var(--white);border:1px solid var(--grey);color:var(--primary)}.header__nav--mobile .header__nav-links li:before{display:none}.header__nav--desktop{display:none;color:var(--white);transition:all .5s}@media (min-width: 768px){.header__nav--desktop{display:flex;align-items:center;opacity:0;pointer-events:none}}@media (min-width: 1024px){.header__nav--desktop{opacity:1;pointer-events:initial}}.header__nav--desktop .header__nav-book{border-color:#fff}.header__nav--desktop .header__nav-book,.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{opacity:.7}.header__nav--desktop:hover .header__nav-book,.header__nav--desktop:hover .header__nav-menu,.header__nav--desktop:hover .header__nav-lang,.header__nav--desktop:hover .header__nav-club{opacity:.5}.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{border:1px solid var(--cl_border-light);width:20rem;height:5rem;transition:all .5s;font-size:2.2rem;line-height:1;letter-spacing:.044rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}@media (min-width: 1680px){.header__nav--desktop .header__nav-menu,.header__nav--desktop .header__nav-book{height:6rem}}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{z-index:0}@media (min-width: 1024px){.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover{background:var(--white);color:var(--primary)}}.header__nav--desktop .header__nav-menu:has(+.header__nav-menu),.header__nav--desktop .header__nav-menu:has(+.header__nav-book),.header__nav--desktop .header__nav-book:has(+.header__nav-menu),.header__nav--desktop .header__nav-book:has(+.header__nav-book){margin-right:-.1rem}.header__nav--desktop .header__nav-menu:has(+.header__nav-lang),.header__nav--desktop .header__nav-menu:has(+.header__nav-club),.header__nav--desktop .header__nav-book:has(+.header__nav-lang),.header__nav--desktop .header__nav-book:has(+.header__nav-club){margin-right:5rem}.header__nav--desktop .header__nav-lang,.header__nav--desktop .header__nav-club{transition:all .5s;display:flex;align-items:center;gap:1rem;white-space:nowrap;font-size:1.6rem;line-height:.4375;letter-spacing:.032rem;width:12.4rem}.header__nav--desktop .header__nav-lang:has(+.header__nav-menu),.header__nav--desktop .header__nav-lang:has(+.header__nav-book),.header__nav--desktop .header__nav-club:has(+.header__nav-menu),.header__nav--desktop .header__nav-club:has(+.header__nav-book){margin-right:5rem}.header__nav--desktop .header__nav-lang .header__nav--arrow,.header__nav--desktop .header__nav-club .header__nav--arrow{width:.9rem;height:.5rem;rotate:-90deg;transition:all .5s;opacity:0;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-lang{justify-content:flex-end}.header__nav--desktop .header__nav-lang .header__nav--arrow{rotate:90deg;transform:translateY(-.5rem)}.header__nav--desktop .header__nav-menu:hover,.header__nav--desktop .header__nav-book:hover,.header__nav--desktop .header__nav-lang:hover,.header__nav--desktop .header__nav-club:hover{opacity:1!important}.header__nav--desktop .header__nav-lang:hover .header__nav--arrow,.header__nav--desktop .header__nav-club:hover .header__nav--arrow{transform:translate(0);opacity:1}.header.header-sticky{background:var(--white);padding-block:1.5rem;border-bottom:1px solid var(--grey);opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8.6rem}}.header.header-sticky__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book,.header.header-sticky__nav-lang,.header.header-sticky__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky__nav--desktop{color:var(--primary)}.header.header-sticky__nav--desktop:hover .header__nav-book,.header.header-sticky__nav--desktop:hover .header__nav-menu,.header.header-sticky__nav--desktop:hover .header__nav-lang,.header.header-sticky__nav--desktop:hover .header__nav-club{opacity:.5}}.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border:1px solid black}@media (min-width: 1024px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{border-color:var(--primary);width:15rem}}@media (min-width: 1280px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky__nav-menu,.header.header-sticky__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky__nav-menu:hover,.header.header-sticky__nav-book:hover{border-color:var(--cream);background:var(--cream)}}.header.header-sticky{z-index:999;position:sticky;top:0;background:#fff;padding-block:1.5rem;border-bottom:1px solid #dcdcdc;opacity:1}@media (min-width: 1024px){.header.header-sticky{height:8rem}}@media (min-width: 1680px){.header.header-sticky{height:9rem;padding-block:2rem}}.header.header-sticky .header__logo{opacity:1;pointer-events:initial}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__nav-lang,.header.header-sticky .header__nav-club,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-lang,.header.header-sticky .header__sticky .header__nav-club{opacity:.7}}@media (min-width: 1024px){.header.header-sticky .header__nav--desktop,.header.header-sticky .header__sticky .header__nav--desktop{color:#4a4a49}.header.header-sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__nav--desktop:hover .header__nav-club,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-book,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-menu,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-lang,.header.header-sticky .header__sticky .header__nav--desktop:hover .header__nav-club{opacity:.5}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{border-color:#4a4a49;width:15rem}}@media (min-width: 1280px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{width:20rem}}@media (min-width: 1680px){.header.header-sticky .header__nav-menu,.header.header-sticky .header__nav-book,.header.header-sticky .header__sticky .header__nav-menu,.header.header-sticky .header__sticky .header__nav-book{height:5rem}}@media (min-width: 1024px){.header.header-sticky .header__nav-menu:hover,.header.header-sticky .header__nav-book:hover,.header.header-sticky .header__sticky .header__nav-menu:hover,.header.header-sticky .header__sticky .header__nav-book:hover{border-color:#f9f8f5;background:#f9f8f5}}.header.header-sticky{position:fixed;top:0;z-index:99}\n"] }]
104
125
  }], ctorParameters: () => [{ type: i1.MatDialog }, { type: i2.ScreenSizerService }, { type: i3.Router }], propDecorators: { headerFixed: [{
105
126
  type: Input
106
127
  }], logos: [{
@@ -143,4 +164,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
143
164
  type: Output,
144
165
  args: ['openHeaderButtonsModal']
145
166
  }] } });
146
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkZXItY2xlYXItdjIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mi9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxZQUFZLEVBQ1osTUFBTSxFQUNOLEtBQUssRUFDTCxNQUFNLEVBQ04sV0FBVyxHQUVkLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxhQUFhLEVBQVUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDdEUsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUM5QixPQUFPLEVBQUUsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBVXJELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQy9GLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOzs7OztBQVU3RixNQUFNLE9BQU8sNkJBQTZCO0lBa0N0QyxZQUNxQixNQUFpQixFQUNqQixXQUErQixFQUMvQixN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RSx3QkFBd0I7OzRGQUtyRCw2QkFBNkI7a0JBUnpDLFNBQVM7K0JBQ0ksNkJBQTZCLGNBQzNCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxZQUFZLEVBQUUsd0JBQXdCLENBQUMsbUJBRzlDLHVCQUF1QixDQUFDLE1BQU07b0lBR3RDLFdBQVc7c0JBQW5CLEtBQUs7Z0JBRUcsS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxtQkFBbUI7c0JBQTNCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyx5QkFBeUI7c0JBQWpDLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUVJLFVBQVU7c0JBQW5CLE1BQU07Z0JBUUcsYUFBYTtzQkFBdEIsTUFBTTtnQkFDMkIsZ0JBQWdCO3NCQUFqRCxNQUFNO3VCQUFDLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRW1iZWRkZWRWaWV3UmVmLFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBpbmplY3QsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIFBMQVRGT1JNX0lELFxuICAgIFRlbXBsYXRlUmVmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdERpYWxvZyB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uRW5kLCBSb3V0ZXIsIFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBmaWx0ZXIgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEJ1dHRvblR5cGUsIExvZ29UeXBlIH0gZnJvbSAnLi4vLi4vLi4vRW51bSc7XG5pbXBvcnQge1xuICAgIEJhYnlsb25CdXR0b25JLFxuICAgIEJhYnlsb25JbWFnZUksXG4gICAgQmFieWxvbk1lbnVCdXR0b25JLFxuICAgIEJhYnlsb25NZW51SW5mb0ksXG4gICAgQmFieWxvblRleHRJbmZvSSxcbn0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBTY3JlZW5TaXplclNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uRW5naW5lQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFieWxvbi1lbmdpbmUnO1xuaW1wb3J0IHsgQmFieWxvbk1lbnVNb2RhbENvbXBvbmVudCB9IGZyb20gJy4uL2JhYnlsb24tbWVudS1tb2RhbC9iYWJ5bG9uLW1lbnUtbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IEJhYnlsb25OZXdzbGV0dGVyQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFieWxvbi1uZXdzbGV0dGVyL2JhYnlsb24tbmV3c2xldHRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFieWxvbk9mZmVyUG9wdXBDb21wb25lbnQgfSBmcm9tICcuLi9iYWJ5bG9uLW9mZmVyLXBvcHVwL2JhYnlsb24tb2ZmZXItcG9wdXAuY29tcG9uZW50JztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWhlYWRlci1jbGVhci12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLCBDb21tb25Nb2R1bGUsIEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1oZWFkZXItY2xlYXItdjIuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uSGVhZGVyQ2xlYXJWMkNvbXBvbmVudCB7XG4gICAgQElucHV0KCkgaGVhZGVyRml4ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpIGxvZ29zPzogUmVjb3JkPExvZ29UeXBlLCBCYWJ5bG9uSW1hZ2VJIHwgdW5kZWZpbmVkPjtcbiAgICBASW5wdXQoKSBsaW5rTG9nbz86IEJhYnlsb25CdXR0b25JO1xuICAgIEBJbnB1dCgpIGxhbmc/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbWVudT86IEJhYnlsb25NZW51QnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIG1lbnVJbmZvPzogQmFieWxvbk1lbnVJbmZvSTtcbiAgICBASW5wdXQoKSBidG5Cb29rPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgZW5naW5lUmVmPzogVGVtcGxhdGVSZWY8RW1iZWRkZWRWaWV3UmVmPEJhYnlsb25FbmdpbmVDb21wb25lbnQ+PjtcbiAgICBASW5wdXQoKSBlbmdpbmVTaG93ID0gZmFsc2U7XG4gICAgQElucHV0KCkgYnV0dG9uU2hvdyA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIG11bHRpcGxlTW90b3JzTW9kYWw/OiBib29sZWFuO1xuICAgIEBJbnB1dCgpIGVuZ2luZUV4dGVybj86IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBASW5wdXQoKSBsaW5rcz86IEJhYnlsb25NZW51QnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIHNob3A/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgYnV0dG9ucz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgaGVhZGVyQnV0dG9uc01vZGFsQnV0dG9ucz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgdGV4dHM/OiBCYWJ5bG9uVGV4dEluZm9JO1xuXG4gICAgQE91dHB1dCgpIG9wZW5FbmdpbmUgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgXG4gICAgLyogICAgXG4gICAgICAgIEBPdXRwdXQoKSBvcGVuTmV3cyA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICAgICAgQE91dHB1dCgpIG1vZGFsQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcbiAgICAgICAgQE91dHB1dCgpIGFuY2hvckNsaWNrZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG4gICAgICAgIEBPdXRwdXQoKSBvcGVuTW9kYWxNdWx0TW90b3JzID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpOyAqL1xuXG4gICAgQE91dHB1dCgpIG9wZW5MYW5ndWFnZXMgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgQE91dHB1dCgnb3BlbkhlYWRlckJ1dHRvbnNNb2RhbCcpIG9wZW5CdXR0b25zTW9kYWwgPVxuICAgICAgICBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgICBwcml2YXRlIHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgZGlhbG9nOiBNYXREaWFsb2csXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgc2NyZWVuU2l6ZXI6IFNjcmVlblNpemVyU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSByb3V0ZXI6IFJvdXRlclxuICAgICkge1xuICAgICAgICB0aGlzLnJvdXRlci5ldmVudHNcbiAgICAgICAgICAgIC5waXBlKGZpbHRlcigoZSk6IGUgaXMgTmF2aWdhdGlvbkVuZCA9PiBlIGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCkpXG4gICAgICAgICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLmRpYWxvZy5jbG9zZUFsbCgpO1xuICAgICAgICAgICAgfSk7XG5cbiAgICAgICAgICAgIGNvbnNvbGUubG9nKCd0aGlzLnRleHRzJyx0aGlzLnRleHRzKVxuICAgIH1cblxuICAgIG9wZW5FbmdpbmVNb2RhbFYyKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZW5naW5lRXh0ZXJuKSB7XG4gICAgICAgICAgICB0aGlzLm9wZW5FbmdpbmUuZW1pdCgpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5saW5rcyAmJiB0aGlzLmxpbmtzPy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMubGlua3MuZm9yRWFjaCgobGluaykgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGxpbmsubGFiZWwgPT09IEJ1dHRvblR5cGUuQm9va05vdykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpbmRvdy5vcGVuKGxpbms/LnVybCwgJ19ibGFuaycpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBvcGVuTGFuZ3VhZ2VzTW9kYWwoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub3Blbkxhbmd1YWdlcy5lbWl0KCk7XG4gICAgfVxuXG4gICAgb3BlbkhlYWRlckJ1dHRvbnNNb2RhbCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmhhc0hlYWRlckJ1dHRvbnNNb2RhbCkgcmV0dXJuO1xuXG4gICAgICAgIHRoaXMub3BlbkJ1dHRvbnNNb2RhbC5lbWl0KCk7XG4gICAgfVxuICAgIGdldCBoYXNIZWFkZXJCdXR0b25zTW9kYWwoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiAodGhpcy5oZWFkZXJCdXR0b25zTW9kYWxCdXR0b25zPy5sZW5ndGggPz8gMCkgPiAxO1xuICAgIH1cblxuICAgIG9wZW5NZW51TW9kYWwoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGRpYWxvZ1JlZiA9IHRoaXMuZGlhbG9nLm9wZW4oQmFieWxvbk1lbnVNb2RhbENvbXBvbmVudCwge1xuICAgICAgICAgICAgd2lkdGg6ICcxMDB2dycsXG4gICAgICAgICAgICBoZWlnaHQ6ICcxMDB2aCcsXG4gICAgICAgICAgICBtYXhXaWR0aDogJzEwMHZ3JyxcbiAgICAgICAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxuICAgICAgICB9KTtcblxuICAgICAgICBkaWFsb2dSZWYuY29tcG9uZW50SW5zdGFuY2UubWVudSA9IHRoaXMubWVudTtcbiAgICAgICAgZGlhbG9nUmVmLmNvbXBvbmVudEluc3RhbmNlLmltZ3MgPSB0aGlzLm1lbnVJbmZvPy5pbWdzO1xuICAgICAgICAvKiBkaWFsb2dSZWYuY29tcG9uZW50SW5zdGFuY2UubGlua3MgPSB0aGlzLmxhbmd1YWdlc0RhdGE/Lml0ZW1zO1xuICAgICAgICBkaWFsb2dSZWYuY29tcG9uZW50SW5zdGFuY2UubWF4SXRlbXNUb3AgPSB0aGlzLmxhbmd1YWdlc0RhdGE/LnNlbGVjdGVkOyAqL1xuICAgIH1cblxuICAgIG9wZW5PZmZlcigpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGlhbG9nUmVmID0gdGhpcy5kaWFsb2cub3BlbihCYWJ5bG9uT2ZmZXJQb3B1cENvbXBvbmVudCwge1xuICAgICAgICAgICAgd2lkdGg6IHRoaXMuc2NyZWVuU2l6ZXIubWluTWVkaXVtVGFibGV0KCkgPyAnNjUlJyA6ICc5NXZ3JyxcbiAgICAgICAgICAgIGhlaWdodDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICc4MCUnIDogJzg1dmgnLFxuICAgICAgICAgICAgbWF4SGVpZ2h0OiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzcxNHB4JyA6ICcxMDB2aCcsXG4gICAgICAgICAgICBtYXhXaWR0aDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICcxMDAwcHgnIDogJzEwMHZ3JyxcbiAgICAgICAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxuICAgICAgICAgICAgcGFuZWxDbGFzczogJ25ld3NsZXR0ZXInLFxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBvcGVuTmV3c2xldHRlcigpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGlhbG9nUmVmID0gdGhpcy5kaWFsb2cub3BlbihCYWJ5bG9uTmV3c2xldHRlckNvbXBvbmVudCwge1xuICAgICAgICAgICAgd2lkdGg6IHRoaXMuc2NyZWVuU2l6ZXIubWluTWVkaXVtVGFibGV0KCkgPyAnNjUlJyA6ICc5NXZ3JyxcbiAgICAgICAgICAgIGhlaWdodDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICc4MCUnIDogJzg1dmgnLFxuICAgICAgICAgICAgbWF4SGVpZ2h0OiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzcxNHB4JyA6ICcxMDB2aCcsXG4gICAgICAgICAgICBtYXhXaWR0aDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICcxMDAwcHgnIDogJzEwMHZ3JyxcbiAgICAgICAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxuICAgICAgICAgICAgcGFuZWxDbGFzczogJ25ld3NsZXR0ZXInLFxuICAgICAgICB9KTtcbiAgICB9XG59XG4iLCI8aGVhZGVyIGNsYXNzPVwiaGVhZGVyIGNzX3N0aWNreV9oZWFkZXIgZml4ZWRfaGVhZGVyXCIgaWQ9XCJoZWFkZXJDbGVhclYyXCI+XG4gICAgPGRpdiBjbGFzcz1cImhlYWRlcl9fbG9nb1wiPlxuICAgICAgICA8YSBocmVmPVwiL2VzL2hvbWVcIj5cbiAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIiBjbGFzcz1cImhlYWRlcl9fbG9nby0taW1nXCI+XG4gICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9ibGFuY28tbG9nby5zdmcjYmxhbmNvLWxvZ29cIlxuICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICA8L2E+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImhlYWRlcl9fbmF2LS1kZXNrdG9wXCI+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LWxhbmcganMtYWN0aXZlLW1vZGFsXCJcbiAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cImxhbmd1YWdlXCJcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9wZW5MYW5ndWFnZXNNb2RhbCgpXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtLWFycm93XCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8dXNlIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tYXJyb3cuc3ZnI2ljb24tYXJyb3dcIj48L3VzZT5cbiAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgPHNwYW4+e3t0ZXh0cz8uYmFieWxvbkxhbmd1YWdlVHh0fX08L3NwYW4+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtbWVudSBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwibWVudVwiXG4gICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIChjbGljayk9XCJvcGVuTWVudU1vZGFsKClcIlxuICAgICAgICAgICAgPk1lbnU8L3NwYW5cbiAgICAgICAgPlxuICAgICAgICA8c3BhblxuICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1ib29rIGpzLWFjdGl2ZS1tb2RhbFwiXG4gICAgICAgICAgICBkYXRhLW1vZGFsX25hbWU9XCJyZXNlcnZhclwiXG4gICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIChjbGljayk9XCJvcGVuRW5naW5lTW9kYWxWMigpXCJcbiAgICAgICAgICAgID5Cb29rPC9zcGFuXG4gICAgICAgID5cblxuICAgICAgICBAaWYgKGJ1dHRvbnM/LlswXTsgYXMgaGVhZGVyQnV0dG9uKSB7XG4gICAgICAgICAgICBAaWYgKGhhc0hlYWRlckJ1dHRvbnNNb2RhbCkge1xuICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtY2x1YiBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLW1vZGFsX25hbWU9XCJoZWFkZXJCdXR0b25zTW9kYWxcIlxuICAgICAgICAgICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9wZW5IZWFkZXJCdXR0b25zTW9kYWwoKVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBoZWFkZXJCdXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LS1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZWFkZXJfX25hdi1jbHViXCIgcm9sZT1cImJ1dHRvblwiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaGVhZGVyQnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaGVhZGVyQnV0dG9uLmxpbmtUeXBlIHx8IGhlYWRlckJ1dHRvbi5saW5rX3R5cGUgfHwgJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIudGFyZ2V0XT1cImhlYWRlckJ1dHRvbi50YXJnZXQgfHwgbnVsbFwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGhlYWRlckJ1dHRvbi5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LS1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJfX25hdi0tbW9iaWxlXCI+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LW1lbnUganMtYWN0aXZlLW1vZGFsXCJcbiAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cIm1lbnVcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwib3Blbk1lbnVNb2RhbCgpXCJcbiAgICAgICAgICAgID5NZW51PC9zcGFuXG4gICAgICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtYm9vayBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwicmVzZXJ2YXJcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwib3BlbkVuZ2luZU1vZGFsVjIoKVwiXG4gICAgICAgICAgICA+Qm9vazwvc3BhblxuICAgICAgICA+XG4gICAgICAgIDx1bCBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzXCI+XG4gICAgICAgICAgICA8IS0tIGhlYWRlcl9fbmF2LWxpbmtzLS1jdXJyZW50Q29sb3IgLS0+XG4gICAgICAgICAgICA8bGlcbiAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzLS1pdGVtIGpzLWFjdGl2ZS1tb2RhbFwiXG4gICAgICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwibGFuZ3VhZ2VcIlxuICAgICAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuTGFuZ3VhZ2VzTW9kYWwoKVwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWljb25cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1nbG9iZS5zdmcjaWNvbi1nbG9iZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8IS0tIDxsaSBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzLS1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCIgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taWNvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaHJlZj1cIiNpY29uLXdoYXRzYXBwXCI+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgIDwvbGk+IC0tPlxuICAgICAgICAgICAgPCEtLSA8bGkgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taXRlbSAganMtYWN0aXZlLW1vZGFsXCIgZGF0YS1tb2RhbF9uYW1lPVwibmV3c2xldHRlclwiPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGZvY3VzYWJsZT1cImZhbHNlXCIgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taWNvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBocmVmPVwiI2ljb24tZW52ZWxvcGVcIj48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPC9saT4gLS0+XG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taXRlbVwiPlxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIvXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzLS1pY29uXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tdXNlci5zdmcjaWNvbi11c2VyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaSBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzLS1pdGVtXCI+XG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cInRlbDonKzM0IDk3MSAzMjggNDUxJ1wiPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taWNvblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWNhbGwuc3ZnI2ljb24tY2FsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgIDwvdWw+XG4gICAgPC9kaXY+XG48L2hlYWRlcj5cbiJdfQ==
167
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkZXItY2xlYXItdjIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mi9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFFVCxZQUFZLEVBQ1osTUFBTSxFQUNOLEtBQUssRUFDTCxNQUFNLEVBQ04sV0FBVyxHQUVkLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxhQUFhLEVBQVUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDdEUsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUM5QixPQUFPLEVBQUUsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBVXJELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQy9GLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDOzs7OztBQVU3RixNQUFNLE9BQU8sNkJBQTZCO0lBa0N0QyxZQUNxQixNQUFpQixFQUNqQixXQUErQixFQUMvQixN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QUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLG1CQUFtQjtzQkFBM0IsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLHlCQUF5QjtzQkFBakMsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBRUksVUFBVTtzQkFBbkIsTUFBTTtnQkFRRyxhQUFhO3NCQUF0QixNQUFNO2dCQUMyQixnQkFBZ0I7c0JBQWpELE1BQU07dUJBQUMsd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlLCBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBFbWJlZGRlZFZpZXdSZWYsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBPdXRwdXQsXG4gICAgUExBVEZPUk1fSUQsXG4gICAgVGVtcGxhdGVSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcbmltcG9ydCB7IE5hdmlnYXRpb25FbmQsIFJvdXRlciwgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IGZpbHRlciB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgQnV0dG9uVHlwZSwgTG9nb1R5cGUgfSBmcm9tICcuLi8uLi8uLi9FbnVtJztcbmltcG9ydCB7XG4gICAgQmFieWxvbkJ1dHRvbkksXG4gICAgQmFieWxvbkltYWdlSSxcbiAgICBCYWJ5bG9uTWVudUJ1dHRvbkksXG4gICAgQmFieWxvbk1lbnVJbmZvSSxcbiAgICBCYWJ5bG9uVGV4dEluZm9JLFxufSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IFNjcmVlblNpemVyU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzJztcbmltcG9ydCB7IEJhYnlsb25FbmdpbmVDb21wb25lbnQgfSBmcm9tICcuLi9iYWJ5bG9uLWVuZ2luZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTWVudU1vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFieWxvbi1tZW51LW1vZGFsL2JhYnlsb24tbWVudS1tb2RhbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFieWxvbk5ld3NsZXR0ZXJDb21wb25lbnQgfSBmcm9tICcuLi9iYWJ5bG9uLW5ld3NsZXR0ZXIvYmFieWxvbi1uZXdzbGV0dGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCYWJ5bG9uT2ZmZXJQb3B1cENvbXBvbmVudCB9IGZyb20gJy4uL2JhYnlsb24tb2ZmZXItcG9wdXAvYmFieWxvbi1vZmZlci1wb3B1cC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taGVhZGVyLWNsZWFyLXYyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtSb3V0ZXJNb2R1bGUsIENvbW1vbk1vZHVsZSwgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1oZWFkZXItY2xlYXItdjIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mi5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25IZWFkZXJDbGVhclYyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBoZWFkZXJGaXhlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gICAgQElucHV0KCkgbG9nb3M/OiBSZWNvcmQ8TG9nb1R5cGUsIEJhYnlsb25JbWFnZUkgfCB1bmRlZmluZWQ+O1xuICAgIEBJbnB1dCgpIGxpbmtMb2dvPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgbGFuZz86IHN0cmluZztcbiAgICBASW5wdXQoKSBtZW51PzogQmFieWxvbk1lbnVCdXR0b25JW107XG4gICAgQElucHV0KCkgbWVudUluZm8/OiBCYWJ5bG9uTWVudUluZm9JO1xuICAgIEBJbnB1dCgpIGJ0bkJvb2s/OiBCYWJ5bG9uQnV0dG9uSTtcbiAgICBASW5wdXQoKSBlbmdpbmVSZWY/OiBUZW1wbGF0ZVJlZjxFbWJlZGRlZFZpZXdSZWY8QmFieWxvbkVuZ2luZUNvbXBvbmVudD4+O1xuICAgIEBJbnB1dCgpIGVuZ2luZVNob3cgPSBmYWxzZTtcbiAgICBASW5wdXQoKSBidXR0b25TaG93ID0gZmFsc2U7XG4gICAgQElucHV0KCkgbXVsdGlwbGVNb3RvcnNNb2RhbD86IGJvb2xlYW47XG4gICAgQElucHV0KCkgZW5naW5lRXh0ZXJuPzogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIGxpbmtzPzogQmFieWxvbk1lbnVCdXR0b25JW107XG4gICAgQElucHV0KCkgc2hvcD86IHN0cmluZztcbiAgICBASW5wdXQoKSBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBASW5wdXQoKSBoZWFkZXJCdXR0b25zTW9kYWxCdXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG5cbiAgICBAT3V0cHV0KCkgb3BlbkVuZ2luZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICBcbiAgICAvKiAgICBcbiAgICAgICAgQE91dHB1dCgpIG9wZW5OZXdzID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgICAgICBAT3V0cHV0KCkgbW9kYWxDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICAgICAgICBAT3V0cHV0KCkgYW5jaG9yQ2xpY2tlZCA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcbiAgICAgICAgQE91dHB1dCgpIG9wZW5Nb2RhbE11bHRNb3RvcnMgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7ICovXG5cbiAgICBAT3V0cHV0KCkgb3Blbkxhbmd1YWdlcyA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICBAT3V0cHV0KCdvcGVuSGVhZGVyQnV0dG9uc01vZGFsJykgb3BlbkJ1dHRvbnNNb2RhbCA9XG4gICAgICAgIG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICAgIHByaXZhdGUgcGxhdGZvcm1JZCA9IGluamVjdChQTEFURk9STV9JRCk7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBkaWFsb2c6IE1hdERpYWxvZyxcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBzY3JlZW5TaXplcjogU2NyZWVuU2l6ZXJTZXJ2aWNlLFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IHJvdXRlcjogUm91dGVyXG4gICAgKSB7XG4gICAgICAgIHRoaXMucm91dGVyLmV2ZW50c1xuICAgICAgICAgICAgLnBpcGUoZmlsdGVyKChlKTogZSBpcyBOYXZpZ2F0aW9uRW5kID0+IGUgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uRW5kKSlcbiAgICAgICAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuZGlhbG9nLmNsb3NlQWxsKCk7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgY29uc29sZS5sb2coJ3RoaXMudGV4dHMnLHRoaXMudGV4dHMpXG4gICAgfVxuXG4gICAgb3BlbkVuZ2luZU1vZGFsVjIoKTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5lbmdpbmVFeHRlcm4pIHtcbiAgICAgICAgICAgIHRoaXMub3BlbkVuZ2luZS5lbWl0KCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBpZiAoaXNQbGF0Zm9ybUJyb3dzZXIodGhpcy5wbGF0Zm9ybUlkKSkge1xuICAgICAgICAgICAgICAgIGlmICh0aGlzLmxpbmtzICYmIHRoaXMubGlua3M/Lmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5saW5rcy5mb3JFYWNoKChsaW5rKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAobGluay5sYWJlbCA9PT0gQnV0dG9uVHlwZS5Cb29rTm93KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2luZG93Lm9wZW4obGluaz8udXJsLCAnX2JsYW5rJyk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgIG9wZW5MYW5ndWFnZXNNb2RhbCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vcGVuTGFuZ3VhZ2VzLmVtaXQoKTtcbiAgICB9XG5cbiAgICBvcGVuSGVhZGVyQnV0dG9uc01vZGFsKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuaGFzSGVhZGVyQnV0dG9uc01vZGFsKSByZXR1cm47XG5cbiAgICAgICAgdGhpcy5vcGVuQnV0dG9uc01vZGFsLmVtaXQoKTtcbiAgICB9XG4gICAgZ2V0IGhhc0hlYWRlckJ1dHRvbnNNb2RhbCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuICh0aGlzLmhlYWRlckJ1dHRvbnNNb2RhbEJ1dHRvbnM/Lmxlbmd0aCA/PyAwKSA+IDE7XG4gICAgfVxuXG4gICAgZ2V0IGxvZ29IcmVmKCk6IHN0cmluZyB7XG4gICAgICAgIGNvbnN0IGNvbmZpZ3VyZWRVcmwgPVxuICAgICAgICAgICAgdGhpcy5saW5rTG9nbz8udXJsID8/XG4gICAgICAgICAgICB0aGlzLmxpbmtMb2dvPy5saW5rVmFsdWUgPz9cbiAgICAgICAgICAgIHRoaXMubGlua0xvZ28/LmxpbmtfdmFsdWU7XG5cbiAgICAgICAgaWYgKGNvbmZpZ3VyZWRVcmw/LnRyaW0oKSkgcmV0dXJuIGNvbmZpZ3VyZWRVcmwudHJpbSgpO1xuXG4gICAgICAgIGNvbnN0IGN1cnJlbnRMYW5nID0gdGhpcy5sYW5nPy50cmltKCkudG9Mb3dlckNhc2UoKTtcblxuICAgICAgICByZXR1cm4gY3VycmVudExhbmcgPyBgLyR7Y3VycmVudExhbmd9L2AgOiAnLyc7XG4gICAgfVxuXG4gICAgZ2V0IGxvZ29BcmlhTGFiZWwoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMubGlua0xvZ28/LmxhYmVsIHx8IHRoaXMubG9nb0hyZWY7XG4gICAgfVxuXG4gICAgZ2V0IG1lbnVCdXR0b25MYWJlbCgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy50ZXh0cz8uTWVudUJ0biB8fCB0aGlzLnRleHRzPy5tZW51QnRuIHx8ICdNZW51JztcbiAgICB9XG5cbiAgICBnZXQgYm9va0J1dHRvbkxhYmVsKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICB0aGlzLnRleHRzPy5Cb29rQnRuIHx8XG4gICAgICAgICAgICB0aGlzLnRleHRzPy5ib29rQnRuIHx8XG4gICAgICAgICAgICB0aGlzLnRleHRzPy5ib29rVGV4dCB8fFxuICAgICAgICAgICAgJ0Jvb2snXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgb3Blbk1lbnVNb2RhbCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGlhbG9nUmVmID0gdGhpcy5kaWFsb2cub3BlbihCYWJ5bG9uTWVudU1vZGFsQ29tcG9uZW50LCB7XG4gICAgICAgICAgICB3aWR0aDogJzEwMHZ3JyxcbiAgICAgICAgICAgIGhlaWdodDogJzEwMHZoJyxcbiAgICAgICAgICAgIG1heFdpZHRoOiAnMTAwdncnLFxuICAgICAgICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXG4gICAgICAgIH0pO1xuXG4gICAgICAgIGRpYWxvZ1JlZi5jb21wb25lbnRJbnN0YW5jZS5tZW51ID0gdGhpcy5tZW51O1xuICAgICAgICBkaWFsb2dSZWYuY29tcG9uZW50SW5zdGFuY2UuaW1ncyA9IHRoaXMubWVudUluZm8/LmltZ3M7XG4gICAgICAgIC8qIGRpYWxvZ1JlZi5jb21wb25lbnRJbnN0YW5jZS5saW5rcyA9IHRoaXMubGFuZ3VhZ2VzRGF0YT8uaXRlbXM7XG4gICAgICAgIGRpYWxvZ1JlZi5jb21wb25lbnRJbnN0YW5jZS5tYXhJdGVtc1RvcCA9IHRoaXMubGFuZ3VhZ2VzRGF0YT8uc2VsZWN0ZWQ7ICovXG4gICAgfVxuXG4gICAgb3Blbk9mZmVyKCk6IHZvaWQge1xuICAgICAgICBjb25zdCBkaWFsb2dSZWYgPSB0aGlzLmRpYWxvZy5vcGVuKEJhYnlsb25PZmZlclBvcHVwQ29tcG9uZW50LCB7XG4gICAgICAgICAgICB3aWR0aDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICc2NSUnIDogJzk1dncnLFxuICAgICAgICAgICAgaGVpZ2h0OiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzgwJScgOiAnODV2aCcsXG4gICAgICAgICAgICBtYXhIZWlnaHQ6IHRoaXMuc2NyZWVuU2l6ZXIubWluTWVkaXVtVGFibGV0KCkgPyAnNzE0cHgnIDogJzEwMHZoJyxcbiAgICAgICAgICAgIG1heFdpZHRoOiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzEwMDBweCcgOiAnMTAwdncnLFxuICAgICAgICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXG4gICAgICAgICAgICBwYW5lbENsYXNzOiAnbmV3c2xldHRlcicsXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG9wZW5OZXdzbGV0dGVyKCk6IHZvaWQge1xuICAgICAgICBjb25zdCBkaWFsb2dSZWYgPSB0aGlzLmRpYWxvZy5vcGVuKEJhYnlsb25OZXdzbGV0dGVyQ29tcG9uZW50LCB7XG4gICAgICAgICAgICB3aWR0aDogdGhpcy5zY3JlZW5TaXplci5taW5NZWRpdW1UYWJsZXQoKSA/ICc2NSUnIDogJzk1dncnLFxuICAgICAgICAgICAgaGVpZ2h0OiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzgwJScgOiAnODV2aCcsXG4gICAgICAgICAgICBtYXhIZWlnaHQ6IHRoaXMuc2NyZWVuU2l6ZXIubWluTWVkaXVtVGFibGV0KCkgPyAnNzE0cHgnIDogJzEwMHZoJyxcbiAgICAgICAgICAgIG1heFdpZHRoOiB0aGlzLnNjcmVlblNpemVyLm1pbk1lZGl1bVRhYmxldCgpID8gJzEwMDBweCcgOiAnMTAwdncnLFxuICAgICAgICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXG4gICAgICAgICAgICBwYW5lbENsYXNzOiAnbmV3c2xldHRlcicsXG4gICAgICAgIH0pO1xuICAgIH1cbn1cbiIsIjxoZWFkZXIgY2xhc3M9XCJoZWFkZXIgY3Nfc3RpY2t5X2hlYWRlciBmaXhlZF9oZWFkZXJcIiBpZD1cImhlYWRlckNsZWFyVjJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyX19sb2dvXCI+XG4gICAgICAgIDxhXG4gICAgICAgICAgICBbaHJlZl09XCJsb2dvSHJlZlwiXG4gICAgICAgICAgICBbbGlua1R5cGVdPVwibGlua0xvZ28/LmxpbmtUeXBlIHx8IGxpbmtMb2dvPy5saW5rX3R5cGUgfHwgJydcIlxuICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJsb2dvQXJpYUxhYmVsXCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiIGNsYXNzPVwiaGVhZGVyX19sb2dvLS1pbWdcIj5cbiAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2JsYW5jby1sb2dvLnN2ZyNibGFuY28tbG9nb1wiXG4gICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgIDwvYT5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyX19uYXYtLWRlc2t0b3BcIj5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtbGFuZyBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwibGFuZ3VhZ2VcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwib3Blbkxhbmd1YWdlc01vZGFsKClcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi0tYXJyb3dcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDx1c2UgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1hcnJvdy5zdmcjaWNvbi1hcnJvd1wiPjwvdXNlPlxuICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8c3Bhbj57e3RleHRzPy5iYWJ5bG9uTGFuZ3VhZ2VUeHR9fTwvc3Bhbj5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8c3BhblxuICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1tZW51IGpzLWFjdGl2ZS1tb2RhbFwiXG4gICAgICAgICAgICBkYXRhLW1vZGFsX25hbWU9XCJtZW51XCJcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9wZW5NZW51TW9kYWwoKVwiXG4gICAgICAgICAgICA+e3sgbWVudUJ1dHRvbkxhYmVsIH19PC9zcGFuXG4gICAgICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtYm9vayBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgZGF0YS1tb2RhbF9uYW1lPVwicmVzZXJ2YXJcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwib3BlbkVuZ2luZU1vZGFsVjIoKVwiXG4gICAgICAgICAgICA+e3sgYm9va0J1dHRvbkxhYmVsIH19PC9zcGFuXG4gICAgICAgID5cblxuICAgICAgICBAaWYgKGJ1dHRvbnM/LlswXTsgYXMgaGVhZGVyQnV0dG9uKSB7XG4gICAgICAgICAgICBAaWYgKGhhc0hlYWRlckJ1dHRvbnNNb2RhbCkge1xuICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtY2x1YiBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLW1vZGFsX25hbWU9XCJoZWFkZXJCdXR0b25zTW9kYWxcIlxuICAgICAgICAgICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9wZW5IZWFkZXJCdXR0b25zTW9kYWwoKVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBoZWFkZXJCdXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LS1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJoZWFkZXJfX25hdi1jbHViXCIgcm9sZT1cImJ1dHRvblwiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaGVhZGVyQnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaGVhZGVyQnV0dG9uLmxpbmtUeXBlIHx8IGhlYWRlckJ1dHRvbi5saW5rX3R5cGUgfHwgJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIudGFyZ2V0XT1cImhlYWRlckJ1dHRvbi50YXJnZXQgfHwgbnVsbFwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGhlYWRlckJ1dHRvbi5sYWJlbCB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LS1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWFycm93LnN2ZyNpY29uLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJfX25hdi0tbW9iaWxlXCI+XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LW1lbnUganMtYWN0aXZlLW1vZGFsXCJcbiAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cIm1lbnVcIlxuICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAoY2xpY2spPVwib3Blbk1lbnVNb2RhbCgpXCJcbiAgICAgICAgICAgID57eyBtZW51QnV0dG9uTGFiZWwgfX08L3NwYW5cbiAgICAgICAgPlxuICAgICAgICA8c3BhblxuICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1ib29rIGpzLWFjdGl2ZS1tb2RhbFwiXG4gICAgICAgICAgICBkYXRhLW1vZGFsX25hbWU9XCJyZXNlcnZhclwiXG4gICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgIChjbGljayk9XCJvcGVuRW5naW5lTW9kYWxWMigpXCJcbiAgICAgICAgICAgID57eyBib29rQnV0dG9uTGFiZWwgfX08L3NwYW5cbiAgICAgICAgPlxuICAgICAgICA8dWwgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rc1wiPlxuICAgICAgICAgICAgPCEtLSBoZWFkZXJfX25hdi1saW5rcy0tY3VycmVudENvbG9yIC0tPlxuICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taXRlbSBqcy1hY3RpdmUtbW9kYWxcIlxuICAgICAgICAgICAgICAgIGRhdGEtbW9kYWxfbmFtZT1cImxhbmd1YWdlXCJcbiAgICAgICAgICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwib3Blbkxhbmd1YWdlc01vZGFsKClcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImhlYWRlcl9fbmF2LWxpbmtzLS1pY29uXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ2xvYmUuc3ZnI2ljb24tZ2xvYmVcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPCEtLSA8bGkgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGhyZWY9XCIjaWNvbi13aGF0c2FwcFwiPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICA8L2xpPiAtLT5cbiAgICAgICAgICAgIDwhLS0gPGxpIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWl0ZW0gIGpzLWFjdGl2ZS1tb2RhbFwiIGRhdGEtbW9kYWxfbmFtZT1cIm5ld3NsZXR0ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPHN2ZyBhcmlhLWhpZGRlbj1cInRydWVcIiBmb2N1c2FibGU9XCJmYWxzZVwiIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaHJlZj1cIiNpY29uLWVudmVsb3BlXCI+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvbGk+IC0tPlxuICAgICAgICAgICAgPGxpIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWl0ZW1cIj5cbiAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taWNvblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLXVzZXIuc3ZnI2ljb24tdXNlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJoZWFkZXJfX25hdi1saW5rcy0taXRlbVwiPlxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJ0ZWw6JyszNCA5NzEgMzI4IDQ1MSdcIj5cbiAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaGVhZGVyX19uYXYtbGlua3MtLWljb25cIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1jYWxsLnN2ZyNpY29uLWNhbGxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICA8L3VsPlxuICAgIDwvZGl2PlxuPC9oZWFkZXI+XG4iXX0=