ctt-babylon 0.11.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +4 -2
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +1 -1
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.mjs +174 -0
- package/esm2022/lib/components/core/babylon-lis-c2-img-vid/content.json +753 -0
- package/esm2022/lib/components/core/babylon-lis-c2-img-vid/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +3 -3
- package/esm2022/lib/components/core/index.mjs +2 -1
- package/esm2022/lib/components/external/core/c4-sli-c2-txt-img/c4-sli-c2-txt-img.component.mjs +3 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +3 -4
- package/fesm2022/ctt-babylon.mjs +1020 -17
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +2 -1
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +5 -0
- package/lib/components/core/babylon-lis-c2-img-vid/babylon-lis-c2-img-vid.component.d.ts +38 -0
- package/lib/components/core/babylon-lis-c2-img-vid/index.d.ts +1 -0
- package/lib/components/core/index.d.ts +1 -0
- package/lib/styles/styles/babylon/variables.scss +62 -0
- package/package.json +1 -1
|
@@ -8,11 +8,11 @@ export class BabylonWebmapV2Component {
|
|
|
8
8
|
e.preventDefault();
|
|
9
9
|
}
|
|
10
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonWebmapV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonWebmapV2Component, isStandalone: true, selector: "lib-babylon-webmap-v2", inputs: { texts: "texts", multimedia: "multimedia", pages: "pages", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"mapa-web mapa-web--right js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"mapa-web__inner\">\n <div class=\"mapa-web__content\">\n <div class=\"mapa-web__content--inner\">\n @if (texts?.title) {\n <div class=\"mapa-web__heading js-bgHeight-heading\">\n <h2 [innerHTML]=\"texts?.title\"></h2>\n </div>\n }\n <ul class=\"mapa-web__list\">\n @if (pages?.length) {\n @for (link of pages; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n {{ link.url }}\n </a>\n </li>\n }\n }\n </ul>\n </div>\n </div>\n @if (multimedia?.imagenes) {\n <div class=\"mapa-web__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt\"\n />\n </figure>\n </div>\n }\n </div>\n </div>\n</section>\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-whidth: 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%}.mapa-web{padding-block:2.5rem 5rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.mapa-web{padding-block:3rem 6rem}}@media (min-width: 768px){.mapa-web{padding-block:4rem 8rem}}@media (min-width: 1024px){.mapa-web{padding-block:3.9rem 7rem}}@media (min-width: 1280px){.mapa-web{padding-block:12rem 8rem}}@media (min-width: 1366px){.mapa-web{padding-block:11rem 9rem}}@media (min-width: 1680px){.mapa-web{padding-block:8rem 10.1rem}}@media (min-width: 1800px){.mapa-web{padding-block:13.1rem 10rem}}.mapa-web:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.mapa-web__inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (min-width: 540px){.mapa-web__inner{gap:5rem}}@media (min-width: 768px){.mapa-web__inner{gap:7rem}}@media (min-width: 1280px){.mapa-web__inner{flex-direction:row;align-items:flex-start;gap:0}}.mapa-web__image{width:29.8rem;flex:0 0 auto;position:relative;display:none}@media (min-width: 540px){.mapa-web__image{width:42.029rem}}@media (min-width: 768px){.mapa-web__image{width:48.929rem}}@media (min-width: 1280px){.mapa-web__image{display:block;overflow:hidden;width:49.777rem;position:sticky;top:8rem}}@media (min-width: 1280px) and (min-width: 1680px){.mapa-web__image{top:9rem}}@media (min-width: 1366px){.mapa-web__image{width:52.064rem}}@media (min-width: 1680px){.mapa-web__image{width:64.679rem}}@media (min-width: 1800px){.mapa-web__image{width:65.6rem}}.mapa-web__image figure{aspect-ratio:298/268}.mapa-web__graphic--top,.mapa-web__graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.mapa-web__graphic--top,.mapa-web__graphic--bottom{display:block}}.mapa-web__graphic--top{transform:translate(-50%)}@media (min-width: 1280px){.mapa-web__graphic--top{color:var(--cream)}}.mapa-web__graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.mapa-web__content{flex:1 1 100%;width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.mapa-web__content{align-items:flex-start}}.mapa-web__content--inner{max-width:30.9rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.mapa-web__content--inner{max-width:43.3rem}}@media (min-width: 768px){.mapa-web__content--inner{max-width:58.6rem}}@media (min-width: 1280px){.mapa-web__content--inner{max-width:52.4rem}}@media (min-width: 1680px){.mapa-web__content--inner{max-width:65.5rem}}.mapa-web__heading{display:flex;gap:2rem;padding-bottom:3.6rem;align-items:flex-end}@media (min-width: 540px){.mapa-web__heading{padding-bottom:3.4rem}}@media (min-width: 768px){.mapa-web__heading{gap:3rem;padding-bottom:2.7rem}}@media (min-width: 1280px){.mapa-web__heading{padding-top:13.9rem}}@media (min-width: 1366px){.mapa-web__heading{padding-top:15.3rem}}@media (min-width: 1680px){.mapa-web__heading{padding-top:21.1rem}}@media (min-width: 1800px){.mapa-web__heading{padding-top:21.4rem}}.mapa-web__heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.mapa-web__heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.mapa-web__heading h2{font-size:5rem;line-height:1.08}}.mapa-web__heading p{font-size:1.6rem;line-height:1.5;color:var(--primary)}@media (min-width: 540px){.mapa-web__heading p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__heading p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.mapa-web__heading p{font-size:2rem;line-height:1.7}}.mapa-web__list li{position:relative;padding-block:3.5rem;padding-left:1.4rem;border-bottom:1px solid var(--grey);color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.mapa-web__list li{padding-block:4rem;font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__list li{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 768px) and (max-width: 1279.98px){.mapa-web__list li{padding-block:4.1rem}}@media (min-width: 1280px){.mapa-web__list li{font-size:2rem;line-height:1.7}}.mapa-web__list li a{transition:all .5s}.mapa-web__list li:before{content:\"\";position:absolute;width:.3rem;height:.3rem;border-radius:100vw;background:var(--primary);opacity:.8;top:50%;left:0;transform:translateY(-50%);margin-top:.1rem}.mapa-web__list:hover li a{opacity:.6}.mapa-web__list:hover li a:hover{opacity:1}@media (min-width: 1280px){.mapa-web--right .mapa-web__inner{flex-direction:row-reverse}}@media (min-width: 1280px){.mapa-web--right .mapa-web__content{align-items:flex-end}}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonWebmapV2Component, isStandalone: true, selector: "lib-babylon-webmap-v2", inputs: { texts: "texts", multimedia: "multimedia", pages: "pages", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"mapa-web mapa-web--right js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"mapa-web__inner\">\n <div class=\"mapa-web__content\">\n <div class=\"mapa-web__content--inner\">\n @if (texts?.title) {\n <div class=\"mapa-web__heading js-bgHeight-heading\">\n <h2 [innerHTML]=\"texts?.title\"></h2>\n </div>\n }\n <ul class=\"mapa-web__list\">\n @if (pages?.length) {\n @for (link of pages; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n {{ link.url }}\n </a>\n </li>\n }\n }\n </ul>\n </div>\n </div>\n @if (multimedia?.imagenes) {\n <div class=\"mapa-web__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt\"\n />\n </figure>\n </div>\n }\n </div>\n </div>\n</section>\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-whidth: 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%}.mapa-web{padding-block:2.5rem 5rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.mapa-web{padding-block:3rem 6rem}}@media (min-width: 768px){.mapa-web{padding-block:4rem 8rem}}@media (min-width: 1024px){.mapa-web{padding-block:3.9rem 7rem}}@media (min-width: 1280px){.mapa-web{padding-block:12rem 8rem}}@media (min-width: 1366px){.mapa-web{padding-block:11rem 9rem}}@media (min-width: 1680px){.mapa-web{padding-block:8rem 10.1rem}}@media (min-width: 1800px){.mapa-web{padding-block:13.1rem 10rem}}.mapa-web:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.mapa-web__inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (min-width: 540px){.mapa-web__inner{gap:5rem}}@media (min-width: 768px){.mapa-web__inner{gap:7rem}}@media (min-width: 1280px){.mapa-web__inner{flex-direction:row;align-items:flex-start;gap:0}}.mapa-web__image{width:29.8rem;flex:0 0 auto;position:relative;display:none}@media (min-width: 540px){.mapa-web__image{width:42.029rem}}@media (min-width: 768px){.mapa-web__image{width:48.929rem}}@media (min-width: 1280px){.mapa-web__image{display:block;overflow:hidden;width:49.777rem;position:sticky;top:8.6rem}}@media (min-width: 1280px) and (min-width: 1680px){.mapa-web__image{top:9rem}}@media (min-width: 1366px){.mapa-web__image{width:52.064rem}}@media (min-width: 1680px){.mapa-web__image{width:64.679rem}}@media (min-width: 1800px){.mapa-web__image{width:65.6rem}}.mapa-web__image figure{aspect-ratio:298/268}.mapa-web__graphic--top,.mapa-web__graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.mapa-web__graphic--top,.mapa-web__graphic--bottom{display:block}}.mapa-web__graphic--top{transform:translate(-50%)}@media (min-width: 1280px){.mapa-web__graphic--top{color:var(--cream)}}.mapa-web__graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.mapa-web__content{flex:1 1 100%;width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.mapa-web__content{align-items:flex-start}}.mapa-web__content--inner{max-width:30.9rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.mapa-web__content--inner{max-width:43.3rem}}@media (min-width: 768px){.mapa-web__content--inner{max-width:58.6rem}}@media (min-width: 1280px){.mapa-web__content--inner{max-width:52.4rem}}@media (min-width: 1680px){.mapa-web__content--inner{max-width:65.5rem}}.mapa-web__heading{display:flex;gap:2rem;padding-bottom:3.6rem;align-items:flex-end}@media (min-width: 540px){.mapa-web__heading{padding-bottom:3.4rem}}@media (min-width: 768px){.mapa-web__heading{gap:3rem;padding-bottom:2.7rem}}@media (min-width: 1280px){.mapa-web__heading{padding-top:13.9rem}}@media (min-width: 1366px){.mapa-web__heading{padding-top:15.3rem}}@media (min-width: 1680px){.mapa-web__heading{padding-top:21.1rem}}@media (min-width: 1800px){.mapa-web__heading{padding-top:21.4rem}}.mapa-web__heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.mapa-web__heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.mapa-web__heading h2{font-size:5rem;line-height:1.08}}.mapa-web__heading p{font-size:1.6rem;line-height:1.5;color:var(--primary)}@media (min-width: 540px){.mapa-web__heading p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__heading p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.mapa-web__heading p{font-size:2rem;line-height:1.7}}.mapa-web__list li{position:relative;padding-block:3.5rem;padding-left:1.4rem;border-bottom:1px solid var(--grey);color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.mapa-web__list li{padding-block:4rem;font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__list li{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 768px) and (max-width: 1279.98px){.mapa-web__list li{padding-block:4.1rem}}@media (min-width: 1280px){.mapa-web__list li{font-size:2rem;line-height:1.7}}.mapa-web__list li a{transition:all .5s}.mapa-web__list li:before{content:\"\";position:absolute;width:.3rem;height:.3rem;border-radius:100vw;background:var(--primary);opacity:.8;top:50%;left:0;transform:translateY(-50%);margin-top:.1rem}.mapa-web__list:hover li a{opacity:.6}.mapa-web__list:hover li a:hover{opacity:1}@media (min-width: 1280px){.mapa-web--right .mapa-web__inner{flex-direction:row-reverse}}@media (min-width: 1280px){.mapa-web--right .mapa-web__content{align-items:flex-end}}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
12
12
|
}
|
|
13
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonWebmapV2Component, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
|
-
args: [{ selector: 'lib-babylon-webmap-v2', standalone: true, imports: [RouterModule, BabylonDynamicHeadingComponent], template: "<section class=\"mapa-web mapa-web--right js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"mapa-web__inner\">\n <div class=\"mapa-web__content\">\n <div class=\"mapa-web__content--inner\">\n @if (texts?.title) {\n <div class=\"mapa-web__heading js-bgHeight-heading\">\n <h2 [innerHTML]=\"texts?.title\"></h2>\n </div>\n }\n <ul class=\"mapa-web__list\">\n @if (pages?.length) {\n @for (link of pages; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n {{ link.url }}\n </a>\n </li>\n }\n }\n </ul>\n </div>\n </div>\n @if (multimedia?.imagenes) {\n <div class=\"mapa-web__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt\"\n />\n </figure>\n </div>\n }\n </div>\n </div>\n</section>\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-whidth: 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%}.mapa-web{padding-block:2.5rem 5rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.mapa-web{padding-block:3rem 6rem}}@media (min-width: 768px){.mapa-web{padding-block:4rem 8rem}}@media (min-width: 1024px){.mapa-web{padding-block:3.9rem 7rem}}@media (min-width: 1280px){.mapa-web{padding-block:12rem 8rem}}@media (min-width: 1366px){.mapa-web{padding-block:11rem 9rem}}@media (min-width: 1680px){.mapa-web{padding-block:8rem 10.1rem}}@media (min-width: 1800px){.mapa-web{padding-block:13.1rem 10rem}}.mapa-web:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.mapa-web__inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (min-width: 540px){.mapa-web__inner{gap:5rem}}@media (min-width: 768px){.mapa-web__inner{gap:7rem}}@media (min-width: 1280px){.mapa-web__inner{flex-direction:row;align-items:flex-start;gap:0}}.mapa-web__image{width:29.8rem;flex:0 0 auto;position:relative;display:none}@media (min-width: 540px){.mapa-web__image{width:42.029rem}}@media (min-width: 768px){.mapa-web__image{width:48.929rem}}@media (min-width: 1280px){.mapa-web__image{display:block;overflow:hidden;width:49.777rem;position:sticky;top:8rem}}@media (min-width: 1280px) and (min-width: 1680px){.mapa-web__image{top:9rem}}@media (min-width: 1366px){.mapa-web__image{width:52.064rem}}@media (min-width: 1680px){.mapa-web__image{width:64.679rem}}@media (min-width: 1800px){.mapa-web__image{width:65.6rem}}.mapa-web__image figure{aspect-ratio:298/268}.mapa-web__graphic--top,.mapa-web__graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.mapa-web__graphic--top,.mapa-web__graphic--bottom{display:block}}.mapa-web__graphic--top{transform:translate(-50%)}@media (min-width: 1280px){.mapa-web__graphic--top{color:var(--cream)}}.mapa-web__graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.mapa-web__content{flex:1 1 100%;width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.mapa-web__content{align-items:flex-start}}.mapa-web__content--inner{max-width:30.9rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.mapa-web__content--inner{max-width:43.3rem}}@media (min-width: 768px){.mapa-web__content--inner{max-width:58.6rem}}@media (min-width: 1280px){.mapa-web__content--inner{max-width:52.4rem}}@media (min-width: 1680px){.mapa-web__content--inner{max-width:65.5rem}}.mapa-web__heading{display:flex;gap:2rem;padding-bottom:3.6rem;align-items:flex-end}@media (min-width: 540px){.mapa-web__heading{padding-bottom:3.4rem}}@media (min-width: 768px){.mapa-web__heading{gap:3rem;padding-bottom:2.7rem}}@media (min-width: 1280px){.mapa-web__heading{padding-top:13.9rem}}@media (min-width: 1366px){.mapa-web__heading{padding-top:15.3rem}}@media (min-width: 1680px){.mapa-web__heading{padding-top:21.1rem}}@media (min-width: 1800px){.mapa-web__heading{padding-top:21.4rem}}.mapa-web__heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.mapa-web__heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.mapa-web__heading h2{font-size:5rem;line-height:1.08}}.mapa-web__heading p{font-size:1.6rem;line-height:1.5;color:var(--primary)}@media (min-width: 540px){.mapa-web__heading p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__heading p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.mapa-web__heading p{font-size:2rem;line-height:1.7}}.mapa-web__list li{position:relative;padding-block:3.5rem;padding-left:1.4rem;border-bottom:1px solid var(--grey);color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.mapa-web__list li{padding-block:4rem;font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__list li{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 768px) and (max-width: 1279.98px){.mapa-web__list li{padding-block:4.1rem}}@media (min-width: 1280px){.mapa-web__list li{font-size:2rem;line-height:1.7}}.mapa-web__list li a{transition:all .5s}.mapa-web__list li:before{content:\"\";position:absolute;width:.3rem;height:.3rem;border-radius:100vw;background:var(--primary);opacity:.8;top:50%;left:0;transform:translateY(-50%);margin-top:.1rem}.mapa-web__list:hover li a{opacity:.6}.mapa-web__list:hover li a:hover{opacity:1}@media (min-width: 1280px){.mapa-web--right .mapa-web__inner{flex-direction:row-reverse}}@media (min-width: 1280px){.mapa-web--right .mapa-web__content{align-items:flex-end}}\n"] }]
|
|
15
|
+
args: [{ selector: 'lib-babylon-webmap-v2', standalone: true, imports: [RouterModule, BabylonDynamicHeadingComponent], template: "<section class=\"mapa-web mapa-web--right js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"mapa-web__inner\">\n <div class=\"mapa-web__content\">\n <div class=\"mapa-web__content--inner\">\n @if (texts?.title) {\n <div class=\"mapa-web__heading js-bgHeight-heading\">\n <h2 [innerHTML]=\"texts?.title\"></h2>\n </div>\n }\n <ul class=\"mapa-web__list\">\n @if (pages?.length) {\n @for (link of pages; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [href]=\"link.url\"\n [routerLink]=\"link.url\"\n (click)=\"linkClick($event)\"\n >\n {{ link.url }}\n </a>\n </li>\n }\n }\n </ul>\n </div>\n </div>\n @if (multimedia?.imagenes) {\n <div class=\"mapa-web__image\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"mapa-web__graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt\"\n />\n </figure>\n </div>\n }\n </div>\n </div>\n</section>\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-whidth: 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%}.mapa-web{padding-block:2.5rem 5rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.mapa-web{padding-block:3rem 6rem}}@media (min-width: 768px){.mapa-web{padding-block:4rem 8rem}}@media (min-width: 1024px){.mapa-web{padding-block:3.9rem 7rem}}@media (min-width: 1280px){.mapa-web{padding-block:12rem 8rem}}@media (min-width: 1366px){.mapa-web{padding-block:11rem 9rem}}@media (min-width: 1680px){.mapa-web{padding-block:8rem 10.1rem}}@media (min-width: 1800px){.mapa-web{padding-block:13.1rem 10rem}}.mapa-web:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.mapa-web__inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:4rem}@media (min-width: 540px){.mapa-web__inner{gap:5rem}}@media (min-width: 768px){.mapa-web__inner{gap:7rem}}@media (min-width: 1280px){.mapa-web__inner{flex-direction:row;align-items:flex-start;gap:0}}.mapa-web__image{width:29.8rem;flex:0 0 auto;position:relative;display:none}@media (min-width: 540px){.mapa-web__image{width:42.029rem}}@media (min-width: 768px){.mapa-web__image{width:48.929rem}}@media (min-width: 1280px){.mapa-web__image{display:block;overflow:hidden;width:49.777rem;position:sticky;top:8.6rem}}@media (min-width: 1280px) and (min-width: 1680px){.mapa-web__image{top:9rem}}@media (min-width: 1366px){.mapa-web__image{width:52.064rem}}@media (min-width: 1680px){.mapa-web__image{width:64.679rem}}@media (min-width: 1800px){.mapa-web__image{width:65.6rem}}.mapa-web__image figure{aspect-ratio:298/268}.mapa-web__graphic--top,.mapa-web__graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.mapa-web__graphic--top,.mapa-web__graphic--bottom{display:block}}.mapa-web__graphic--top{transform:translate(-50%)}@media (min-width: 1280px){.mapa-web__graphic--top{color:var(--cream)}}.mapa-web__graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.mapa-web__content{flex:1 1 100%;width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.mapa-web__content{align-items:flex-start}}.mapa-web__content--inner{max-width:30.9rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.mapa-web__content--inner{max-width:43.3rem}}@media (min-width: 768px){.mapa-web__content--inner{max-width:58.6rem}}@media (min-width: 1280px){.mapa-web__content--inner{max-width:52.4rem}}@media (min-width: 1680px){.mapa-web__content--inner{max-width:65.5rem}}.mapa-web__heading{display:flex;gap:2rem;padding-bottom:3.6rem;align-items:flex-end}@media (min-width: 540px){.mapa-web__heading{padding-bottom:3.4rem}}@media (min-width: 768px){.mapa-web__heading{gap:3rem;padding-bottom:2.7rem}}@media (min-width: 1280px){.mapa-web__heading{padding-top:13.9rem}}@media (min-width: 1366px){.mapa-web__heading{padding-top:15.3rem}}@media (min-width: 1680px){.mapa-web__heading{padding-top:21.1rem}}@media (min-width: 1800px){.mapa-web__heading{padding-top:21.4rem}}.mapa-web__heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.mapa-web__heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.mapa-web__heading h2{font-size:5rem;line-height:1.08}}.mapa-web__heading p{font-size:1.6rem;line-height:1.5;color:var(--primary)}@media (min-width: 540px){.mapa-web__heading p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__heading p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.mapa-web__heading p{font-size:2rem;line-height:1.7}}.mapa-web__list li{position:relative;padding-block:3.5rem;padding-left:1.4rem;border-bottom:1px solid var(--grey);color:rgb(var(--primary),80%);font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.mapa-web__list li{padding-block:4rem;font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.mapa-web__list li{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 768px) and (max-width: 1279.98px){.mapa-web__list li{padding-block:4.1rem}}@media (min-width: 1280px){.mapa-web__list li{font-size:2rem;line-height:1.7}}.mapa-web__list li a{transition:all .5s}.mapa-web__list li:before{content:\"\";position:absolute;width:.3rem;height:.3rem;border-radius:100vw;background:var(--primary);opacity:.8;top:50%;left:0;transform:translateY(-50%);margin-top:.1rem}.mapa-web__list:hover li a{opacity:.6}.mapa-web__list:hover li a:hover{opacity:1}@media (min-width: 1280px){.mapa-web--right .mapa-web__inner{flex-direction:row-reverse}}@media (min-width: 1280px){.mapa-web--right .mapa-web__content{align-items:flex-end}}\n"] }]
|
|
16
16
|
}], propDecorators: { texts: [{
|
|
17
17
|
type: Input
|
|
18
18
|
}], multimedia: [{
|
|
@@ -24,4 +24,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
24
24
|
}], textColors: [{
|
|
25
25
|
type: Input
|
|
26
26
|
}] } });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi13ZWJtYXAtdjIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC12Mi9iYWJ5bG9uLXdlYm1hcC12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwLXYyL2JhYnlsb24td2VibWFwLXYyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQVEvQyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxjQUFjLENBQUM7OztBQVM5RCxNQUFNLE9BQU8sd0JBQXdCO0lBT2pDLFNBQVMsQ0FBQyxDQUFRO1FBQ2QsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBVFEsd0JBQXdCO21HQUF4Qix3QkFBd0IsK0xDbEJyQyx5OEVBMkRBLGk5N0JEN0NjLFlBQVk7OzRGQUliLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDSSx1QkFBdUIsY0FDckIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLDhCQUE4QixDQUFDOzhCQUs5QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uQnV0dG9uSSxcbiAgICBCYWJ5bG9uTXVsdGltZWRpYUksXG4gICAgQmFieWxvblRhZ3NJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG4gICAgQmFieWxvblRleHRzQ29sb3JzSSxcbn0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uRHluYW1pY0hlYWRpbmdDb21wb25lbnQgfSBmcm9tICcuLi8uLi9zaGFyZWQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXdlYm1hcC12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLCBCYWJ5bG9uRHluYW1pY0hlYWRpbmdDb21wb25lbnRdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXdlYm1hcC12Mi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24td2VibWFwLXYyLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbldlYm1hcFYyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0SW5mb0k7XG4gICAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgICBASW5wdXQoKSBwYWdlcz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgdGFncz86IEJhYnlsb25UYWdzSTtcbiAgICBASW5wdXQoKSB0ZXh0Q29sb3JzPzogQmFieWxvblRleHRzQ29sb3JzSTtcblxuICAgIGxpbmtDbGljayhlOiBFdmVudCkge1xuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XG4gICAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJtYXBhLXdlYiBtYXBhLXdlYi0tcmlnaHQganMtYmdIZWlnaHQtc2VjdGlvblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1hcGEtd2ViX19pbm5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcGEtd2ViX19jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcGEtd2ViX19jb250ZW50LS1pbm5lclwiPlxuICAgICAgICAgICAgICAgICAgICBAaWYgKHRleHRzPy50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcGEtd2ViX19oZWFkaW5nIGpzLWJnSGVpZ2h0LWhlYWRpbmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgW2lubmVySFRNTF09XCJ0ZXh0cz8udGl0bGVcIj48L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwibWFwYS13ZWJfX2xpc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocGFnZXM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGxpbmsgb2YgcGFnZXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwibGluay5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cImxpbmsudXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwibGlua0NsaWNrKCRldmVudClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGxpbmsudXJsIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICBAaWYgKG11bHRpbWVkaWE/LmltYWdlbmVzKSB7XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcGEtd2ViX19pbWFnZVwiPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtYXBhLXdlYl9fZ3JhcGhpYy0tdG9wXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm1hcGEtd2ViX19ncmFwaGljLS1ib3R0b21cIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -144,4 +144,5 @@ export * from './babylon-top-slider-video-v2';
|
|
|
144
144
|
export * from './babylon-variant-selector';
|
|
145
145
|
export * from './babylon-webmap';
|
|
146
146
|
export * from './babylon-webmap-v2';
|
|
147
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLTQwNCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYWN0aW9uLWJhbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYWR2YW50YWdlcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYWR2YW50YWdlcy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYXYtYzQtaW1nLXRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWltZy1zb2NpYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LXR4dC1pY28nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhLXNsaS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYm9va2luZy13aWRnZXQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJyZWFkY3J1bWInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbG9yLXBpY2tlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29taW5nc29vbic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1hZGRyZXNzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWZvcm0nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1ob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtbWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWluZXItdGV4dC1sMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZW5naW5lJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmFxJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmUtcGlsbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmUtcGlsbHMtbnVtYmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mZWF0dXJlcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZpbHRlci1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tYWRkci1jb250LWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tYzMtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tc2xpLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1saW5rcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxvZ29zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItc29jaWFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nYWxsZXJ5JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nYWxsZXJ5LXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nbG9iYWwtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdyLWMyLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3JpZC1nYWxsZXJ5JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlLXN2Zy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkLWludHJvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItYm9vay1zaG93JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItY2xlYXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1sb2dvLWNlbnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1vYmlsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taG90ZWxzLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhvdGVscy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWltZy1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWctdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tY2lyY2xlLWltZ3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW50cm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tc2hvdy1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWctemFnLWNvdW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnemFnLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZ3phZy12NCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJjb2wtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJpbWctYmlnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvM2ltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzRpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWl0ZW1zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxlZ2FsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzItdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzQtdHh0LWljbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzLXN2Zy10eHQtY3RhJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWJveC1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWMzLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtaW1nLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtaW1nLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sb3lhbHR5LXRhYmxlJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1tb2RhbC1tdWx0aXBsZS1tb3RvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW5ld3NsZXR0ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW5ld3NsZXR0ZXItbW9kYWwtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLWRldGFpbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItZGV0YWlsLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItcG9wdXAtdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwVjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXJzLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVycy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXByZWxvYWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXByZXNzLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb20tZGV0YWlscyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtY29scyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtbGlzdC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zZXJ2aWNlcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNpbXBsZS1pbWctaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpLWMxLWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGktYzUtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWJveCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy1zdGF0aWMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctc3RhdGljLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXZpZGVvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIyY29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIyY29sLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIyaXRlbXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjNjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjNjb2wtY2xlYXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjNjb2wtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjNpdGVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyNGNvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc29jaWFsLWJhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc29jaWFsLWJhci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Myc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc3VibWVudS1ob3RlbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdGhhbmtzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2ltcGxlLWJhbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi12YXJpYW50LXNlbGVjdG9yJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi13ZWJtYXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXdlYm1hcC12Mic7XG4iXX0=
|
|
147
|
+
export * from './babylon-lis-c2-img-vid';
|
|
148
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JhYnlsb24tNDA0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hY3Rpb24tYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hZHZhbnRhZ2VzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hZHZhbnRhZ2VzLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hdi1jNC1pbWctdGV4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYXYtaW1nLXNvY2lhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYXYtdHh0LWljbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmEtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmEtc2xpLWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctZGV0YWlscyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmxvZy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ib29raW5nLXdpZGdldCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYnJlYWRjcnVtYic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29sb3ItcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb21pbmdzb29uJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWFkZHJlc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1mb3JtLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWhvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1tYXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhaW5lci10ZXh0LWwyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZhcS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscy1udW1iZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmlsdGVyLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mby1hZGRyLWNvbnQtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mby1jMy1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mby1saXMtYzQtdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mby1zbGktaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItY29udGFjdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxpbmtzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItbG9nb3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1zb2NpYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnktdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdsb2JhbC1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3ItYzItaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ncmlkLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGUtc3ZnLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWQtaW50cm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1jbGVhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWNsZWFyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWxvZ28tY2VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1zaG93JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbW9iaWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ob3RlbHMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taG90ZWxzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW1nLWJhbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZy12Myc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1jaXJjbGUtaW1ncyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWctc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWltZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbnRybyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1zaG93LWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWctemFnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZy16YWctY291bnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWd6YWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnemFnLXY0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmNvbC1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmltZy1iaWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8zaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvNGltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taXRlbXMtZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Myc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGVnYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpcy1jMi10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpcy1jNC10eHQtaWNvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtc3ZnLXR4dC1jdGEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtYm94LWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtYzMtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1pbWctaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1pbWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxveWFsdHktdGFibGUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW1vZGFsLW11bHRpcGxlLW1vdG9ycyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbmV3c2xldHRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbmV3c2xldHRlci1tb2RhbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItZGV0YWlsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cC12Myc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItcG9wdXBWMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXJzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlbG9hZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlc3MtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbS1kZXRhaWxzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1jb2xzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0LXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNlcnZpY2VzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2ltcGxlLWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGktYzEtaW1nLXRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jNS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItYm94JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy1zdGF0aWMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJpdGVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC1jbGVhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2l0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXI0Y29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdWJtZW51LWhvdGVsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10aGFua3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2ltcGxlLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXZhcmlhbnQtc2VsZWN0b3InO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXdlYm1hcCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzItaW1nLXZpZCc7XG4iXX0=
|