ctt-babylon 0.22.51 → 0.22.53

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.
@@ -1,4 +1,4 @@
1
- import { Component, input, signal } from '@angular/core';
1
+ import { Component, Input, input, signal } from '@angular/core';
2
2
  import { BabylonLightGalleryDirective } from '../../../directives/babylon-galleries/babylon-light-gallery.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class BabylonRoomsListV3Component {
@@ -109,10 +109,14 @@ export class BabylonRoomsListV3Component {
109
109
  }));
110
110
  }
111
111
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsListV3Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
112
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsListV3Component, isStandalone: true, selector: "lib-babylon-rooms-list-v3", inputs: { isLeftAlign: { classPropertyName: "isLeftAlign", publicName: "left", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"babylon-room-list\">\n <!-- T\u00EDtulo principal -->\n <h1 class=\"main-title corp-title\">Elige tu apartamento ideal</h1>\n\n <div class=\"rooms-container\">\n @for (room of rooms(); track room.id) {\n <div class=\"room-card\" [class.reverse]=\"shouldReverse($index)\">\n <!-- ====== LADO DEL TEXTO ====== -->\n <div class=\"room-details\">\n <h2 class=\"room-name corp-title\">{{ room.name }}</h2>\n <p class=\"room-subtitle corp-pretitle\">\n {{ room.subtitle }}\n </p>\n\n <!-- Features (Iconos naranjas) -->\n <div class=\"room-features\">\n @for (feature of room.features; track feature.text) {\n <span class=\"feature-item corp-text\">\n <svg viewBox=\"0 0 24 24\">\n <path [attr.d]=\"feature.icon\" />\n </svg>\n {{ feature.text }}\n </span>\n }\n </div>\n\n <!-- Descripci\u00F3n -->\n <p class=\"room-description corp-text\">\n {{ room.description }}\n </p>\n\n <!-- Precio -->\n <div class=\"room-price-box\">\n <span class=\"room-price corp-text\"\n >Desde {{ room.price }}\u20AC</span\n >\n <span class=\"room-price-night corp-text\"\n >Por noche</span\n >\n </div>\n\n <!-- Botones -->\n <div class=\"room-actions\">\n <button class=\"btn-corp corp-text\">\n <span class=\"btn-corp-text\"\n >Descubre la habitaci\u00F3n</span\n >\n </button>\n <button class=\"btn-primary corp-text\">\n Reservar Ahora!\n </button>\n </div>\n </div>\n\n <!-- ====== LADO DE LA IMAGEN ====== -->\n <div class=\"room-image-wrapper\">\n <!-- Imagen Principal -->\n <img\n [src]=\"room.images[0]\"\n [alt]=\"room.name\"\n class=\"room-image\"\n />\n\n <!-- Lupa (Abrir Galer\u00EDa Modal) -->\n <div BabylonLightGallery>\n <a\n [href]=\"room.images[0]\"\n class=\"btn-gallery-lupa cs_lightbox_item\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"\n ></path>\n </svg>\n </a>\n\n @for (img of room.images; track img; let i = $index) {\n @if (i > 0) {\n <a\n [href]=\"img\"\n class=\"cs_lightbox_item\"\n style=\"display: none\"\n ></a>\n }\n }\n </div>\n\n <button\n class=\"btn-nav-arrow left\"\n (click)=\"prevImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M15 19l-7-7 7-7\"\n ></path>\n </svg>\n </button>\n <button\n class=\"btn-nav-arrow right\"\n (click)=\"nextImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M9 5l7 7-7 7\"\n ></path>\n </svg>\n </button>\n\n @if (showServicesForRoom() !== room.id) {\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-services corp-text\"\n >\n Ver equipamiento\n </button>\n }\n\n <!-- ====== MODALITO DE SERVICIOS SUPERPUESTO ====== -->\n <div\n class=\"services-overlay\"\n [class.active]=\"showServicesForRoom() === room.id\"\n >\n <div class=\"services-box\">\n <h3 class=\"services-title corp-title\">\n Equipamiento de la {{ room.name }}\n </h3>\n\n <div class=\"services-list\">\n @for (\n service of room.services;\n track service.name\n ) {\n <div class=\"service-item\">\n <svg viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\n />\n </svg>\n <div>\n <p class=\"service-name corp-text\">\n {{ service.name }}\n </p>\n @if (service.type) {\n <p class=\"service-type\">\n {{ service.type }}\n </p>\n }\n </div>\n </div>\n }\n </div>\n\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-hide-services corp-text\"\n >\n Ocultar servicios\n </button>\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon-room-list{padding:3rem 1rem;max-width:1280px;margin:0 auto}.main-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--cl_text, #3c3b3b)}.rooms-container{display:flex;flex-direction:column;gap:3rem}.room-card{display:flex;flex-direction:column;background-color:var(--rh-row-alt-bg, #fdfbf8);box-shadow:0 4px 20px #0000000d;overflow:hidden}@media (min-width: 1024px){.room-card{flex-direction:row}.room-card.reverse{flex-direction:row-reverse}}.room-details{width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 1024px){.room-details{width:50%;padding:3rem}}.room-name{font-size:4rem;margin-bottom:.5rem;color:var(--cl_text, #3c3b3b)}.room-subtitle{font-size:1.4rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;opacity:.7;color:var(--cl_pretitle, #19314b)}.room-features{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1.5rem;border-top:1px solid var(--cl_border-dark, #d9e1e6);border-bottom:1px solid var(--cl_border-dark, #d9e1e6);padding:1.25rem 0}.feature-item{display:flex;align-items:center;font-size:1.8rem;font-weight:500;color:var(--cl_text, #3c3b3b)}.feature-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_icon, #fd8700)}.room-description{font-size:1.8rem;line-height:1.6;color:#4b5563;margin-bottom:2rem}.room-price-box{margin-bottom:2rem}.room-price{display:block;font-size:2.6rem;font-weight:700;color:var(--cl_text, #3c3b3b)}.room-price-night{font-size:1.4rem;color:#6b7280}.room-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}@media (min-width: 640px){.room-actions{flex-direction:row}}.room-image-wrapper{width:100%;position:relative;background-color:#e5e7eb;height:350px;overflow:hidden}@media (min-width: 1024px){.room-image-wrapper{width:50%;height:auto}}.room-image{width:100%;height:100%;object-fit:cover;transition:transform .7s}.room-card:hover .room-image{transform:scale(1.05)}.btn-gallery-lupa{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;background:#ffffffe6;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;transition:all .3s;color:var(--cl_text, #3c3b3b)}.btn-gallery-lupa svg{width:1.7rem;height:1.7rem}.btn-gallery-lupa:hover{background:#fff;transform:scale(1.1)}.btn-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fffc;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#374151;box-shadow:0 1px 3px #0000001a}.btn-nav-arrow:hover{background:#fff}.btn-nav-arrow.left{left:1rem}.btn-nav-arrow.right{right:1rem}.btn-services{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#fffffff2;border:1px solid #e5e7eb;padding:.5rem 1.5rem;font-size:1.6rem;font-weight:500;cursor:pointer;z-index:10;box-shadow:0 4px 6px #0000001a;color:var(--cl_text, #3c3b3b);transition:background .3s}.btn-services:hover{background:#fff}.services-overlay{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s;opacity:0;pointer-events:none}.services-overlay.active{opacity:1;pointer-events:auto}.services-box{background:#ffffffe6;box-shadow:0 10px 25px #0000001a;border:1px solid var(--cl_border-dark, #d9e1e6);width:100%;max-width:600px;margin:auto;padding:1.5rem 4rem;border-radius:10px}@media (max-width: 1024px){.services-box{padding:1.5rem 1rem}.services-box .services-title{line-height:1.4;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.services-box .services-list{max-height:160px;overflow-x:hidden}}@media (max-width: 1024px) and (max-width: 600px){.services-box .services-list{grid-template-columns:1fr}}@media (max-width: 1024px){.services-box .service-item{padding:1rem .5rem}}.services-title{text-align:start;font-size:2rem;font-weight:400;line-height:3.8;color:var(--cl_text, #3c3b3b)}.services-list{display:grid;grid-template-columns:1fr 1fr;max-height:300px;overflow-y:auto;margin-bottom:2rem}.service-item{display:flex;align-items:flex-start;padding:1.5rem 5rem;border-bottom:1px solid var(--cl_border-dark, #d9e1e6)}.service-item:nth-child(1),.service-item:nth-child(2){border-top:1px solid var(--cl_border-dark, #d9e1e6)}.service-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_text, #3c3b3b);opacity:.7}.service-name{font-size:1.8rem;font-weight:400;color:var(--cl_text, #3c3b3b);font-family:var(--font-title)}.service-type{font-size:1.3rem;color:#6b7280;margin-top:.125rem;font-family:var(--font-text)}.btn-hide-services{display:block;margin:0 auto;padding:.5rem 1.5rem;background:transparent;border:1px solid var(--cl_text, #3c3b3b);color:var(--cl_text, #3c3b3b);font-size:1.6rem;cursor:pointer;transition:background .3s}.btn-hide-services:hover{background:#f9fafb}.gallery-modal-overlay{position:fixed;inset:0;background:#3c3b3bf2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out}.gallery-modal-content{background:var(--cl_background_body, #ffffff);width:100%;max-width:1152px;height:85vh;display:flex;flex-direction:column;position:relative;border-radius:4px}.btn-close-gallery{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--cl_border-dark, #d9e1e6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;color:var(--cl_text, #3c3b3b)}.btn-close-gallery:hover{background:#f3f4f6}.gallery-header{text-align:center;padding:1.5rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.gallery-title{font-size:1.25rem;color:var(--cl_text, #3c3b3b)}.gallery-counter{font-size:.75rem;color:#6b7280;margin-top:.25rem}.gallery-image-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:var(--cl_background_gray, #eee);padding:1rem;overflow:hidden}.btn-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;color:var(--cl_text, #3c3b3b)}.btn-gallery-nav:hover{background:#f9fafb}.btn-gallery-nav.left{left:1.5rem}.btn-gallery-nav.right{right:1.5rem}.gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:0 10px 15px #0000001a;animation:fadeIn .3s ease-in-out}.corp-title{font-family:var(--font-title, \"Georgia\", serif)}.corp-pretitle{font-family:var(--font-pretitle, \"Arial\", sans-serif)}.corp-text{font-family:var(--font-text, \"Arial\", sans-serif)}.btn-corp{padding:.75rem 1.5rem;border:1px solid var(--cl_text, #3c3b3b);background:transparent;color:var(--cl_text, #3c3b3b);font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-corp:hover{background:var(--cl_btn-box, #fd8700);color:#fff;border-color:var(--cl_btn-box, #fd8700)}.btn-primary{padding:.75rem 1.5rem;border:1px solid var(--cl_btn-box, #fd8700);background:var(--cl_btn-box, #fd8700);color:#fff;font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#e07500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}\n"], dependencies: [{ kind: "directive", type: BabylonLightGalleryDirective, selector: "[BabylonLightGallery]" }] }); }
112
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsListV3Component, isStandalone: true, selector: "lib-babylon-rooms-list-v3", inputs: { isLeftAlign: { classPropertyName: "isLeftAlign", publicName: "left", isSignal: true, isRequired: false, transformFunction: null }, texts: { classPropertyName: "texts", publicName: "texts", isSignal: false, isRequired: false, transformFunction: null }, roomsInfo: { classPropertyName: "roomsInfo", publicName: "roomsInfo", isSignal: false, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"babylon-room-list\">\n <!-- T\u00EDtulo principal -->\n <h1 class=\"main-title corp-title\">Elige tu apartamento ideal</h1>\n\n <div class=\"rooms-container\">\n @for (room of rooms(); track room.id) {\n <div class=\"room-card\" [class.reverse]=\"shouldReverse($index)\">\n <!-- ====== LADO DEL TEXTO ====== -->\n <div class=\"room-details\">\n <h2 class=\"room-name corp-title\">{{ room.name }}</h2>\n <p class=\"room-subtitle corp-pretitle\">\n {{ room.subtitle }}\n </p>\n\n <!-- Features (Iconos naranjas) -->\n <div class=\"room-features\">\n @for (feature of room.features; track feature.text) {\n <span class=\"feature-item corp-text\">\n <svg viewBox=\"0 0 24 24\">\n <path [attr.d]=\"feature.icon\" />\n </svg>\n {{ feature.text }}\n </span>\n }\n </div>\n\n <!-- Descripci\u00F3n -->\n <p class=\"room-description corp-text\">\n {{ room.description }}\n </p>\n\n <!-- Precio -->\n <div class=\"room-price-box\">\n <span class=\"room-price corp-text\"\n >Desde {{ room.price }}\u20AC</span\n >\n <span class=\"room-price-night corp-text\"\n >Por noche</span\n >\n </div>\n\n <!-- Botones -->\n <div class=\"room-actions\">\n <button class=\"btn-corp corp-text\">\n <span class=\"btn-corp-text\"\n >Descubre la habitaci\u00F3n</span\n >\n </button>\n <button class=\"btn-primary corp-text\">\n Reservar Ahora!\n </button>\n </div>\n </div>\n\n <!-- ====== LADO DE LA IMAGEN ====== -->\n <div class=\"room-image-wrapper\">\n <!-- Imagen Principal -->\n <img\n [src]=\"room.images[0]\"\n [alt]=\"room.name\"\n class=\"room-image\"\n />\n\n <!-- Lupa (Abrir Galer\u00EDa Modal) -->\n <div BabylonLightGallery>\n <a\n [href]=\"room.images[0]\"\n class=\"btn-gallery-lupa cs_lightbox_item\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"\n ></path>\n </svg>\n </a>\n\n @for (img of room.images; track img; let i = $index) {\n @if (i > 0) {\n <a\n [href]=\"img\"\n class=\"cs_lightbox_item\"\n style=\"display: none\"\n ></a>\n }\n }\n </div>\n\n <button\n class=\"btn-nav-arrow left\"\n (click)=\"prevImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M15 19l-7-7 7-7\"\n ></path>\n </svg>\n </button>\n <button\n class=\"btn-nav-arrow right\"\n (click)=\"nextImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M9 5l7 7-7 7\"\n ></path>\n </svg>\n </button>\n\n @if (showServicesForRoom() !== room.id) {\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-services corp-text\"\n >\n Ver equipamiento\n </button>\n }\n\n <!-- ====== MODALITO DE SERVICIOS SUPERPUESTO ====== -->\n <div\n class=\"services-overlay\"\n [class.active]=\"showServicesForRoom() === room.id\"\n >\n <div class=\"services-box\">\n <h3 class=\"services-title corp-title\">\n Equipamiento de la {{ room.name }}\n </h3>\n\n <div class=\"services-list\">\n @for (\n service of room.services;\n track service.name\n ) {\n <div class=\"service-item\">\n <svg viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\n />\n </svg>\n <div>\n <p class=\"service-name corp-text\">\n {{ service.name }}\n </p>\n @if (service.type) {\n <p class=\"service-type\">\n {{ service.type }}\n </p>\n }\n </div>\n </div>\n }\n </div>\n\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-hide-services corp-text\"\n >\n Ocultar servicios\n </button>\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon-room-list{padding:3rem 1rem;max-width:1280px;margin:0 auto}.main-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--cl_text, #3c3b3b)}.rooms-container{display:flex;flex-direction:column;gap:3rem}.room-card{display:flex;flex-direction:column;background-color:var(--rh-row-alt-bg, #fdfbf8);box-shadow:0 4px 20px #0000000d;overflow:hidden}@media (min-width: 1024px){.room-card{flex-direction:row}.room-card.reverse{flex-direction:row-reverse}}.room-details{width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 1024px){.room-details{width:50%;padding:3rem}}.room-name{font-size:4rem;margin-bottom:.5rem;color:var(--cl_text, #3c3b3b)}.room-subtitle{font-size:1.4rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;opacity:.7;color:var(--cl_pretitle, #19314b)}.room-features{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1.5rem;border-top:1px solid var(--cl_border-dark, #d9e1e6);border-bottom:1px solid var(--cl_border-dark, #d9e1e6);padding:1.25rem 0}.feature-item{display:flex;align-items:center;font-size:1.8rem;font-weight:500;color:var(--cl_text, #3c3b3b)}.feature-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_icon, #fd8700)}.room-description{font-size:1.8rem;line-height:1.6;color:#4b5563;margin-bottom:2rem}.room-price-box{margin-bottom:2rem}.room-price{display:block;font-size:2.6rem;font-weight:700;color:var(--cl_text, #3c3b3b)}.room-price-night{font-size:1.4rem;color:#6b7280}.room-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}@media (min-width: 640px){.room-actions{flex-direction:row}}.room-image-wrapper{width:100%;position:relative;background-color:#e5e7eb;height:350px;overflow:hidden}@media (min-width: 1024px){.room-image-wrapper{width:50%;height:auto}}.room-image{width:100%;height:100%;object-fit:cover;transition:transform .7s}.room-card:hover .room-image{transform:scale(1.05)}.btn-gallery-lupa{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;background:#ffffffe6;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;transition:all .3s;color:var(--cl_text, #3c3b3b)}.btn-gallery-lupa svg{width:1.7rem;height:1.7rem}.btn-gallery-lupa:hover{background:#fff;transform:scale(1.1)}.btn-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fffc;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#374151;box-shadow:0 1px 3px #0000001a}.btn-nav-arrow:hover{background:#fff}.btn-nav-arrow.left{left:1rem}.btn-nav-arrow.right{right:1rem}.btn-services{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#fffffff2;border:1px solid #e5e7eb;padding:.5rem 1.5rem;font-size:1.6rem;font-weight:500;cursor:pointer;z-index:10;box-shadow:0 4px 6px #0000001a;color:var(--cl_text, #3c3b3b);transition:background .3s}.btn-services:hover{background:#fff}.services-overlay{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s;opacity:0;pointer-events:none}.services-overlay.active{opacity:1;pointer-events:auto}.services-box{background:#ffffffe6;box-shadow:0 10px 25px #0000001a;border:1px solid var(--cl_border-dark, #d9e1e6);width:100%;max-width:600px;margin:auto;padding:1.5rem 4rem;border-radius:10px}@media (max-width: 1024px){.services-box{padding:1.5rem 1rem}.services-box .services-title{line-height:1.4;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.services-box .services-list{max-height:160px;overflow-x:hidden}}@media (max-width: 1024px) and (max-width: 600px){.services-box .services-list{grid-template-columns:1fr}}@media (max-width: 1024px){.services-box .service-item{padding:1rem .5rem}}.services-title{text-align:start;font-size:2rem;font-weight:400;line-height:3.8;color:var(--cl_text, #3c3b3b)}.services-list{display:grid;grid-template-columns:1fr 1fr;max-height:300px;overflow-y:auto;margin-bottom:2rem}.service-item{display:flex;align-items:flex-start;padding:1.5rem 5rem;border-bottom:1px solid var(--cl_border-dark, #d9e1e6)}.service-item:nth-child(1),.service-item:nth-child(2){border-top:1px solid var(--cl_border-dark, #d9e1e6)}.service-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_text, #3c3b3b);opacity:.7}.service-name{font-size:1.8rem;font-weight:400;color:var(--cl_text, #3c3b3b);font-family:var(--font-title)}.service-type{font-size:1.3rem;color:#6b7280;margin-top:.125rem;font-family:var(--font-text)}.btn-hide-services{display:block;margin:0 auto;padding:.5rem 1.5rem;background:transparent;border:1px solid var(--cl_text, #3c3b3b);color:var(--cl_text, #3c3b3b);font-size:1.6rem;cursor:pointer;transition:background .3s}.btn-hide-services:hover{background:#f9fafb}.gallery-modal-overlay{position:fixed;inset:0;background:#3c3b3bf2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out}.gallery-modal-content{background:var(--cl_background_body, #ffffff);width:100%;max-width:1152px;height:85vh;display:flex;flex-direction:column;position:relative;border-radius:4px}.btn-close-gallery{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--cl_border-dark, #d9e1e6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;color:var(--cl_text, #3c3b3b)}.btn-close-gallery:hover{background:#f3f4f6}.gallery-header{text-align:center;padding:1.5rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.gallery-title{font-size:1.25rem;color:var(--cl_text, #3c3b3b)}.gallery-counter{font-size:.75rem;color:#6b7280;margin-top:.25rem}.gallery-image-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:var(--cl_background_gray, #eee);padding:1rem;overflow:hidden}.btn-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;color:var(--cl_text, #3c3b3b)}.btn-gallery-nav:hover{background:#f9fafb}.btn-gallery-nav.left{left:1.5rem}.btn-gallery-nav.right{right:1.5rem}.gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:0 10px 15px #0000001a;animation:fadeIn .3s ease-in-out}.corp-title{font-family:var(--font-title, \"Georgia\", serif)}.corp-pretitle{font-family:var(--font-pretitle, \"Arial\", sans-serif)}.corp-text{font-family:var(--font-text, \"Arial\", sans-serif)}.btn-corp{padding:.75rem 1.5rem;border:1px solid var(--cl_text, #3c3b3b);background:transparent;color:var(--cl_text, #3c3b3b);font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-corp:hover{background:var(--cl_btn-box, #fd8700);color:#fff;border-color:var(--cl_btn-box, #fd8700)}.btn-primary{padding:.75rem 1.5rem;border:1px solid var(--cl_btn-box, #fd8700);background:var(--cl_btn-box, #fd8700);color:#fff;font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#e07500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}\n"], dependencies: [{ kind: "directive", type: BabylonLightGalleryDirective, selector: "[BabylonLightGallery]" }] }); }
113
113
  }
