ctt-babylon 0.10.8 → 0.10.10
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/Enum/tags.enums.mjs +3 -1
- package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.mjs +138 -0
- package/esm2022/lib/components/core/babylon-av-img-social/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.mjs +115 -0
- package/esm2022/lib/components/core/babylon-av-txt-ico/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-ba-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.mjs +160 -0
- package/esm2022/lib/components/core/babylon-ba-sli-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-fo-c3-img-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.mjs +107 -0
- package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.mjs +96 -0
- package/esm2022/lib/components/core/babylon-he-svg-list/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +5 -3
- package/esm2022/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.mjs +34 -0
- package/esm2022/lib/components/core/babylon-language-modal-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.mjs +299 -0
- package/esm2022/lib/components/core/babylon-lis-c2-txt/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-newsletter-modal-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-detail-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-offer-popup-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +1 -1
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +5 -3
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +13 -6
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +4 -3
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +15 -5
- package/esm2022/lib/components/core/index.mjs +13 -1
- package/esm2022/lib/interfaces/babylon-address-item.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +1 -1
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +32 -2
- package/esm2022/lib/services/modals-service/modals.service.mjs +12 -1
- package/esm2022/lib/utils/mutimedia.utils.mjs +4 -1
- package/fesm2022/ctt-babylon.mjs +1129 -22
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/Enum/tags.enums.d.ts +3 -1
- package/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.d.ts +5 -0
- package/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.d.ts +19 -0
- package/lib/components/core/babylon-av-img-social/index.d.ts +1 -0
- package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.d.ts +5 -0
- package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.d.ts +14 -0
- package/lib/components/core/babylon-av-txt-ico/index.d.ts +1 -0
- package/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.d.ts +6 -0
- package/lib/components/core/babylon-ba-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.d.ts +19 -0
- package/lib/components/core/babylon-ba-sli-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.d.ts +12 -0
- package/lib/components/core/babylon-fo-c3-img-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.d.ts +19 -0
- package/lib/components/core/babylon-fo-lis-c4-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.d.ts +22 -0
- package/lib/components/core/babylon-he-svg-list/index.d.ts +1 -0
- package/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.d.ts +15 -0
- package/lib/components/core/babylon-language-modal-v3/index.d.ts +1 -0
- package/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.d.ts +25 -0
- package/lib/components/core/babylon-lis-c2-txt/index.d.ts +1 -0
- package/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.d.ts +19 -0
- package/lib/components/core/babylon-newsletter-modal-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +9 -0
- package/lib/components/core/babylon-offer-detail-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.d.ts +9 -0
- package/lib/components/core/babylon-offer-popup-v3/index.d.ts +1 -0
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +3 -2
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +6 -2
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +7 -1
- package/lib/components/core/index.d.ts +12 -0
- package/lib/interfaces/babylon-address-item.interface.d.ts +14 -0
- package/lib/interfaces/babylon-multimedia.interface.d.ts +1 -0
- package/lib/interfaces/babylon-text-info.interface.d.ts +5 -0
- package/lib/services/mapper/mapper.service.d.ts +2 -1
- package/lib/services/modals-service/modals.service.d.ts +2 -1
- package/lib/utils/mutimedia.utils.d.ts +1 -0
- package/package.json +3 -2
package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
-
import { Component, Inject, PLATFORM_ID, } from '@angular/core';
|
|
2
|
+
import { Component, Inject, Input, PLATFORM_ID, } from '@angular/core';
|
|
3
|
+
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
4
|
+
import { BabylonCleanPhonePipe } from '../../../pipes/babylon-clean-phone.pipe';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
export class BabylonStaticFooterV3Component {
|
|
5
7
|
constructor(host, platformId) {
|
|
@@ -55,13 +57,21 @@ export class BabylonStaticFooterV3Component {
|
|
|
55
57
|
this.cleanups = [];
|
|
56
58
|
}
|
|
57
59
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV3Component, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
58
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonStaticFooterV3Component, isStandalone: true, selector: "lib-babylon-static-footer-v3", ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n <div class=\"footer__logos\">\n <img src=\"/assets/babylon/images/footer-logo-1.svg\" />\n <a href=\"https://www.saveposidoniaproject.org/\" target=\"_blank\">\n <img src=\"/assets/babylon/images/footer-logo-2.webp\" />\n </a>\n </div>\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n <a href=\"/\">\n <figure>\n <img\n src=\"/assets/babylon/images/img-34.webp\"\n />\n <div class=\"map-link\">\n <span>Como llegar</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n </figure>\n </a>\n </div>\n <div class=\"footer__direction\">\n <h3>DIRECCI\u00D3N</h3>\n <p>\n Calle Fonoll Mar\u00ED, 50<br />\n 07871 Es Pujols - Formentera<br />\n Baleares Espa\u00F1a\n </p>\n </div>\n </div>\n <div class=\"footer__contact\">\n <h3>CONTACTO</h3>\n <p>\n T. +34 971 328 451 - Recepci\u00F3n<br />\n T. +34 971 328 447 - Reservas<br />\n <a\n href=\"mailto:'info@blancohotelformentera.com'\"\n class=\"btn__link\"\n >infoblancohotelformentera.com</a\n >\n </p>\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n <ul>\n <li><a href=\"/\" class=\"btn__link\">EMPLEO</a></li>\n <li><a href=\"/\" class=\"btn__link\">CONDICIONES</a></li>\n <li><a href=\"/\" class=\"btn__link\">COOKIES</a></li>\n <li><a href=\"/\" class=\"btn__link\">MAPA WEB</a></li>\n <li>\n <a href=\"/\" class=\"btn__link\"\n >DESIGN BY CLICKTOTRAVEL</a\n >\n </li>\n </ul>\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n <span>Top</span>\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n <p>BLANCO HOTEL FORMENTERA</p>\n <span class=\"footer__copyright--text\">\u00A9 2025</span>\n </div>\n </div>\n </div>\n</footer>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}.footer__top .container{max-width:100%}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:var(--white);padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:var(--primary);transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:var(--primary);font-family:var(--primary);font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:var(--primary);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:var(--grey)}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:var(--primary)}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:var(--primary)}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:var(--white)}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:var(--primary);font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:var(--cream)}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:var(--primary)}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"] }); }
|
|
60
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonStaticFooterV3Component, isStandalone: true, selector: "lib-babylon-static-footer-v3", inputs: { links: "links", multimedia: "multimedia", texts: "texts", address: "address" }, ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n @if (multimedia?.imagenes?.length) {\n <div class=\"footer__logos\">\n @for (item of multimedia?.imagenes; track $index) {\n @if (item?.img?.src) {\n @if (item?.buttons?.[0]?.url) {\n <a role=\"button\"\n [href]=\"item?.buttons?.[0]?.url\"\n [linkType]=\"item?.buttons?.[0]?.linkType\"\n target=\"_blank\"\n >\n <img\n [src]=\"item?.img?.src\"\n [alt]=\"item?.img?.alt\"\n />\n </a>\n } @else if (item?.img?.src) {\n <img\n [src]=\"item?.img?.src\"\n [alt]=\"item?.img?.alt\"\n />\n }\n }\n }\n </div>\n }\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n @if (multimedia?.backgroundimage?.[0]?.img?.src && multimedia?.backgroundimage?.[0]?.buttons?.[0]?.url ) {\n <a\n role=\"button\"\n [linkType]=\"multimedia?.backgroundimage?.[0]?.buttons?.[0]?.linkType\"\n [href]=\"multimedia?.backgroundimage?.[0]?.buttons?.[0]?.url\">\n <figure>\n <img\n [src]=\"multimedia?.backgroundimage?.[0]?.img?.src\"\n [alt]=\"multimedia?.backgroundimage?.[0]?.img?.alt || 'images'\"\n />\n @if (multimedia?.backgroundimage?.[0]?.buttons?.length) {\n <div class=\"map-link\">\n @if (multimedia?.backgroundimage?.[0]?.buttons?.[0]?.label) {\n <span>{{ multimedia?.backgroundimage?.[0]?.buttons?.[0]?.label }}</span>\n }\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n }\n </figure>\n </a>\n }\n </div>\n <div class=\"footer__direction\">\n @if (texts?.addresstitle) {\n <h3>{{ texts?.addresstitle}}</h3>\n }\n @if (address?.length && address?.[0]?.full_address) {\n <p\n [innerHTML]=\"address?.[0]?.full_address\">\n </p>\n }\n </div>\n </div>\n <div class=\"footer__contact\">\n @if (texts?.contacttitle) {\n <h3>{{ texts?.contacttitle }}</h3>\n }\n @if ( address?.length && address?.[0]?.phone ) {\n <p>\n @if (address?.[0]?.phone) {\n <a\n [attr.aria-label]=\"address?.[0]?.phone\"\n [href]=\"'tel:' + (address?.[0]?.phone | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.[0]?.phone }}</a>\n }\n @if (address?.[0]?.phone2) {\n <br/>\n <a\n [attr.aria-label]=\"address?.[0]?.phone2\"\n [href]=\"'tel:' + (address?.[0]?.phone2 | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.[0]?.phone2 }}</a>\n\n }\n @if (address?.[0]?.email) {\n <br/>\n <a\n [href]=\"'mailto:' + address?.[0]?.email\"\n class=\"btn__link\"\n >{{ address?.[0]?.email}}\n </a\n >\n }\n </p>\n }\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n @if (links?.length) {\n <ul>\n @for (link of links; track $index) {\n @if (link?.url && link?.label) {\n <li>\n <a\n role=\"button\"\n [linkType]=\"link?.linkType\"\n [href]=\"link?.url\"\n class=\"btn__link\"\n >{{ link?.label }}</a\n >\n </li>\n }\n }\n </ul>\n }\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n @if (texts?.topButton) {\n <span>{{ texts?.topButton }}</span>\n }\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n @if (texts?.bannertext) {\n <p [innerHTML]=\"texts?.bannertext\"></p>\n }\n @if (texts?.copyrighttext) {\n <span class=\"footer__copyright--text\">{{ texts?.copyrighttext }}</span>\n }\n </div>\n </div>\n </div>\n</footer>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}.footer__top .container{max-width:100%}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:var(--white);padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:var(--primary);transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:var(--primary);font-family:var(--primary);font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:var(--primary);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:var(--grey)}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:var(--primary)}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:var(--primary)}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:var(--white)}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:var(--primary);font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:var(--cream)}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:var(--primary)}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"], dependencies: [{ kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "pipe", type: BabylonCleanPhonePipe, name: "cleanPhone" }] }); }
|
|
59
61
|
}
|
|
60
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV3Component, decorators: [{
|
|
61
63
|
type: Component,
|
|
62
|
-
args: [{ selector: 'lib-babylon-static-footer-v3', standalone: true, imports: [], template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n <div class=\"footer__logos\">\n <img src=\"/assets/babylon/images/footer-logo-1.svg\" />\n <a href=\"https://www.saveposidoniaproject.org/\" target=\"_blank\">\n <img src=\"/assets/babylon/images/footer-logo-2.webp\" />\n </a>\n </div>\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n <a href=\"/\">\n <figure>\n <img\n src=\"/assets/babylon/images/img-34.webp\"\n />\n <div class=\"map-link\">\n <span>Como llegar</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n </figure>\n </a>\n </div>\n <div class=\"footer__direction\">\n <h3>DIRECCI\u00D3N</h3>\n <p>\n Calle Fonoll Mar\u00ED, 50<br />\n 07871 Es Pujols - Formentera<br />\n Baleares Espa\u00F1a\n </p>\n </div>\n </div>\n <div class=\"footer__contact\">\n <h3>CONTACTO</h3>\n <p>\n T. +34 971 328 451 - Recepci\u00F3n<br />\n T. +34 971 328 447 - Reservas<br />\n <a\n href=\"mailto:'info@blancohotelformentera.com'\"\n class=\"btn__link\"\n >infoblancohotelformentera.com</a\n >\n </p>\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n <ul>\n <li><a href=\"/\" class=\"btn__link\">EMPLEO</a></li>\n <li><a href=\"/\" class=\"btn__link\">CONDICIONES</a></li>\n <li><a href=\"/\" class=\"btn__link\">COOKIES</a></li>\n <li><a href=\"/\" class=\"btn__link\">MAPA WEB</a></li>\n <li>\n <a href=\"/\" class=\"btn__link\"\n >DESIGN BY CLICKTOTRAVEL</a\n >\n </li>\n </ul>\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n <span>Top</span>\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n <p>BLANCO HOTEL FORMENTERA</p>\n <span class=\"footer__copyright--text\">\u00A9 2025</span>\n </div>\n </div>\n </div>\n</footer>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}.footer__top .container{max-width:100%}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:var(--white);padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:var(--primary);transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:var(--primary);font-family:var(--primary);font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:var(--primary);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:var(--grey)}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:var(--primary)}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:var(--primary)}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:var(--white)}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:var(--primary);font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:var(--cream)}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:var(--primary)}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"] }]
|
|
64
|
+
args: [{ selector: 'lib-babylon-static-footer-v3', standalone: true, imports: [BabylonLinkTypeDirective, BabylonCleanPhonePipe], template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n @if (multimedia?.imagenes?.length) {\n <div class=\"footer__logos\">\n @for (item of multimedia?.imagenes; track $index) {\n @if (item?.img?.src) {\n @if (item?.buttons?.[0]?.url) {\n <a role=\"button\"\n [href]=\"item?.buttons?.[0]?.url\"\n [linkType]=\"item?.buttons?.[0]?.linkType\"\n target=\"_blank\"\n >\n <img\n [src]=\"item?.img?.src\"\n [alt]=\"item?.img?.alt\"\n />\n </a>\n } @else if (item?.img?.src) {\n <img\n [src]=\"item?.img?.src\"\n [alt]=\"item?.img?.alt\"\n />\n }\n }\n }\n </div>\n }\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n @if (multimedia?.backgroundimage?.[0]?.img?.src && multimedia?.backgroundimage?.[0]?.buttons?.[0]?.url ) {\n <a\n role=\"button\"\n [linkType]=\"multimedia?.backgroundimage?.[0]?.buttons?.[0]?.linkType\"\n [href]=\"multimedia?.backgroundimage?.[0]?.buttons?.[0]?.url\">\n <figure>\n <img\n [src]=\"multimedia?.backgroundimage?.[0]?.img?.src\"\n [alt]=\"multimedia?.backgroundimage?.[0]?.img?.alt || 'images'\"\n />\n @if (multimedia?.backgroundimage?.[0]?.buttons?.length) {\n <div class=\"map-link\">\n @if (multimedia?.backgroundimage?.[0]?.buttons?.[0]?.label) {\n <span>{{ multimedia?.backgroundimage?.[0]?.buttons?.[0]?.label }}</span>\n }\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n }\n </figure>\n </a>\n }\n </div>\n <div class=\"footer__direction\">\n @if (texts?.addresstitle) {\n <h3>{{ texts?.addresstitle}}</h3>\n }\n @if (address?.length && address?.[0]?.full_address) {\n <p\n [innerHTML]=\"address?.[0]?.full_address\">\n </p>\n }\n </div>\n </div>\n <div class=\"footer__contact\">\n @if (texts?.contacttitle) {\n <h3>{{ texts?.contacttitle }}</h3>\n }\n @if ( address?.length && address?.[0]?.phone ) {\n <p>\n @if (address?.[0]?.phone) {\n <a\n [attr.aria-label]=\"address?.[0]?.phone\"\n [href]=\"'tel:' + (address?.[0]?.phone | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.[0]?.phone }}</a>\n }\n @if (address?.[0]?.phone2) {\n <br/>\n <a\n [attr.aria-label]=\"address?.[0]?.phone2\"\n [href]=\"'tel:' + (address?.[0]?.phone2 | cleanPhone)\"\n linkType=\"external\"\n >{{ address?.[0]?.phone2 }}</a>\n\n }\n @if (address?.[0]?.email) {\n <br/>\n <a\n [href]=\"'mailto:' + address?.[0]?.email\"\n class=\"btn__link\"\n >{{ address?.[0]?.email}}\n </a\n >\n }\n </p>\n }\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n @if (links?.length) {\n <ul>\n @for (link of links; track $index) {\n @if (link?.url && link?.label) {\n <li>\n <a\n role=\"button\"\n [linkType]=\"link?.linkType\"\n [href]=\"link?.url\"\n class=\"btn__link\"\n >{{ link?.label }}</a\n >\n </li>\n }\n }\n </ul>\n }\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n @if (texts?.topButton) {\n <span>{{ texts?.topButton }}</span>\n }\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n @if (texts?.bannertext) {\n <p [innerHTML]=\"texts?.bannertext\"></p>\n }\n @if (texts?.copyrighttext) {\n <span class=\"footer__copyright--text\">{{ texts?.copyrighttext }}</span>\n }\n </div>\n </div>\n </div>\n</footer>\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}.footer__top .container{max-width:100%}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:var(--white);padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:var(--primary);transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:var(--primary);font-family:var(--primary);font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:var(--primary);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:var(--grey)}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:var(--primary)}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:var(--primary)}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:var(--white)}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:var(--primary);font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:var(--cream)}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:var(--primary)}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"] }]
|
|
63
65
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: Object, decorators: [{
|
|
64
66
|
type: Inject,
|
|
65
67
|
args: [PLATFORM_ID]
|
|
66
|
-
}] }]
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILFNBQVMsRUFFVCxNQUFNLEVBRU4sV0FBVyxHQUNkLE1BQU0sZUFBZSxDQUFDOztBQVN2QixNQUFNLE9BQU8sOEJBQThCO0lBS3ZDLFlBQ1ksSUFBNkIsRUFDaEIsVUFBa0I7UUFEL0IsU0FBSSxHQUFKLElBQUksQ0FBeUI7UUFGakMsYUFBUSxHQUFzQixFQUFFLENBQUM7UUFLckMsSUFBSSxDQUFDLFNBQVMsR0FBRyxpQkFBaUIsQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRUQsZUFBZTtRQUNYLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUztZQUFFLE9BQU87UUFFNUIsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUM7UUFDckMsTUFBTSxRQUFRLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FDdkIsSUFBSSxDQUFDLGdCQUFnQixDQUFjLGtCQUFrQixDQUFDLENBQ3pELENBQUM7UUFDRixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU07WUFBRSxPQUFPO1FBRTdCLE1BQU0sV0FBVyxHQUFHLEdBQUcsRUFBRTtZQUNyQixNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsVUFBVSxFQUFFLENBQzlCLGtDQUFrQyxDQUNyQyxDQUFDLE9BQU8sQ0FBQztZQUNWLElBQUk7Z0JBQ0EsTUFBTSxDQUFDLFFBQVEsQ0FBQztvQkFDWixHQUFHLEVBQUUsQ0FBQztvQkFDTixRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFFBQVE7aUJBQ3ZDLENBQUMsQ0FBQzthQUNOO1lBQUMsTUFBTTtnQkFDSiw0QkFBNEI7Z0JBQzVCLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2FBQ3pCO1FBQ0wsQ0FBQyxDQUFDO1FBRUYsS0FBSyxNQUFNLEVBQUUsSUFBSSxRQUFRLEVBQUU7WUFDdkIsTUFBTSxPQUFPLEdBQUcsQ0FBQyxFQUFTLEVBQUUsRUFBRTtnQkFDMUIsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO2dCQUNwQixXQUFXLEVBQUUsQ0FBQztZQUNsQixDQUFDLENBQUM7WUFDRixNQUFNLFNBQVMsR0FBRyxDQUFDLEVBQWlCLEVBQUUsRUFBRTtnQkFDcEMsSUFDSSxFQUFFLENBQUMsR0FBRyxLQUFLLE9BQU87b0JBQ2xCLEVBQUUsQ0FBQyxHQUFHLEtBQUssR0FBRztvQkFDZCxFQUFFLENBQUMsSUFBSSxLQUFLLE9BQU8sRUFDckI7b0JBQ0UsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO29CQUNwQixXQUFXLEVBQUUsQ0FBQztpQkFDakI7WUFDTCxDQUFDLENBQUM7WUFFRixFQUFFLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1lBQ3RDLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsU0FBUyxDQUFDLENBQUM7WUFFMUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNwQixFQUFFLENBQUMsbUJBQW1CLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO2dCQUN6QyxFQUFFLENBQUMsbUJBQW1CLENBQUMsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO1lBQ2pELENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDTCxDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUztZQUFFLE9BQU87UUFDNUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDcEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDdkIsQ0FBQzsrR0FsRVEsOEJBQThCLDRDQU8zQixXQUFXO21HQVBkLDhCQUE4Qix3RkNqQjNDLHVyS0FnSEE7OzRGRC9GYSw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0ksOEJBQThCLGNBQzVCLElBQUksV0FDUCxFQUFFOzswQkFXTixNQUFNOzJCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ29tcG9uZW50LFxuICAgIEVsZW1lbnRSZWYsXG4gICAgSW5qZWN0LFxuICAgIE9uRGVzdHJveSxcbiAgICBQTEFURk9STV9JRCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tc3RhdGljLWZvb3Rlci12MycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblN0YXRpY0Zvb3RlclYzQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3lcbntcbiAgICBwcml2YXRlIHJlYWRvbmx5IGlzQnJvd3NlcjogYm9vbGVhbjtcbiAgICBwcml2YXRlIGNsZWFudXBzOiBBcnJheTwoKSA9PiB2b2lkPiA9IFtdO1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGhvc3Q6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgICAgICBASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBPYmplY3RcbiAgICApIHtcbiAgICAgICAgdGhpcy5pc0Jyb3dzZXIgPSBpc1BsYXRmb3JtQnJvd3NlcihwbGF0Zm9ybUlkKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5pc0Jyb3dzZXIpIHJldHVybjtcblxuICAgICAgICBjb25zdCByb290ID0gdGhpcy5ob3N0Lm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IHRyaWdnZXJzID0gQXJyYXkuZnJvbShcbiAgICAgICAgICAgIHJvb3QucXVlcnlTZWxlY3RvckFsbDxIVE1MRWxlbWVudD4oJy5mb290ZXJfX2dvdG9Ub3AnKVxuICAgICAgICApO1xuICAgICAgICBpZiAoIXRyaWdnZXJzLmxlbmd0aCkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IHNjcm9sbFRvVG9wID0gKCkgPT4ge1xuICAgICAgICAgICAgY29uc3QgcmVkdWNlID0gd2luZG93Lm1hdGNoTWVkaWE/LihcbiAgICAgICAgICAgICAgICAnKHByZWZlcnMtcmVkdWNlZC1tb3Rpb246IHJlZHVjZSknXG4gICAgICAgICAgICApLm1hdGNoZXM7XG4gICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbyh7XG4gICAgICAgICAgICAgICAgICAgIHRvcDogMCxcbiAgICAgICAgICAgICAgICAgICAgYmVoYXZpb3I6IHJlZHVjZSA/ICdhdXRvJyA6ICdzbW9vdGgnLFxuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgfSBjYXRjaCB7XG4gICAgICAgICAgICAgICAgLy8gZmFsbGJhY2sgU2FmYXJpIG11eSB2aWVqb1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbygwLCAwKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcblxuICAgICAgICBmb3IgKGNvbnN0IGVsIG9mIHRyaWdnZXJzKSB7XG4gICAgICAgICAgICBjb25zdCBvbkNsaWNrID0gKGV2OiBFdmVudCkgPT4ge1xuICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgc2Nyb2xsVG9Ub3AoKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBjb25zdCBvbktleWRvd24gPSAoZXY6IEtleWJvYXJkRXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgICAgIGV2LmtleSA9PT0gJ0VudGVyJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5rZXkgPT09ICcgJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5jb2RlID09PSAnU3BhY2UnXG4gICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgICAgIHNjcm9sbFRvVG9wKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfTtcblxuICAgICAgICAgICAgZWwuYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCBvbkNsaWNrKTtcbiAgICAgICAgICAgIGVsLmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleWRvd24pO1xuXG4gICAgICAgICAgICB0aGlzLmNsZWFudXBzLnB1c2goKCkgPT4ge1xuICAgICAgICAgICAgICAgIGVsLnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2NsaWNrJywgb25DbGljayk7XG4gICAgICAgICAgICAgICAgZWwucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5ZG93bik7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuaXNCcm93c2VyKSByZXR1cm47XG4gICAgICAgIHRoaXMuY2xlYW51cHMuZm9yRWFjaCgoZm4pID0+IGZuKCkpO1xuICAgICAgICB0aGlzLmNsZWFudXBzID0gW107XG4gICAgfVxufVxuIiwiPGZvb3RlciBjbGFzcz1cImZvb3RlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX3RvcFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19sb2dvc1wiPlxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9mb290ZXItbG9nby0xLnN2Z1wiIC8+XG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LnNhdmVwb3NpZG9uaWFwcm9qZWN0Lm9yZy9cIiB0YXJnZXQ9XCJfYmxhbmtcIj5cbiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2Zvb3Rlci1sb2dvLTIud2VicFwiIC8+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19pbm5lclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2luZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9faW5mby0taW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2RpcmVjdGlvbi0tb3V0ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19kaXJlY3Rpb24tLW1hcFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9pbWFnZXMvaW1nLTM0LndlYnBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcC1saW5rXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPkNvbW8gbGxlZ2FyPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1tYXAuc3ZnI2ljb24tbWFwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2RpcmVjdGlvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDM+RElSRUNDScOTTjwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQ2FsbGUgRm9ub2xsIE1hcsOtLCA1MDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMDc4NzEgRXMgUHVqb2xzIC0gRm9ybWVudGVyYTxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQmFsZWFyZXMgRXNwYcOxYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2NvbnRhY3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDM+Q09OVEFDVE88L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBULiArMzQgOTcxIDMyOCA0NTEgLSBSZWNlcGNpw7NuPGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFQuICszNCA5NzEgMzI4IDQ0NyAtIFJlc2VydmFzPGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwibWFpbHRvOidpbmZvQGJsYW5jb2hvdGVsZm9ybWVudGVyYS5jb20nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5pbmZvYmxhbmNvaG90ZWxmb3JtZW50ZXJhLmNvbTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2xpbmtzXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCI+RU1QTEVPPC9hPjwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIi9cIiBjbGFzcz1cImJ0bl9fbGlua1wiPkNPTkRJQ0lPTkVTPC9hPjwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIi9cIiBjbGFzcz1cImJ0bl9fbGlua1wiPkNPT0tJRVM8L2E+PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCI+TUFQQSBXRUI8L2E+PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPkRFU0lHTiBCWSBDTElDS1RPVFJBVkVMPC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb290ZXJfX2dvdG9Ub3AganMtc2Nyb2xsdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1zY3JvbGxfc3BhY2VyPVwiMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF90bz1cImJvZHlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPlRvcDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2dvdG9Ub3AtLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tbG9uZy1hcnJvdy5zdmcjaWNvbi1sb25nLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1hcnJvdy5zdmcjaWNvbi1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQgYmctY3JlYW1cIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWdyYXBoaWNcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlIGhyZWY9XCIjaWNvbi1ncmFwaGljXCI+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWlubmVyXCI+XG4gICAgICAgICAgICAgICAgPHA+QkxBTkNPIEhPVEVMIEZPUk1FTlRFUkE8L3A+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJmb290ZXJfX2NvcHlyaWdodC0tdGV4dFwiPsKpIDIwMjU8L3NwYW4+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Zvb3Rlcj5cbiJdfQ==
|
|
68
|
+
}] }], propDecorators: { links: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], multimedia: [{
|
|
71
|
+
type: Input
|
|
72
|
+
}], texts: [{
|
|
73
|
+
type: Input
|
|
74
|
+
}], address: [{
|
|
75
|
+
type: Input
|
|
76
|
+
}] } });
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILFNBQVMsRUFFVCxNQUFNLEVBQ04sS0FBSyxFQUVMLFdBQVcsR0FDZCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUU3RixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7QUFTaEYsTUFBTSxPQUFPLDhCQUE4QjtJQVV2QyxZQUNZLElBQTZCLEVBQ2hCLFVBQWtCO1FBRC9CLFNBQUksR0FBSixJQUFJLENBQXlCO1FBRmpDLGFBQVEsR0FBc0IsRUFBRSxDQUFDO1FBS3JDLElBQUksQ0FBQyxTQUFTLEdBQUcsaUJBQWlCLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELGVBQWU7UUFDWCxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVM7WUFBRSxPQUFPO1FBRTVCLE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDO1FBQ3JDLE1BQU0sUUFBUSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQ3ZCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBYyxrQkFBa0IsQ0FBQyxDQUN6RCxDQUFDO1FBQ0YsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNO1lBQUUsT0FBTztRQUU3QixNQUFNLFdBQVcsR0FBRyxHQUFHLEVBQUU7WUFDckIsTUFBTSxNQUFNLEdBQUcsTUFBTSxDQUFDLFVBQVUsRUFBRSxDQUM5QixrQ0FBa0MsQ0FDckMsQ0FBQyxPQUFPLENBQUM7WUFDVixJQUFJO2dCQUNBLE1BQU0sQ0FBQyxRQUFRLENBQUM7b0JBQ1osR0FBRyxFQUFFLENBQUM7b0JBQ04sUUFBUSxFQUFFLE1BQU0sQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxRQUFRO2lCQUN2QyxDQUFDLENBQUM7YUFDTjtZQUFDLE1BQU07Z0JBQ0osNEJBQTRCO2dCQUM1QixNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQzthQUN6QjtRQUNMLENBQUMsQ0FBQztRQUVGLEtBQUssTUFBTSxFQUFFLElBQUksUUFBUSxFQUFFO1lBQ3ZCLE1BQU0sT0FBTyxHQUFHLENBQUMsRUFBUyxFQUFFLEVBQUU7Z0JBQzFCLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQztnQkFDcEIsV0FBVyxFQUFFLENBQUM7WUFDbEIsQ0FBQyxDQUFDO1lBQ0YsTUFBTSxTQUFTLEdBQUcsQ0FBQyxFQUFpQixFQUFFLEVBQUU7Z0JBQ3BDLElBQ0ksRUFBRSxDQUFDLEdBQUcsS0FBSyxPQUFPO29CQUNsQixFQUFFLENBQUMsR0FBRyxLQUFLLEdBQUc7b0JBQ2QsRUFBRSxDQUFDLElBQUksS0FBSyxPQUFPLEVBQ3JCO29CQUNFLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQztvQkFDcEIsV0FBVyxFQUFFLENBQUM7aUJBQ2pCO1lBQ0wsQ0FBQyxDQUFDO1lBRUYsRUFBRSxDQUFDLGdCQUFnQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztZQUN0QyxFQUFFLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO1lBRTFDLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDcEIsRUFBRSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztnQkFDekMsRUFBRSxDQUFDLG1CQUFtQixDQUFDLFNBQVMsRUFBRSxTQUFTLENBQUMsQ0FBQztZQUNqRCxDQUFDLENBQUMsQ0FBQztTQUNOO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVM7WUFBRSxPQUFPO1FBQzVCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQ3BDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBdkVRLDhCQUE4Qiw0Q0FZM0IsV0FBVzttR0FaZCw4QkFBOEIsa0xDdEIzQywydFFBaUxBLDJ0aENEL0pjLHdCQUF3Qix3SUFBRSxxQkFBcUI7OzRGQUloRCw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0ksOEJBQThCLGNBQzVCLElBQUksV0FDUCxDQUFDLHdCQUF3QixFQUFFLHFCQUFxQixDQUFDOzswQkFnQnJELE1BQU07MkJBQUMsV0FBVzt5Q0FUZCxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIENvbXBvbmVudCxcbiAgICBFbGVtZW50UmVmLFxuICAgIEluamVjdCxcbiAgICBJbnB1dCxcbiAgICBPbkRlc3Ryb3ksXG4gICAgUExBVEZPUk1fSUQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkksIEJhYnlsb25NdWx0aW1lZGlhSSwgQmFieWxvblRleHRJbmZvSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQWRkcmVzc0l0ZW1JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWFkZHJlc3MtaXRlbS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkNsZWFuUGhvbmVQaXBlIH0gZnJvbSAnLi4vLi4vLi4vcGlwZXMvYmFieWxvbi1jbGVhbi1waG9uZS5waXBlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUsIEJhYnlsb25DbGVhblBob25lUGlwZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25TdGF0aWNGb290ZXJWM0NvbXBvbmVudFxuICAgIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCwgT25EZXN0cm95XG57XG4gICAgQElucHV0KCkgbGlua3M/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIG11bHRpbWVkaWE/OiBCYWJ5bG9uTXVsdGltZWRpYUk7XG4gICAgQElucHV0KCkgdGV4dHM/OiBCYWJ5bG9uVGV4dEluZm9JO1xuICAgIEBJbnB1dCgpIGFkZHJlc3M/OiBCYWJ5bG9uQWRkcmVzc0l0ZW1JW107XG5cbiAgICBwcml2YXRlIHJlYWRvbmx5IGlzQnJvd3NlcjogYm9vbGVhbjtcbiAgICBwcml2YXRlIGNsZWFudXBzOiBBcnJheTwoKSA9PiB2b2lkPiA9IFtdO1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGhvc3Q6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgICAgICBASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBPYmplY3RcbiAgICApIHtcbiAgICAgICAgdGhpcy5pc0Jyb3dzZXIgPSBpc1BsYXRmb3JtQnJvd3NlcihwbGF0Zm9ybUlkKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5pc0Jyb3dzZXIpIHJldHVybjtcblxuICAgICAgICBjb25zdCByb290ID0gdGhpcy5ob3N0Lm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IHRyaWdnZXJzID0gQXJyYXkuZnJvbShcbiAgICAgICAgICAgIHJvb3QucXVlcnlTZWxlY3RvckFsbDxIVE1MRWxlbWVudD4oJy5mb290ZXJfX2dvdG9Ub3AnKVxuICAgICAgICApO1xuICAgICAgICBpZiAoIXRyaWdnZXJzLmxlbmd0aCkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IHNjcm9sbFRvVG9wID0gKCkgPT4ge1xuICAgICAgICAgICAgY29uc3QgcmVkdWNlID0gd2luZG93Lm1hdGNoTWVkaWE/LihcbiAgICAgICAgICAgICAgICAnKHByZWZlcnMtcmVkdWNlZC1tb3Rpb246IHJlZHVjZSknXG4gICAgICAgICAgICApLm1hdGNoZXM7XG4gICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbyh7XG4gICAgICAgICAgICAgICAgICAgIHRvcDogMCxcbiAgICAgICAgICAgICAgICAgICAgYmVoYXZpb3I6IHJlZHVjZSA/ICdhdXRvJyA6ICdzbW9vdGgnLFxuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgfSBjYXRjaCB7XG4gICAgICAgICAgICAgICAgLy8gZmFsbGJhY2sgU2FmYXJpIG11eSB2aWVqb1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbygwLCAwKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcblxuICAgICAgICBmb3IgKGNvbnN0IGVsIG9mIHRyaWdnZXJzKSB7XG4gICAgICAgICAgICBjb25zdCBvbkNsaWNrID0gKGV2OiBFdmVudCkgPT4ge1xuICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgc2Nyb2xsVG9Ub3AoKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBjb25zdCBvbktleWRvd24gPSAoZXY6IEtleWJvYXJkRXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgICAgIGV2LmtleSA9PT0gJ0VudGVyJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5rZXkgPT09ICcgJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5jb2RlID09PSAnU3BhY2UnXG4gICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgICAgIHNjcm9sbFRvVG9wKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfTtcblxuICAgICAgICAgICAgZWwuYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCBvbkNsaWNrKTtcbiAgICAgICAgICAgIGVsLmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleWRvd24pO1xuXG4gICAgICAgICAgICB0aGlzLmNsZWFudXBzLnB1c2goKCkgPT4ge1xuICAgICAgICAgICAgICAgIGVsLnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2NsaWNrJywgb25DbGljayk7XG4gICAgICAgICAgICAgICAgZWwucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5ZG93bik7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuaXNCcm93c2VyKSByZXR1cm47XG4gICAgICAgIHRoaXMuY2xlYW51cHMuZm9yRWFjaCgoZm4pID0+IGZuKCkpO1xuICAgICAgICB0aGlzLmNsZWFudXBzID0gW107XG4gICAgfVxufVxuIiwiPGZvb3RlciBjbGFzcz1cImZvb3RlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX3RvcFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgQGlmIChtdWx0aW1lZGlhPy5pbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19sb2dvc1wiPlxuICAgICAgICAgICAgICBAZm9yIChpdGVtIG9mIG11bHRpbWVkaWE/LmltYWdlbmVzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICBAaWYgKGl0ZW0/LmltZz8uc3JjKSB7XG4gICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0/LmJ1dHRvbnM/LlswXT8udXJsKSB7XG4gICAgICAgICAgICAgICAgICAgIDxhIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cIml0ZW0/LmJ1dHRvbnM/LlswXT8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiaXRlbT8uYnV0dG9ucz8uWzBdPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaXRlbT8uaW1nPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIml0ZW0/LmltZz8uYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgfSBAZWxzZSBpZiAoaXRlbT8uaW1nPy5zcmMpIHtcbiAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaXRlbT8uaW1nPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaXRlbT8uaW1nPy5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICB9XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19pbm5lclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2luZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9faW5mby0taW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2RpcmVjdGlvbi0tb3V0ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19kaXJlY3Rpb24tLW1hcFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChtdWx0aW1lZGlhPy5iYWNrZ3JvdW5kaW1hZ2U/LlswXT8uaW1nPy5zcmMgJiYgbXVsdGltZWRpYT8uYmFja2dyb3VuZGltYWdlPy5bMF0/LmJ1dHRvbnM/LlswXT8udXJsICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJtdWx0aW1lZGlhPy5iYWNrZ3JvdW5kaW1hZ2U/LlswXT8uYnV0dG9ucz8uWzBdPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibXVsdGltZWRpYT8uYmFja2dyb3VuZGltYWdlPy5bMF0/LmJ1dHRvbnM/LlswXT8udXJsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJtdWx0aW1lZGlhPy5iYWNrZ3JvdW5kaW1hZ2U/LlswXT8uaW1nPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIm11bHRpbWVkaWE/LmJhY2tncm91bmRpbWFnZT8uWzBdPy5pbWc/LmFsdCB8fCAnaW1hZ2VzJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKG11bHRpbWVkaWE/LmJhY2tncm91bmRpbWFnZT8uWzBdPy5idXR0b25zPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYXAtbGlua1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKG11bHRpbWVkaWE/LmJhY2tncm91bmRpbWFnZT8uWzBdPy5idXR0b25zPy5bMF0/LmxhYmVsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgbXVsdGltZWRpYT8uYmFja2dyb3VuZGltYWdlPy5bMF0/LmJ1dHRvbnM/LlswXT8ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tbWFwLnN2ZyNpY29uLW1hcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9fZGlyZWN0aW9uXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAodGV4dHM/LmFkZHJlc3N0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMz57eyB0ZXh0cz8uYWRkcmVzc3RpdGxlfX08L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcz8ubGVuZ3RoICYmIGFkZHJlc3M/LlswXT8uZnVsbF9hZGRyZXNzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbm5lckhUTUxdPVwiYWRkcmVzcz8uWzBdPy5mdWxsX2FkZHJlc3NcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2NvbnRhY3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29udGFjdHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzPnt7IHRleHRzPy5jb250YWN0dGl0bGUgfX08L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoIGFkZHJlc3M/Lmxlbmd0aCAmJiBhZGRyZXNzPy5bMF0/LnBob25lICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcz8uWzBdPy5waG9uZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYWRkcmVzcz8uWzBdPy5waG9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ3RlbDonICsgKGFkZHJlc3M/LlswXT8ucGhvbmUgfCBjbGVhblBob25lKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGlua1R5cGU9XCJleHRlcm5hbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGFkZHJlc3M/LlswXT8ucGhvbmUgfX08L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZHJlc3M/LlswXT8ucGhvbmUyKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxici8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJhZGRyZXNzPy5bMF0/LnBob25lMlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ3RlbDonICsgKGFkZHJlc3M/LlswXT8ucGhvbmUyIHwgY2xlYW5QaG9uZSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxpbmtUeXBlPVwiZXh0ZXJuYWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBhZGRyZXNzPy5bMF0/LnBob25lMiB9fTwvYT5cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzPy5bMF0/LmVtYWlsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxici8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiJ21haWx0bzonICsgYWRkcmVzcz8uWzBdPy5lbWFpbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGFkZHJlc3M/LlswXT8uZW1haWx9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19saW5rc1wiPlxuICAgICAgICAgICAgICAgICAgQGlmIChsaW5rcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGxpbmtzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGluaz8udXJsICYmIGxpbms/LmxhYmVsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImxpbms/LmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgbGluaz8ubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZm9vdGVyX19nb3RvVG9wIGpzLXNjcm9sbHRvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtc2Nyb2xsX3NwYWNlcj1cIjBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1zY3JvbGxfdG89XCJib2R5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8udG9wQnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyB0ZXh0cz8udG9wQnV0dG9uIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2dvdG9Ub3AtLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tbG9uZy1hcnJvdy5zdmcjaWNvbi1sb25nLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1hcnJvdy5zdmcjaWNvbi1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQgYmctY3JlYW1cIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWdyYXBoaWNcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlIGhyZWY9XCIjaWNvbi1ncmFwaGljXCI+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWlubmVyXCI+XG4gICAgICAgICAgICAgIEBpZiAodGV4dHM/LmJhbm5lcnRleHQpIHtcbiAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cInRleHRzPy5iYW5uZXJ0ZXh0XCI+PC9wPlxuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uY29weXJpZ2h0dGV4dCkge1xuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJmb290ZXJfX2NvcHlyaWdodC0tdGV4dFwiPnt7IHRleHRzPy5jb3B5cmlnaHR0ZXh0IH19PC9zcGFuPlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZm9vdGVyPlxuIl19
|
|
@@ -3,6 +3,10 @@ export * from './babylon-action-banner';
|
|
|
3
3
|
export * from './babylon-advantages';
|
|
4
4
|
export * from './babylon-advantages-v2';
|
|
5
5
|
export * from './babylon-av-c4-img-text';
|
|
6
|
+
export * from './babylon-av-img-social';
|
|
7
|
+
export * from './babylon-av-txt-ico';
|
|
8
|
+
export * from './babylon-ba-img-txt';
|
|
9
|
+
export * from './babylon-ba-sli-img-txt';
|
|
6
10
|
export * from './babylon-banner-gallery';
|
|
7
11
|
export * from './babylon-banner-info';
|
|
8
12
|
export * from './babylon-banner-newsletter';
|
|
@@ -27,6 +31,8 @@ export * from './babylon-feature-pills-number';
|
|
|
27
31
|
export * from './babylon-features-slider';
|
|
28
32
|
export * from './babylon-filter-modal';
|
|
29
33
|
export * from './babylon-floating-buttons';
|
|
34
|
+
export * from './babylon-fo-c3-img-txt';
|
|
35
|
+
export * from './babylon-fo-lis-c4-txt';
|
|
30
36
|
export * from './babylon-footer-contact';
|
|
31
37
|
export * from './babylon-footer-links';
|
|
32
38
|
export * from './babylon-footer-logos';
|
|
@@ -37,6 +43,7 @@ export * from './babylon-global-modal';
|
|
|
37
43
|
export * from './babylon-gr-c2-img';
|
|
38
44
|
export * from './babylon-grid-gallery';
|
|
39
45
|
export * from './babylon-guests-popup';
|
|
46
|
+
export * from './babylon-he-svg-list';
|
|
40
47
|
export * from './babylon-head-intro';
|
|
41
48
|
export * from './babylon-header-book-show';
|
|
42
49
|
export * from './babylon-header-clear';
|
|
@@ -70,7 +77,9 @@ export * from './babylon-info4img';
|
|
|
70
77
|
export * from './babylon-items-grid';
|
|
71
78
|
export * from './babylon-language-modal';
|
|
72
79
|
export * from './babylon-language-modal-v2';
|
|
80
|
+
export * from './babylon-language-modal-v3';
|
|
73
81
|
export * from './babylon-legal';
|
|
82
|
+
export * from './babylon-lis-c2-txt';
|
|
74
83
|
export * from './babylon-lis-c4-txt-ico';
|
|
75
84
|
export * from './babylon-list-box-info';
|
|
76
85
|
export * from './babylon-list-c3-img-txt';
|
|
@@ -81,8 +90,10 @@ export * from './babylon-list-img-v2';
|
|
|
81
90
|
export * from './babylon-loyalty-table';
|
|
82
91
|
export * from './babylon-modal-multiple-motors';
|
|
83
92
|
export * from './babylon-newsletter';
|
|
93
|
+
export * from './babylon-newsletter-modal-v2';
|
|
84
94
|
export * from './babylon-offer-detail';
|
|
85
95
|
export * from './babylon-offer-popup';
|
|
96
|
+
export * from './babylon-offer-popup-v3';
|
|
86
97
|
export * from './babylon-offer-popupV2';
|
|
87
98
|
export * from './babylon-offer-slider';
|
|
88
99
|
export * from './babylon-offers-list';
|
|
@@ -128,4 +139,5 @@ export * from './babylon-top-slider-video-v2';
|
|
|
128
139
|
export * from './babylon-variant-selector';
|
|
129
140
|
export * from './babylon-webmap';
|
|
130
141
|
export * from './babylon-webmap-v2';
|
|
131
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFjdGlvbi1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWM0LWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYnJlYWRjcnVtYic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29sb3ItcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb21pbmdzb29uJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWFkZHJlc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1mb3JtLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWhvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1tYXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhaW5lci10ZXh0LWwyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZhcS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscy1udW1iZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmlsdGVyLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItY29udGFjdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxpbmtzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItbG9nb3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1zb2NpYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnktdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdsb2JhbC1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3ItYzItaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ncmlkLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZC1pbnRybyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItY2xlYXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtbG9nby1jZW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tb2JpbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhvdGVscy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ob3RlbHMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbWctYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWltZy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWludHJvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXNob3ctaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZy16YWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZy1jb3VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZ3phZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWd6YWctdjQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yY29sLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yaW1nLWJpZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzNpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm80aW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pdGVtcy1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxlZ2FsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzQtdHh0LWljbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1ib3gtaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1jMy1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbG95YWx0eS10YWJsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbW9kYWwtbXVsdGlwbGUtbW90b3JzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cFYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVycy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVsb2FkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVzcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWNvbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWxpc3QtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2VydmljZXMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zaW1wbGUtaW1nLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jMS1pbWctdGV4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpLWM1LWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1ib3gnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctc3RhdGljJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy12aWRlbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMmNvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMmNvbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMml0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzaXRlbXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjRjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNvY2lhbC1iYXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNvY2lhbC1iYXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN1Ym1lbnUtaG90ZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRoYW5rcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXRodW1icyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdmFyaWFudC1zZWxlY3Rvcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi13ZWJtYXAtdjInO1xuIl19
|
|
142
|
+
export * from './babylon-offer-detail-v2';
|
|
143
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYywyQkFBMkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFjdGlvbi1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWM0LWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hdi1pbWctc29jaWFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hdi10eHQtaWNvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYS1zbGktaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItbmV3c2xldHRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmxvZy1kZXRhaWxzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJyZWFkY3J1bWInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbG9yLXBpY2tlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29taW5nc29vbic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1hZGRyZXNzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWZvcm0nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1ob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtbWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWluZXItdGV4dC1sMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZW5naW5lJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmFxJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmUtcGlsbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmUtcGlsbHMtbnVtYmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mZWF0dXJlcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZpbHRlci1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmxvYXRpbmctYnV0dG9ucyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tYzMtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm8tbGlzLWM0LXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWNvbnRhY3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1saW5rcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxvZ29zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItc29jaWFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nYWxsZXJ5JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nYWxsZXJ5LXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1nbG9iYWwtbW9kYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdyLWMyLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3JpZC1nYWxsZXJ5JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlLXN2Zy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkLWludHJvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItYm9vay1zaG93JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItY2xlYXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1jbGVhci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItbWVudS1sb2dvLWNlbnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1vYmlsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taG90ZWxzLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhvdGVscy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWltZy1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWctdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tY2lyY2xlLWltZ3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW50cm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tc2hvdy1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWctemFnLWNvdW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnemFnLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZ3phZy12NCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJjb2wtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJpbWctYmlnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvM2ltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzRpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWl0ZW1zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxlZ2FsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzItdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzQtdHh0LWljbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1ib3gtaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1jMy1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbG95YWx0eS10YWJsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbW9kYWwtbXVsdGlwbGUtbW90b3JzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1uZXdzbGV0dGVyLW1vZGFsLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cC12Myc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItcG9wdXBWMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXJzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlbG9hZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlc3MtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbS1kZXRhaWxzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1jb2xzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0LXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNlcnZpY2VzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2ltcGxlLWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGktYzEtaW1nLXRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jNS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItYm94JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy1zdGF0aWMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJpdGVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC1jbGVhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2l0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXI0Y29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdWJtZW51LWhvdGVsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10aGFua3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2ltcGxlLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXZhcmlhbnQtc2VsZWN0b3InO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXdlYm1hcCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwtdjInO1xuIl19
|