ctt-babylon 0.24.4 → 0.24.6
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-map-list/babylon-map-list.component.mjs +3 -3
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +8 -8
- package/fesm2022/ctt-babylon.mjs +9 -9
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/interfaces/babylon-text-info.interface.d.ts +1 -0
- package/package.json +1 -1
|
@@ -20,11 +20,11 @@ export class BabylonMapListComponent {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonMapListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonMapListComponent, isStandalone: true, selector: "lib-babylon-map-list", inputs: { mapImage: "mapImage", backgroundImg: "backgroundImg", title: "title", pretitle: "pretitle", ndTitle: "ndTitle", description: "description", ndDescription: "ndDescription", subtitle: "subtitle", items: "items", tags: "tags", textColors: "textColors", texts: "texts" }, ngImport: i0, template: "<section\n class=\"map generalMargin\"\n [style.--bg-url]=\"hasCustomBg ? cssBgUrl : undefined\"\n>\n @if (texts?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'span'\"\n cssClass=\"map__title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"texts?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"map__heading\"\n [color]=\"textColors?.title\"\n [content]=\"texts?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.description) {\n <div class=\"map__paragraph\">\n <p [innerHTML]=\"texts?.description\"></p>\n @if (texts?.ndDescription) {\n <p [innerHTML]=\"texts?.ndDescription\"></p>\n }\n </div>\n }\n <div class=\"map__inner\">\n <div class=\"mapPoints\">\n <div class=\"mapPoints__inner\">\n <div class=\"mapPoints__headingSection\">\n @if (texts?.ndTitle) {\n <h3\n class=\"mapPoints__heading photo\"\n [innerHTML]=\"texts?.ndTitle\"\n ></h3>\n }\n @if (texts?.subtitle) {\n <p\n class=\"mapPoints__subHeading photo\"\n [innerHTML]=\"texts?.subtitle\"\n ></p>\n }\n </div>\n @if (items) {\n <ul class=\"mapPoints__list\">\n @for (item of items; track $index) {\n <li\n class=\"mapPoints__item\"\n [ngClass]=\"{ active: selected() === item }\"\n (click)=\"selectItem(item)\"\n >\n <div class=\"mapPoints__itemHeading\">\n <span>{{ $index + 1 }}</span>\n <p [innerHTML]=\"item?.title\"></p>\n <i class=\"icon icon-91\"></i>\n </div>\n <div class=\"mapPoints__itemContent\">\n <div class=\"mapPoints__itemGraphic\">\n @if (item?.image) {\n <img\n [src]=\"item?.image?.src\"\n class=\"mapPoints__itemGraphic--img\"\n width=\"420\"\n height=\"320\"\n [alt]=\"item?.title\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"mapPoints__itemParagraph\">\n <p [innerHTML]=\"item?.description\"></p>\n </div>\n </div>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"mapLocation\">\n <div class=\"mapLocation__inner\">\n @if (mapImage) {\n <img\n class=\"mapLocation__bigMap\"\n [src]=\"mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"mapImage?.alt\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n\n @if (items) {\n @for (item of items; track $index) {\n @if (item?.mapImage) {\n <img\n class=\"mapLocation__smallMap\"\n [ngClass]=\"{ active: selected() === item }\"\n [src]=\"item?.mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"item?.title\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n }\n }\n </div>\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-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.map[style*=--bg-url]:before{background-image:var(--bg-url)}.map{padding-top:23rem;position:relative;overflow:clip;text-align:center}.map__inner{display:flex;flex-direction:column;row-gap:3.5rem}@media (min-width: 1280px){.map__inner{flex-direction:row;max-height:73rem}}@media (min-width:){.map__inner{flex-direction:row;max-height:75rem}}.map__inner:has(.mapPoints__item.active) .mapPoints{padding-top:0}.map__inner:has(.mapPoints__item.active) .mapLocation{text-align:center}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation{padding-top:0}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:63.58rem}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:110.217rem}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__bigMap{opacity:0;transform:scale(2)}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{opacity:0;transform:scale(.8);pointer-events:initial}@media (min-width: 1366px){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{height:70dvh}}.map__inner .mapPoints{transition:all .5s}.map__inner .mapPoints__inner{display:block;margin-inline:auto;background:var(--primary10);padding-block:3.5rem;padding-inline:2.5rem;max-height:82%;overflow-y:scroll;scrollbar-color:rgba(0,0,0,.35) transparent}.map__inner .mapPoints__inner::-webkit-scrollbar-thumb{background:#00000059;border-radius:999px}.map__inner .mapPoints__inner{border-radius:1rem}@media (min-width: 1280px){.map__inner .mapPoints__inner{width:40rem;max-height:87%}}@media (min-width:){.map__inner .mapPoints__inner{padding-block:4.5rem;padding-inline:4.659rem 4.241rem;width:49rem;max-height:92%}}.map__inner .mapPoints__heading{text-align:center;color:var(--cl-title);margin-bottom:1.364rem;margin-left:-.459rem;max-height:9.309rem}.map__inner .mapPoints__headingSection{text-align:start;padding-bottom:2.629rem}.map__inner .mapPoints__subHeading{text-align:center;margin-left:-.415rem}.map__inner .mapPoints__list{display:flex;flex-direction:column}.map__inner .mapPoints__item{padding-block:1.698rem 1.702rem;position:relative}.map__inner .mapPoints__itemHeading{display:flex;align-items:center}.map__inner .mapPoints__itemHeading>span{width:3.4rem;height:3.4rem;background:var(--primary20);display:flex;flex:0 0 auto;margin-right:1.238rem;align-items:center;justify-content:center;color:var(--grey);border-radius:50%;font-size:2rem;line-height:1.5;letter-spacing:.06rem}.map__inner .mapPoints__item:before{content:\"\";position:absolute;inset:0;height:1px;background:var(--primary);opacity:.2}.map__inner .mapPoints__item p{font-size:1.6rem;line-height:1.25;letter-spacing:.032rem;color:var(--grey);flex:1 1 auto;text-align:start}@media (min-width: 540px){.map__inner .mapPoints__item p{font-size:1.8rem;line-height:1.3333333333;letter-spacing:.036rem}}@media (min-width: 768px){.map__inner .mapPoints__item p{font-size:2rem;line-height:1.4;letter-spacing:.04rem}}.map__inner .mapPoints__item i{font-size:.772rem;color:var(--cl-title);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;height:3.4rem;width:3.4rem}@media (min-width: 540px){.map__inner .mapPoints__item i{width:5rem}}.map__inner .mapPoints__item:last-child{padding-bottom:0}.map__inner .mapPoints__itemContent{display:none;margin-inline:-.75rem}.map__inner .mapPoints__itemParagraph{background:var(--white);padding:2.002rem 3.672rem 1.998rem 2.928rem}.map__inner .mapPoints__itemParagraph p{font-size:1.4rem;line-height:2.5714285714;letter-spacing:.028rem;color:var(--grey)}.map__inner .mapPoints__itemGraphic{aspect-ratio:416/312.27;width:100%;position:relative}.map__inner .mapPoints__itemGraphic--img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.map__inner .mapPoints__item.active .mapPoints__itemContent{margin-top:1.698rem;display:block}.map__inner .mapLocation{flex:1 1 auto;text-align:end}.map__inner .mapLocation__inner{position:relative;max-width:100%;width:100%;display:block}@media (min-width: 1280px){.map__inner .mapLocation__inner{display:inline-block;height:26rem;max-width:90%}}@media (min-width:){.map__inner .mapLocation__inner{display:inline-block;height:24rem;max-width:79%}}@media (min-width:){.map__inner .mapLocation__inner{aspect-ratio:1308/1083}}.map__inner .mapLocation__bigMap{position:relative;transition:all .5s;width:100%;height:auto;object-fit:contain;object-position:center;pointer-events:none}.map__inner .mapLocation__smallMap{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transform:scale(.5);pointer-events:none;transition:all .5s}.map__inner .mapLocation__smallMap.active{opacity:1;transform:scale(.8);pointer-events:auto}@media (min-width: 1024px){.map__inner .mapLocation__smallMap{object-position:top}}:host ::ng-deep .map__title{font-size:1.8rem;line-height:1.2127777778;letter-spacing:.18rem;color:var(--reservar-filter-bg);text-transform:uppercase;font-family:var(--font-title);display:block;font-weight:500;margin-bottom:2.134rem;min-height:2.347rem}.about-us .map__inner .mapLocation__inner{height:20rem!important}.mapPoints__heading.photo{color:var(--cl-title)!important}.mapPoints__subHeading.photo{color:var(--reservar-filter-bg)!important}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap{opacity:0!important;visibility:hidden}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap.active{opacity:1!important;visibility:visible;transform:scale(.8)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["useInnerHtml", "tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
23
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonMapListComponent, isStandalone: true, selector: "lib-babylon-map-list", inputs: { mapImage: "mapImage", backgroundImg: "backgroundImg", title: "title", pretitle: "pretitle", ndTitle: "ndTitle", description: "description", ndDescription: "ndDescription", subtitle: "subtitle", items: "items", tags: "tags", textColors: "textColors", texts: "texts" }, ngImport: i0, template: "<section\n class=\"map generalMargin\"\n [style.--bg-url]=\"hasCustomBg ? cssBgUrl : undefined\"\n>\n <div class=\"container\">\n @if (texts?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'span'\"\n cssClass=\"map__title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"texts?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"map__heading\"\n [color]=\"textColors?.title\"\n [content]=\"texts?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.description) {\n <div class=\"map__paragraph\">\n <p [innerHTML]=\"texts?.description\"></p>\n @if (texts?.ndDescription) {\n <p [innerHTML]=\"texts?.ndDescription\"></p>\n }\n </div>\n }\n <div class=\"map__inner\">\n <div class=\"mapPoints\">\n <div class=\"mapPoints__inner\">\n <div class=\"mapPoints__headingSection\">\n @if (texts?.ndTitle) {\n <h3\n class=\"mapPoints__heading photo\"\n [innerHTML]=\"texts?.ndTitle\"\n ></h3>\n }\n @if (texts?.subtitle) {\n <p\n class=\"mapPoints__subHeading photo\"\n [innerHTML]=\"texts?.subtitle\"\n ></p>\n }\n </div>\n @if (items) {\n <ul class=\"mapPoints__list\">\n @for (item of items; track $index) {\n <li\n class=\"mapPoints__item\"\n [ngClass]=\"{ active: selected() === item }\"\n (click)=\"selectItem(item)\"\n >\n <div class=\"mapPoints__itemHeading\">\n <span>{{ $index + 1 }}</span>\n <p [innerHTML]=\"item?.title\"></p>\n <i class=\"icon icon-91\"></i>\n </div>\n <div class=\"mapPoints__itemContent\">\n <div class=\"mapPoints__itemGraphic\">\n @if (item?.image) {\n <img\n [src]=\"item?.image?.src\"\n class=\"mapPoints__itemGraphic--img\"\n width=\"420\"\n height=\"320\"\n [alt]=\"item?.title\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"mapPoints__itemParagraph\">\n <p\n [innerHTML]=\"item?.description\"\n ></p>\n </div>\n </div>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"mapLocation\">\n <div class=\"mapLocation__inner\">\n @if (mapImage) {\n <img\n class=\"mapLocation__bigMap\"\n [src]=\"mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"mapImage?.alt\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n\n @if (items) {\n @for (item of items; track $index) {\n @if (item?.mapImage) {\n <img\n class=\"mapLocation__smallMap\"\n [ngClass]=\"{ active: selected() === item }\"\n [src]=\"item?.mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"item?.title\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n }\n }\n </div>\n </div>\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-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.map[style*=--bg-url]:before{background-image:var(--bg-url)}.map{padding-top:23rem;position:relative;overflow:clip;text-align:center}.map__inner{display:flex;flex-direction:column;row-gap:3.5rem}@media (min-width: 1280px){.map__inner{flex-direction:row;max-height:73rem}}@media (min-width:){.map__inner{flex-direction:row;max-height:75rem}}.map__inner:has(.mapPoints__item.active) .mapPoints{padding-top:0}.map__inner:has(.mapPoints__item.active) .mapLocation{text-align:center}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation{padding-top:0}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:63.58rem}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:110.217rem}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__bigMap{opacity:0;transform:scale(2)}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{opacity:0;transform:scale(.8);pointer-events:initial}@media (min-width: 1366px){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{height:70dvh}}.map__inner .mapPoints{transition:all .5s}.map__inner .mapPoints__inner{display:block;margin-inline:auto;background:var(--primary10);padding-block:3.5rem;padding-inline:2.5rem;max-height:82%;overflow-y:scroll;scrollbar-color:rgba(0,0,0,.35) transparent}.map__inner .mapPoints__inner::-webkit-scrollbar-thumb{background:#00000059;border-radius:999px}.map__inner .mapPoints__inner{border-radius:1rem}@media (min-width: 1280px){.map__inner .mapPoints__inner{width:40rem;max-height:87%}}@media (min-width:){.map__inner .mapPoints__inner{padding-block:4.5rem;padding-inline:4.659rem 4.241rem;width:49rem;max-height:92%}}.map__inner .mapPoints__heading{text-align:center;color:var(--cl-title);margin-bottom:1.364rem;margin-left:-.459rem;max-height:9.309rem}.map__inner .mapPoints__headingSection{text-align:start;padding-bottom:2.629rem}.map__inner .mapPoints__subHeading{text-align:center;margin-left:-.415rem}.map__inner .mapPoints__list{display:flex;flex-direction:column}.map__inner .mapPoints__item{padding-block:1.698rem 1.702rem;position:relative}.map__inner .mapPoints__itemHeading{display:flex;align-items:center}.map__inner .mapPoints__itemHeading>span{width:3.4rem;height:3.4rem;background:var(--primary20);display:flex;flex:0 0 auto;margin-right:1.238rem;align-items:center;justify-content:center;color:var(--grey);border-radius:50%;font-size:2rem;line-height:1.5;letter-spacing:.06rem}.map__inner .mapPoints__item:before{content:\"\";position:absolute;inset:0;height:1px;background:var(--primary);opacity:.2}.map__inner .mapPoints__item p{font-size:1.6rem;line-height:1.25;letter-spacing:.032rem;color:var(--grey);flex:1 1 auto;text-align:start}@media (min-width: 540px){.map__inner .mapPoints__item p{font-size:1.8rem;line-height:1.3333333333;letter-spacing:.036rem}}@media (min-width: 768px){.map__inner .mapPoints__item p{font-size:2rem;line-height:1.4;letter-spacing:.04rem}}.map__inner .mapPoints__item i{font-size:.772rem;color:var(--cl-title);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;height:3.4rem;width:3.4rem}@media (min-width: 540px){.map__inner .mapPoints__item i{width:5rem}}.map__inner .mapPoints__item:last-child{padding-bottom:0}.map__inner .mapPoints__itemContent{display:none;margin-inline:-.75rem}.map__inner .mapPoints__itemParagraph{background:var(--white);padding:2.002rem 3.672rem 1.998rem 2.928rem}.map__inner .mapPoints__itemParagraph p{font-size:1.4rem;line-height:2.5714285714;letter-spacing:.028rem;color:var(--grey)}.map__inner .mapPoints__itemGraphic{aspect-ratio:416/312.27;width:100%;position:relative}.map__inner .mapPoints__itemGraphic--img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.map__inner .mapPoints__item.active .mapPoints__itemContent{margin-top:1.698rem;display:block}.map__inner .mapLocation{flex:1 1 auto;text-align:end}.map__inner .mapLocation__inner{position:relative;max-width:100%;width:100%;display:block}@media (min-width: 1280px){.map__inner .mapLocation__inner{display:inline-block;height:26rem;max-width:90%}}@media (min-width:){.map__inner .mapLocation__inner{display:inline-block;height:24rem;max-width:79%}}@media (min-width:){.map__inner .mapLocation__inner{aspect-ratio:1308/1083}}.map__inner .mapLocation__bigMap{position:relative;transition:all .5s;width:100%;height:auto;object-fit:contain;object-position:center;pointer-events:none}.map__inner .mapLocation__smallMap{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transform:scale(.5);pointer-events:none;transition:all .5s}.map__inner .mapLocation__smallMap.active{opacity:1;transform:scale(.8);pointer-events:auto}@media (min-width: 1024px){.map__inner .mapLocation__smallMap{object-position:top}}:host ::ng-deep .map__title{font-size:1.8rem;line-height:1.2127777778;letter-spacing:.18rem;color:var(--reservar-filter-bg);text-transform:uppercase;font-family:var(--font-title);display:block;font-weight:500;margin-bottom:2.134rem;min-height:2.347rem}.about-us .map__inner .mapLocation__inner{height:20rem!important}.mapPoints__heading.photo{color:var(--cl-title)!important}.mapPoints__subHeading.photo{color:var(--reservar-filter-bg)!important}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap{opacity:0!important;visibility:hidden}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap.active{opacity:1!important;visibility:visible;transform:scale(.8)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["useInnerHtml", "tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
24
24
|
}
|
|
25
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonMapListComponent, decorators: [{
|
|
26
26
|
type: Component,
|
|
27
|
-
args: [{ selector: 'lib-babylon-map-list', standalone: true, imports: [CommonModule, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"map generalMargin\"\n [style.--bg-url]=\"hasCustomBg ? cssBgUrl : undefined\"\n>\n @if (texts?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'span'\"\n cssClass=\"map__title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"texts?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"map__heading\"\n [color]=\"textColors?.title\"\n [content]=\"texts?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.description) {\n <div class=\"map__paragraph\">\n <p [innerHTML]=\"texts?.description\"></p>\n @if (texts?.ndDescription) {\n <p [innerHTML]=\"texts?.ndDescription\"></p>\n }\n </div>\n }\n <div class=\"map__inner\">\n <div class=\"mapPoints\">\n <div class=\"mapPoints__inner\">\n <div class=\"mapPoints__headingSection\">\n @if (texts?.ndTitle) {\n <h3\n class=\"mapPoints__heading photo\"\n [innerHTML]=\"texts?.ndTitle\"\n ></h3>\n }\n @if (texts?.subtitle) {\n <p\n class=\"mapPoints__subHeading photo\"\n [innerHTML]=\"texts?.subtitle\"\n ></p>\n }\n </div>\n @if (items) {\n <ul class=\"mapPoints__list\">\n @for (item of items; track $index) {\n <li\n class=\"mapPoints__item\"\n [ngClass]=\"{ active: selected() === item }\"\n (click)=\"selectItem(item)\"\n >\n <div class=\"mapPoints__itemHeading\">\n <span>{{ $index + 1 }}</span>\n <p [innerHTML]=\"item?.title\"></p>\n <i class=\"icon icon-91\"></i>\n </div>\n <div class=\"mapPoints__itemContent\">\n <div class=\"mapPoints__itemGraphic\">\n @if (item?.image) {\n <img\n [src]=\"item?.image?.src\"\n class=\"mapPoints__itemGraphic--img\"\n width=\"420\"\n height=\"320\"\n [alt]=\"item?.title\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"mapPoints__itemParagraph\">\n <p [innerHTML]=\"item?.description\"></p>\n </div>\n </div>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"mapLocation\">\n <div class=\"mapLocation__inner\">\n @if (mapImage) {\n <img\n class=\"mapLocation__bigMap\"\n [src]=\"mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"mapImage?.alt\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n\n @if (items) {\n @for (item of items; track $index) {\n @if (item?.mapImage) {\n <img\n class=\"mapLocation__smallMap\"\n [ngClass]=\"{ active: selected() === item }\"\n [src]=\"item?.mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"item?.title\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n }\n }\n </div>\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-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.map[style*=--bg-url]:before{background-image:var(--bg-url)}.map{padding-top:23rem;position:relative;overflow:clip;text-align:center}.map__inner{display:flex;flex-direction:column;row-gap:3.5rem}@media (min-width: 1280px){.map__inner{flex-direction:row;max-height:73rem}}@media (min-width:){.map__inner{flex-direction:row;max-height:75rem}}.map__inner:has(.mapPoints__item.active) .mapPoints{padding-top:0}.map__inner:has(.mapPoints__item.active) .mapLocation{text-align:center}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation{padding-top:0}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:63.58rem}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:110.217rem}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__bigMap{opacity:0;transform:scale(2)}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{opacity:0;transform:scale(.8);pointer-events:initial}@media (min-width: 1366px){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{height:70dvh}}.map__inner .mapPoints{transition:all .5s}.map__inner .mapPoints__inner{display:block;margin-inline:auto;background:var(--primary10);padding-block:3.5rem;padding-inline:2.5rem;max-height:82%;overflow-y:scroll;scrollbar-color:rgba(0,0,0,.35) transparent}.map__inner .mapPoints__inner::-webkit-scrollbar-thumb{background:#00000059;border-radius:999px}.map__inner .mapPoints__inner{border-radius:1rem}@media (min-width: 1280px){.map__inner .mapPoints__inner{width:40rem;max-height:87%}}@media (min-width:){.map__inner .mapPoints__inner{padding-block:4.5rem;padding-inline:4.659rem 4.241rem;width:49rem;max-height:92%}}.map__inner .mapPoints__heading{text-align:center;color:var(--cl-title);margin-bottom:1.364rem;margin-left:-.459rem;max-height:9.309rem}.map__inner .mapPoints__headingSection{text-align:start;padding-bottom:2.629rem}.map__inner .mapPoints__subHeading{text-align:center;margin-left:-.415rem}.map__inner .mapPoints__list{display:flex;flex-direction:column}.map__inner .mapPoints__item{padding-block:1.698rem 1.702rem;position:relative}.map__inner .mapPoints__itemHeading{display:flex;align-items:center}.map__inner .mapPoints__itemHeading>span{width:3.4rem;height:3.4rem;background:var(--primary20);display:flex;flex:0 0 auto;margin-right:1.238rem;align-items:center;justify-content:center;color:var(--grey);border-radius:50%;font-size:2rem;line-height:1.5;letter-spacing:.06rem}.map__inner .mapPoints__item:before{content:\"\";position:absolute;inset:0;height:1px;background:var(--primary);opacity:.2}.map__inner .mapPoints__item p{font-size:1.6rem;line-height:1.25;letter-spacing:.032rem;color:var(--grey);flex:1 1 auto;text-align:start}@media (min-width: 540px){.map__inner .mapPoints__item p{font-size:1.8rem;line-height:1.3333333333;letter-spacing:.036rem}}@media (min-width: 768px){.map__inner .mapPoints__item p{font-size:2rem;line-height:1.4;letter-spacing:.04rem}}.map__inner .mapPoints__item i{font-size:.772rem;color:var(--cl-title);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;height:3.4rem;width:3.4rem}@media (min-width: 540px){.map__inner .mapPoints__item i{width:5rem}}.map__inner .mapPoints__item:last-child{padding-bottom:0}.map__inner .mapPoints__itemContent{display:none;margin-inline:-.75rem}.map__inner .mapPoints__itemParagraph{background:var(--white);padding:2.002rem 3.672rem 1.998rem 2.928rem}.map__inner .mapPoints__itemParagraph p{font-size:1.4rem;line-height:2.5714285714;letter-spacing:.028rem;color:var(--grey)}.map__inner .mapPoints__itemGraphic{aspect-ratio:416/312.27;width:100%;position:relative}.map__inner .mapPoints__itemGraphic--img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.map__inner .mapPoints__item.active .mapPoints__itemContent{margin-top:1.698rem;display:block}.map__inner .mapLocation{flex:1 1 auto;text-align:end}.map__inner .mapLocation__inner{position:relative;max-width:100%;width:100%;display:block}@media (min-width: 1280px){.map__inner .mapLocation__inner{display:inline-block;height:26rem;max-width:90%}}@media (min-width:){.map__inner .mapLocation__inner{display:inline-block;height:24rem;max-width:79%}}@media (min-width:){.map__inner .mapLocation__inner{aspect-ratio:1308/1083}}.map__inner .mapLocation__bigMap{position:relative;transition:all .5s;width:100%;height:auto;object-fit:contain;object-position:center;pointer-events:none}.map__inner .mapLocation__smallMap{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transform:scale(.5);pointer-events:none;transition:all .5s}.map__inner .mapLocation__smallMap.active{opacity:1;transform:scale(.8);pointer-events:auto}@media (min-width: 1024px){.map__inner .mapLocation__smallMap{object-position:top}}:host ::ng-deep .map__title{font-size:1.8rem;line-height:1.2127777778;letter-spacing:.18rem;color:var(--reservar-filter-bg);text-transform:uppercase;font-family:var(--font-title);display:block;font-weight:500;margin-bottom:2.134rem;min-height:2.347rem}.about-us .map__inner .mapLocation__inner{height:20rem!important}.mapPoints__heading.photo{color:var(--cl-title)!important}.mapPoints__subHeading.photo{color:var(--reservar-filter-bg)!important}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap{opacity:0!important;visibility:hidden}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap.active{opacity:1!important;visibility:visible;transform:scale(.8)}\n"] }]
|
|
27
|
+
args: [{ selector: 'lib-babylon-map-list', standalone: true, imports: [CommonModule, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"map generalMargin\"\n [style.--bg-url]=\"hasCustomBg ? cssBgUrl : undefined\"\n>\n <div class=\"container\">\n @if (texts?.pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'span'\"\n cssClass=\"map__title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"texts?.pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"map__heading\"\n [color]=\"textColors?.title\"\n [content]=\"texts?.title\"\n ></lib-babylon-dynamic-heading>\n }\n @if (texts?.description) {\n <div class=\"map__paragraph\">\n <p [innerHTML]=\"texts?.description\"></p>\n @if (texts?.ndDescription) {\n <p [innerHTML]=\"texts?.ndDescription\"></p>\n }\n </div>\n }\n <div class=\"map__inner\">\n <div class=\"mapPoints\">\n <div class=\"mapPoints__inner\">\n <div class=\"mapPoints__headingSection\">\n @if (texts?.ndTitle) {\n <h3\n class=\"mapPoints__heading photo\"\n [innerHTML]=\"texts?.ndTitle\"\n ></h3>\n }\n @if (texts?.subtitle) {\n <p\n class=\"mapPoints__subHeading photo\"\n [innerHTML]=\"texts?.subtitle\"\n ></p>\n }\n </div>\n @if (items) {\n <ul class=\"mapPoints__list\">\n @for (item of items; track $index) {\n <li\n class=\"mapPoints__item\"\n [ngClass]=\"{ active: selected() === item }\"\n (click)=\"selectItem(item)\"\n >\n <div class=\"mapPoints__itemHeading\">\n <span>{{ $index + 1 }}</span>\n <p [innerHTML]=\"item?.title\"></p>\n <i class=\"icon icon-91\"></i>\n </div>\n <div class=\"mapPoints__itemContent\">\n <div class=\"mapPoints__itemGraphic\">\n @if (item?.image) {\n <img\n [src]=\"item?.image?.src\"\n class=\"mapPoints__itemGraphic--img\"\n width=\"420\"\n height=\"320\"\n [alt]=\"item?.title\"\n loading=\"lazy\"\n />\n }\n </div>\n <div class=\"mapPoints__itemParagraph\">\n <p\n [innerHTML]=\"item?.description\"\n ></p>\n </div>\n </div>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"mapLocation\">\n <div class=\"mapLocation__inner\">\n @if (mapImage) {\n <img\n class=\"mapLocation__bigMap\"\n [src]=\"mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"mapImage?.alt\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n\n @if (items) {\n @for (item of items; track $index) {\n @if (item?.mapImage) {\n <img\n class=\"mapLocation__smallMap\"\n [ngClass]=\"{ active: selected() === item }\"\n [src]=\"item?.mapImage?.src\"\n width=\"1100\"\n height=\"910\"\n [alt]=\"item?.title\"\n data-no-zoom\n loading=\"lazy\"\n />\n }\n }\n }\n </div>\n </div>\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-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.map[style*=--bg-url]:before{background-image:var(--bg-url)}.map{padding-top:23rem;position:relative;overflow:clip;text-align:center}.map__inner{display:flex;flex-direction:column;row-gap:3.5rem}@media (min-width: 1280px){.map__inner{flex-direction:row;max-height:73rem}}@media (min-width:){.map__inner{flex-direction:row;max-height:75rem}}.map__inner:has(.mapPoints__item.active) .mapPoints{padding-top:0}.map__inner:has(.mapPoints__item.active) .mapLocation{text-align:center}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation{padding-top:0}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:63.58rem}@media (min-width:){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner{width:110.217rem}}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__bigMap{opacity:0;transform:scale(2)}.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{opacity:0;transform:scale(.8);pointer-events:initial}@media (min-width: 1366px){.map__inner:has(.mapPoints__item.active) .mapLocation .mapLocation__inner .mapLocation__smallMap{height:70dvh}}.map__inner .mapPoints{transition:all .5s}.map__inner .mapPoints__inner{display:block;margin-inline:auto;background:var(--primary10);padding-block:3.5rem;padding-inline:2.5rem;max-height:82%;overflow-y:scroll;scrollbar-color:rgba(0,0,0,.35) transparent}.map__inner .mapPoints__inner::-webkit-scrollbar-thumb{background:#00000059;border-radius:999px}.map__inner .mapPoints__inner{border-radius:1rem}@media (min-width: 1280px){.map__inner .mapPoints__inner{width:40rem;max-height:87%}}@media (min-width:){.map__inner .mapPoints__inner{padding-block:4.5rem;padding-inline:4.659rem 4.241rem;width:49rem;max-height:92%}}.map__inner .mapPoints__heading{text-align:center;color:var(--cl-title);margin-bottom:1.364rem;margin-left:-.459rem;max-height:9.309rem}.map__inner .mapPoints__headingSection{text-align:start;padding-bottom:2.629rem}.map__inner .mapPoints__subHeading{text-align:center;margin-left:-.415rem}.map__inner .mapPoints__list{display:flex;flex-direction:column}.map__inner .mapPoints__item{padding-block:1.698rem 1.702rem;position:relative}.map__inner .mapPoints__itemHeading{display:flex;align-items:center}.map__inner .mapPoints__itemHeading>span{width:3.4rem;height:3.4rem;background:var(--primary20);display:flex;flex:0 0 auto;margin-right:1.238rem;align-items:center;justify-content:center;color:var(--grey);border-radius:50%;font-size:2rem;line-height:1.5;letter-spacing:.06rem}.map__inner .mapPoints__item:before{content:\"\";position:absolute;inset:0;height:1px;background:var(--primary);opacity:.2}.map__inner .mapPoints__item p{font-size:1.6rem;line-height:1.25;letter-spacing:.032rem;color:var(--grey);flex:1 1 auto;text-align:start}@media (min-width: 540px){.map__inner .mapPoints__item p{font-size:1.8rem;line-height:1.3333333333;letter-spacing:.036rem}}@media (min-width: 768px){.map__inner .mapPoints__item p{font-size:2rem;line-height:1.4;letter-spacing:.04rem}}.map__inner .mapPoints__item i{font-size:.772rem;color:var(--cl-title);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;height:3.4rem;width:3.4rem}@media (min-width: 540px){.map__inner .mapPoints__item i{width:5rem}}.map__inner .mapPoints__item:last-child{padding-bottom:0}.map__inner .mapPoints__itemContent{display:none;margin-inline:-.75rem}.map__inner .mapPoints__itemParagraph{background:var(--white);padding:2.002rem 3.672rem 1.998rem 2.928rem}.map__inner .mapPoints__itemParagraph p{font-size:1.4rem;line-height:2.5714285714;letter-spacing:.028rem;color:var(--grey)}.map__inner .mapPoints__itemGraphic{aspect-ratio:416/312.27;width:100%;position:relative}.map__inner .mapPoints__itemGraphic--img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.map__inner .mapPoints__item.active .mapPoints__itemContent{margin-top:1.698rem;display:block}.map__inner .mapLocation{flex:1 1 auto;text-align:end}.map__inner .mapLocation__inner{position:relative;max-width:100%;width:100%;display:block}@media (min-width: 1280px){.map__inner .mapLocation__inner{display:inline-block;height:26rem;max-width:90%}}@media (min-width:){.map__inner .mapLocation__inner{display:inline-block;height:24rem;max-width:79%}}@media (min-width:){.map__inner .mapLocation__inner{aspect-ratio:1308/1083}}.map__inner .mapLocation__bigMap{position:relative;transition:all .5s;width:100%;height:auto;object-fit:contain;object-position:center;pointer-events:none}.map__inner .mapLocation__smallMap{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transform:scale(.5);pointer-events:none;transition:all .5s}.map__inner .mapLocation__smallMap.active{opacity:1;transform:scale(.8);pointer-events:auto}@media (min-width: 1024px){.map__inner .mapLocation__smallMap{object-position:top}}:host ::ng-deep .map__title{font-size:1.8rem;line-height:1.2127777778;letter-spacing:.18rem;color:var(--reservar-filter-bg);text-transform:uppercase;font-family:var(--font-title);display:block;font-weight:500;margin-bottom:2.134rem;min-height:2.347rem}.about-us .map__inner .mapLocation__inner{height:20rem!important}.mapPoints__heading.photo{color:var(--cl-title)!important}.mapPoints__subHeading.photo{color:var(--reservar-filter-bg)!important}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap{opacity:0!important;visibility:hidden}.map__inner:has(.mapPoints__item.active) .mapLocation__smallMap.active{opacity:1!important;visibility:visible;transform:scale(.8)}\n"] }]
|
|
28
28
|
}], propDecorators: { mapImage: [{
|
|
29
29
|
type: Input
|
|
30
30
|
}], backgroundImg: [{
|
|
@@ -50,4 +50,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
50
50
|
}], texts: [{
|
|
51
51
|
type: Input
|
|
52
52
|
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbWFwLWxpc3QvYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbWFwLWxpc3QvYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUNILHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUVMLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxjQUFjLENBQUM7OztBQVM5RCxvRUFBb0U7QUFVcEUsTUFBTSxPQUFPLHVCQUF1QjtJQVJwQztRQXNCSSxhQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ2QsZ0JBQVcsR0FBRyxLQUFLLENBQUM7UUFFcEIsYUFBUSxHQUFHLE1BQU0sQ0FBaUMsU0FBUyxDQUFDLENBQUM7S0FXaEU7SUFWRyxVQUFVLENBQUMsSUFBd0I7UUFDL0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNuRSxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRSxHQUFHLEVBQUU7WUFDekIsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUM7WUFDbkQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7U0FDM0I7SUFDTCxDQUFDOytHQTNCUSx1QkFBdUI7bUdBQXZCLHVCQUF1QixzV0MzQnBDLDR3SkFtSEEseTE5QkQ3RmMsWUFBWSw2SEFBRSw4QkFBOEI7OzRGQUs3Qyx1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0ksc0JBQXNCLGNBQ3BCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSw4QkFBOEIsQ0FBQyxtQkFHdEMsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIE9uSW5pdCxcbiAgICBzaWduYWwsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcbmltcG9ydCB7IEJhYnlsb25UYWdzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10YWdzLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGV4dHNDb2xvcnNJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXRleHRzLWNvbG9ycy5pbnRlcmZhY2UnO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uQnV0dG9uSSxcbiAgICBCYWJ5bG9uSW1hZ2VJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuXG4vLyBpbXBvcnQgeyBBdXRvSW1hZ2Vab29tV3JhcHBlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLW1hcC1saXN0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tbWFwLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLW1hcC1saXN0LmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbk1hcExpc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBJbnB1dCgpIG1hcEltYWdlPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBiYWNrZ3JvdW5kSW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBuZFRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIG5kRGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaXRlbXM/OiBCYWJ5bG9uTWFwTGlzdEl0ZW1bXTtcbiAgICBASW5wdXQoKSB0YWdzPzogQmFieWxvblRhZ3NJO1xuICAgIEBJbnB1dCgpIHRleHRDb2xvcnM/OiBCYWJ5bG9uVGV4dHNDb2xvcnNJO1xuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcblxuICAgIGNzc0JnVXJsID0gJyc7XG4gICAgaGFzQ3VzdG9tQmcgPSBmYWxzZTtcblxuICAgIHNlbGVjdGVkID0gc2lnbmFsPEJhYnlsb25NYXBMaXN0SXRlbSB8IHVuZGVmaW5lZD4odW5kZWZpbmVkKTtcbiAgICBzZWxlY3RJdGVtKGl0ZW06IEJhYnlsb25NYXBMaXN0SXRlbSk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkLnNldCh0aGlzLnNlbGVjdGVkKCkgPT09IGl0ZW0gPyB1bmRlZmluZWQgOiBpdGVtKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuYmFja2dyb3VuZEltZz8uc3JjKSB7XG4gICAgICAgICAgICB0aGlzLmNzc0JnVXJsID0gYHVybChcIiR7dGhpcy5iYWNrZ3JvdW5kSW1nLnNyY31cIilgO1xuICAgICAgICAgICAgdGhpcy5oYXNDdXN0b21CZyA9IHRydWU7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbk1hcExpc3RJdGVtIHtcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIGltYWdlOiBCYWJ5bG9uSW1hZ2VJO1xuICAgIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gICAgbWFwSW1hZ2U/OiBCYWJ5bG9uSW1hZ2VJO1xufVxuIiwiPHNlY3Rpb25cbiAgICBjbGFzcz1cIm1hcCBnZW5lcmFsTWFyZ2luXCJcbiAgICBbc3R5bGUuLS1iZy11cmxdPVwiaGFzQ3VzdG9tQmcgPyBjc3NCZ1VybCA6IHVuZGVmaW5lZFwiXG4+XG4gICAgQGlmICh0ZXh0cz8ucHJldGl0bGUpIHtcbiAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5wcmV0aXRsZSB8fCAnc3BhbidcIlxuICAgICAgICAgICAgY3NzQ2xhc3M9XCJtYXBfX3RpdGxlXCJcbiAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5wcmV0aXRsZVwiXG4gICAgICAgICAgICBbY29udGVudF09XCJ0ZXh0cz8ucHJldGl0bGVcIlxuICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgfVxuICAgIEBpZiAodGV4dHM/LnRpdGxlKSB7XG4gICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gyJ1wiXG4gICAgICAgICAgICBjc3NDbGFzcz1cIm1hcF9faGVhZGluZ1wiXG4gICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8udGl0bGVcIlxuICAgICAgICAgICAgW2NvbnRlbnRdPVwidGV4dHM/LnRpdGxlXCJcbiAgICAgICAgPjwvbGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nPlxuICAgIH1cbiAgICBAaWYgKHRleHRzPy5kZXNjcmlwdGlvbikge1xuICAgICAgICA8ZGl2IGNsYXNzPVwibWFwX19wYXJhZ3JhcGhcIj5cbiAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidGV4dHM/LmRlc2NyaXB0aW9uXCI+PC9wPlxuICAgICAgICAgICAgQGlmICh0ZXh0cz8ubmREZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidGV4dHM/Lm5kRGVzY3JpcHRpb25cIj48L3A+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgIH1cbiAgICA8ZGl2IGNsYXNzPVwibWFwX19pbm5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzX19pbm5lclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXBQb2ludHNfX2hlYWRpbmdTZWN0aW9uXCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/Lm5kVGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoM1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwUG9pbnRzX19oZWFkaW5nIHBob3RvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cInRleHRzPy5uZFRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2gzPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LnN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8cFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwUG9pbnRzX19zdWJIZWFkaW5nIHBob3RvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cInRleHRzPy5zdWJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9wPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgQGlmIChpdGVtcykge1xuICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJtYXBQb2ludHNfX2xpc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgaXRlbXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm1hcFBvaW50c19faXRlbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsgYWN0aXZlOiBzZWxlY3RlZCgpID09PSBpdGVtIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2VsZWN0SXRlbShpdGVtKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzX19pdGVtSGVhZGluZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgJGluZGV4ICsgMSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwiaXRlbT8udGl0bGVcIj48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb24gaWNvbi05MVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXBQb2ludHNfX2l0ZW1Db250ZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzX19pdGVtR3JhcGhpY1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbT8uaW1hZ2UpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpdGVtPy5pbWFnZT8uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwUG9pbnRzX19pdGVtR3JhcGhpYy0taW1nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiNDIwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjMyMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIml0ZW0/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXBQb2ludHNfX2l0ZW1QYXJhZ3JhcGhcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cIml0ZW0/LmRlc2NyaXB0aW9uXCI+PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwibWFwTG9jYXRpb25cIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXBMb2NhdGlvbl9faW5uZXJcIj5cbiAgICAgICAgICAgICAgICBAaWYgKG1hcEltYWdlKSB7XG4gICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwTG9jYXRpb25fX2JpZ01hcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIm1hcEltYWdlPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxMTAwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjkxMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIm1hcEltYWdlPy5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1uby16b29tXG4gICAgICAgICAgICAgICAgICAgICAgICBsb2FkaW5nPVwibGF6eVwiXG4gICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgQGlmIChpdGVtcykge1xuICAgICAgICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIGl0ZW1zOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbT8ubWFwSW1hZ2UpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwTG9jYXRpb25fX3NtYWxsTWFwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieyBhY3RpdmU6IHNlbGVjdGVkKCkgPT09IGl0ZW0gfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaXRlbT8ubWFwSW1hZ2U/LnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMTEwMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjkxMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaXRlbT8udGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLW5vLXpvb21cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbWFwLWxpc3QvYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbWFwLWxpc3QvYmFieWxvbi1tYXAtbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUNILHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsS0FBSyxFQUVMLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxjQUFjLENBQUM7OztBQVM5RCxvRUFBb0U7QUFVcEUsTUFBTSxPQUFPLHVCQUF1QjtJQVJwQztRQXNCSSxhQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ2QsZ0JBQVcsR0FBRyxLQUFLLENBQUM7UUFFcEIsYUFBUSxHQUFHLE1BQU0sQ0FBaUMsU0FBUyxDQUFDLENBQUM7S0FXaEU7SUFWRyxVQUFVLENBQUMsSUFBd0I7UUFDL0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNuRSxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRSxHQUFHLEVBQUU7WUFDekIsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUM7WUFDbkQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7U0FDM0I7SUFDTCxDQUFDOytHQTNCUSx1QkFBdUI7bUdBQXZCLHVCQUF1QixzV0MzQnBDLDAwS0F1SEEseTE5QkRqR2MsWUFBWSw2SEFBRSw4QkFBOEI7OzRGQUs3Qyx1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0ksc0JBQXNCLGNBQ3BCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSw4QkFBOEIsQ0FBQyxtQkFHdEMsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIE9uSW5pdCxcbiAgICBzaWduYWwsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcbmltcG9ydCB7IEJhYnlsb25UYWdzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10YWdzLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGV4dHNDb2xvcnNJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXRleHRzLWNvbG9ycy5pbnRlcmZhY2UnO1xuaW1wb3J0IHtcbiAgICBCYWJ5bG9uQnV0dG9uSSxcbiAgICBCYWJ5bG9uSW1hZ2VJLFxuICAgIEJhYnlsb25UZXh0SW5mb0ksXG59IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuXG4vLyBpbXBvcnQgeyBBdXRvSW1hZ2Vab29tV3JhcHBlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLW1hcC1saXN0JyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tbWFwLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLW1hcC1saXN0LmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbk1hcExpc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBJbnB1dCgpIG1hcEltYWdlPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBiYWNrZ3JvdW5kSW1nPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBuZFRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIG5kRGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgaXRlbXM/OiBCYWJ5bG9uTWFwTGlzdEl0ZW1bXTtcbiAgICBASW5wdXQoKSB0YWdzPzogQmFieWxvblRhZ3NJO1xuICAgIEBJbnB1dCgpIHRleHRDb2xvcnM/OiBCYWJ5bG9uVGV4dHNDb2xvcnNJO1xuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcblxuICAgIGNzc0JnVXJsID0gJyc7XG4gICAgaGFzQ3VzdG9tQmcgPSBmYWxzZTtcblxuICAgIHNlbGVjdGVkID0gc2lnbmFsPEJhYnlsb25NYXBMaXN0SXRlbSB8IHVuZGVmaW5lZD4odW5kZWZpbmVkKTtcbiAgICBzZWxlY3RJdGVtKGl0ZW06IEJhYnlsb25NYXBMaXN0SXRlbSk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkLnNldCh0aGlzLnNlbGVjdGVkKCkgPT09IGl0ZW0gPyB1bmRlZmluZWQgOiBpdGVtKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuYmFja2dyb3VuZEltZz8uc3JjKSB7XG4gICAgICAgICAgICB0aGlzLmNzc0JnVXJsID0gYHVybChcIiR7dGhpcy5iYWNrZ3JvdW5kSW1nLnNyY31cIilgO1xuICAgICAgICAgICAgdGhpcy5oYXNDdXN0b21CZyA9IHRydWU7XG4gICAgICAgIH1cbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbk1hcExpc3RJdGVtIHtcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIGltYWdlOiBCYWJ5bG9uSW1hZ2VJO1xuICAgIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gICAgbWFwSW1hZ2U/OiBCYWJ5bG9uSW1hZ2VJO1xufVxuIiwiPHNlY3Rpb25cbiAgICBjbGFzcz1cIm1hcCBnZW5lcmFsTWFyZ2luXCJcbiAgICBbc3R5bGUuLS1iZy11cmxdPVwiaGFzQ3VzdG9tQmcgPyBjc3NCZ1VybCA6IHVuZGVmaW5lZFwiXG4+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICBAaWYgKHRleHRzPy5wcmV0aXRsZSkge1xuICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8ucHJldGl0bGUgfHwgJ3NwYW4nXCJcbiAgICAgICAgICAgICAgICBjc3NDbGFzcz1cIm1hcF9fdGl0bGVcIlxuICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy5wcmV0aXRsZVwiXG4gICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwidGV4dHM/LnByZXRpdGxlXCJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgfVxuICAgICAgICBAaWYgKHRleHRzPy50aXRsZSkge1xuICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gyJ1wiXG4gICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJtYXBfX2hlYWRpbmdcIlxuICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy50aXRsZVwiXG4gICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwidGV4dHM/LnRpdGxlXCJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgfVxuICAgICAgICBAaWYgKHRleHRzPy5kZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcF9fcGFyYWdyYXBoXCI+XG4gICAgICAgICAgICAgICAgPHAgW2lubmVySFRNTF09XCJ0ZXh0cz8uZGVzY3JpcHRpb25cIj48L3A+XG4gICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8ubmREZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cInRleHRzPy5uZERlc2NyaXB0aW9uXCI+PC9wPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYXBfX2lubmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcFBvaW50c19faW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcFBvaW50c19faGVhZGluZ1NlY3Rpb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/Lm5kVGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtYXBQb2ludHNfX2hlYWRpbmcgcGhvdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cInRleHRzPy5uZFRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LnN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtYXBQb2ludHNfX3N1YkhlYWRpbmcgcGhvdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cInRleHRzPy5zdWJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbXMpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cIm1hcFBvaW50c19fbGlzdFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgaXRlbXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibWFwUG9pbnRzX19pdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsgYWN0aXZlOiBzZWxlY3RlZCgpID09PSBpdGVtIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNlbGVjdEl0ZW0oaXRlbSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzX19pdGVtSGVhZGluZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7ICRpbmRleCArIDEgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgW2lubmVySFRNTF09XCJpdGVtPy50aXRsZVwiPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb24gaWNvbi05MVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcFBvaW50c19faXRlbUNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwUG9pbnRzX19pdGVtR3JhcGhpY1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0/LmltYWdlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpdGVtPy5pbWFnZT8uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm1hcFBvaW50c19faXRlbUdyYXBoaWMtLWltZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCI0MjBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjMyMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FsdF09XCJpdGVtPy50aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXBQb2ludHNfX2l0ZW1QYXJhZ3JhcGhcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwiaXRlbT8uZGVzY3JpcHRpb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwTG9jYXRpb25cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWFwTG9jYXRpb25fX2lubmVyXCI+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAobWFwSW1hZ2UpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm1hcExvY2F0aW9uX19iaWdNYXBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwibWFwSW1hZ2U/LnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxMTAwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCI5MTBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwibWFwSW1hZ2U/LmFsdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1uby16b29tXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbXMpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2YgaXRlbXM7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbT8ubWFwSW1hZ2UpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtYXBMb2NhdGlvbl9fc21hbGxNYXBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieyBhY3RpdmU6IHNlbGVjdGVkKCkgPT09IGl0ZW0gfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIml0ZW0/Lm1hcEltYWdlPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxMTAwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjkxMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIml0ZW0/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtbm8tem9vbVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10ZXh0LWluZm8uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2ludGVyZmFjZXMvYmFieWxvbi10ZXh0LWluZm8uaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWJ5bG9uRHluYW1pY0hlYWRpbmdJIH0gZnJvbSAnLi4vY29tcG9uZW50cy9zaGFyZWQnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25UZXh0SW5mb0kge1xuICAgIFtrZXk6IGB0YWJsYWZpZGVsaXphY2luXyR7c3RyaW5nfWBdOiBzdHJpbmcgfCB1bmRlZmluZWQ7XG4gICAgLy8gS2V5cyBmb3IgZHluYW1pYyBoZWFkaW5nIHRhZ3MgYW5kIGNvbnRlbnRzLCB1c2Ugd2l0aCBIZWFkaW5nVGFnVXRpbHNcbiAgICBba2V5OiBgaGVhZGluZ190YWdfJHtzdHJpbmd9YF06IEJhYnlsb25EeW5hbWljSGVhZGluZ0kgfCB1bmRlZmluZWQ7XG4gICAgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgbmFtZT86IHN0cmluZztcbiAgICB0aXRsZTE/OiBzdHJpbmc7XG4gICAgdGl0bGUyPzogc3RyaW5nO1xuICAgIHRpdGxlMz86IHN0cmluZztcbiAgICBzdWJ0aXRsZT86IHN0cmluZztcbiAgICB0ZXh0Pzogc3RyaW5nO1xuICAgIGl0ZW0xPzogc3RyaW5nO1xuICAgIGl0ZW0xVGV4dD86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbjE/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24yPzogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uMz86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbnRpdGxlPzogc3RyaW5nO1xuICAgIGNvbnRlbnRDaGFyYWN0ZXJpc3RpY3M/OiBib29sZWFuIHwgc3RyaW5nO1xuICAgIGFkZGl0aW9uYWw/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDE/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDI/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDM/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDQ/OiBzdHJpbmc7XG4gICAgY29uZGl0aW9uc1RpdGxlPzogc3RyaW5nO1xuICAgIGNvbmRpdGlvbnM/OiBzdHJpbmc7XG4gICAgbGlzdGNoZWNrPzogc3RyaW5nO1xuICAgIG9mZmVyVGFnPzogc3RyaW5nO1xuICAgIHRhZz86IHN0cmluZztcbiAgICB1cmw/OiBzdHJpbmc7XG4gICAgcHJldGl0bGVDb250YWluPzogQmFieWxvbkR5bmFtaWNIZWFkaW5nSTtcbiAgICB0aXRsZUNvbnRhaW4/OiBCYWJ5bG9uRHluYW1pY0hlYWRpbmdJO1xuICAgIHN2Zz86IHN0cmluZztcbiAgICBzZWxlY3RvclRleHRzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24xPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24yPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24zPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z251bWJlcjE/OiBzdHJpbmc7XG4gICAgZmVhdHVyZXBpbGxzbnVtYmVyU3ZnbnVtYmVyMj86IHN0cmluZztcbiAgICBmZWF0dXJlcGlsbHNudW1iZXJTdmdudW1iZXIzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUxPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUyPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z3N1YnRpdGxlMT86IHN0cmluZztcbiAgICBmZWF0dXJlcGlsbHNudW1iZXJTdmdzdWJ0aXRsZTI/OiBzdHJpbmc7XG4gICAgZmVhdHVyZXBpbGxzbnVtYmVyU3Znc3VidGl0bGUzPzogc3RyaW5nO1xuXG4gICAgYWR2YW50YWdlc3RpdGxlPzogc3RyaW5nO1xuICAgIGFkdmFudGFnZXNzdWJ0aXRsZT86IHN0cmluZztcbiAgICBsZXZlMT86IHN0cmluZztcbiAgICBsZXZlMj86IHN0cmluZztcbiAgICBsZXZlMz86IHN0cmluZztcbiAgICBsZXZlbDE/OiBzdHJpbmc7XG4gICAgbGV2ZWwyPzogc3RyaW5nO1xuICAgIGxldmVsMz86IHN0cmluZztcblxuICAgIHRvcHNsaWRlcnZpZGVvdjJzdmc/OiBzdHJpbmc7XG4gICAgdG9wc2xpZGVydmlkZW92MnZpZGVvPzogc3RyaW5nO1xuICAgIHBvcnRhZGFob3RlbHYxdmlkZW8/OiBzdHJpbmc7XG5cbiAgICB3aGF0c2FwcD86IHN0cmluZztcbiAgICBzY3JvbGx0ZXh0Pzogc3RyaW5nO1xuXG4gICAgdGV4dEFkakN2Pzogc3RyaW5nO1xuICAgIHRleHRBZGpDdkVycm9yPzogc3RyaW5nO1xuICAgIFNlbGVjdEl0ZW1UZXh0Pzogc3RyaW5nO1xuXG4gICAgb25seUFkdWx0cz86IGJvb2xlYW47XG4gICAgaG90ZWxDYXRlZ29yeT86IHN0cmluZztcbiAgICBob3RlbFR5cGU/OiBzdHJpbmc7XG5cbiAgICBhZGRyZXNzPzogc3RyaW5nO1xuICAgIGFkZHJlc3N0aXRsZT86IHN0cmluZztcbiAgICBiYW5uZXJ0ZXh0Pzogc3RyaW5nO1xuICAgIGNvbnRhY3R0aXRsZT86IHN0cmluZztcbiAgICBjb3B5cmlnaHR0ZXh0Pzogc3RyaW5nO1xuICAgIHRvcEJ1dHRvbj86IHN0cmluZztcbiAgICBhYm91dFRpdGxlPzogc3RyaW5nO1xuICAgIGNvbnRhY3RPZmZpY2VUaXRsZT86IHN0cmluZztcbiAgICBncnVwb1RpdGxlPzogc3RyaW5nO1xuICAgIGhlbHBUaXRsZT86IHN0cmluZztcbiAgICByZWNlcHRpb24/OiBzdHJpbmc7XG5cbiAgICBib29rVGV4dD86IHN0cmluZztcbiAgICBkZXN0aW5hdGlvbnM/OiBzdHJpbmc7XG4gICAgZXZlbnRzPzogc3RyaW5nO1xuICAgIGNsZWFuRmlsdGVycz86IHN0cmluZztcbiAgICBub3RGb3VuZD86IHN0cmluZztcblxuICAgIGNvbnRhY3RFbWFpbD86IHN0cmluZztcbiAgICBjb250YWN0T2ZmaWNlPzogc3RyaW5nO1xuICAgIGNvbnRhY3RUZWw/OiBzdHJpbmc7XG5cbiAgICBtYXJjYT86IHN0cmluZztcblxuICAgIGVycm9yc3Vic2NyaWJlcj86IHN0cmluZztcbiAgICBpbnB1dExhYmVsPzogc3RyaW5nO1xuICAgIGlucHV0UGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gICAgbmV3c0Vycm9yRW1haWw/OiBzdHJpbmc7XG4gICAgc3VjY2Vzc3N1YnNjcmliZXI/OiBzdHJpbmc7XG4gICAgbWFuZGF0b3J5VGV4dD86IHN0cmluZztcblxuICAgIG1hcFVybD86IHN0cmluZztcbiAgICByb29tcz86IHN0cmluZztcbiAgICBjYXRlZ29yaWVzPzogc3RyaW5nO1xuICAgIGFsbD86IHN0cmluZztcblxuICAgIG1vcmVJbmZvVGV4dD86IHN0cmluZztcbiAgICBoaWRlSW5mb1RleHQ/OiBzdHJpbmc7XG4gICAgaGlkZVRleHQ/OiBzdHJpbmc7XG4gICAgaG93R2V0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgaG93R2V0RGVzY3JpcHRpb24yPzogc3RyaW5nO1xuICAgIGhvd0dldFRpdGxlPzogc3RyaW5nO1xuICAgIGhvd0dldFRpdGxlMj86IHN0cmluZztcbiAgICBjb250YWN0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgY29udGFjdFRpdGxlPzogc3RyaW5nO1xuICAgIGhvd1RvUHJldGl0bGU/OiBzdHJpbmc7XG4gICAgaG93VG9UaXRsZT86IHN0cmluZztcbiAgICBmb2xsb3dUaXRsZT86IHN0cmluZztcbiAgICBncHNUaXRsZT86IHN0cmluZztcbiAgICByZWNlcHRpb25UaXRsZT86IHN0cmluZztcbiAgICBhZGRyZXNzVGl0bGU/OiBzdHJpbmc7XG4gICAgZmlyc3RUaXRsZT86IHN0cmluZztcbiAgICBzZWNvbmRUaXRsZT86IHN0cmluZztcbiAgICB0aGlyZFRpdGxlPzogc3RyaW5nO1xuICAgIGZpcnN0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgc2Vjb25kRGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgdGhpcmREZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBjb250YWN0SW5mbz86IHN0cmluZztcbiAgICBzb2NpYWxUaXRsZT86IHN0cmluZztcbiAgICBsYXRpdHVkZVRpdGxlPzogc3RyaW5nO1xuICAgIGxvbmdpdHVkZVRpdGxlPzogc3RyaW5nO1xuICAgIG5ld3NsZXR0ZXJFcnJvcj86IHN0cmluZztcbiAgICBuZXdzbGV0dGVyRmFpbD86IHN0cmluZztcbiAgICBuZXdzbGV0dGVyU3VjY2Vzc2Z1bGw/OiBzdHJpbmc7XG4gICAgbmV3c2xldHRlclRpdGxlPzogc3RyaW5nO1xuICAgIHNlY29uZGFyeVRpdGxlPzogc3RyaW5nO1xuICAgIHNlY29uZGFyeVByZXRpdGxlPzogc3RyaW5nO1xuICAgIHNjaGVkdWxlSW5mbz86IHN0cmluZztcblxuICAgIG9uZUVsZW1lbnQ/OiBzdHJpbmc7XG5cbiAgICByb29tVGl0bGU/OiBzdHJpbmc7XG5cbiAgICAvLyBMZWdhY3kga2V5cyBmcm9tIEFQSSBwYXlsb2FkcyB1c2VkIGJ5IHNvbWUgZXh0ZXJuYWwgbW9kdWxlc1xuICAgIFByZXRpdHVsbz86IHN0cmluZztcbiAgICBUYWc/OiBzdHJpbmc7XG4gICAgVGl0dWxvPzogc3RyaW5nO1xuICAgIFRleHRvPzogc3RyaW5nO1xuICAgICdUaXR1bG8tb2ZlcnRhcyc/OiBzdHJpbmc7XG4gICAgJ1RpdHVsby1kZXRhbGxlLTEnPzogc3RyaW5nO1xuICAgICdUaXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnVGl0dWxvLWRldGFsbGUtMyc/OiBzdHJpbmc7XG4gICAgJ1RpdHVsby1kZXRhbGxlLTQnPzogc3RyaW5nO1xuICAgICdUw610dWxvLWRldGFsbGUtMSc/OiBzdHJpbmc7XG4gICAgJ1TDrXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnVMOtdHVsby1kZXRhbGxlLTMnPzogc3RyaW5nO1xuICAgICdUw610dWxvLWRldGFsbGUtNCc/OiBzdHJpbmc7XG4gICAgJ1N1YnRpdHVsby1kZXRhbGxlLTEnPzogc3RyaW5nO1xuICAgICdTdWJ0aXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnU3VidGl0dWxvLWRldGFsbGUtMyc/OiBzdHJpbmc7XG4gICAgJ1N1YnRpdHVsby1kZXRhbGxlLTQnPzogc3RyaW5nO1xuICAgICdTdWLDrXR1bG8tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnU3Viw610dWxvLWRldGFsbGUtMic/OiBzdHJpbmc7XG4gICAgJ1N1YsOtdHVsby1kZXRhbGxlLTMnPzogc3RyaW5nO1xuICAgICdTdWLDrXR1bG8tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpw7NuLWRldGFsbGUtMSc/OiBzdHJpbmc7XG4gICAgJ0Rlc2NyaXBjacOzbi1kZXRhbGxlLTInPzogc3RyaW5nO1xuICAgICdEZXNjcmlwY2nDs24tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpw7NuLWRldGFsbGUtNCc/OiBzdHJpbmc7XG4gICAgaWNvbj86IHN0cmluZztcbiAgICBjb21wb2ZlcnRhc19pY29uPzogc3RyaW5nO1xuXG4gICAgZG93bmxvYWQ/OiBzdHJpbmc7XG4gICAgbmV4dD86IHN0cmluZztcbiAgICBwcmV2Pzogc3RyaW5nO1xuICAgIG5kVGl0bGU/
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10ZXh0LWluZm8uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2ludGVyZmFjZXMvYmFieWxvbi10ZXh0LWluZm8uaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWJ5bG9uRHluYW1pY0hlYWRpbmdJIH0gZnJvbSAnLi4vY29tcG9uZW50cy9zaGFyZWQnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25UZXh0SW5mb0kge1xuICAgIFtrZXk6IGB0YWJsYWZpZGVsaXphY2luXyR7c3RyaW5nfWBdOiBzdHJpbmcgfCB1bmRlZmluZWQ7XG4gICAgLy8gS2V5cyBmb3IgZHluYW1pYyBoZWFkaW5nIHRhZ3MgYW5kIGNvbnRlbnRzLCB1c2Ugd2l0aCBIZWFkaW5nVGFnVXRpbHNcbiAgICBba2V5OiBgaGVhZGluZ190YWdfJHtzdHJpbmd9YF06IEJhYnlsb25EeW5hbWljSGVhZGluZ0kgfCB1bmRlZmluZWQ7XG4gICAgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgbmFtZT86IHN0cmluZztcbiAgICB0aXRsZTE/OiBzdHJpbmc7XG4gICAgdGl0bGUyPzogc3RyaW5nO1xuICAgIHRpdGxlMz86IHN0cmluZztcbiAgICBzdWJ0aXRsZT86IHN0cmluZztcbiAgICB0ZXh0Pzogc3RyaW5nO1xuICAgIGl0ZW0xPzogc3RyaW5nO1xuICAgIGl0ZW0xVGV4dD86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbjE/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24yPzogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uMz86IHN0cmluZztcbiAgICBkZXNjcmlwdGlvbnRpdGxlPzogc3RyaW5nO1xuICAgIGNvbnRlbnRDaGFyYWN0ZXJpc3RpY3M/OiBib29sZWFuIHwgc3RyaW5nO1xuICAgIGFkZGl0aW9uYWw/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDE/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDI/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDM/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDQ/OiBzdHJpbmc7XG4gICAgY29uZGl0aW9uc1RpdGxlPzogc3RyaW5nO1xuICAgIGNvbmRpdGlvbnM/OiBzdHJpbmc7XG4gICAgbGlzdGNoZWNrPzogc3RyaW5nO1xuICAgIG9mZmVyVGFnPzogc3RyaW5nO1xuICAgIHRhZz86IHN0cmluZztcbiAgICB1cmw/OiBzdHJpbmc7XG4gICAgcHJldGl0bGVDb250YWluPzogQmFieWxvbkR5bmFtaWNIZWFkaW5nSTtcbiAgICB0aXRsZUNvbnRhaW4/OiBCYWJ5bG9uRHluYW1pY0hlYWRpbmdJO1xuICAgIHN2Zz86IHN0cmluZztcbiAgICBzZWxlY3RvclRleHRzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24xPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24yPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z2ljb24zPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z251bWJlcjE/OiBzdHJpbmc7XG4gICAgZmVhdHVyZXBpbGxzbnVtYmVyU3ZnbnVtYmVyMj86IHN0cmluZztcbiAgICBmZWF0dXJlcGlsbHNudW1iZXJTdmdudW1iZXIzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUxPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUyPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z25hbWUzPzogc3RyaW5nO1xuICAgIGZlYXR1cmVwaWxsc251bWJlclN2Z3N1YnRpdGxlMT86IHN0cmluZztcbiAgICBmZWF0dXJlcGlsbHNudW1iZXJTdmdzdWJ0aXRsZTI/OiBzdHJpbmc7XG4gICAgZmVhdHVyZXBpbGxzbnVtYmVyU3Znc3VidGl0bGUzPzogc3RyaW5nO1xuXG4gICAgYWR2YW50YWdlc3RpdGxlPzogc3RyaW5nO1xuICAgIGFkdmFudGFnZXNzdWJ0aXRsZT86IHN0cmluZztcbiAgICBsZXZlMT86IHN0cmluZztcbiAgICBsZXZlMj86IHN0cmluZztcbiAgICBsZXZlMz86IHN0cmluZztcbiAgICBsZXZlbDE/OiBzdHJpbmc7XG4gICAgbGV2ZWwyPzogc3RyaW5nO1xuICAgIGxldmVsMz86IHN0cmluZztcblxuICAgIHRvcHNsaWRlcnZpZGVvdjJzdmc/OiBzdHJpbmc7XG4gICAgdG9wc2xpZGVydmlkZW92MnZpZGVvPzogc3RyaW5nO1xuICAgIHBvcnRhZGFob3RlbHYxdmlkZW8/OiBzdHJpbmc7XG5cbiAgICB3aGF0c2FwcD86IHN0cmluZztcbiAgICBzY3JvbGx0ZXh0Pzogc3RyaW5nO1xuXG4gICAgdGV4dEFkakN2Pzogc3RyaW5nO1xuICAgIHRleHRBZGpDdkVycm9yPzogc3RyaW5nO1xuICAgIFNlbGVjdEl0ZW1UZXh0Pzogc3RyaW5nO1xuXG4gICAgb25seUFkdWx0cz86IGJvb2xlYW47XG4gICAgaG90ZWxDYXRlZ29yeT86IHN0cmluZztcbiAgICBob3RlbFR5cGU/OiBzdHJpbmc7XG5cbiAgICBhZGRyZXNzPzogc3RyaW5nO1xuICAgIGFkZHJlc3N0aXRsZT86IHN0cmluZztcbiAgICBiYW5uZXJ0ZXh0Pzogc3RyaW5nO1xuICAgIGNvbnRhY3R0aXRsZT86IHN0cmluZztcbiAgICBjb3B5cmlnaHR0ZXh0Pzogc3RyaW5nO1xuICAgIHRvcEJ1dHRvbj86IHN0cmluZztcbiAgICBhYm91dFRpdGxlPzogc3RyaW5nO1xuICAgIGNvbnRhY3RPZmZpY2VUaXRsZT86IHN0cmluZztcbiAgICBncnVwb1RpdGxlPzogc3RyaW5nO1xuICAgIGhlbHBUaXRsZT86IHN0cmluZztcbiAgICByZWNlcHRpb24/OiBzdHJpbmc7XG5cbiAgICBib29rVGV4dD86IHN0cmluZztcbiAgICBkZXN0aW5hdGlvbnM/OiBzdHJpbmc7XG4gICAgZXZlbnRzPzogc3RyaW5nO1xuICAgIGNsZWFuRmlsdGVycz86IHN0cmluZztcbiAgICBub3RGb3VuZD86IHN0cmluZztcblxuICAgIGNvbnRhY3RFbWFpbD86IHN0cmluZztcbiAgICBjb250YWN0T2ZmaWNlPzogc3RyaW5nO1xuICAgIGNvbnRhY3RUZWw/OiBzdHJpbmc7XG5cbiAgICBtYXJjYT86IHN0cmluZztcblxuICAgIGVycm9yc3Vic2NyaWJlcj86IHN0cmluZztcbiAgICBpbnB1dExhYmVsPzogc3RyaW5nO1xuICAgIGlucHV0UGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gICAgbmV3c0Vycm9yRW1haWw/OiBzdHJpbmc7XG4gICAgc3VjY2Vzc3N1YnNjcmliZXI/OiBzdHJpbmc7XG4gICAgbWFuZGF0b3J5VGV4dD86IHN0cmluZztcblxuICAgIG1hcFVybD86IHN0cmluZztcbiAgICByb29tcz86IHN0cmluZztcbiAgICBjYXRlZ29yaWVzPzogc3RyaW5nO1xuICAgIGFsbD86IHN0cmluZztcblxuICAgIG1vcmVJbmZvVGV4dD86IHN0cmluZztcbiAgICBoaWRlSW5mb1RleHQ/OiBzdHJpbmc7XG4gICAgaGlkZVRleHQ/OiBzdHJpbmc7XG4gICAgaG93R2V0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgaG93R2V0RGVzY3JpcHRpb24yPzogc3RyaW5nO1xuICAgIGhvd0dldFRpdGxlPzogc3RyaW5nO1xuICAgIGhvd0dldFRpdGxlMj86IHN0cmluZztcbiAgICBjb250YWN0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgY29udGFjdFRpdGxlPzogc3RyaW5nO1xuICAgIGhvd1RvUHJldGl0bGU/OiBzdHJpbmc7XG4gICAgaG93VG9UaXRsZT86IHN0cmluZztcbiAgICBmb2xsb3dUaXRsZT86IHN0cmluZztcbiAgICBncHNUaXRsZT86IHN0cmluZztcbiAgICByZWNlcHRpb25UaXRsZT86IHN0cmluZztcbiAgICBhZGRyZXNzVGl0bGU/OiBzdHJpbmc7XG4gICAgZmlyc3RUaXRsZT86IHN0cmluZztcbiAgICBzZWNvbmRUaXRsZT86IHN0cmluZztcbiAgICB0aGlyZFRpdGxlPzogc3RyaW5nO1xuICAgIGZpcnN0RGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgc2Vjb25kRGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgdGhpcmREZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBjb250YWN0SW5mbz86IHN0cmluZztcbiAgICBzb2NpYWxUaXRsZT86IHN0cmluZztcbiAgICBsYXRpdHVkZVRpdGxlPzogc3RyaW5nO1xuICAgIGxvbmdpdHVkZVRpdGxlPzogc3RyaW5nO1xuICAgIG5ld3NsZXR0ZXJFcnJvcj86IHN0cmluZztcbiAgICBuZXdzbGV0dGVyRmFpbD86IHN0cmluZztcbiAgICBuZXdzbGV0dGVyU3VjY2Vzc2Z1bGw/OiBzdHJpbmc7XG4gICAgbmV3c2xldHRlclRpdGxlPzogc3RyaW5nO1xuICAgIHNlY29uZGFyeVRpdGxlPzogc3RyaW5nO1xuICAgIHNlY29uZGFyeVByZXRpdGxlPzogc3RyaW5nO1xuICAgIHNjaGVkdWxlSW5mbz86IHN0cmluZztcblxuICAgIG9uZUVsZW1lbnQ/OiBzdHJpbmc7XG5cbiAgICByb29tVGl0bGU/OiBzdHJpbmc7XG5cbiAgICAvLyBMZWdhY3kga2V5cyBmcm9tIEFQSSBwYXlsb2FkcyB1c2VkIGJ5IHNvbWUgZXh0ZXJuYWwgbW9kdWxlc1xuICAgIFByZXRpdHVsbz86IHN0cmluZztcbiAgICBUYWc/OiBzdHJpbmc7XG4gICAgVGl0dWxvPzogc3RyaW5nO1xuICAgIFRleHRvPzogc3RyaW5nO1xuICAgICdUaXR1bG8tb2ZlcnRhcyc/OiBzdHJpbmc7XG4gICAgJ1RpdHVsby1kZXRhbGxlLTEnPzogc3RyaW5nO1xuICAgICdUaXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnVGl0dWxvLWRldGFsbGUtMyc/OiBzdHJpbmc7XG4gICAgJ1RpdHVsby1kZXRhbGxlLTQnPzogc3RyaW5nO1xuICAgICdUw610dWxvLWRldGFsbGUtMSc/OiBzdHJpbmc7XG4gICAgJ1TDrXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnVMOtdHVsby1kZXRhbGxlLTMnPzogc3RyaW5nO1xuICAgICdUw610dWxvLWRldGFsbGUtNCc/OiBzdHJpbmc7XG4gICAgJ1N1YnRpdHVsby1kZXRhbGxlLTEnPzogc3RyaW5nO1xuICAgICdTdWJ0aXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnU3VidGl0dWxvLWRldGFsbGUtMyc/OiBzdHJpbmc7XG4gICAgJ1N1YnRpdHVsby1kZXRhbGxlLTQnPzogc3RyaW5nO1xuICAgICdTdWLDrXR1bG8tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnU3Viw610dWxvLWRldGFsbGUtMic/OiBzdHJpbmc7XG4gICAgJ1N1YsOtdHVsby1kZXRhbGxlLTMnPzogc3RyaW5nO1xuICAgICdTdWLDrXR1bG8tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnU3ViaXR1bG8tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0xJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0yJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpb24tZGV0YWxsZS00Jz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpw7NuLWRldGFsbGUtMSc/OiBzdHJpbmc7XG4gICAgJ0Rlc2NyaXBjacOzbi1kZXRhbGxlLTInPzogc3RyaW5nO1xuICAgICdEZXNjcmlwY2nDs24tZGV0YWxsZS0zJz86IHN0cmluZztcbiAgICAnRGVzY3JpcGNpw7NuLWRldGFsbGUtNCc/OiBzdHJpbmc7XG4gICAgaWNvbj86IHN0cmluZztcbiAgICBjb21wb2ZlcnRhc19pY29uPzogc3RyaW5nO1xuXG4gICAgZG93bmxvYWQ/OiBzdHJpbmc7XG4gICAgbmV4dD86IHN0cmluZztcbiAgICBwcmV2Pzogc3RyaW5nO1xuICAgIG5kVGl0bGU/OiBzdHJpbmc7XG4gICAgbmR0aXRsZT86IHN0cmluZztcbiAgICBtYWluVGl0bGU/OiBzdHJpbmc7XG5cbiAgICBhdHRhY2hGaWxlPzogc3RyaW5nO1xuICAgIGF0dGFjaG1lbnQ/OiBzdHJpbmc7XG4gICAgYXR0YWNobWVudEVycm9yPzogc3RyaW5nO1xuICAgIGF0dGFjaG1lbnRQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBjaGVja2JveD86IHN0cmluZztcbiAgICBjaGVja2JveDI/OiBzdHJpbmc7XG4gICAgY2hlY2tib3gyRXJyb3I/OiBzdHJpbmc7XG4gICAgY2hlY2tib3hFcnJvcj86IHN0cmluZztcbiAgICBkcm9wZG93bkVycm9yPzogc3RyaW5nO1xuICAgIGRyb3Bkb3duQ29ub2NpZG9FcnJvcj86IHN0cmluZztcbiAgICBkcm9wZG93blBsYWNlaG9sZGVyPzogc3RyaW5nO1xuICAgIGRyb3Bkb3duUGxhY2Vob2xkZXIyPzogc3RyaW5nO1xuICAgIGVtYWlsPzogc3RyaW5nO1xuICAgIGVtYWlsRXJyb3I/OiBzdHJpbmc7XG4gICAgZW1haWxQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBlcnJvck1lc3NhZ2U/OiBzdHJpbmc7XG4gICAgam9pblRpdGxlPzogc3RyaW5nO1xuICAgIGxhc3ROYW1lPzogc3RyaW5nO1xuICAgIGxhc3ROYW1lRXJyb3I/OiBzdHJpbmc7XG4gICAgbGFzdE5hbWVQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBtZXNzYWdlPzogc3RyaW5nO1xuICAgIG1lc3NhZ2VFcnJvcj86IHN0cmluZztcbiAgICBtZXNzYWdlUGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gICAgbmFtZUVycm9yPzogc3RyaW5nO1xuICAgIG5hbWVQbGFjZWhvbGRlcj86IHN0cmluZztcbiAgICBwaG9uZT86IHN0cmluZztcbiAgICBwaG9uZUVycm9yPzogc3RyaW5nO1xuICAgIHBob25lUGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gICAgcHJlc2VudGFjaW9uPzogc3RyaW5nO1xuICAgIHByZXNlbnRhY2lvblBsYWNlaG9sZGVyPzogc3RyaW5nO1xuICAgIHJlcXVpcmVkRmllbGQ/OiBzdHJpbmc7XG4gICAgc3VibWl0Pzogc3RyaW5nO1xuICAgIHN1Y2Nlc3NNZXNzYWdlPzogc3RyaW5nO1xuICAgIGJhYnlsb25MYW5ndWFnZVR4dD86IHN0cmluZztcbiAgICBNZW51QnRuPzogc3RyaW5nO1xuICAgIG1lbnVCdG4/OiBzdHJpbmc7XG4gICAgQm9va0J0bj86IHN0cmluZztcbiAgICBib29rQnRuPzogc3RyaW5nO1xuXG4gICAgc2VydmljZXN0aXRsZT86IHN0cmluZztcbiAgICBoaWRlc2VydmljZXM/OiBzdHJpbmc7XG4gICAgc2hvd3NlcnZpY2VzPzogc3RyaW5nO1xuICAgIHNlcnZpY2VzT25GaWx0ZXI/OiBzdHJpbmc7XG5cbiAgICBjYW5jZWxUZXh0Pzogc3RyaW5nO1xuICAgIGRvd25sb2FkU2VsZWN0ZWRUZXh0Pzogc3RyaW5nO1xuICAgIGV4aXRUZXh0Pzogc3RyaW5nO1xuICAgIHNlbGVjdEFsbFRleHQ/OiBzdHJpbmc7XG4gICAgc2luZ2xlU2VsZWN0VGV4dD86IHN0cmluZztcbiAgICBuZERlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG59XG4iXX0=
|