ctt-babylon 0.10.2 → 0.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +11 -4
- package/esm2022/lib/components/core/babylon-lis-c4-txt-ico/babylon-lis-c4-txt-ico.component.mjs +17 -0
- package/esm2022/lib/components/core/babylon-lis-c4-txt-ico/babylon-lis-c4-txt-ico.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-lis-c4-txt-ico/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +5 -5
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +4 -3
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +8 -3
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-social-bar-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
- package/esm2022/lib/components/core/babylon-static-footer-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +5 -3
- package/esm2022/lib/components/core/index.mjs +7 -4
- package/esm2022/lib/services/mapper/mapper.service.mjs +11 -1
- package/fesm2022/ctt-babylon.mjs +335 -212
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +2 -1
- package/lib/components/core/babylon-lis-c4-txt-ico/babylon-lis-c4-txt-ico.component.d.ts +6 -0
- package/lib/components/core/babylon-lis-c4-txt-ico/babylon-lis-c4-txt-ico.interface.d.ts +3 -0
- package/lib/components/core/babylon-lis-c4-txt-ico/index.d.ts +2 -0
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +3 -3
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +2 -1
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-social-bar-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
- package/lib/components/core/babylon-static-footer-v3/index.d.ts +1 -0
- package/lib/components/core/index.d.ts +6 -3
- package/lib/services/mapper/mapper.service.d.ts +3 -1
- package/package.json +1 -1
package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
3
5
|
export class BabylonTopSimpleImgComponent {
|
|
4
6
|
constructor() {
|
|
5
7
|
this.rightSide = false;
|
|
6
8
|
}
|
|
7
9
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSimpleImgComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonTopSimpleImgComponent, isStandalone: true, selector: "lib-babylon-top-simple-img", inputs: { rightSide: "rightSide", texts: "texts", multimedia: "multimedia", buttons: "buttons" }, ngImport: i0, template: "<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n @if(texts?.title) {\n <h2 [innerHTML]=\"texts?.title\"></h2>\n }\n @if(texts?.subtitle) {\n <p [innerHTML]=\"texts?.subtitle\"></p>\n }\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\"\n />\n </figure>\n }\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n </div>\n @if (buttons?.length && buttons?.[0]?.label) {\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n <span>{{ buttons?.[0]?.label}}</span>\n </button>\n </div>\n }\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img [src]=\"multimedia?.imagenes?.[0]?.img?.src\" [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\" />\n </figure>\n }\n </div>\n </div>\n </div>\n</section>\n\n<!--\n<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n <h2>Entra a nuestro exclusivo yClub by Blanco</h2>\n <p>Programa de fidelizaci\u00F3n</p>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n <p>\n Nuestro programa de fidelizaci\u00F3n tiene como\n objetivo principal valorar a sus clientes,\n ofreci\u00E9ndoles unas ventajas y servicios\n exclusivos para que su estancia en nuestros\n hotel. Formado por tres niveles, Y Club By\n Blanco, te da la posibilidad de disfrutar de\n todas sus ventajas.\n </p>\n <p>\n Many desktop publishing packages and web page\n editors now use Lorem Ipsum as their default\n model text, and a search for lorem ipsum will\n uncover many web sites still in their infancy\n various versions have evolved. Many desktop\n publishing packages and web page editors now use\n Lorem Ipsum as their default model text, and a\n search for lorem ipsum will uncover many web\n sites still.\n </p>\n </div>\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n >\n <span>Ver Ventajas</span>\n </button>\n </div>\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n </div>\n </div>\n</section>\n-->\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-simple-img-ficha__module{padding-block:3rem 4.8rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.top-simple-img-ficha__module{padding-block:4rem 6.1rem}}@media (min-width: 768px){.top-simple-img-ficha__module{padding-block:4.8rem 8rem}}@media (min-width: 1024px){.top-simple-img-ficha__module{padding-bottom:7rem}}@media (min-width: 1280px){.top-simple-img-ficha__module{padding-block:12rem 8rem}}@media (min-width: 1366px){.top-simple-img-ficha__module{padding-block:11rem 9rem}}@media (min-width: 1680px){.top-simple-img-ficha__module{padding-block:7.9rem 10rem}}@media (min-width: 1800px){.top-simple-img-ficha__module{padding-top:7rem}}.top-simple-img-ficha__module:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.top-simple-img-ficha__module-inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.top-simple-img-ficha__module-inner{flex-direction:row;align-items:flex-start}}.top-simple-img-ficha__module-image{width:29.5rem;flex:0 0 auto;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-image{width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-image{width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-image{overflow:hidden;width:49.8rem;position:sticky;top:var(--header-height-sm)}}@media (min-width: 1280px) and (min-width: 1680px){.top-simple-img-ficha__module-image{top:var(--header-height-xxl)}}@media (min-width: 1366px){.top-simple-img-ficha__module-image{width:52.1rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-image{width:64.7rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-image{width:65.6rem}}.top-simple-img-ficha__module-image figure{aspect-ratio:295/266}.top-simple-img-ficha__module-image--mobile{position:relative;isolation:isolate}@media (min-width: 1280px){.top-simple-img-ficha__module-image--mobile{display:none}}.top-simple-img-ficha__module-image--mobile:before{content:\"\";z-index:-1;position:absolute;left:50%;width:100svw;transform:translate(-50%);height:50%;top:0;background:var(--cream)}.top-simple-img-ficha__module-image--desktop{display:none}@media (min-width: 1280px){.top-simple-img-ficha__module-image--desktop{display:block}}.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{display:block}}.top-simple-img-ficha__module-graphic--top{transform:translate(-50%);color:var(--cream)}.top-simple-img-ficha__module-graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.top-simple-img-ficha__module-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px) and (max-width: 1679.98px){.top-simple-img-ficha__module-content{align-items:flex-start}}.top-simple-img-ficha__module-content--inner{max-width:29.5rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.top-simple-img-ficha__module-content--inner{max-width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-content--inner{max-width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-content--inner{max-width:50rem}}@media (min-width: 1366px){.top-simple-img-ficha__module-content--inner{max-width:52.4rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-content--inner{max-width:54.2rem}}.top-simple-img-ficha__module-heading{display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-heading{padding-bottom:4rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-heading{padding-top:9.6rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-heading{padding-top:11.4rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-heading{padding-top:11.6rem}}.top-simple-img-ficha__module-heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.top-simple-img-ficha__module-heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.top-simple-img-ficha__module-heading h2{font-size:4.2rem;line-height:1.0952380952}}@media (min-width: 1366px){.top-simple-img-ficha__module-heading h2{font-size:5rem;line-height:1.08}}.top-simple-img-ficha__module-heading p{font-size:1.8rem;line-height:1;letter-spacing:.036rem;color:rgb(var(--primary),80%)}.top-simple-img-ficha__module-text--box{padding-block:3rem;color:rgb(var(--primary),80%)}@media (min-width: 540px){.top-simple-img-ficha__module-text--box{padding-block:4rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box{padding-bottom:5rem}}@media (min-width: 1680px) and (max-width: 1799.98px){.top-simple-img-ficha__module-text--box{padding-top:4.2rem}}.top-simple-img-ficha__module-text--box p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.7}}.top-simple-img-ficha__module-text--box p+p{margin-top:2.4rem}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p+p{margin-top:2.8rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.2rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.4rem}}.top-simple-img-ficha__module-text .btn__group{justify-content:center}.top-simple-img-ficha__module--right .top-simple-img-ficha__module-content{order:2}\n"] }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonTopSimpleImgComponent, isStandalone: true, selector: "lib-babylon-top-simple-img", inputs: { rightSide: "rightSide", texts: "texts", multimedia: "multimedia", buttons: "buttons" }, ngImport: i0, template: "<section class=\"top-simple-img-ficha__module js-bgHeight-section\"\n [ngClass]=\"{ rightSide: ' top-simple-img-ficha__module--right' }\"\n >\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n @if(texts?.title) {\n <h2 [innerHTML]=\"texts?.title\"></h2>\n }\n @if(texts?.subtitle) {\n <p [innerHTML]=\"texts?.subtitle\"></p>\n }\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\"\n />\n </figure>\n }\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n </div>\n @if (buttons?.length && buttons?.[0]?.label) {\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n <span>{{ buttons?.[0]?.label}}</span>\n </button>\n </div>\n }\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img [src]=\"multimedia?.imagenes?.[0]?.img?.src\" [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\" />\n </figure>\n }\n </div>\n </div>\n </div>\n</section>\n\n<!--\n<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n <h2>Entra a nuestro exclusivo yClub by Blanco</h2>\n <p>Programa de fidelizaci\u00F3n</p>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n <p>\n Nuestro programa de fidelizaci\u00F3n tiene como\n objetivo principal valorar a sus clientes,\n ofreci\u00E9ndoles unas ventajas y servicios\n exclusivos para que su estancia en nuestros\n hotel. Formado por tres niveles, Y Club By\n Blanco, te da la posibilidad de disfrutar de\n todas sus ventajas.\n </p>\n <p>\n Many desktop publishing packages and web page\n editors now use Lorem Ipsum as their default\n model text, and a search for lorem ipsum will\n uncover many web sites still in their infancy\n various versions have evolved. Many desktop\n publishing packages and web page editors now use\n Lorem Ipsum as their default model text, and a\n search for lorem ipsum will uncover many web\n sites still.\n </p>\n </div>\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n >\n <span>Ver Ventajas</span>\n </button>\n </div>\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n </div>\n </div>\n</section>\n-->\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-simple-img-ficha__module{padding-block:3rem 4.8rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.top-simple-img-ficha__module{padding-block:4rem 6.1rem}}@media (min-width: 768px){.top-simple-img-ficha__module{padding-block:4.8rem 8rem}}@media (min-width: 1024px){.top-simple-img-ficha__module{padding-bottom:7rem}}@media (min-width: 1280px){.top-simple-img-ficha__module{padding-block:12rem 8rem}}@media (min-width: 1366px){.top-simple-img-ficha__module{padding-block:11rem 9rem}}@media (min-width: 1680px){.top-simple-img-ficha__module{padding-block:7.9rem 10rem}}@media (min-width: 1800px){.top-simple-img-ficha__module{padding-top:7rem}}.top-simple-img-ficha__module:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.top-simple-img-ficha__module-inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.top-simple-img-ficha__module-inner{flex-direction:row;align-items:flex-start}}.top-simple-img-ficha__module-image{width:29.5rem;flex:0 0 auto;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-image{width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-image{width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-image{overflow:hidden;width:49.8rem;position:sticky;top:var(--header-height-sm)}}@media (min-width: 1280px) and (min-width: 1680px){.top-simple-img-ficha__module-image{top:var(--header-height-xxl)}}@media (min-width: 1366px){.top-simple-img-ficha__module-image{width:52.1rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-image{width:64.7rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-image{width:65.6rem}}.top-simple-img-ficha__module-image figure{aspect-ratio:295/266}.top-simple-img-ficha__module-image--mobile{position:relative;isolation:isolate}@media (min-width: 1280px){.top-simple-img-ficha__module-image--mobile{display:none}}.top-simple-img-ficha__module-image--mobile:before{content:\"\";z-index:-1;position:absolute;left:50%;width:100svw;transform:translate(-50%);height:50%;top:0;background:var(--cream)}.top-simple-img-ficha__module-image--desktop{display:none}@media (min-width: 1280px){.top-simple-img-ficha__module-image--desktop{display:block}}.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{display:block}}.top-simple-img-ficha__module-graphic--top{transform:translate(-50%);color:var(--cream)}.top-simple-img-ficha__module-graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.top-simple-img-ficha__module-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px) and (max-width: 1679.98px){.top-simple-img-ficha__module-content{align-items:flex-start}}.top-simple-img-ficha__module-content--inner{max-width:29.5rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.top-simple-img-ficha__module-content--inner{max-width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-content--inner{max-width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-content--inner{max-width:50rem}}@media (min-width: 1366px){.top-simple-img-ficha__module-content--inner{max-width:52.4rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-content--inner{max-width:54.2rem}}.top-simple-img-ficha__module-heading{display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-heading{padding-bottom:4rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-heading{padding-top:9.6rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-heading{padding-top:11.4rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-heading{padding-top:11.6rem}}.top-simple-img-ficha__module-heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.top-simple-img-ficha__module-heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.top-simple-img-ficha__module-heading h2{font-size:4.2rem;line-height:1.0952380952}}@media (min-width: 1366px){.top-simple-img-ficha__module-heading h2{font-size:5rem;line-height:1.08}}.top-simple-img-ficha__module-heading p{font-size:1.8rem;line-height:1;letter-spacing:.036rem;color:rgb(var(--primary),80%)}.top-simple-img-ficha__module-text--box{padding-block:3rem;color:rgb(var(--primary),80%)}@media (min-width: 540px){.top-simple-img-ficha__module-text--box{padding-block:4rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box{padding-bottom:5rem}}@media (min-width: 1680px) and (max-width: 1799.98px){.top-simple-img-ficha__module-text--box{padding-top:4.2rem}}.top-simple-img-ficha__module-text--box p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.7}}.top-simple-img-ficha__module-text--box p+p{margin-top:2.4rem}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p+p{margin-top:2.8rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.2rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.4rem}}.top-simple-img-ficha__module-text .btn__group{justify-content:center}.top-simple-img-ficha__module--right .top-simple-img-ficha__module-content{order:2}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
9
11
|
}
|
|
10
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonTopSimpleImgComponent, decorators: [{
|
|
11
13
|
type: Component,
|
|
12
|
-
args: [{ selector: 'lib-babylon-top-simple-img', standalone: true, template: "<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n @if(texts?.title) {\n <h2 [innerHTML]=\"texts?.title\"></h2>\n }\n @if(texts?.subtitle) {\n <p [innerHTML]=\"texts?.subtitle\"></p>\n }\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\"\n />\n </figure>\n }\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n </div>\n @if (buttons?.length && buttons?.[0]?.label) {\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n <span>{{ buttons?.[0]?.label}}</span>\n </button>\n </div>\n }\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img [src]=\"multimedia?.imagenes?.[0]?.img?.src\" [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\" />\n </figure>\n }\n </div>\n </div>\n </div>\n</section>\n\n<!--\n<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n <h2>Entra a nuestro exclusivo yClub by Blanco</h2>\n <p>Programa de fidelizaci\u00F3n</p>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n <p>\n Nuestro programa de fidelizaci\u00F3n tiene como\n objetivo principal valorar a sus clientes,\n ofreci\u00E9ndoles unas ventajas y servicios\n exclusivos para que su estancia en nuestros\n hotel. Formado por tres niveles, Y Club By\n Blanco, te da la posibilidad de disfrutar de\n todas sus ventajas.\n </p>\n <p>\n Many desktop publishing packages and web page\n editors now use Lorem Ipsum as their default\n model text, and a search for lorem ipsum will\n uncover many web sites still in their infancy\n various versions have evolved. Many desktop\n publishing packages and web page editors now use\n Lorem Ipsum as their default model text, and a\n search for lorem ipsum will uncover many web\n sites still.\n </p>\n </div>\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n >\n <span>Ver Ventajas</span>\n </button>\n </div>\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n </div>\n </div>\n</section>\n-->\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-simple-img-ficha__module{padding-block:3rem 4.8rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.top-simple-img-ficha__module{padding-block:4rem 6.1rem}}@media (min-width: 768px){.top-simple-img-ficha__module{padding-block:4.8rem 8rem}}@media (min-width: 1024px){.top-simple-img-ficha__module{padding-bottom:7rem}}@media (min-width: 1280px){.top-simple-img-ficha__module{padding-block:12rem 8rem}}@media (min-width: 1366px){.top-simple-img-ficha__module{padding-block:11rem 9rem}}@media (min-width: 1680px){.top-simple-img-ficha__module{padding-block:7.9rem 10rem}}@media (min-width: 1800px){.top-simple-img-ficha__module{padding-top:7rem}}.top-simple-img-ficha__module:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.top-simple-img-ficha__module-inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.top-simple-img-ficha__module-inner{flex-direction:row;align-items:flex-start}}.top-simple-img-ficha__module-image{width:29.5rem;flex:0 0 auto;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-image{width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-image{width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-image{overflow:hidden;width:49.8rem;position:sticky;top:var(--header-height-sm)}}@media (min-width: 1280px) and (min-width: 1680px){.top-simple-img-ficha__module-image{top:var(--header-height-xxl)}}@media (min-width: 1366px){.top-simple-img-ficha__module-image{width:52.1rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-image{width:64.7rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-image{width:65.6rem}}.top-simple-img-ficha__module-image figure{aspect-ratio:295/266}.top-simple-img-ficha__module-image--mobile{position:relative;isolation:isolate}@media (min-width: 1280px){.top-simple-img-ficha__module-image--mobile{display:none}}.top-simple-img-ficha__module-image--mobile:before{content:\"\";z-index:-1;position:absolute;left:50%;width:100svw;transform:translate(-50%);height:50%;top:0;background:var(--cream)}.top-simple-img-ficha__module-image--desktop{display:none}@media (min-width: 1280px){.top-simple-img-ficha__module-image--desktop{display:block}}.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{display:block}}.top-simple-img-ficha__module-graphic--top{transform:translate(-50%);color:var(--cream)}.top-simple-img-ficha__module-graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.top-simple-img-ficha__module-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px) and (max-width: 1679.98px){.top-simple-img-ficha__module-content{align-items:flex-start}}.top-simple-img-ficha__module-content--inner{max-width:29.5rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.top-simple-img-ficha__module-content--inner{max-width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-content--inner{max-width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-content--inner{max-width:50rem}}@media (min-width: 1366px){.top-simple-img-ficha__module-content--inner{max-width:52.4rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-content--inner{max-width:54.2rem}}.top-simple-img-ficha__module-heading{display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-heading{padding-bottom:4rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-heading{padding-top:9.6rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-heading{padding-top:11.4rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-heading{padding-top:11.6rem}}.top-simple-img-ficha__module-heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.top-simple-img-ficha__module-heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.top-simple-img-ficha__module-heading h2{font-size:4.2rem;line-height:1.0952380952}}@media (min-width: 1366px){.top-simple-img-ficha__module-heading h2{font-size:5rem;line-height:1.08}}.top-simple-img-ficha__module-heading p{font-size:1.8rem;line-height:1;letter-spacing:.036rem;color:rgb(var(--primary),80%)}.top-simple-img-ficha__module-text--box{padding-block:3rem;color:rgb(var(--primary),80%)}@media (min-width: 540px){.top-simple-img-ficha__module-text--box{padding-block:4rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box{padding-bottom:5rem}}@media (min-width: 1680px) and (max-width: 1799.98px){.top-simple-img-ficha__module-text--box{padding-top:4.2rem}}.top-simple-img-ficha__module-text--box p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.7}}.top-simple-img-ficha__module-text--box p+p{margin-top:2.4rem}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p+p{margin-top:2.8rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.2rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.4rem}}.top-simple-img-ficha__module-text .btn__group{justify-content:center}.top-simple-img-ficha__module--right .top-simple-img-ficha__module-content{order:2}\n"] }]
|
|
14
|
+
args: [{ selector: 'lib-babylon-top-simple-img', standalone: true, imports: [CommonModule], template: "<section class=\"top-simple-img-ficha__module js-bgHeight-section\"\n [ngClass]=\"{ rightSide: ' top-simple-img-ficha__module--right' }\"\n >\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n @if(texts?.title) {\n <h2 [innerHTML]=\"texts?.title\"></h2>\n }\n @if(texts?.subtitle) {\n <p [innerHTML]=\"texts?.subtitle\"></p>\n }\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img\n [src]=\"multimedia?.imagenes?.[0]?.img?.src\"\n [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\"\n />\n </figure>\n }\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n @if (texts?.description) {\n <p [innerHTML]=\"texts?.description\"></p>\n }\n </div>\n @if (buttons?.length && buttons?.[0]?.label) {\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n [attr.aria-label]=\"buttons?.[0]?.label\"\n >\n <span>{{ buttons?.[0]?.label}}</span>\n </button>\n </div>\n }\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n @if(multimedia?.imagenes?.length) {\n <figure>\n <img [src]=\"multimedia?.imagenes?.[0]?.img?.src\" [alt]=\"multimedia?.imagenes?.[0]?.img?.alt || 'image'\" />\n </figure>\n }\n </div>\n </div>\n </div>\n</section>\n\n<!--\n<section class=\"top-simple-img-ficha__module js-bgHeight-section\">\n <div class=\"container\">\n <div class=\"top-simple-img-ficha__module-inner\">\n <div class=\"top-simple-img-ficha__module-content\">\n <div class=\"top-simple-img-ficha__module-content--inner\">\n <div\n class=\"top-simple-img-ficha__module-heading js-bgHeight-heading\"\n >\n <h2>Entra a nuestro exclusivo yClub by Blanco</h2>\n <p>Programa de fidelizaci\u00F3n</p>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--mobile\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n <div class=\"top-simple-img-ficha__module-text\">\n <div class=\"top-simple-img-ficha__module-text--box\">\n <p>\n Nuestro programa de fidelizaci\u00F3n tiene como\n objetivo principal valorar a sus clientes,\n ofreci\u00E9ndoles unas ventajas y servicios\n exclusivos para que su estancia en nuestros\n hotel. Formado por tres niveles, Y Club By\n Blanco, te da la posibilidad de disfrutar de\n todas sus ventajas.\n </p>\n <p>\n Many desktop publishing packages and web page\n editors now use Lorem Ipsum as their default\n model text, and a search for lorem ipsum will\n uncover many web sites still in their infancy\n various versions have evolved. Many desktop\n publishing packages and web page editors now use\n Lorem Ipsum as their default model text, and a\n search for lorem ipsum will uncover many web\n sites still.\n </p>\n </div>\n <div class=\"btn__group\">\n <button\n class=\"btn btn__primary js-scrollto\"\n data-scroll_spacer=\"50\"\n data-scroll_to=\".top-simple-img-ficha__table\"\n >\n <span>Ver Ventajas</span>\n </button>\n </div>\n </div>\n </div>\n </div>\n <div\n class=\"top-simple-img-ficha__module-image top-simple-img-ficha__module-image--desktop\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--top\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"top-simple-img-ficha__module-graphic--bottom\"\n >\n <use\n href=\"/assets/babylon/svg/icon-graphic.svg#icon-graphic\"\n ></use>\n </svg>\n <figure>\n <img src=\"/assets/babylon/images/img-17.webp\" />\n </figure>\n </div>\n </div>\n </div>\n</section>\n-->\n", styles: ["@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.container{max-width:100%}.top-simple-img-ficha__module{padding-block:3rem 4.8rem;overflow:clip;position:relative;isolation:isolate}@media (min-width: 540px){.top-simple-img-ficha__module{padding-block:4rem 6.1rem}}@media (min-width: 768px){.top-simple-img-ficha__module{padding-block:4.8rem 8rem}}@media (min-width: 1024px){.top-simple-img-ficha__module{padding-bottom:7rem}}@media (min-width: 1280px){.top-simple-img-ficha__module{padding-block:12rem 8rem}}@media (min-width: 1366px){.top-simple-img-ficha__module{padding-block:11rem 9rem}}@media (min-width: 1680px){.top-simple-img-ficha__module{padding-block:7.9rem 10rem}}@media (min-width: 1800px){.top-simple-img-ficha__module{padding-top:7rem}}.top-simple-img-ficha__module:before{content:\"\";position:absolute;inset:0 0 auto;height:var(--bg-height);background:var(--cream);z-index:-1}.top-simple-img-ficha__module-inner{width:100%;margin-inline:auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px){.top-simple-img-ficha__module-inner{flex-direction:row;align-items:flex-start}}.top-simple-img-ficha__module-image{width:29.5rem;flex:0 0 auto;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-image{width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-image{width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-image{overflow:hidden;width:49.8rem;position:sticky;top:var(--header-height-sm)}}@media (min-width: 1280px) and (min-width: 1680px){.top-simple-img-ficha__module-image{top:var(--header-height-xxl)}}@media (min-width: 1366px){.top-simple-img-ficha__module-image{width:52.1rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-image{width:64.7rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-image{width:65.6rem}}.top-simple-img-ficha__module-image figure{aspect-ratio:295/266}.top-simple-img-ficha__module-image--mobile{position:relative;isolation:isolate}@media (min-width: 1280px){.top-simple-img-ficha__module-image--mobile{display:none}}.top-simple-img-ficha__module-image--mobile:before{content:\"\";z-index:-1;position:absolute;left:50%;width:100svw;transform:translate(-50%);height:50%;top:0;background:var(--cream)}.top-simple-img-ficha__module-image--desktop{display:none}@media (min-width: 1280px){.top-simple-img-ficha__module-image--desktop{display:block}}.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{position:absolute;left:50%;top:0;aspect-ratio:2/1;width:10rem;color:var(--white);display:none;z-index:1}@media (min-width: 540px){.top-simple-img-ficha__module-graphic--top,.top-simple-img-ficha__module-graphic--bottom{display:block}}.top-simple-img-ficha__module-graphic--top{transform:translate(-50%);color:var(--cream)}.top-simple-img-ficha__module-graphic--bottom{top:unset;bottom:0;transform:scaleY(-1) translate(-50%)}.top-simple-img-ficha__module-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center}@media (min-width: 1280px) and (max-width: 1679.98px){.top-simple-img-ficha__module-content{align-items:flex-start}}.top-simple-img-ficha__module-content--inner{max-width:29.5rem;width:100%;display:flex;flex-direction:column}@media (min-width: 540px){.top-simple-img-ficha__module-content--inner{max-width:42.029rem}}@media (min-width: 768px){.top-simple-img-ficha__module-content--inner{max-width:58.929rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-content--inner{max-width:50rem}}@media (min-width: 1366px){.top-simple-img-ficha__module-content--inner{max-width:52.4rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-content--inner{max-width:54.2rem}}.top-simple-img-ficha__module-heading{display:flex;flex-direction:column;gap:2rem;padding-bottom:3rem;position:relative}@media (min-width: 540px){.top-simple-img-ficha__module-heading{padding-bottom:4rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-heading{padding-top:9.6rem}}@media (min-width: 1680px){.top-simple-img-ficha__module-heading{padding-top:11.4rem}}@media (min-width: 1800px){.top-simple-img-ficha__module-heading{padding-top:11.6rem}}.top-simple-img-ficha__module-heading h2{font-size:2.8rem;line-height:1}@media (min-width: 540px){.top-simple-img-ficha__module-heading h2{font-size:3.4rem;line-height:1}}@media (min-width: 768px){.top-simple-img-ficha__module-heading h2{font-size:4.2rem;line-height:1.0952380952}}@media (min-width: 1366px){.top-simple-img-ficha__module-heading h2{font-size:5rem;line-height:1.08}}.top-simple-img-ficha__module-heading p{font-size:1.8rem;line-height:1;letter-spacing:.036rem;color:rgb(var(--primary),80%)}.top-simple-img-ficha__module-text--box{padding-block:3rem;color:rgb(var(--primary),80%)}@media (min-width: 540px){.top-simple-img-ficha__module-text--box{padding-block:4rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box{padding-bottom:5rem}}@media (min-width: 1680px) and (max-width: 1799.98px){.top-simple-img-ficha__module-text--box{padding-top:4.2rem}}.top-simple-img-ficha__module-text--box p{font-size:1.6rem;line-height:1.5}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p{font-size:1.8rem;line-height:1.5555555556}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.6;letter-spacing:.04rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p{font-size:2rem;line-height:1.7}}.top-simple-img-ficha__module-text--box p+p{margin-top:2.4rem}@media (min-width: 540px){.top-simple-img-ficha__module-text--box p+p{margin-top:2.8rem}}@media (min-width: 768px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.2rem}}@media (min-width: 1280px){.top-simple-img-ficha__module-text--box p+p{margin-top:3.4rem}}.top-simple-img-ficha__module-text .btn__group{justify-content:center}.top-simple-img-ficha__module--right .top-simple-img-ficha__module-content{order:2}\n"] }]
|
|
13
15
|
}], propDecorators: { rightSide: [{
|
|
14
16
|
type: Input
|
|
15
17
|
}], texts: [{
|
|
@@ -19,4 +21,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
19
21
|
}], buttons: [{
|
|
20
22
|
type: Input
|
|
21
23
|
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcvYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcvYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTakQsTUFBTSxPQUFPLDRCQUE0QjtJQU56QztRQU9XLGNBQVMsR0FBYSxLQUFLLENBQUM7S0FJdEM7K0dBTFksNEJBQTRCO21HQUE1Qiw0QkFBNEIsd0xDVHpDLHFxU0FzTUE7OzRGRDdMYSw0QkFBNEI7a0JBTnhDLFNBQVM7K0JBQ0ksNEJBQTRCLGNBQzFCLElBQUk7OEJBS1QsU0FBUztzQkFBakIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSwgQmFieWxvbk11bHRpbWVkaWFJLCBCYWJ5bG9uVGV4dHMgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi10b3Atc2ltcGxlLWltZycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uVG9wU2ltcGxlSW1nQ29tcG9uZW50IHtcbiAgQElucHV0KCkgcmlnaHRTaWRlPzogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSB0ZXh0cz86IEJhYnlsb25UZXh0cztcbiAgQElucHV0KCkgbXVsdGltZWRpYT86IEJhYnlsb25NdWx0aW1lZGlhSTtcbiAgQElucHV0KCkgYnV0dG9ucz86IEJhYnlsb25CdXR0b25JW107XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUganMtYmdIZWlnaHQtc2VjdGlvblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW5uZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1jb250ZW50LS1pbm5lclwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaGVhZGluZyBqcy1iZ0hlaWdodC1oZWFkaW5nXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICBAaWYodGV4dHM/LnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgPGgyIFtpbm5lckhUTUxdPVwidGV4dHM/LnRpdGxlXCI+PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYodGV4dHM/LnN1YnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgPHAgW2lubmVySFRNTF09XCJ0ZXh0cz8uc3VidGl0bGVcIj48L3A+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1pbWFnZSB0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWltYWdlLS1tb2JpbGVcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWdyYXBoaWMtLXRvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWdyYXBoaWMuc3ZnI2ljb24tZ3JhcGhpY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWdyYXBoaWMtLWJvdHRvbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwiL2Fzc2V0cy9iYWJ5bG9uL3N2Zy9pY29uLWdyYXBoaWMuc3ZnI2ljb24tZ3JhcGhpY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYobXVsdGltZWRpYT8uaW1hZ2VuZXM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwibXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uaW1nPy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwibXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uaW1nPy5hbHQgfHwgJ2ltYWdlJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLXRleHQtLWJveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHRleHRzPy5kZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidGV4dHM/LmRlc2NyaXB0aW9uXCI+PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYnV0dG9ucz8ubGVuZ3RoICYmIGJ1dHRvbnM/LlswXT8ubGFiZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bl9fZ3JvdXBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fX3ByaW1hcnkganMtc2Nyb2xsdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtc2Nyb2xsX3NwYWNlcj1cIjUwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF90bz1cIi50b3Atc2ltcGxlLWltZy1maWNoYV9fdGFibGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnV0dG9ucz8uWzBdPy5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7IGJ1dHRvbnM/LlswXT8ubGFiZWx9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UgdG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1pbWFnZS0tZGVza3RvcFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS10b3BcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS1ib3R0b21cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgQGlmKG11bHRpbWVkaWE/LmltYWdlbmVzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICAgICAgICAgIDxpbWcgW3NyY109XCJtdWx0aW1lZGlhPy5pbWFnZW5lcz8uWzBdPy5pbWc/LnNyY1wiIFthbHRdPVwibXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uaW1nPy5hbHQgfHwgJ2ltYWdlJ1wiIC8+XG4gICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuXG48IS0tXG48c2VjdGlvbiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUganMtYmdIZWlnaHQtc2VjdGlvblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW5uZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1jb250ZW50LS1pbm5lclwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaGVhZGluZyBqcy1iZ0hlaWdodC1oZWFkaW5nXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGgyPkVudHJhIGEgbnVlc3RybyBleGNsdXNpdm8geUNsdWIgYnkgQmxhbmNvPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwPlByb2dyYW1hIGRlIGZpZGVsaXphY2nDs248L3A+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UgdG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1pbWFnZS0tbW9iaWxlXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS10b3BcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS1ib3R0b21cIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9pbWFnZXMvaW1nLTE3LndlYnBcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS10ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS10ZXh0LS1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgTnVlc3RybyBwcm9ncmFtYSBkZSBmaWRlbGl6YWNpw7NuIHRpZW5lIGNvbW9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgb2JqZXRpdm8gcHJpbmNpcGFsIHZhbG9yYXIgYSBzdXMgY2xpZW50ZXMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG9mcmVjacOpbmRvbGVzIHVuYXMgdmVudGFqYXMgeSBzZXJ2aWNpb3NcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXhjbHVzaXZvcyBwYXJhIHF1ZSBzdSBlc3RhbmNpYSBlbiBudWVzdHJvc1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBob3RlbC4gRm9ybWFkbyBwb3IgdHJlcyBuaXZlbGVzLCBZIENsdWIgQnlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQmxhbmNvLCB0ZSBkYSBsYSBwb3NpYmlsaWRhZCBkZSBkaXNmcnV0YXIgZGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdG9kYXMgc3VzIHZlbnRhamFzLlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgTWFueSBkZXNrdG9wIHB1Ymxpc2hpbmcgcGFja2FnZXMgYW5kIHdlYiBwYWdlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVkaXRvcnMgbm93IHVzZSBMb3JlbSBJcHN1bSBhcyB0aGVpciBkZWZhdWx0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1vZGVsIHRleHQsIGFuZCBhIHNlYXJjaCBmb3IgbG9yZW0gaXBzdW0gd2lsbFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB1bmNvdmVyIG1hbnkgd2ViIHNpdGVzIHN0aWxsIGluIHRoZWlyIGluZmFuY3lcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFyaW91cyB2ZXJzaW9ucyBoYXZlIGV2b2x2ZWQuIE1hbnkgZGVza3RvcFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwdWJsaXNoaW5nIHBhY2thZ2VzIGFuZCB3ZWIgcGFnZSBlZGl0b3JzIG5vdyB1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgTG9yZW0gSXBzdW0gYXMgdGhlaXIgZGVmYXVsdCBtb2RlbCB0ZXh0LCBhbmQgYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZWFyY2ggZm9yIGxvcmVtIGlwc3VtIHdpbGwgdW5jb3ZlciBtYW55IHdlYlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzaXRlcyBzdGlsbC5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5fX2dyb3VwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fX3ByaW1hcnkganMtc2Nyb2xsdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF9zcGFjZXI9XCI1MFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtc2Nyb2xsX3RvPVwiLnRvcC1zaW1wbGUtaW1nLWZpY2hhX190YWJsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj5WZXIgVmVudGFqYXM8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UgdG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1pbWFnZS0tZGVza3RvcFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS10b3BcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS1ib3R0b21cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2ltZy0xNy53ZWJwXCIgLz5cbiAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cbi0tPlxuIl19
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcvYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcvYmFieWxvbi10b3Atc2ltcGxlLWltZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7OztBQVMvQyxNQUFNLE9BQU8sNEJBQTRCO0lBUHpDO1FBUVcsY0FBUyxHQUFhLEtBQUssQ0FBQztLQUl0QzsrR0FMWSw0QkFBNEI7bUdBQTVCLDRCQUE0Qix3TENYekMsZ3ZTQXdNQSxtbitCRC9MYyxZQUFZOzs0RkFFYiw0QkFBNEI7a0JBUHhDLFNBQVM7K0JBQ0ksNEJBQTRCLGNBQzFCLElBQUksV0FHUCxDQUFDLFlBQVksQ0FBQzs4QkFHaEIsU0FBUztzQkFBakIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSwgQmFieWxvbk11bHRpbWVkaWFJLCBCYWJ5bG9uVGV4dHMgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tdG9wLXNpbXBsZS1pbWcnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tdG9wLXNpbXBsZS1pbWcuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtaW1nLmNvbXBvbmVudC5zY3NzJyxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblRvcFNpbXBsZUltZ0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHJpZ2h0U2lkZT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgdGV4dHM/OiBCYWJ5bG9uVGV4dHM7XG4gIEBJbnB1dCgpIG11bHRpbWVkaWE/OiBCYWJ5bG9uTXVsdGltZWRpYUk7XG4gIEBJbnB1dCgpIGJ1dHRvbnM/OiBCYWJ5bG9uQnV0dG9uSVtdO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlIGpzLWJnSGVpZ2h0LXNlY3Rpb25cIlxuICBbbmdDbGFzc109XCJ7IHJpZ2h0U2lkZTogJyB0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLS1yaWdodCcgfVwiXG4gID5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWlubmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtY29udGVudC0taW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWhlYWRpbmcganMtYmdIZWlnaHQtaGVhZGluZ1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgQGlmKHRleHRzPy50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgIDxoMiBbaW5uZXJIVE1MXT1cInRleHRzPy50aXRsZVwiPjwvaDI+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmKHRleHRzPy5zdWJ0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgIDxwIFtpbm5lckhUTUxdPVwidGV4dHM/LnN1YnRpdGxlXCI+PC9wPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UgdG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1pbWFnZS0tbW9iaWxlXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS10b3BcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1ncmFwaGljLS1ib3R0b21cIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1ncmFwaGljLnN2ZyNpY29uLWdyYXBoaWNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmKG11bHRpbWVkaWE/LmltYWdlbmVzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uYWx0IHx8ICdpbWFnZSdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS10ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS10ZXh0LS1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0ZXh0cz8uZGVzY3JpcHRpb24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBbaW5uZXJIVE1MXT1cInRleHRzPy5kZXNjcmlwdGlvblwiPjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbnM/Lmxlbmd0aCAmJiBidXR0b25zPy5bMF0/LmxhYmVsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5fX2dyb3VwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5IGpzLXNjcm9sbHRvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF9zcGFjZXI9XCI1MFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1zY3JvbGxfdG89XCIudG9wLXNpbXBsZS1pbWctZmljaGFfX3RhYmxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbnM/LlswXT8ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b25zPy5bMF0/LmxhYmVsfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWltYWdlIHRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UtLWRlc2t0b3BcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tdG9wXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tYm90dG9tXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIEBpZihtdWx0aW1lZGlhPy5pbWFnZW5lcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICA8aW1nIFtzcmNdPVwibXVsdGltZWRpYT8uaW1hZ2VuZXM/LlswXT8uaW1nPy5zcmNcIiBbYWx0XT1cIm11bHRpbWVkaWE/LmltYWdlbmVzPy5bMF0/LmltZz8uYWx0IHx8ICdpbWFnZSdcIiAvPlxuICAgICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvc2VjdGlvbj5cblxuPCEtLVxuPHNlY3Rpb24gY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlIGpzLWJnSGVpZ2h0LXNlY3Rpb25cIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWlubmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidG9wLXNpbXBsZS1pbWctZmljaGFfX21vZHVsZS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtY29udGVudC0taW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWhlYWRpbmcganMtYmdIZWlnaHQtaGVhZGluZ1wiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMj5FbnRyYSBhIG51ZXN0cm8gZXhjbHVzaXZvIHlDbHViIGJ5IEJsYW5jbzwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8cD5Qcm9ncmFtYSBkZSBmaWRlbGl6YWNpw7NuPC9wPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWltYWdlIHRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UtLW1vYmlsZVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tdG9wXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tYm90dG9tXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC91c2U+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2ltZy0xNy53ZWJwXCIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtdGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtdGV4dC0tYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIE51ZXN0cm8gcHJvZ3JhbWEgZGUgZmlkZWxpemFjacOzbiB0aWVuZSBjb21vXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG9iamV0aXZvIHByaW5jaXBhbCB2YWxvcmFyIGEgc3VzIGNsaWVudGVzLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBvZnJlY2nDqW5kb2xlcyB1bmFzIHZlbnRhamFzIHkgc2VydmljaW9zXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4Y2x1c2l2b3MgcGFyYSBxdWUgc3UgZXN0YW5jaWEgZW4gbnVlc3Ryb3NcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaG90ZWwuIEZvcm1hZG8gcG9yIHRyZXMgbml2ZWxlcywgWSBDbHViIEJ5XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEJsYW5jbywgdGUgZGEgbGEgcG9zaWJpbGlkYWQgZGUgZGlzZnJ1dGFyIGRlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRvZGFzIHN1cyB2ZW50YWphcy5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIE1hbnkgZGVza3RvcCBwdWJsaXNoaW5nIHBhY2thZ2VzIGFuZCB3ZWIgcGFnZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlZGl0b3JzIG5vdyB1c2UgTG9yZW0gSXBzdW0gYXMgdGhlaXIgZGVmYXVsdFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtb2RlbCB0ZXh0LCBhbmQgYSBzZWFyY2ggZm9yIGxvcmVtIGlwc3VtIHdpbGxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdW5jb3ZlciBtYW55IHdlYiBzaXRlcyBzdGlsbCBpbiB0aGVpciBpbmZhbmN5XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhcmlvdXMgdmVyc2lvbnMgaGF2ZSBldm9sdmVkLiBNYW55IGRlc2t0b3BcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcHVibGlzaGluZyBwYWNrYWdlcyBhbmQgd2ViIHBhZ2UgZWRpdG9ycyBub3cgdXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIExvcmVtIElwc3VtIGFzIHRoZWlyIGRlZmF1bHQgbW9kZWwgdGV4dCwgYW5kIGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VhcmNoIGZvciBsb3JlbSBpcHN1bSB3aWxsIHVuY292ZXIgbWFueSB3ZWJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2l0ZXMgc3RpbGwuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuX19ncm91cFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX19wcmltYXJ5IGpzLXNjcm9sbHRvXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1zY3JvbGxfc3BhY2VyPVwiNTBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF90bz1cIi50b3Atc2ltcGxlLWltZy1maWNoYV9fdGFibGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+VmVyIFZlbnRhamFzPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0b3Atc2ltcGxlLWltZy1maWNoYV9fbW9kdWxlLWltYWdlIHRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtaW1hZ2UtLWRlc2t0b3BcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tdG9wXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvcC1zaW1wbGUtaW1nLWZpY2hhX19tb2R1bGUtZ3JhcGhpYy0tYm90dG9tXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tZ3JhcGhpYy5zdmcjaWNvbi1ncmFwaGljXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9pbWctMTcud2VicFwiIC8+XG4gICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4tLT5cbiJdfQ==
|
|
@@ -22,6 +22,7 @@ export * from './babylon-engine-modal';
|
|
|
22
22
|
export * from './babylon-external-script';
|
|
23
23
|
export * from './babylon-faq';
|
|
24
24
|
export * from './babylon-faq-v2';
|
|
25
|
+
export * from './babylon-feature-pills';
|
|
25
26
|
export * from './babylon-feature-pills-number';
|
|
26
27
|
export * from './babylon-features-slider';
|
|
27
28
|
export * from './babylon-filter-modal';
|
|
@@ -48,6 +49,7 @@ export * from './babylon-hotels-list';
|
|
|
48
49
|
export * from './babylon-hotels-slider';
|
|
49
50
|
export * from './babylon-img-banner';
|
|
50
51
|
export * from './babylon-info-big';
|
|
52
|
+
export * from './babylon-info-big-v2';
|
|
51
53
|
export * from './babylon-info-big-v3';
|
|
52
54
|
export * from './babylon-info-circle-imgs';
|
|
53
55
|
export * from './babylon-info-grid';
|
|
@@ -69,6 +71,7 @@ export * from './babylon-items-grid';
|
|
|
69
71
|
export * from './babylon-language-modal';
|
|
70
72
|
export * from './babylon-language-modal-v2';
|
|
71
73
|
export * from './babylon-legal';
|
|
74
|
+
export * from './babylon-lis-c4-txt-ico';
|
|
72
75
|
export * from './babylon-list-box-info';
|
|
73
76
|
export * from './babylon-list-c3-img-txt';
|
|
74
77
|
export * from './babylon-list-grid';
|
|
@@ -109,8 +112,10 @@ export * from './babylon-slider3col-v2';
|
|
|
109
112
|
export * from './babylon-slider3items';
|
|
110
113
|
export * from './babylon-slider4col';
|
|
111
114
|
export * from './babylon-social-bar';
|
|
115
|
+
export * from './babylon-social-bar-v2';
|
|
112
116
|
export * from './babylon-static-footer';
|
|
113
117
|
export * from './babylon-static-footer-v2';
|
|
118
|
+
export * from './babylon-static-footer-v3';
|
|
114
119
|
export * from './babylon-submenu-hotel';
|
|
115
120
|
export * from './babylon-thanks';
|
|
116
121
|
export * from './babylon-top-simple-banner';
|
|
@@ -120,9 +125,7 @@ export * from './babylon-top-slider-thumbs';
|
|
|
120
125
|
export * from './babylon-top-slider-v2';
|
|
121
126
|
export * from './babylon-top-slider-video';
|
|
122
127
|
export * from './babylon-top-slider-video-v2';
|
|
128
|
+
export * from './babylon-variant-selector';
|
|
123
129
|
export * from './babylon-webmap';
|
|
124
130
|
export * from './babylon-webmap-v2';
|
|
125
|
-
export * from './babylon-feature-pills';
|
|
126
|
-
export * from './babylon-variant-selector';
|
|
127
|
-
export * from './babylon-info-big-v2';
|
|
128
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFjdGlvbi1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWM0LWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYnJlYWRjcnVtYic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29sb3ItcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb21pbmdzb29uJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWFkZHJlc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1mb3JtLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWhvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1tYXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhaW5lci10ZXh0LWwyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZhcS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscy1udW1iZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmlsdGVyLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItY29udGFjdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxpbmtzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItbG9nb3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1zb2NpYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnktdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdsb2JhbC1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3ItYzItaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ncmlkLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZC1pbnRybyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItY2xlYXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtbG9nby1jZW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tb2JpbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhvdGVscy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ob3RlbHMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbWctYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWctdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tY2lyY2xlLWltZ3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tZ3JpZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1pbWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW50cm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tc2hvdy1pbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWctemFnLWNvdW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnemFnLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZ3phZy12NCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJjb2wtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvMmltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJpbWctYmlnJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvM2ltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzRpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWl0ZW1zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGVnYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtYm94LWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtYzMtaW1nLXR4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1pbWctaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1pbWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxveWFsdHktdGFibGUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW1vZGFsLW11bHRpcGxlLW1vdG9ycyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbmV3c2xldHRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItZGV0YWlsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItcG9wdXBWMic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXItc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tb2ZmZXJzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlbG9hZCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcHJlc3MtbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbS1kZXRhaWxzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1jb2xzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1saXN0LXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tcy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNlcnZpY2VzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2ltcGxlLWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGktYzEtaW1nLXRleHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jNS1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItYm94JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy1zdGF0aWMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJjb2wtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjJpdGVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC1jbGVhcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2NvbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyM2l0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXI0Y29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zb2NpYWwtYmFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zdWJtZW51LWhvdGVsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10aGFua3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2ltcGxlLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8tdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXdlYm1hcCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mZWF0dXJlLXBpbGxzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi12YXJpYW50LXNlbGVjdG9yJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZy12Mic7XG4iXX0=
|
|
131
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFjdGlvbi1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWFkdmFudGFnZXMtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWF2LWM0LWltZy10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1iYW5uZXItZ2FsbGVyeSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYmFubmVyLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ibG9nLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWJsb2ctbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tYnJlYWRjcnVtYic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29sb3ItcGlja2VyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb21pbmdzb29uJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWFkZHJlc3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhY3QtZm9ybSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1mb3JtLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1jb250YWN0LWhvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tY29udGFjdC1tYXAnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWNvbnRhaW5lci10ZXh0LWwyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWVuZ2luZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZhcS12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmVhdHVyZS1waWxscy1udW1iZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZmlsdGVyLW1vZGFsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mbG9hdGluZy1idXR0b25zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItY29udGFjdCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZm9vdGVyLWxpbmtzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mb290ZXItbG9nb3MnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWZvb3Rlci1zb2NpYWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdhbGxlcnktdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWdsb2JhbC1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tZ3ItYzItaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ncmlkLWdhbGxlcnknO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZC1pbnRybyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1oZWFkZXItY2xlYXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZGVyLW1lbnUtbG9nby1jZW50ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWRlci1tb2JpbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhvdGVscy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ob3RlbHMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbWctYmFubmVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWJpZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby1iaWctdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8tYmlnLXYzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWNpcmNsZS1pbWdzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWltZy1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8taW1nLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLWludHJvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXNob3ctaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZy16YWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8temlnLXphZy1jb3VudGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pbmZvLXppZ3phZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mby16aWd6YWctdjQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yY29sLWltZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzJpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm8yaW1nLWJpZyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24taW5mbzNpbWcnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWluZm80aW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1pdGVtcy1ncmlkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1sYW5ndWFnZS1tb2RhbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxlZ2FsJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXMtYzQtdHh0LWljbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1ib3gtaW5mbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbGlzdC1jMy1pbWctdHh0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWxpc3QtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy1pbmZvJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1saXN0LWltZy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbG95YWx0eS10YWJsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tbW9kYWwtbXVsdGlwbGUtbW90b3JzJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1uZXdzbGV0dGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1kZXRhaWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVyLXBvcHVwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1wb3B1cFYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlci1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLW9mZmVycy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1vZmZlcnMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVsb2FkJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1wcmVzcy1saXN0JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1yb29tLWRldGFpbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWNvbHMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWdyaWQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLWxpc3QtdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2VydmljZXMtc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zaW1wbGUtaW1nLWluZm8nO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaS1jMS1pbWctdGV4dCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpLWM1LWltZy10eHQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1ib3gnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlci1pbWctc3RhdGljJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXItaW1nLXN0YXRpYy12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyLWltZy12aWRlbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMmNvbCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMmNvbC12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tc2xpZGVyMml0ZW1zJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sLWNsZWFyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzY29sLXYyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1zbGlkZXIzaXRlbXMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNsaWRlcjRjb2wnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNvY2lhbC1iYXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXNvY2lhbC1iYXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjMnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXN1Ym1lbnUtaG90ZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRoYW5rcyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNpbXBsZS1iYW5uZXInO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLXRvcC1zaW1wbGUtaW1nJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi10b3Atc2xpZGVyLXRodW1icyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlbyc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby12Mic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tdmFyaWFudC1zZWxlY3Rvcic7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24td2VibWFwJztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi13ZWJtYXAtdjInO1xuIl19
|