114
114
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsListV3Component, decorators: [{
115
115
  type: Component,
116
116
  args: [{ selector: 'lib-babylon-rooms-list-v3', standalone: true, imports: [BabylonLightGalleryDirective], template: "<div class=\"babylon-room-list\">\n <!-- T\u00EDtulo principal -->\n <h1 class=\"main-title corp-title\">Elige tu apartamento ideal</h1>\n\n <div class=\"rooms-container\">\n @for (room of rooms(); track room.id) {\n <div class=\"room-card\" [class.reverse]=\"shouldReverse($index)\">\n <!-- ====== LADO DEL TEXTO ====== -->\n <div class=\"room-details\">\n <h2 class=\"room-name corp-title\">{{ room.name }}</h2>\n <p class=\"room-subtitle corp-pretitle\">\n {{ room.subtitle }}\n </p>\n\n <!-- Features (Iconos naranjas) -->\n <div class=\"room-features\">\n @for (feature of room.features; track feature.text) {\n <span class=\"feature-item corp-text\">\n <svg viewBox=\"0 0 24 24\">\n <path [attr.d]=\"feature.icon\" />\n </svg>\n {{ feature.text }}\n </span>\n }\n </div>\n\n <!-- Descripci\u00F3n -->\n <p class=\"room-description corp-text\">\n {{ room.description }}\n </p>\n\n <!-- Precio -->\n <div class=\"room-price-box\">\n <span class=\"room-price corp-text\"\n >Desde {{ room.price }}\u20AC</span\n >\n <span class=\"room-price-night corp-text\"\n >Por noche</span\n >\n </div>\n\n <!-- Botones -->\n <div class=\"room-actions\">\n <button class=\"btn-corp corp-text\">\n <span class=\"btn-corp-text\"\n >Descubre la habitaci\u00F3n</span\n >\n </button>\n <button class=\"btn-primary corp-text\">\n Reservar Ahora!\n </button>\n </div>\n </div>\n\n <!-- ====== LADO DE LA IMAGEN ====== -->\n <div class=\"room-image-wrapper\">\n <!-- Imagen Principal -->\n <img\n [src]=\"room.images[0]\"\n [alt]=\"room.name\"\n class=\"room-image\"\n />\n\n <!-- Lupa (Abrir Galer\u00EDa Modal) -->\n <div BabylonLightGallery>\n <a\n [href]=\"room.images[0]\"\n class=\"btn-gallery-lupa cs_lightbox_item\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"\n ></path>\n </svg>\n </a>\n\n @for (img of room.images; track img; let i = $index) {\n @if (i > 0) {\n <a\n [href]=\"img\"\n class=\"cs_lightbox_item\"\n style=\"display: none\"\n ></a>\n }\n }\n </div>\n\n <button\n class=\"btn-nav-arrow left\"\n (click)=\"prevImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M15 19l-7-7 7-7\"\n ></path>\n </svg>\n </button>\n <button\n class=\"btn-nav-arrow right\"\n (click)=\"nextImage(room)\"\n >\n <svg\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n stroke-width=\"2\"\n d=\"M9 5l7 7-7 7\"\n ></path>\n </svg>\n </button>\n\n @if (showServicesForRoom() !== room.id) {\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-services corp-text\"\n >\n Ver equipamiento\n </button>\n }\n\n <!-- ====== MODALITO DE SERVICIOS SUPERPUESTO ====== -->\n <div\n class=\"services-overlay\"\n [class.active]=\"showServicesForRoom() === room.id\"\n >\n <div class=\"services-box\">\n <h3 class=\"services-title corp-title\">\n Equipamiento de la {{ room.name }}\n </h3>\n\n <div class=\"services-list\">\n @for (\n service of room.services;\n track service.name\n ) {\n <div class=\"service-item\">\n <svg viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\n />\n </svg>\n <div>\n <p class=\"service-name corp-text\">\n {{ service.name }}\n </p>\n @if (service.type) {\n <p class=\"service-type\">\n {{ service.type }}\n </p>\n }\n </div>\n </div>\n }\n </div>\n\n <button\n (click)=\"toggleServices(room.id)\"\n class=\"btn-hide-services corp-text\"\n >\n Ocultar servicios\n </button>\n </div>\n </div>\n </div>\n </div>\n }\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-width: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.babylon-room-list{padding:3rem 1rem;max-width:1280px;margin:0 auto}.main-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--cl_text, #3c3b3b)}.rooms-container{display:flex;flex-direction:column;gap:3rem}.room-card{display:flex;flex-direction:column;background-color:var(--rh-row-alt-bg, #fdfbf8);box-shadow:0 4px 20px #0000000d;overflow:hidden}@media (min-width: 1024px){.room-card{flex-direction:row}.room-card.reverse{flex-direction:row-reverse}}.room-details{width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 1024px){.room-details{width:50%;padding:3rem}}.room-name{font-size:4rem;margin-bottom:.5rem;color:var(--cl_text, #3c3b3b)}.room-subtitle{font-size:1.4rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;opacity:.7;color:var(--cl_pretitle, #19314b)}.room-features{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1.5rem;border-top:1px solid var(--cl_border-dark, #d9e1e6);border-bottom:1px solid var(--cl_border-dark, #d9e1e6);padding:1.25rem 0}.feature-item{display:flex;align-items:center;font-size:1.8rem;font-weight:500;color:var(--cl_text, #3c3b3b)}.feature-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_icon, #fd8700)}.room-description{font-size:1.8rem;line-height:1.6;color:#4b5563;margin-bottom:2rem}.room-price-box{margin-bottom:2rem}.room-price{display:block;font-size:2.6rem;font-weight:700;color:var(--cl_text, #3c3b3b)}.room-price-night{font-size:1.4rem;color:#6b7280}.room-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}@media (min-width: 640px){.room-actions{flex-direction:row}}.room-image-wrapper{width:100%;position:relative;background-color:#e5e7eb;height:350px;overflow:hidden}@media (min-width: 1024px){.room-image-wrapper{width:50%;height:auto}}.room-image{width:100%;height:100%;object-fit:cover;transition:transform .7s}.room-card:hover .room-image{transform:scale(1.05)}.btn-gallery-lupa{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;background:#ffffffe6;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;transition:all .3s;color:var(--cl_text, #3c3b3b)}.btn-gallery-lupa svg{width:1.7rem;height:1.7rem}.btn-gallery-lupa:hover{background:#fff;transform:scale(1.1)}.btn-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fffc;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#374151;box-shadow:0 1px 3px #0000001a}.btn-nav-arrow:hover{background:#fff}.btn-nav-arrow.left{left:1rem}.btn-nav-arrow.right{right:1rem}.btn-services{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#fffffff2;border:1px solid #e5e7eb;padding:.5rem 1.5rem;font-size:1.6rem;font-weight:500;cursor:pointer;z-index:10;box-shadow:0 4px 6px #0000001a;color:var(--cl_text, #3c3b3b);transition:background .3s}.btn-services:hover{background:#fff}.services-overlay{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s;opacity:0;pointer-events:none}.services-overlay.active{opacity:1;pointer-events:auto}.services-box{background:#ffffffe6;box-shadow:0 10px 25px #0000001a;border:1px solid var(--cl_border-dark, #d9e1e6);width:100%;max-width:600px;margin:auto;padding:1.5rem 4rem;border-radius:10px}@media (max-width: 1024px){.services-box{padding:1.5rem 1rem}.services-box .services-title{line-height:1.4;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.services-box .services-list{max-height:160px;overflow-x:hidden}}@media (max-width: 1024px) and (max-width: 600px){.services-box .services-list{grid-template-columns:1fr}}@media (max-width: 1024px){.services-box .service-item{padding:1rem .5rem}}.services-title{text-align:start;font-size:2rem;font-weight:400;line-height:3.8;color:var(--cl_text, #3c3b3b)}.services-list{display:grid;grid-template-columns:1fr 1fr;max-height:300px;overflow-y:auto;margin-bottom:2rem}.service-item{display:flex;align-items:flex-start;padding:1.5rem 5rem;border-bottom:1px solid var(--cl_border-dark, #d9e1e6)}.service-item:nth-child(1),.service-item:nth-child(2){border-top:1px solid var(--cl_border-dark, #d9e1e6)}.service-item svg{width:1.25rem;height:1.25rem;margin-right:.5rem;fill:var(--cl_text, #3c3b3b);opacity:.7}.service-name{font-size:1.8rem;font-weight:400;color:var(--cl_text, #3c3b3b);font-family:var(--font-title)}.service-type{font-size:1.3rem;color:#6b7280;margin-top:.125rem;font-family:var(--font-text)}.btn-hide-services{display:block;margin:0 auto;padding:.5rem 1.5rem;background:transparent;border:1px solid var(--cl_text, #3c3b3b);color:var(--cl_text, #3c3b3b);font-size:1.6rem;cursor:pointer;transition:background .3s}.btn-hide-services:hover{background:#f9fafb}.gallery-modal-overlay{position:fixed;inset:0;background:#3c3b3bf2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out}.gallery-modal-content{background:var(--cl_background_body, #ffffff);width:100%;max-width:1152px;height:85vh;display:flex;flex-direction:column;position:relative;border-radius:4px}.btn-close-gallery{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--cl_border-dark, #d9e1e6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;color:var(--cl_text, #3c3b3b)}.btn-close-gallery:hover{background:#f3f4f6}.gallery-header{text-align:center;padding:1.5rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.gallery-title{font-size:1.25rem;color:var(--cl_text, #3c3b3b)}.gallery-counter{font-size:.75rem;color:#6b7280;margin-top:.25rem}.gallery-image-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:var(--cl_background_gray, #eee);padding:1rem;overflow:hidden}.btn-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;z-index:10;color:var(--cl_text, #3c3b3b)}.btn-gallery-nav:hover{background:#f9fafb}.btn-gallery-nav.left{left:1.5rem}.btn-gallery-nav.right{right:1.5rem}.gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:0 10px 15px #0000001a;animation:fadeIn .3s ease-in-out}.corp-title{font-family:var(--font-title, \"Georgia\", serif)}.corp-pretitle{font-family:var(--font-pretitle, \"Arial\", sans-serif)}.corp-text{font-family:var(--font-text, \"Arial\", sans-serif)}.btn-corp{padding:.75rem 1.5rem;border:1px solid var(--cl_text, #3c3b3b);background:transparent;color:var(--cl_text, #3c3b3b);font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-corp:hover{background:var(--cl_btn-box, #fd8700);color:#fff;border-color:var(--cl_btn-box, #fd8700)}.btn-primary{padding:.75rem 1.5rem;border:1px solid var(--cl_btn-box, #fd8700);background:var(--cl_btn-box, #fd8700);color:#fff;font-weight:700;font-size:1.6rem;text-transform:uppercase;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#e07500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}\n"] }]
117
- }] });
118
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1saXN0LXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1yb29tcy1saXN0LXYzL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtbGlzdC12My9iYWJ5bG9uLXJvb21zLWxpc3QtdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHVFQUF1RSxDQUFDOztBQThCckgsTUFBTSxPQUFPLDJCQUEyQjtJQVB4QztRQVFJLGtDQUFrQztRQUNsQyx5RUFBeUU7UUFDekUsb0RBQW9EO1FBQ3BELGdCQUFXLEdBQUcsS0FBSyxDQUFVLEtBQUssRUFBRSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsQ0FBQyxDQUFDO1FBRXZELHlGQUF5RjtRQUN6Rix3QkFBbUIsR0FBRyxNQUFNLENBQWdCLElBQUksQ0FBQyxDQUFDO1FBRWxELGtEQUFrRDtRQUNsRCxzQkFBaUIsR0FBRyxNQUFNLENBQWMsSUFBSSxDQUFDLENBQUM7UUFDOUMsNEJBQXVCLEdBQUcsTUFBTSxDQUFTLENBQUMsQ0FBQyxDQUFDO1FBQzVDLG9CQUFlLEdBQUcsTUFBTSxDQUF5QixFQUFFLENBQUMsQ0FBQztRQUVyRCw0Q0FBNEM7UUFDcEMsZUFBVSxHQUNkLCtHQUErRyxDQUFDO1FBQzVHLGFBQVEsR0FDWiw0RkFBNEYsQ0FBQztRQUN6RixZQUFPLEdBQ1gsbUxBQW1MLENBQUM7UUFDaEws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MkJBQTJCO21HQUEzQiwyQkFBMkIsb09DL0J4Qyw0d1FBMExBLHlpaENEL0pjLDRCQUE0Qjs7NEZBSTdCLDJCQUEyQjtrQkFQdkMsU0FBUzsrQkFDSSwyQkFBMkIsY0FDekIsSUFBSSxXQUNQLENBQUMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGlucHV0LCBzaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25MaWdodEdhbGxlcnlEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JhYnlsb24tZ2FsbGVyaWVzL2JhYnlsb24tbGlnaHQtZ2FsbGVyeS5kaXJlY3RpdmUnO1xuXG5pbnRlcmZhY2UgUm9vbVNlcnZpY2Uge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICB0eXBlPzogc3RyaW5nO1xufVxuXG5pbnRlcmZhY2UgUm9vbUZlYXR1cmUge1xuICAgIGljb246IHN0cmluZzsgLy8gU1ZHIHBhdGggb3IgaWRlbnRpZmllclxuICAgIHRleHQ6IHN0cmluZztcbn1cblxuaW50ZXJmYWNlIFJvb20ge1xuICAgIGlkOiBudW1iZXI7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIHN1YnRpdGxlOiBzdHJpbmc7XG4gICAgZmVhdHVyZXM6IFJvb21GZWF0dXJlW107XG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgICBwcmljZTogbnVtYmVyO1xuICAgIGltYWdlczogc3RyaW5nW107XG4gICAgc2VydmljZXM6IFJvb21TZXJ2aWNlW107XG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtbGlzdC12MycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQmFieWxvbkxpZ2h0R2FsbGVyeURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Sb29tc0xpc3RWM0NvbXBvbmVudCB7XG4gICAgLy8gSW5wdXQgcGFyYSBpbnZlcnRpciBlbCBsaXN0YWRvLlxuICAgIC8vIFNpIGVzIHRydWUsIGVsIHBhdHLDs24gZGUgemlnemFnIGNvbWllbnphIGNvbiBsYSBpbWFnZW4gYSBsYSBpenF1aWVyZGEuXG4gICAgLy8gU2kgZXMgZmFsc2UsIGNvbWllbnphIGNvbiBsYSBpbWFnZW4gYSBsYSBkZXJlY2hhLlxuICAgIGlzTGVmdEFsaWduID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UsIHsgYWxpYXM6ICdsZWZ0JyB9KTtcblxuICAgIC8vIENvbnRyb2xhIGVsIElEIGRlIGxhIGhhYml0YWNpw7NuIHF1ZSBtdWVzdHJhIGVsIG1vZGFsIHN1cGVycHVlc3RvIGRlIFwiVmVyIGVxdWlwYW1pZW50b1wiXG4gICAgc2hvd1NlcnZpY2VzRm9yUm9vbSA9IHNpZ25hbDxudW1iZXIgfCBudWxsPihudWxsKTtcblxuICAgIC8vIENvbnRyb2wgZGVsIG1vZGFsIGEgcGFudGFsbGEgY29tcGxldGEgKEdhbGVyw61hKVxuICAgIGFjdGl2ZUdhbGxlcnlSb29tID0gc2lnbmFsPFJvb20gfCBudWxsPihudWxsKTtcbiAgICBhY3RpdmVHYWxsZXJ5SW1hZ2VJbmRleCA9IHNpZ25hbDxudW1iZXI+KDApO1xuICAgIGN1cnJlbnRJbWFnZU1hcCA9IHNpZ25hbDxSZWNvcmQ8bnVtYmVyLCBudW1iZXI+Pih7fSk7XG5cbiAgICAvLyBJY29ub3MgU1ZHIGhhcmRjb2RlYWRvcyBwYXJhIGxhcyBmZWF0dXJlc1xuICAgIHByaXZhdGUgaWNvblBlcnNvbiA9XG4gICAgICAgICdNMTIgMTJjMi4yMSAwIDQtMS43OSA0LTRzLTEuNzktNC00LTQtNCAxLjc5LTQgNCAxLjc5IDQgNCA0em0wIDJjLTIuNjcgMC04IDEuMzQtOCA0djJoMTZ2LTJjMC0yLjY2LTUuMzMtNC04LTR6JztcbiAgICBwcml2YXRlIGljb25TaXplID1cbiAgICAgICAgJ00yMSAzSDN2MThoMThWM3ptLTIgMTZINVY1aDE0djE0eiBNMTEgN2gydjJoLTJ6IE03IDExaDJ2Mkg3eiBNMTUgMTFoMnYyaC0yeiBNMTEgMTVoMnYyaC0yeic7XG4gICAgcHJpdmF0ZSBpY29uQmVkID1cbiAgICAgICAgJ00yMCA5LjU1VjNoLTJ2Mkg2VjNINHY2LjU1Yy0xLjE5LjQ2LTIgMS42My0yIDNWMTloMnYtMmgxNnYyaDJ2LTYuNDVjMC0xLjM3LS44MS0yLjU0LTItM3pNMTAgMTBINlY3aDR2M3ptOCAwaC00VjdoNHYzem0yIDVINHYtMi41YzAtLjgzLjY3LTEuNSAxLjUtMS41aDEzYy44MyAwIDEuNS42NyAxLjUgMS41VjE1eic7XG4gICAgcHJpdmF0ZSBpY29uQmF0aCA9XG4gICAgICAgICdNNyA3bS0yIDBhMiAyIDAgMSAwIDQgMGEyIDIgMCAxIDAgLTQgMCBNMjEgMTEuNXYtMWExLjUgMS41IDAgMCAwIC0xLjUgLTEuNUgxNnYtMmExIDEgMCAwIDAgLTEgLTFoLTRhMSAxIDAgMCAwIC0xIDF2Mkg0LjVBMS41IDEuNSAwIDAgMCAzIDEwLjV2MUExLjUgMS41IDAgMCAwIDQuNSAxM2gxNWExLjUgMS41IDAgMCAwIDEuNSAtMS41eiBNNCAxM2gxNnY0YTMgMyAwIDAgMSAtMyAzSDdhMyAzIDAgMCAxIC0zIC0zdi00eic7XG5cbiAgICAvLyBEYXRvcyBtb2NrZWFkb3MgZGUgbGFzIGhhYml0YWNpb25lcyBiYXNhZG9zIGVuIGxhIGltYWdlblxuICAgIHJvb21zID0gc2lnbmFsPFJvb21bXT4oW1xuICAgICAgICB7XG4gICAgICAgICAgICBpZDogMSxcbiAgICAgICAgICAgIG5hbWU6ICdIYWJpdGFjacOzbiBJbmRpdmlkdWFsJyxcbiAgICAgICAgICAgIHN1YnRpdGxlOiAnVU5BIEVTVEFOQ0lBIERFIENPTkZPUlQgRU4gVEVORVJJRkUnLFxuICAgICAgICAgICAgZmVhdHVyZXM6IFtcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvblBlcnNvbiwgdGV4dDogJ03DoXggNScgfSxcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvblNpemUsIHRleHQ6ICcxMDAgbTInIH0sXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25CZWQsIHRleHQ6ICcxIGRvcm1pdG9yaW8nIH0sXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25CYXRoLCB0ZXh0OiAnMiBiYcOxb3MnIH0sXG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgZGVzY3JpcHRpb246XG4gICAgICAgICAgICAgICAgXCJNYW55IGRlc2t0b3AgcHVibGlzaGluZyBwYWNrYWdlcyBhbmQgd2ViIHBhZ2UgZWRpdG9ycyBub3cgdXNlIExvcmVtIElwc3VtIGFzIHRoZWlyIGRlZmF1bHQgbW9kZWwgdGV4dCwgYW5kIGEgc2VhcmNoIGZvciAnbG9yZW0gaXBzdW0nIHdpbGwgdW5jb3ZlciBtYW55IHdlYiBzaXRlcyBzdGlsbCBpbiB0aGVpciBpbmZhbmN5LiBWYXJpb3VzIHZlcnNpb25zIGhhdmUgZXZvbHZlZCBvdmVyIHRoZSB5ZWFycywgc29tZXRpbWVzIGJ5IGFjY2lkZW50LCBzb21ldGltZXMgb24gcHVycG9zZS5cIixcbiAgICAgICAgICAgIHByaWNlOiA0NSxcbiAgICAgICAgICAgIGltYWdlczogW1xuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTYxMTg5MjQ0MDUwNC00MmE3OTJlMjRkMzI/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU4MjcxOTQ3ODI1MC1jODljYWU0ZGM4NWI/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU5MDQ5MDM2MDE4Mi1jMzNkNTc3MzM0Mjc/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIHNlcnZpY2VzOiBbXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnV2lmaSBwcmVtaXVtJywgdHlwZTogJ0RlIHBhZ28nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnV2lmaSBwcmVtaXVtJywgdHlwZTogJ0RlIHBhZ28nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnQWlyZSBhY29uZGljaW9uYWRvJyB9LFxuICAgICAgICAgICAgICAgIHsgbmFtZTogJ01pbmliYXInLCB0eXBlOiAnRGUgcGFnbycgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdUZWxldmlzacOzbicgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdDYWphIGZ1ZXJ0ZScsIHR5cGU6ICdEZSBwYWdvJyB9LFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAgICAgaWQ6IDIsXG4gICAgICAgICAgICBuYW1lOiAnSGFiaXRhY2nDs24gRG9ibGUnLFxuICAgICAgICAgICAgc3VidGl0bGU6ICdVTkEgRVNUQU5DSUEgREUgQ09ORk9SVCBFTiBURU5FUklGRScsXG4gICAgICAgICAgICBmZWF0dXJlczogW1xuICAgICAgICAgICAgICAgIHsgaWNvbjogdGhpcy5pY29uUGVyc29uLCB0ZXh0OiAnTcOheCA1JyB9LFxuICAgICAgICAgICAgICAgIHsgaWNvbjogdGhpcy5pY29uU2l6ZSwgdGV4dDogJzEwMCBtMicgfSxcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvbkJlZCwgdGV4dDogJzEgZG9ybWl0b3JpbycgfSxcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvbkJhdGgsIHRleHQ6ICcyIGJhw7FvcycgfSxcbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBkZXNjcmlwdGlvbjpcbiAgICAgICAgICAgICAgICBcIk1hbnkgZGVza3RvcCBwdWJsaXNoaW5nIHBhY2thZ2VzIGFuZCB3ZWIgcGFnZSBlZGl0b3JzIG5vdyB1c2UgTG9yZW0gSXBzdW0gYXMgdGhlaXIgZGVmYXVsdCBtb2RlbCB0ZXh0LCBhbmQgYSBzZWFyY2ggZm9yICdsb3JlbSBpcHN1bScgd2lsbCB1bmNvdmVyIG1hbnkgd2ViIHNpdGVzIHN0aWxsIGluIHRoZWlyIGluZmFuY3kuIFZhcmlvdXMgdmVyc2lvbnMgaGF2ZSBldm9sdmVkIG92ZXIgdGhlIHllYXJzLCBzb21ldGltZXMgYnkgYWNjaWRlbnQsIHNvbWV0aW1lcyBvbiBwdXJwb3NlLlwiLFxuICAgICAgICAgICAgcHJpY2U6IDQ1LFxuICAgICAgICAgICAgaW1hZ2VzOiBbXG4gICAgICAgICAgICAgICAgJ2h0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTkwNDkwMzU5NjgzLTY1OGQzNGM4ZjE4NT9hdXRvPWZvcm1hdCZmaXQ9Y3JvcCZxPTgwJnc9MTIwMCcsXG4gICAgICAgICAgICAgICAgJ2h0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTY2NjY1Nzk3NzM5LTE2NzRkZTdhNDIxYT9hdXRvPWZvcm1hdCZmaXQ9Y3JvcCZxPTgwJnc9MTIwMCcsXG4gICAgICAgICAgICAgICAgJ2h0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTc4NjgzMDEwMjM2LWQ3MTZmOWEzZjQ2MT9hdXRvPWZvcm1hdCZmaXQ9Y3JvcCZxPTgwJnc9MTIwMCcsXG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgc2VydmljZXM6IFtcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdXaWZpIHByZW1pdW0nLCB0eXBlOiAnRGUgcGFnbycgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdXaWZpIHByZW1pdW0nLCB0eXBlOiAnRGUgcGFnbycgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdTZXJ2aWNpbyBkZSBoYWJpdGFjaW9uZXMnIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnU2VjYWRvciBkZSBwZWxvJyB9LFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdKTtcblxuICAgIC8qKlxuICAgICAqIERldGVybWluYSBzaSBsYSBmaWxhIGFjdHVhbCBkZWJlIGludmVydGlyIHN1IG9yZGVuIChMYXlvdXQgVGV4dC9JbWcpLlxuICAgICAqIFRpZW5lIGVuIGN1ZW50YSBsYSB2YXJpYWJsZSBgQElucHV0KCkgbGVmdGAgcmVjaWJpZGEgZGVzZGUgZWwgZXh0ZXJpb3IuXG4gICAgICovXG4gICAgc2hvdWxkUmV2ZXJzZShpbmRleDogbnVtYmVyKTogYm9vbGVhbiB7XG4gICAgICAgIC8vIFNpIGlzTGVmdEFsaWduKCkgZXMgdHJ1ZSAtPiDDjW5kaWNlIDAgZXMgaW52ZXJzbyAoSW1nIEl6cSwgVGV4dG8gRGVyKS5cbiAgICAgICAgLy8gU2kgaXNMZWZ0QWxpZ24oKSBlcyBmYWxzZSAtPiDDjW5kaWNlIDAgZXMgbm9ybWFsIChUZXh0byBJenEsIEltZyBEZXIpLlxuICAgICAgICByZXR1cm4gdGhpcy5pc0xlZnRBbGlnbigpID8gaW5kZXggJSAyID09PSAwIDogaW5kZXggJSAyICE9PSAwO1xuICAgIH1cblxuICAgIHRvZ2dsZVNlcnZpY2VzKHJvb21JZDogbnVtYmVyKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLnNob3dTZXJ2aWNlc0ZvclJvb20oKSA9PT0gcm9vbUlkKSB7XG4gICAgICAgICAgICB0aGlzLnNob3dTZXJ2aWNlc0ZvclJvb20uc2V0KG51bGwpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5zaG93U2VydmljZXNGb3JSb29tLnNldChyb29tSWQpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0VmlzaWJsZUltYWdlSW5kZXgocm9vbUlkOiBudW1iZXIpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5jdXJyZW50SW1hZ2VNYXAoKVtyb29tSWRdID8/IDA7XG4gICAgfVxuXG4gICAgcHJldkltYWdlKHJvb206IFJvb20pOiB2b2lkIHtcbiAgICAgICAgY29uc3QgY3VycmVudEluZGV4ID0gdGhpcy5nZXRWaXNpYmxlSW1hZ2VJbmRleChyb29tLmlkKTtcbiAgICAgICAgY29uc3QgcHJldkluZGV4ID1cbiAgICAgICAgICAgIGN1cnJlbnRJbmRleCA9PT0gMCA/IHJvb20uaW1hZ2VzLmxlbmd0aCAtIDEgOiBjdXJyZW50SW5kZXggLSAxO1xuICAgICAgICB0aGlzLmN1cnJlbnRJbWFnZU1hcC51cGRhdGUoKHZhbCkgPT4gKHtcbiAgICAgICAgICAgIC4uLnZhbCxcbiAgICAgICAgICAgIFtyb29tLmlkXTogcHJldkluZGV4LFxuICAgICAgICB9KSk7XG4gICAgfVxuXG4gICAgbmV4dEltYWdlKHJvb206IFJvb20pOiB2b2lkIHtcbiAgICAgICAgY29uc3QgY3VycmVudEluZGV4ID0gdGhpcy5nZXRWaXNpYmxlSW1hZ2VJbmRleChyb29tLmlkKTtcbiAgICAgICAgY29uc3QgbmV4dEluZGV4ID1cbiAgICAgICAgICAgIGN1cnJlbnRJbmRleCA9PT0gcm9vbS5pbWFnZXMubGVuZ3RoIC0gMSA/IDAgOiBjdXJyZW50SW5kZXggKyAxO1xuICAgICAgICB0aGlzLmN1cnJlbnRJbWFnZU1hcC51cGRhdGUoKHZhbCkgPT4gKHtcbiAgICAgICAgICAgIC4uLnZhbCxcbiAgICAgICAgICAgIFtyb29tLmlkXTogbmV4dEluZGV4LFxuICAgICAgICB9KSk7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImJhYnlsb24tcm9vbS1saXN0XCI+XG4gICAgPCEtLSBUw610dWxvIHByaW5jaXBhbCAtLT5cbiAgICA8aDEgY2xhc3M9XCJtYWluLXRpdGxlIGNvcnAtdGl0bGVcIj5FbGlnZSB0dSBhcGFydGFtZW50byBpZGVhbDwvaDE+XG5cbiAgICA8ZGl2IGNsYXNzPVwicm9vbXMtY29udGFpbmVyXCI+XG4gICAgICAgIEBmb3IgKHJvb20gb2Ygcm9vbXMoKTsgdHJhY2sgcm9vbS5pZCkge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvb20tY2FyZFwiIFtjbGFzcy5yZXZlcnNlXT1cInNob3VsZFJldmVyc2UoJGluZGV4KVwiPlxuICAgICAgICAgICAgICAgIDwhLS0gPT09PT09IExBRE8gREVMIFRFWFRPID09PT09PSAtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm9vbS1kZXRhaWxzXCI+XG4gICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInJvb20tbmFtZSBjb3JwLXRpdGxlXCI+e3sgcm9vbS5uYW1lIH19PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJyb29tLXN1YnRpdGxlIGNvcnAtcHJldGl0bGVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20uc3VidGl0bGUgfX1cbiAgICAgICAgICAgICAgICAgICAgPC9wPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gRmVhdHVyZXMgKEljb25vcyBuYXJhbmphcykgLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb29tLWZlYXR1cmVzXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChmZWF0dXJlIG9mIHJvb20uZmVhdHVyZXM7IHRyYWNrIGZlYXR1cmUudGV4dCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZmVhdHVyZS1pdGVtIGNvcnAtdGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnIHZpZXdCb3g9XCIwIDAgMjQgMjRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIFthdHRyLmRdPVwiZmVhdHVyZS5pY29uXCIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGZlYXR1cmUudGV4dCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICAgICAgPCEtLSBEZXNjcmlwY2nDs24gLS0+XG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwicm9vbS1kZXNjcmlwdGlvbiBjb3JwLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20uZGVzY3JpcHRpb24gfX1cbiAgICAgICAgICAgICAgICAgICAgPC9wPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gUHJlY2lvIC0tPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm9vbS1wcmljZS1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicm9vbS1wcmljZSBjb3JwLXRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5EZXNkZSB7eyByb29tLnByaWNlIH194oKsPC9zcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInJvb20tcHJpY2UtbmlnaHQgY29ycC10ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+UG9yIG5vY2hlPC9zcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gQm90b25lcyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvb20tYWN0aW9uc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ0bi1jb3JwIGNvcnAtdGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYnRuLWNvcnAtdGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5EZXNjdWJyZSBsYSBoYWJpdGFjacOzbjwvc3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ0bi1wcmltYXJ5IGNvcnAtdGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFJlc2VydmFyIEFob3JhIVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPCEtLSA9PT09PT0gTEFETyBERSBMQSBJTUFHRU4gPT09PT09IC0tPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb29tLWltYWdlLXdyYXBwZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPCEtLSBJbWFnZW4gUHJpbmNpcGFsIC0tPlxuICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInJvb20uaW1hZ2VzWzBdXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwicm9vbS5uYW1lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwicm9vbS1pbWFnZVwiXG4gICAgICAgICAgICAgICAgICAgIC8+XG5cbiAgICAgICAgICAgICAgICAgICAgPCEtLSBMdXBhIChBYnJpciBHYWxlcsOtYSBNb2RhbCkgLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgQmFieWxvbkxpZ2h0R2FsbGVyeT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwicm9vbS5pbWFnZXNbMF1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuLWdhbGxlcnktbHVwYSBjc19saWdodGJveF9pdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlPVwiY3VycmVudENvbG9yXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLWxpbmVjYXA9XCJyb3VuZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2Utd2lkdGg9XCIyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGQ9XCJNMjEgMjFsLTYtNm0yLTVhNyA3IDAgMTEtMTQgMCA3IDcgMCAwMTE0IDB6TTEwIDd2M20wIDB2M20wLTNoM20tMyAwSDdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9wYXRoPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuXG4gICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChpbWcgb2Ygcm9vbS5pbWFnZXM7IHRyYWNrIGltZzsgbGV0IGkgPSAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGkgPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJpbWdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19saWdodGJveF9pdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlPVwiZGlzcGxheTogbm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1uYXYtYXJyb3cgbGVmdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwicHJldkltYWdlKHJvb20pXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCJub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2U9XCJjdXJyZW50Q29sb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMjQgMjRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZS13aWR0aD1cIjJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTE1IDE5bC03LTcgNy03XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9wYXRoPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1uYXYtYXJyb3cgcmlnaHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm5leHRJbWFnZShyb29tKVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlPVwiY3VycmVudENvbG9yXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2aWV3Qm94PVwiMCAwIDI0IDI0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2Utd2lkdGg9XCIyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk05IDVsNyA3LTcgN1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcGF0aD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cblxuICAgICAgICAgICAgICAgICAgICBAaWYgKHNob3dTZXJ2aWNlc0ZvclJvb20oKSAhPT0gcm9vbS5pZCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJ0b2dnbGVTZXJ2aWNlcyhyb29tLmlkKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4tc2VydmljZXMgY29ycC10ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBWZXIgZXF1aXBhbWllbnRvXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gPT09PT09IE1PREFMSVRPIERFIFNFUlZJQ0lPUyBTVVBFUlBVRVNUTyA9PT09PT0gLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic2VydmljZXMtb3ZlcmxheVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cInNob3dTZXJ2aWNlc0ZvclJvb20oKSA9PT0gcm9vbS5pZFwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZXJ2aWNlcy1ib3hcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJzZXJ2aWNlcy10aXRsZSBjb3JwLXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEVxdWlwYW1pZW50byBkZSBsYSB7eyByb29tLm5hbWUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2gzPlxuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNlcnZpY2VzLWxpc3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlIG9mIHJvb20uc2VydmljZXM7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayBzZXJ2aWNlLm5hbWVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VydmljZS1pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDI0IDI0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bS0xIDE3LjkzYy0zLjk1LS40OS03LTMuODUtNy03LjkzIDAtLjYyLjA4LTEuMjEuMjEtMS43OUw5IDE1djFjMCAxLjEuOSAyIDIgMnYxLjkzem02LjktMi41NGMtLjI2LS44MS0xLTEuMzktMS45LTEuMzloLTF2LTNjMC0uNTUtLjQ1LTEtMS0xSDh2LTJoMmMuNTUgMCAxLS40NSAxLTFWN2gyYzEuMSAwIDItLjkgMi0ydi0uNDFjMi45MyAxLjE5IDUgNC4wNiA1IDcuNDEgMCAyLjA4LS44IDMuOTctMi4xIDUuMzl6XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInNlcnZpY2UtbmFtZSBjb3JwLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHNlcnZpY2UubmFtZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoc2VydmljZS50eXBlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInNlcnZpY2UtdHlwZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHNlcnZpY2UudHlwZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlU2VydmljZXMocm9vbS5pZClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1oaWRlLXNlcnZpY2VzIGNvcnAtdGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBPY3VsdGFyIHNlcnZpY2lvc1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICA8L2Rpdj5cbjwvZGl2PlxuIl19
117
+ }], propDecorators: { texts: [{
118
+ type: Input
119
+ }], roomsInfo: [{
120
+ type: Input
121
+ }] } });
122
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1saXN0LXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1yb29tcy1saXN0LXYzL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtbGlzdC12My9iYWJ5bG9uLXJvb21zLWxpc3QtdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUtoRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1RUFBdUUsQ0FBQzs7QUE4QnJILE1BQU0sT0FBTywyQkFBMkI7SUFQeEM7UUFRSSxrQ0FBa0M7UUFDbEMseUVBQXlFO1FBQ3pFLG9EQUFvRDtRQUNwRCxnQkFBVyxHQUFHLEtBQUssQ0FBVSxLQUFLLEVBQUUsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQztRQUt2RCx5RkFBeUY7UUFDekYsd0JBQW1CLEdBQUcsTUFBTSxDQUFnQixJQUFJLENBQUMsQ0FBQztRQUVsRCxrREFBa0Q7UUFDbEQsc0JBQWlCLEdBQUcsTUFBTSxDQUFjLElBQUksQ0FBQyxDQUFDO1FBQzlDLDRCQUF1QixHQUFHLE1BQU0sQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUM1QyxvQkFBZSxHQUFHLE1BQU0sQ0FBeUIsRUFBRSxDQUFDLENBQUM7UUFFckQsNENBQTRDO1FBQ3BDLGVBQVUsR0FDZCwrR0FBK0csQ0FBQztRQUM1RyxhQUFRLEdBQ1osNEZBQTRGLENBQUM7UUFDekYsWUFBTyxHQUNYLG1MQUFtTCxD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QUM7K0dBM0hRLDJCQUEyQjttR0FBM0IsMkJBQTJCLGtlQ25DeEMsNHdRQTBMQSx5aWhDRDNKYyw0QkFBNEI7OzRGQUk3QiwyQkFBMkI7a0JBUHZDLFNBQVM7K0JBQ0ksMkJBQTJCLGNBQ3pCLElBQUksV0FDUCxDQUFDLDRCQUE0QixDQUFDOzhCQVU5QixLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIGlucHV0LCBzaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgQmFieWxvblJvb21JbmZvSSxcbiAgICBCYWJ5bG9uVGV4dEluZm9JLFxufSBmcm9tICdjb21wb25lbnRzLWxpYi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9wdWJsaWMtYXBpJztcbmltcG9ydCB7IEJhYnlsb25MaWdodEdhbGxlcnlEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JhYnlsb24tZ2FsbGVyaWVzL2JhYnlsb24tbGlnaHQtZ2FsbGVyeS5kaXJlY3RpdmUnO1xuXG5pbnRlcmZhY2UgUm9vbVNlcnZpY2Uge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICB0eXBlPzogc3RyaW5nO1xufVxuXG5pbnRlcmZhY2UgUm9vbUZlYXR1cmUge1xuICAgIGljb246IHN0cmluZzsgLy8gU1ZHIHBhdGggb3IgaWRlbnRpZmllclxuICAgIHRleHQ6IHN0cmluZztcbn1cblxuaW50ZXJmYWNlIFJvb20ge1xuICAgIGlkOiBudW1iZXI7XG4gICAgbmFtZTogc3RyaW5nO1xuICAgIHN1YnRpdGxlOiBzdHJpbmc7XG4gICAgZmVhdHVyZXM6IFJvb21GZWF0dXJlW107XG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgICBwcmljZTogbnVtYmVyO1xuICAgIGltYWdlczogc3RyaW5nW107XG4gICAgc2VydmljZXM6IFJvb21TZXJ2aWNlW107XG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtbGlzdC12MycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQmFieWxvbkxpZ2h0R2FsbGVyeURpcmVjdGl2ZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtbGlzdC12My5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25Sb29tc0xpc3RWM0NvbXBvbmVudCB7XG4gICAgLy8gSW5wdXQgcGFyYSBpbnZlcnRpciBlbCBsaXN0YWRvLlxuICAgIC8vIFNpIGVzIHRydWUsIGVsIHBhdHLDs24gZGUgemlnemFnIGNvbWllbnphIGNvbiBsYSBpbWFnZW4gYSBsYSBpenF1aWVyZGEuXG4gICAgLy8gU2kgZXMgZmFsc2UsIGNvbWllbnphIGNvbiBsYSBpbWFnZW4gYSBsYSBkZXJlY2hhLlxuICAgIGlzTGVmdEFsaWduID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UsIHsgYWxpYXM6ICdsZWZ0JyB9KTtcblxuICAgIEBJbnB1dCgpIHRleHRzPzogQmFieWxvblRleHRJbmZvSTtcbiAgICBASW5wdXQoKSByb29tc0luZm8/OiBCYWJ5bG9uUm9vbUluZm9JW107XG5cbiAgICAvLyBDb250cm9sYSBlbCBJRCBkZSBsYSBoYWJpdGFjacOzbiBxdWUgbXVlc3RyYSBlbCBtb2RhbCBzdXBlcnB1ZXN0byBkZSBcIlZlciBlcXVpcGFtaWVudG9cIlxuICAgIHNob3dTZXJ2aWNlc0ZvclJvb20gPSBzaWduYWw8bnVtYmVyIHwgbnVsbD4obnVsbCk7XG5cbiAgICAvLyBDb250cm9sIGRlbCBtb2RhbCBhIHBhbnRhbGxhIGNvbXBsZXRhIChHYWxlcsOtYSlcbiAgICBhY3RpdmVHYWxsZXJ5Um9vbSA9IHNpZ25hbDxSb29tIHwgbnVsbD4obnVsbCk7XG4gICAgYWN0aXZlR2FsbGVyeUltYWdlSW5kZXggPSBzaWduYWw8bnVtYmVyPigwKTtcbiAgICBjdXJyZW50SW1hZ2VNYXAgPSBzaWduYWw8UmVjb3JkPG51bWJlciwgbnVtYmVyPj4oe30pO1xuXG4gICAgLy8gSWNvbm9zIFNWRyBoYXJkY29kZWFkb3MgcGFyYSBsYXMgZmVhdHVyZXNcbiAgICBwcml2YXRlIGljb25QZXJzb24gPVxuICAgICAgICAnTTEyIDEyYzIuMjEgMCA0LTEuNzkgNC00cy0xLjc5LTQtNC00LTQgMS43OS00IDQgMS43OSA0IDQgNHptMCAyYy0yLjY3IDAtOCAxLjM0LTggNHYyaDE2di0yYzAtMi42Ni01LjMzLTQtOC00eic7XG4gICAgcHJpdmF0ZSBpY29uU2l6ZSA9XG4gICAgICAgICdNMjEgM0gzdjE4aDE4VjN6bS0yIDE2SDVWNWgxNHYxNHogTTExIDdoMnYyaC0yeiBNNyAxMWgydjJIN3ogTTE1IDExaDJ2MmgtMnogTTExIDE1aDJ2MmgtMnonO1xuICAgIHByaXZhdGUgaWNvbkJlZCA9XG4gICAgICAgICdNMjAgOS41NVYzaC0ydjJINlYzSDR2Ni41NWMtMS4xOS40Ni0yIDEuNjMtMiAzVjE5aDJ2LTJoMTZ2Mmgydi02LjQ1YzAtMS4zNy0uODEtMi41NC0yLTN6TTEwIDEwSDZWN2g0djN6bTggMGgtNFY3aDR2M3ptMiA1SDR2LTIuNWMwLS44My42Ny0xLjUgMS41LTEuNWgxM2MuODMgMCAxLjUuNjcgMS41IDEuNVYxNXonO1xuICAgIHByaXZhdGUgaWNvbkJhdGggPVxuICAgICAgICAnTTcgN20tMiAwYTIgMiAwIDEgMCA0IDBhMiAyIDAgMSAwIC00IDAgTTIxIDExLjV2LTFhMS41IDEuNSAwIDAgMCAtMS41IC0xLjVIMTZ2LTJhMSAxIDAgMCAwIC0xIC0xaC00YTEgMSAwIDAgMCAtMSAxdjJINC41QTEuNSAxLjUgMCAwIDAgMyAxMC41djFBMS41IDEuNSAwIDAgMCA0LjUgMTNoMTVhMS41IDEuNSAwIDAgMCAxLjUgLTEuNXogTTQgMTNoMTZ2NGEzIDMgMCAwIDEgLTMgM0g3YTMgMyAwIDAgMSAtMyAtM3YtNHonO1xuXG4gICAgLy8gRGF0b3MgbW9ja2VhZG9zIGRlIGxhcyBoYWJpdGFjaW9uZXMgYmFzYWRvcyBlbiBsYSBpbWFnZW5cbiAgICByb29tcyA9IHNpZ25hbDxSb29tW10+KFtcbiAgICAgICAge1xuICAgICAgICAgICAgaWQ6IDEsXG4gICAgICAgICAgICBuYW1lOiAnSGFiaXRhY2nDs24gSW5kaXZpZHVhbCcsXG4gICAgICAgICAgICBzdWJ0aXRsZTogJ1VOQSBFU1RBTkNJQSBERSBDT05GT1JUIEVOIFRFTkVSSUZFJyxcbiAgICAgICAgICAgIGZlYXR1cmVzOiBbXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25QZXJzb24sIHRleHQ6ICdNw6F4IDUnIH0sXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25TaXplLCB0ZXh0OiAnMTAwIG0yJyB9LFxuICAgICAgICAgICAgICAgIHsgaWNvbjogdGhpcy5pY29uQmVkLCB0ZXh0OiAnMSBkb3JtaXRvcmlvJyB9LFxuICAgICAgICAgICAgICAgIHsgaWNvbjogdGhpcy5pY29uQmF0aCwgdGV4dDogJzIgYmHDsW9zJyB9LFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uOlxuICAgICAgICAgICAgICAgIFwiTWFueSBkZXNrdG9wIHB1Ymxpc2hpbmcgcGFja2FnZXMgYW5kIHdlYiBwYWdlIGVkaXRvcnMgbm93IHVzZSBMb3JlbSBJcHN1bSBhcyB0aGVpciBkZWZhdWx0IG1vZGVsIHRleHQsIGFuZCBhIHNlYXJjaCBmb3IgJ2xvcmVtIGlwc3VtJyB3aWxsIHVuY292ZXIgbWFueSB3ZWIgc2l0ZXMgc3RpbGwgaW4gdGhlaXIgaW5mYW5jeS4gVmFyaW91cyB2ZXJzaW9ucyBoYXZlIGV2b2x2ZWQgb3ZlciB0aGUgeWVhcnMsIHNvbWV0aW1lcyBieSBhY2NpZGVudCwgc29tZXRpbWVzIG9uIHB1cnBvc2UuXCIsXG4gICAgICAgICAgICBwcmljZTogNDUsXG4gICAgICAgICAgICBpbWFnZXM6IFtcbiAgICAgICAgICAgICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE2MTE4OTI0NDA1MDQtNDJhNzkyZTI0ZDMyP2F1dG89Zm9ybWF0JmZpdD1jcm9wJnE9ODAmdz0xMjAwJyxcbiAgICAgICAgICAgICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODI3MTk0NzgyNTAtYzg5Y2FlNGRjODViP2F1dG89Zm9ybWF0JmZpdD1jcm9wJnE9ODAmdz0xMjAwJyxcbiAgICAgICAgICAgICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1OTA0OTAzNjAxODItYzMzZDU3NzMzNDI3P2F1dG89Zm9ybWF0JmZpdD1jcm9wJnE9ODAmdz0xMjAwJyxcbiAgICAgICAgICAgIF0sXG4gICAgICAgICAgICBzZXJ2aWNlczogW1xuICAgICAgICAgICAgICAgIHsgbmFtZTogJ1dpZmkgcHJlbWl1bScsIHR5cGU6ICdEZSBwYWdvJyB9LFxuICAgICAgICAgICAgICAgIHsgbmFtZTogJ1dpZmkgcHJlbWl1bScsIHR5cGU6ICdEZSBwYWdvJyB9LFxuICAgICAgICAgICAgICAgIHsgbmFtZTogJ0FpcmUgYWNvbmRpY2lvbmFkbycgfSxcbiAgICAgICAgICAgICAgICB7IG5hbWU6ICdNaW5pYmFyJywgdHlwZTogJ0RlIHBhZ28nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnVGVsZXZpc2nDs24nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnQ2FqYSBmdWVydGUnLCB0eXBlOiAnRGUgcGFnbycgfSxcbiAgICAgICAgICAgIF0sXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIGlkOiAyLFxuICAgICAgICAgICAgbmFtZTogJ0hhYml0YWNpw7NuIERvYmxlJyxcbiAgICAgICAgICAgIHN1YnRpdGxlOiAnVU5BIEVTVEFOQ0lBIERFIENPTkZPUlQgRU4gVEVORVJJRkUnLFxuICAgICAgICAgICAgZmVhdHVyZXM6IFtcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvblBlcnNvbiwgdGV4dDogJ03DoXggNScgfSxcbiAgICAgICAgICAgICAgICB7IGljb246IHRoaXMuaWNvblNpemUsIHRleHQ6ICcxMDAgbTInIH0sXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25CZWQsIHRleHQ6ICcxIGRvcm1pdG9yaW8nIH0sXG4gICAgICAgICAgICAgICAgeyBpY29uOiB0aGlzLmljb25CYXRoLCB0ZXh0OiAnMiBiYcOxb3MnIH0sXG4gICAgICAgICAgICBdLFxuICAgICAgICAgICAgZGVzY3JpcHRpb246XG4gICAgICAgICAgICAgICAgXCJNYW55IGRlc2t0b3AgcHVibGlzaGluZyBwYWNrYWdlcyBhbmQgd2ViIHBhZ2UgZWRpdG9ycyBub3cgdXNlIExvcmVtIElwc3VtIGFzIHRoZWlyIGRlZmF1bHQgbW9kZWwgdGV4dCwgYW5kIGEgc2VhcmNoIGZvciAnbG9yZW0gaXBzdW0nIHdpbGwgdW5jb3ZlciBtYW55IHdlYiBzaXRlcyBzdGlsbCBpbiB0aGVpciBpbmZhbmN5LiBWYXJpb3VzIHZlcnNpb25zIGhhdmUgZXZvbHZlZCBvdmVyIHRoZSB5ZWFycywgc29tZXRpbWVzIGJ5IGFjY2lkZW50LCBzb21ldGltZXMgb24gcHVycG9zZS5cIixcbiAgICAgICAgICAgIHByaWNlOiA0NSxcbiAgICAgICAgICAgIGltYWdlczogW1xuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU5MDQ5MDM1OTY4My02NThkMzRjOGYxODU/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU2NjY2NTc5NzczOS0xNjc0ZGU3YTQyMWE/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU3ODY4MzAxMDIzNi1kNzE2ZjlhM2Y0NjE/YXV0bz1mb3JtYXQmZml0PWNyb3AmcT04MCZ3PTEyMDAnLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIHNlcnZpY2VzOiBbXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnV2lmaSBwcmVtaXVtJywgdHlwZTogJ0RlIHBhZ28nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnV2lmaSBwcmVtaXVtJywgdHlwZTogJ0RlIHBhZ28nIH0sXG4gICAgICAgICAgICAgICAgeyBuYW1lOiAnU2VydmljaW8gZGUgaGFiaXRhY2lvbmVzJyB9LFxuICAgICAgICAgICAgICAgIHsgbmFtZTogJ1NlY2Fkb3IgZGUgcGVsbycgfSxcbiAgICAgICAgICAgIF0sXG4gICAgICAgIH0sXG4gICAgXSk7XG5cbiAgICAvKipcbiAgICAgKiBEZXRlcm1pbmEgc2kgbGEgZmlsYSBhY3R1YWwgZGViZSBpbnZlcnRpciBzdSBvcmRlbiAoTGF5b3V0IFRleHQvSW1nKS5cbiAgICAgKiBUaWVuZSBlbiBjdWVudGEgbGEgdmFyaWFibGUgYEBJbnB1dCgpIGxlZnRgIHJlY2liaWRhIGRlc2RlIGVsIGV4dGVyaW9yLlxuICAgICAqL1xuICAgIHNob3VsZFJldmVyc2UoaW5kZXg6IG51bWJlcik6IGJvb2xlYW4ge1xuICAgICAgICAvLyBTaSBpc0xlZnRBbGlnbigpIGVzIHRydWUgLT4gw41uZGljZSAwIGVzIGludmVyc28gKEltZyBJenEsIFRleHRvIERlcikuXG4gICAgICAgIC8vIFNpIGlzTGVmdEFsaWduKCkgZXMgZmFsc2UgLT4gw41uZGljZSAwIGVzIG5vcm1hbCAoVGV4dG8gSXpxLCBJbWcgRGVyKS5cbiAgICAgICAgcmV0dXJuIHRoaXMuaXNMZWZ0QWxpZ24oKSA/IGluZGV4ICUgMiA9PT0gMCA6IGluZGV4ICUgMiAhPT0gMDtcbiAgICB9XG5cbiAgICB0b2dnbGVTZXJ2aWNlcyhyb29tSWQ6IG51bWJlcik6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5zaG93U2VydmljZXNGb3JSb29tKCkgPT09IHJvb21JZCkge1xuICAgICAgICAgICAgdGhpcy5zaG93U2VydmljZXNGb3JSb29tLnNldChudWxsKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuc2hvd1NlcnZpY2VzRm9yUm9vbS5zZXQocm9vbUlkKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGdldFZpc2libGVJbWFnZUluZGV4KHJvb21JZDogbnVtYmVyKTogbnVtYmVyIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuY3VycmVudEltYWdlTWFwKClbcm9vbUlkXSA/PyAwO1xuICAgIH1cblxuICAgIHByZXZJbWFnZShyb29tOiBSb29tKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGN1cnJlbnRJbmRleCA9IHRoaXMuZ2V0VmlzaWJsZUltYWdlSW5kZXgocm9vbS5pZCk7XG4gICAgICAgIGNvbnN0IHByZXZJbmRleCA9XG4gICAgICAgICAgICBjdXJyZW50SW5kZXggPT09IDAgPyByb29tLmltYWdlcy5sZW5ndGggLSAxIDogY3VycmVudEluZGV4IC0gMTtcbiAgICAgICAgdGhpcy5jdXJyZW50SW1hZ2VNYXAudXBkYXRlKCh2YWwpID0+ICh7XG4gICAgICAgICAgICAuLi52YWwsXG4gICAgICAgICAgICBbcm9vbS5pZF06IHByZXZJbmRleCxcbiAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIG5leHRJbWFnZShyb29tOiBSb29tKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGN1cnJlbnRJbmRleCA9IHRoaXMuZ2V0VmlzaWJsZUltYWdlSW5kZXgocm9vbS5pZCk7XG4gICAgICAgIGNvbnN0IG5leHRJbmRleCA9XG4gICAgICAgICAgICBjdXJyZW50SW5kZXggPT09IHJvb20uaW1hZ2VzLmxlbmd0aCAtIDEgPyAwIDogY3VycmVudEluZGV4ICsgMTtcbiAgICAgICAgdGhpcy5jdXJyZW50SW1hZ2VNYXAudXBkYXRlKCh2YWwpID0+ICh7XG4gICAgICAgICAgICAuLi52YWwsXG4gICAgICAgICAgICBbcm9vbS5pZF06IG5leHRJbmRleCxcbiAgICAgICAgfSkpO1xuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uLXJvb20tbGlzdFwiPlxuICAgIDwhLS0gVMOtdHVsbyBwcmluY2lwYWwgLS0+XG4gICAgPGgxIGNsYXNzPVwibWFpbi10aXRsZSBjb3JwLXRpdGxlXCI+RWxpZ2UgdHUgYXBhcnRhbWVudG8gaWRlYWw8L2gxPlxuXG4gICAgPGRpdiBjbGFzcz1cInJvb21zLWNvbnRhaW5lclwiPlxuICAgICAgICBAZm9yIChyb29tIG9mIHJvb21zKCk7IHRyYWNrIHJvb20uaWQpIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb29tLWNhcmRcIiBbY2xhc3MucmV2ZXJzZV09XCJzaG91bGRSZXZlcnNlKCRpbmRleClcIj5cbiAgICAgICAgICAgICAgICA8IS0tID09PT09PSBMQURPIERFTCBURVhUTyA9PT09PT0gLS0+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvb20tZGV0YWlsc1wiPlxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJyb29tLW5hbWUgY29ycC10aXRsZVwiPnt7IHJvb20ubmFtZSB9fTwvaDI+XG4gICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwicm9vbS1zdWJ0aXRsZSBjb3JwLXByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7eyByb29tLnN1YnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgIDwvcD5cblxuICAgICAgICAgICAgICAgICAgICA8IS0tIEZlYXR1cmVzIChJY29ub3MgbmFyYW5qYXMpIC0tPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm9vbS1mZWF0dXJlc1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoZmVhdHVyZSBvZiByb29tLmZlYXR1cmVzOyB0cmFjayBmZWF0dXJlLnRleHQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImZlYXR1cmUtaXRlbSBjb3JwLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDI0IDI0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBbYXR0ci5kXT1cImZlYXR1cmUuaWNvblwiIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBmZWF0dXJlLnRleHQgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gRGVzY3JpcGNpw7NuIC0tPlxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInJvb20tZGVzY3JpcHRpb24gY29ycC10ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7eyByb29tLmRlc2NyaXB0aW9uIH19XG4gICAgICAgICAgICAgICAgICAgIDwvcD5cblxuICAgICAgICAgICAgICAgICAgICA8IS0tIFByZWNpbyAtLT5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvb20tcHJpY2UtYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInJvb20tcHJpY2UgY29ycC10ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+RGVzZGUge3sgcm9vbS5wcmljZSB9feKCrDwvc3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJyb29tLXByaWNlLW5pZ2h0IGNvcnAtdGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlBvciBub2NoZTwvc3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8IS0tIEJvdG9uZXMgLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb29tLWFjdGlvbnNcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJidG4tY29ycCBjb3JwLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJ0bi1jb3JwLXRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+RGVzY3VicmUgbGEgaGFiaXRhY2nDs248L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJidG4tcHJpbWFyeSBjb3JwLXRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBSZXNlcnZhciBBaG9yYSFcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDwhLS0gPT09PT09IExBRE8gREUgTEEgSU1BR0VOID09PT09PSAtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm9vbS1pbWFnZS13cmFwcGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDwhLS0gSW1hZ2VuIFByaW5jaXBhbCAtLT5cbiAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJyb29tLmltYWdlc1swXVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cInJvb20ubmFtZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInJvb20taW1hZ2VcIlxuICAgICAgICAgICAgICAgICAgICAvPlxuXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gTHVwYSAoQWJyaXIgR2FsZXLDrWEgTW9kYWwpIC0tPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IEJhYnlsb25MaWdodEdhbGxlcnk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cInJvb20uaW1hZ2VzWzBdXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0bi1nYWxsZXJ5LWx1cGEgY3NfbGlnaHRib3hfaXRlbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMjQgMjRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZS1saW5lY2FwPVwicm91bmRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLXdpZHRoPVwiMlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTIxIDIxbC02LTZtMi01YTcgNyAwIDExLTE0IDAgNyA3IDAgMDExNCAwek0xMCA3djNtMCAwdjNtMC0zaDNtLTMgMEg3XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcGF0aD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cblxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoaW1nIG9mIHJvb20uaW1hZ2VzOyB0cmFjayBpbWc7IGxldCBpID0gJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpID4gMCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiaW1nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfbGlnaHRib3hfaXRlbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHlsZT1cImRpc3BsYXk6IG5vbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4tbmF2LWFycm93IGxlZnRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInByZXZJbWFnZShyb29tKVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlPVwiY3VycmVudENvbG9yXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2aWV3Qm94PVwiMCAwIDI0IDI0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2UtbGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLWxpbmVqb2luPVwicm91bmRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2Utd2lkdGg9XCIyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk0xNSAxOWwtNy03IDctN1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvcGF0aD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4tbmF2LWFycm93IHJpZ2h0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJuZXh0SW1hZ2Uocm9vbSlcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLWxpbmVjYXA9XCJyb3VuZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZS1saW5lam9pbj1cInJvdW5kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3Ryb2tlLXdpZHRoPVwiMlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGQ9XCJNOSA1bDcgNy03IDdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3BhdGg+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG5cbiAgICAgICAgICAgICAgICAgICAgQGlmIChzaG93U2VydmljZXNGb3JSb29tKCkgIT09IHJvb20uaWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlU2VydmljZXMocm9vbS5pZClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuLXNlcnZpY2VzIGNvcnAtdGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgVmVyIGVxdWlwYW1pZW50b1xuICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICA8IS0tID09PT09PSBNT0RBTElUTyBERSBTRVJWSUNJT1MgU1VQRVJQVUVTVE8gPT09PT09IC0tPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNlcnZpY2VzLW92ZXJsYXlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmFjdGl2ZV09XCJzaG93U2VydmljZXNGb3JSb29tKCkgPT09IHJvb20uaWRcIlxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VydmljZXMtYm94XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwic2VydmljZXMtdGl0bGUgY29ycC10aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBFcXVpcGFtaWVudG8gZGUgbGEge3sgcm9vbS5uYW1lIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZXJ2aWNlcy1saXN0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VydmljZSBvZiByb29tLnNlcnZpY2VzO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgc2VydmljZS5uYW1lXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNlcnZpY2UtaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgdmlld0JveD1cIjAgMCAyNCAyNFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMSAxNy45M2MtMy45NS0uNDktNy0zLjg1LTctNy45MyAwLS42Mi4wOC0xLjIxLjIxLTEuNzlMOSAxNXYxYzAgMS4xLjkgMiAyIDJ2MS45M3ptNi45LTIuNTRjLS4yNi0uODEtMS0xLjM5LTEuOS0xLjM5aC0xdi0zYzAtLjU1LS40NS0xLTEtMUg4di0yaDJjLjU1IDAgMS0uNDUgMS0xVjdoMmMxLjEgMCAyLS45IDItMnYtLjQxYzIuOTMgMS4xOSA1IDQuMDYgNSA3LjQxIDAgMi4wOC0uOCAzLjk3LTIuMSA1LjM5elwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJzZXJ2aWNlLW5hbWUgY29ycC10ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBzZXJ2aWNlLm5hbWUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHNlcnZpY2UudHlwZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJzZXJ2aWNlLXR5cGVcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBzZXJ2aWNlLnR5cGUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZVNlcnZpY2VzKHJvb20uaWQpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4taGlkZS1zZXJ2aWNlcyBjb3JwLXRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgT2N1bHRhciBzZXJ2aWNpb3NcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==