ctt-babylon 0.0.217 → 0.0.219

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,6 +1,7 @@
1
1
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
2
  import { CommonModule } from '@angular/common';
3
3
  import { BabylonSlidersDirective } from '../../../directives/babylon-sliders/babylon-sliders.directive';
4
+ import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
4
5
  import * as i0 from "@angular/core";
5
6
  import * as i1 from "@angular/common";
6
7
  export class BabylonRoomsSliderComponent {
@@ -16,11 +17,11 @@ export class BabylonRoomsSliderComponent {
16
17
  : this.roomsServiceCourt) || []) ?? [];
17
18
  }
18
19
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\"> \r\n <div class=\"container\"> \r\n <div class=\"intro_info align--center\">\r\n @if(labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{labels?.pretitle}}</h3>\r\n }\r\n @if(labels?.title) {\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{labels?.title}}</h2>\r\n }\r\n </div> \r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div \r\n class=\"cs_slider_container\" \r\n sliders=\"cs_slider_container\" \r\n data-autoplay=\"0\" \r\n data-loop=\"1\" \r\n data-speed=\"600\" \r\n data-center=\"0\" \r\n data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" \r\n data-xs-slides=\"1\" \r\n data-sm-slides=\"2\" \r\n data-md-slides=\"2\" \r\n data-lg-slides=\"3\" \r\n data-add-slides=\"3\">\r\n <div class=\"cs_slider_wrapper\">\r\n @if(totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_card cs_style_1\">\r\n @if(room?.images?.length) {\r\n @for (roomImage of room.images?.slice(0,1); track $index) {\r\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info\"> \r\n @if(room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">{{room?.texts?.name}}</h2>\r\n }\r\n @if(room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">{{room?.texts?.description}}</h3> \r\n }\r\n @if(room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (service of services; track $index) {\r\n <li>\r\n @if(service.icon) {\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \" [ngClass]=\"service.icon\"></i> \r\n </div> \r\n }\r\n @if (service.name) {\r\n <p class=\"text--small\">{{service.name}}</p>\r\n }\r\n </li>\r\n }\r\n </ul> \r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div> \r\n </section>", styles: [":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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}: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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
21
  }
21
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, decorators: [{
22
23
  type: Component,
23
- args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\"> \r\n <div class=\"container\"> \r\n <div class=\"intro_info align--center\">\r\n @if(labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{labels?.pretitle}}</h3>\r\n }\r\n @if(labels?.title) {\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{labels?.title}}</h2>\r\n }\r\n </div> \r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div \r\n class=\"cs_slider_container\" \r\n sliders=\"cs_slider_container\" \r\n data-autoplay=\"0\" \r\n data-loop=\"1\" \r\n data-speed=\"600\" \r\n data-center=\"0\" \r\n data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" \r\n data-xs-slides=\"1\" \r\n data-sm-slides=\"2\" \r\n data-md-slides=\"2\" \r\n data-lg-slides=\"3\" \r\n data-add-slides=\"3\">\r\n <div class=\"cs_slider_wrapper\">\r\n @if(totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_card cs_style_1\">\r\n @if(room?.images?.length) {\r\n @for (roomImage of room.images?.slice(0,1); track $index) {\r\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info\"> \r\n @if(room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">{{room?.texts?.name}}</h2>\r\n }\r\n @if(room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">{{room?.texts?.description}}</h3> \r\n }\r\n @if(room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (service of services; track $index) {\r\n <li>\r\n @if(service.icon) {\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \" [ngClass]=\"service.icon\"></i> \r\n </div> \r\n }\r\n @if (service.name) {\r\n <p class=\"text--small\">{{service.name}}</p>\r\n }\r\n </li>\r\n }\r\n </ul> \r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div> \r\n </section>", styles: [":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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"] }]
24
+ args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}: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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
24
25
  }], propDecorators: { labels: [{
25
26
  type: Input
26
27
  }], roomsServiceCourt: [{
@@ -28,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
28
29
  }], rooms: [{
29
30
  type: Input
30
31
  }] } });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQzs7O0FBV3hHLE1BQU0sT0FBTywyQkFBMkI7SUFSeEM7UUFVVyxzQkFBaUIsR0FBVyxDQUFDLENBQUMsQ0FBQyw4R0FBOEc7UUFhdEosZUFBVSxHQUF3QixFQUFFLENBQUM7UUFDckMsYUFBUSxHQUEwQixFQUFFLENBQUM7S0FDdEM7SUFkQyxJQUFhLEtBQUssQ0FBQyxLQUFxQztRQUNwRCxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQyxJQUFzQixFQUFFLEVBQUUsQ0FDdEQsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQ2hCLENBQUMsRUFDRCxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEVBQUUsUUFBUSxFQUFFLE1BQU0sSUFBSSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUM7WUFDbkYsQ0FBQyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsTUFBTTtZQUN4QixDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUMvQixJQUFJLEVBQUUsQ0FDVixJQUFJLEVBQUUsQ0FBQztJQUNaLENBQUM7K0dBYlUsMkJBQTJCO21HQUEzQiwyQkFBMkIsMEtDZnhDLGlzSUFpRlkseW1SRHZFQSxZQUFZLDZIQUFFLHVCQUF1Qjs7NEZBS3BDLDJCQUEyQjtrQkFSdkMsU0FBUzsrQkFDRSwwQkFBMEIsY0FDeEIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHVCQUF1QixDQUFDLG1CQUcvQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNPLEtBQUs7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uVGV4dEluZm9JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXRleHQtaW5mby5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uUm9vbUluZm9JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXJvb20uaW50ZXJhY2UnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBCYWJ5bG9uU2xpZGVyc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvYmFieWxvbi1zbGlkZXJzL2JhYnlsb24tc2xpZGVycy5kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uR2xvYmFsSWNvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tZ2xvYmFsLWljb24uaW50ZXJmYWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtc2xpZGVyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQuc2NzcycsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25Sb29tc1NsaWRlckNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgbGFiZWxzPzpCYWJ5bG9uVGV4dEluZm9JO1xyXG4gIEBJbnB1dCgpIHJvb21zU2VydmljZUNvdXJ0OiBudW1iZXIgPSAwOyAvLyBUbyBjdXQgdGhlIGxpc3Qgb2Ygcm9vbSBzZXJ2aWNlcyBiZWNhdXNlIGl0IGlzIHVzdWFsbHkgbG9uZywgYnkgZGVmYXVsdCAwIGRvZXMgbm90IGN1dCwgZ3JlYXRlciB0aGFuIDAgZG9lc1xyXG4gIEBJbnB1dCgpIHNldCByb29tcyhpdGVtczogQmFieWxvblJvb21JbmZvSVtdIHwgdW5kZWZpbmVkKSB7XHJcbiAgICAgIHRoaXMudG90YWxSb29tcyA9IGl0ZW1zO1xyXG4gICAgICB0aGlzLnNlcnZpY2VzID0gaXRlbXM/LmZsYXRNYXAoKHJvb206IEJhYnlsb25Sb29tSW5mb0kpID0+IFxyXG4gICAgICAgICAgcm9vbS5zZXJ2aWNlcz8uc2xpY2UoXHJcbiAgICAgICAgICAgICAgMCwgXHJcbiAgICAgICAgICAgICAgdGhpcy5yb29tc1NlcnZpY2VDb3VydCA8PSAwIHx8ICgocm9vbT8uc2VydmljZXM/Lmxlbmd0aCA/PyAwKSA8IHRoaXMucm9vbXNTZXJ2aWNlQ291cnQpIFxyXG4gICAgICAgICAgICAgICAgICA/IHJvb20/LnNlcnZpY2VzPy5sZW5ndGggXHJcbiAgICAgICAgICAgICAgICAgIDogdGhpcy5yb29tc1NlcnZpY2VDb3VydFxyXG4gICAgICAgICAgKSB8fCBbXVxyXG4gICAgICApID8/IFtdO1xyXG4gIH1cclxuXHJcbiAgdG90YWxSb29tcz86IEJhYnlsb25Sb29tSW5mb0lbXSA9IFtdO1xyXG4gIHNlcnZpY2VzPzogQmFieWxvbkdsb2JhbEljb25JW10gPSBbXTtcclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX3Jvb21zLXNsaWRlciBtYXJnaW4tbWFpblwiPiAgIFxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPiBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIEBpZihsYWJlbHM/LnByZXRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiPnt7bGFiZWxzPy5wcmV0aXRsZX19PC9oMz5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBAaWYobGFiZWxzPy50aXRsZSkge1xyXG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+e3tsYWJlbHM/LnRpdGxlfX08L2gyPlxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgPC9kaXY+IFxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19zbGlkZXJfZ2FwXzQwIGNzX2hvdmVyX3Nob3dfYXJyb3dzXCI+XHJcbiAgICAgICAgPGRpdiBcclxuICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgXHJcbiAgICAgICAgICAgIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgXHJcbiAgICAgICAgICAgIGRhdGEtYXV0b3BsYXk9XCIwXCIgXHJcbiAgICAgICAgICAgIGRhdGEtbG9vcD1cIjFcIiBcclxuICAgICAgICAgICAgZGF0YS1zcGVlZD1cIjYwMFwiIFxyXG4gICAgICAgICAgICBkYXRhLWNlbnRlcj1cIjBcIiBcclxuICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIiBcclxuICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCIgXHJcbiAgICAgICAgICAgIGRhdGEteHMtc2xpZGVzPVwiMVwiIFxyXG4gICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjJcIiBcclxuICAgICAgICAgICAgZGF0YS1tZC1zbGlkZXM9XCIyXCIgXHJcbiAgICAgICAgICAgIGRhdGEtbGctc2xpZGVzPVwiM1wiIFxyXG4gICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cclxuICAgICAgICAgICAgQGlmKHRvdGFsUm9vbXM/Lmxlbmd0aCkge1xyXG4gICAgICAgICAgICAgICAgQGZvciAocm9vbSBvZiB0b3RhbFJvb21zOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgIGhyZWY9XCIjXCIgIGNsYXNzPVwiY3NfY2FyZCBjc19zdHlsZV8xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYocm9vbT8uaW1hZ2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChyb29tSW1hZ2Ugb2Ygcm9vbS5pbWFnZXM/LnNsaWNlKDAsMSk7IHRyYWNrICRpbmRleCkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfY2FyZF90aHVtYiBkLWJsb2NrIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ByaW1hcnlfYmdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgW3NyY109XCJyb29tSW1hZ2U/LnNyY1wiIGFsdD1cIlJvb21cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgW3NyY109XCJyb29tSW1hZ2U/LnNyY1wiIGFsdD1cIlJvb21cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NhcmRfaW5mbyBpbnRyb19pbmZvXCI+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZihyb29tPy50ZXh0cz8ubmFtZSkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTBcIj57e3Jvb20/LnRleHRzPy5uYW1lfX08L2gyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYocm9vbT8udGV4dHM/LmRlc2NyaXB0aW9uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInN1YnRpdGxlLS1zbWFsbFwiPnt7cm9vbT8udGV4dHM/LmRlc2NyaXB0aW9ufX08L2gzPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmKHJvb20/LnNlcnZpY2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfY2FyZF9saXN0IGNzX21wXzBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKHNlcnZpY2Ugb2Ygc2VydmljZXM7IHRyYWNrICRpbmRleCkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmKHNlcnZpY2UuaWNvbikge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiIFtuZ0NsYXNzXT1cInNlcnZpY2UuaWNvblwiPjwvaT4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChzZXJ2aWNlLm5hbWUpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj57e3NlcnZpY2UubmFtZX19PC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9hcnJvd3MgY3Nfc3R5bGVfMSBjc19tb2JpbGVfaGlkZVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBjc19jZW50ZXIgY3NfcHJpbWFyeV9jb2xvclwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmlnaHRfYXJyb3cgY3NfY2VudGVyIGNzX3ByaW1hcnlfY29sb3JcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX21vYmlsZV9zaG93XCI+PC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+IFxyXG4gIDwvc2VjdGlvbj4iXX0=
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUV4RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7O0FBVTdGLE1BQU0sT0FBTywyQkFBMkI7SUFSeEM7UUFVVyxzQkFBaUIsR0FBVyxDQUFDLENBQUMsQ0FBQyw4R0FBOEc7UUFhdEosZUFBVSxHQUF3QixFQUFFLENBQUM7UUFDckMsYUFBUSxHQUEwQixFQUFFLENBQUM7S0FDdEM7SUFkQyxJQUFhLEtBQUssQ0FBQyxLQUFxQztRQUNwRCxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQyxJQUFzQixFQUFFLEVBQUUsQ0FDdEQsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQ2hCLENBQUMsRUFDRCxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEVBQUUsUUFBUSxFQUFFLE1BQU0sSUFBSSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUM7WUFDbkYsQ0FBQyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsTUFBTTtZQUN4QixDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUMvQixJQUFJLEVBQUUsQ0FDVixJQUFJLEVBQUUsQ0FBQztJQUNaLENBQUM7K0dBYlUsMkJBQTJCO21HQUEzQiwyQkFBMkIsMEtDaEJ4QywrcVFBaUpBLDhsU0R0SVksWUFBWSw2SEFBRSx1QkFBdUIsMkVBQUUsd0JBQXdCOzs0RkFLOUQsMkJBQTJCO2tCQVJ2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsdUJBQXVCLEVBQUUsd0JBQXdCLENBQUMsbUJBR3pELHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLE1BQU07c0JBQWQsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ08sS0FBSztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGV4dC1pbmZvLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IEJhYnlsb25Sb29tSW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbS5pbnRlcmFjZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zbGlkZXJzLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IEJhYnlsb25HbG9iYWxJY29uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1nbG9iYWwtaWNvbi5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtc2xpZGVyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5zY3NzJyxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvblJvb21zU2xpZGVyQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBsYWJlbHM/OkJhYnlsb25UZXh0SW5mb0k7XHJcbiAgQElucHV0KCkgcm9vbXNTZXJ2aWNlQ291cnQ6IG51bWJlciA9IDA7IC8vIFRvIGN1dCB0aGUgbGlzdCBvZiByb29tIHNlcnZpY2VzIGJlY2F1c2UgaXQgaXMgdXN1YWxseSBsb25nLCBieSBkZWZhdWx0IDAgZG9lcyBub3QgY3V0LCBncmVhdGVyIHRoYW4gMCBkb2VzXHJcbiAgQElucHV0KCkgc2V0IHJvb21zKGl0ZW1zOiBCYWJ5bG9uUm9vbUluZm9JW10gfCB1bmRlZmluZWQpIHtcclxuICAgICAgdGhpcy50b3RhbFJvb21zID0gaXRlbXM7XHJcbiAgICAgIHRoaXMuc2VydmljZXMgPSBpdGVtcz8uZmxhdE1hcCgocm9vbTogQmFieWxvblJvb21JbmZvSSkgPT5cclxuICAgICAgICAgIHJvb20uc2VydmljZXM/LnNsaWNlKFxyXG4gICAgICAgICAgICAgIDAsXHJcbiAgICAgICAgICAgICAgdGhpcy5yb29tc1NlcnZpY2VDb3VydCA8PSAwIHx8ICgocm9vbT8uc2VydmljZXM/Lmxlbmd0aCA/PyAwKSA8IHRoaXMucm9vbXNTZXJ2aWNlQ291cnQpXHJcbiAgICAgICAgICAgICAgICAgID8gcm9vbT8uc2VydmljZXM/Lmxlbmd0aFxyXG4gICAgICAgICAgICAgICAgICA6IHRoaXMucm9vbXNTZXJ2aWNlQ291cnRcclxuICAgICAgICAgICkgfHwgW11cclxuICAgICAgKSA/PyBbXTtcclxuICB9XHJcblxyXG4gIHRvdGFsUm9vbXM/OiBCYWJ5bG9uUm9vbUluZm9JW10gPSBbXTtcclxuICBzZXJ2aWNlcz86IEJhYnlsb25HbG9iYWxJY29uSVtdID0gW107XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19yb29tcy1zbGlkZXIgbWFyZ2luLW1haW5cIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIEBpZiAobGFiZWxzPy5wcmV0aXRsZSkge1xyXG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj57eyBsYWJlbHM/LnByZXRpdGxlIH19PC9oMz5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBAaWYgKGxhYmVscz8udGl0bGUpIHtcclxuICAgICAgICAgICAgICAgIDxoMlxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCJcclxuICAgICAgICAgICAgICAgICAgICBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIlxyXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiXHJcbiAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgbGFiZWxzPy50aXRsZSB9fVxyXG4gICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfNDAgY3NfaG92ZXJfc2hvd19hcnJvd3NcIj5cclxuICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtYXV0b3BsYXk9XCIwXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbG9vcD1cIjFcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zcGVlZD1cIjYwMFwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWNlbnRlcj1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCJcclxuICAgICAgICAgICAgICAgIGRhdGEteHMtc2xpZGVzPVwiMVwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjJcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1tZC1zbGlkZXM9XCIyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbGctc2xpZGVzPVwiM1wiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgQGlmICh0b3RhbFJvb21zPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAocm9vbSBvZiB0b3RhbFJvb21zOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtocmVmXT1cInJvb20ubGlua3MhWzBdLnVybFwiIFtsaW5rVHlwZV09XCJyb29tLmxpbmtzIVswXS5saW5rVHlwZVwiIGNsYXNzPVwiY3NfY2FyZCBjc19zdHlsZV8xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8uaW1hZ2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvb21JbWFnZSBvZiByb29tLmltYWdlcz8uc2xpY2UoXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDFcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2NhcmRfdGh1bWIgZC1ibG9jayBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBwb3NpdGlvbi1yZWxhdGl2ZSBjc19wcmltYXJ5X2JnXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwicm9vbUltYWdlPy5zcmNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiUm9vbVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwicm9vbUltYWdlPy5zcmNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiUm9vbVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NhcmRfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnRleHRzPy5uYW1lKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20/LnRleHRzPy5uYW1lIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8udGV4dHM/LmRlc2NyaXB0aW9uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwic3VidGl0bGUtLXNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20/LnRleHRzPy5kZXNjcmlwdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnNlcnZpY2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19jYXJkX2xpc3QgY3NfbXBfMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlcnZpY2Ugb2Ygc2VydmljZXM7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChzZXJ2aWNlLmljb24pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbmZvLS1pY29uXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tLXN2ZyBpY29uLW51ZXZvX3BheF9pY29fc21hbGxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlLmljb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoc2VydmljZS5uYW1lKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQtLXNtYWxsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3tcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlLm5hbWVcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8uYnV0dG9ucykge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJ1dHRvbiBvZiByb29tLmJ1dHRvbnM7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0blwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uLnVybFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbi5saW5rVHlwZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ2J0bl9fcHJpbWFyeSc6ICRldmVuLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ2J0bl9fY2FsbCc6ICRvZGQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGJ1dHRvbi5sYWJlbCB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9hcnJvd3MgY3Nfc3R5bGVfMSBjc19tb2JpbGVfaGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2xlZnRfYXJyb3cgY3NfY2VudGVyIGNzX3ByaW1hcnlfY29sb3JcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19yaWdodF9hcnJvdyBjc19jZW50ZXIgY3NfcHJpbWFyeV9jb2xvclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L3NlY3Rpb24+XHJcbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2ludGVyZmFjZXMvYmFieWxvbi1yb29tcy1zbGlkZXIuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWJ5bG9uUm9vbUluZm9JIH0gZnJvbSBcIi4vYmFieWxvbi1yb29tLmludGVyYWNlXCI7XHJcbmltcG9ydCB7IEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tIFwiLi9iYWJ5bG9uLXRleHQtaW5mby5pbnRlcmZhY2VcIjtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvblJvb21zU2xpZGVySSB7XHJcbiAgbGFiZWxzPzogQmFieWxvblRleHRJbmZvSTtcclxuICByb29tcz86IEJhYnlsb25Sb29tSW5mb0lbXTtcclxufVxyXG4iXX0=
@@ -98,4 +98,5 @@ export * from './lib/interfaces/babylon-header-menu-logo-center.interface';
98
98
  export * from './lib/interfaces/babylon-header-menu-show.interface';
99
99
  export * from './lib/interfaces/babylon-language-modal.interface';
100
100
  export * from './lib/interfaces/babylon-info-intro.interface';
101
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxpQkFBaUI7QUFFakIsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLCtFQUErRSxDQUFDO0FBQzlGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYyxxRkFBcUYsQ0FBQztBQUNwRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLHlFQUF5RSxDQUFDO0FBQ3hGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsaUZBQWlGLENBQUM7QUFDaEcsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGlGQUFpRjtBQUNqRix1RkFBdUY7QUFDdkYsY0FBYyxtRkFBbUYsQ0FBQztBQUNsRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUZBQXVGLENBQUM7QUFDdEcsY0FBYyxpR0FBaUcsQ0FBQztBQUNoSCxjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYyw2RUFBNkUsQ0FBQztBQUM1RixjQUFjLGlFQUFpRSxDQUFDO0FBQ2hGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyxxRkFBcUYsQ0FBQztBQUNwRyxjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsbUZBQW1GLENBQUM7QUFDbEcsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsK0VBQStFLENBQUM7QUFDOUYsY0FBYywyRUFBMkUsQ0FBQztBQUcxRixrQkFBa0I7QUFDbEIsY0FBYyxnQkFBZ0IsQ0FBQztBQUUvQixvQkFBb0I7QUFDcEIsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyxrREFBa0QsQ0FBQztBQUNqRSxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyx1REFBdUQsQ0FBQztBQUN0RSxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHFEQUFxRCxDQUFDO0FBQ3BFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywrQ0FBK0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBiYWJ5bG9uXHJcbiAqL1xyXG5cclxuLyogQ09NUE9ORU5UUyAgKi9cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYW5uZXItZ2FsbGVyeS9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJhbm5lci1pbmZvL2JhYnlsb24tYmFubmVyLWluZm8uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXIvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ibG9nLWRldGFpbHMvYmFieWxvbi1ibG9nLWRldGFpbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmxvZy1saXN0L2JhYnlsb24tYmxvZy1saXN0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJyZWFkY3J1bWIvYmFieWxvbi1icmVhZGNydW1iLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbWluZ3Nvb24vYmFieWxvbi1jb21pbmdzb29uLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbnRhY3QtZm9ybS9iYWJ5bG9uLWNvbnRhY3QtZm9ybS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1jb250YWN0LWhvdy9iYWJ5bG9uLWNvbnRhY3QtaG93LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbnRhY3QtbWFwL2JhYnlsb24tY29udGFjdC1tYXAuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lLW1vZGFsL2JhYnlsb24tZW5naW5lLW1vZGFsLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS9iYWJ5bG9uLWVuZ2luZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mYXEvYmFieWxvbi1mYXEuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWdhbGxlcnkvYmFieWxvbi1nYWxsZXJ5LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWdyaWQtZ2FsbGVyeS9iYWJ5bG9uLWdyaWQtZ2FsbGVyeS5jb21wb25lbnQnO1xyXG4vLyBleHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXIvYmFieWxvbi1oZWFkZXIuY29tcG9uZW50JztcclxuLy8gZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLXYyL2JhYnlsb24taGVhZGVyLXYyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cvYmFieWxvbi1oZWFkZXItYm9vay1zaG93LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1jbGVhci9iYWJ5bG9uLWhlYWRlci1jbGVhci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIvYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLW1lbnUtbG9nby1jZW50ZXIvYmFieWxvbi1oZWFkZXItbWVudS1sb2dvLWNlbnRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItbWVudS1zaG93L2JhYnlsb24taGVhZGVyLW1lbnUtc2hvdy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWdyaWQvYmFieWxvbi1pbmZvLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mby1pbWcvYmFieWxvbi1pbmZvLWltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWludHJvL2JhYnlsb24taW5mby1pbnRyby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLXppZy16YWcvYmFieWxvbi1pbmZvLXppZy16YWcuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taW5mbzJpbWcvYmFieWxvbi1pbmZvMmltZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvM2ltZy9iYWJ5bG9uLWluZm8zaW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWl0ZW1zLWdyaWQvYmFieWxvbi1pdGVtcy1ncmlkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWxlZ2FsL2JhYnlsb24tbGVnYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXItZGV0YWlsL2JhYnlsb24tb2ZmZXItZGV0YWlsLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLW9mZmVycy1saXN0L2JhYnlsb24tb2ZmZXJzLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXJzLXNsaWRlci9iYWJ5bG9uLW9mZmVycy1zbGlkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcHJlbG9hZC9iYWJ5bG9uLXByZWxvYWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbS1kZXRhaWxzL2JhYnlsb24tcm9vbS1kZXRhaWxzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWNvbHMvYmFieWxvbi1yb29tcy1jb2xzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWdyaWQvYmFieWxvbi1yb29tcy1ncmlkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLWxpc3QvYmFieWxvbi1yb29tcy1saXN0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zbGlkZXIyY29sL2JhYnlsb24tc2xpZGVyMmNvbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zbGlkZXIzY29sL2JhYnlsb24tc2xpZGVyM2NvbGNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjRjb2wvYmFieWxvbi1zbGlkZXI0Y29sLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXN0YXRpYy1mb290ZXIvYmFieWxvbi1zdGF0aWMtZm9vdGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRoYW5rcy9iYWJ5bG9uLXRoYW5rcy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXRodW1icy9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdjIvYmFieWxvbi10b3Atc2xpZGVyLXYyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8vYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXIvYmFieWxvbi10b3Atc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXdlYm1hcC9iYWJ5bG9uLXdlYm1hcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZvb3Rlci1sb2dvcy9iYWJ5bG9uLWZvb3Rlci1sb2dvcy5jb21wb25lbnQnO1xyXG5cclxuXHJcbi8qICAgU0VSVklDRVMgICAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcyc7XHJcblxyXG4vKiAgIElOVEVSRkFDRVMgICAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tNDA0LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1iYW5uZXItaW5mby5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tYnJlYWRjcnVtYi5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1jb21pbmctc29vbi5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tY29udGFjdC1mb3JtLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1jb250YWN0LWhvdy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tY29udGFjdC1tYXAuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tZW5naW5lLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1mYXEuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tZ2FsbGVyeS5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taW5mby1pbWcuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWluZm8yaW1nLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1pbnB1dC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tbGVnYWwuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLW9mZmVyLWRldGFpbC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tb2ZmZXItbGlzdC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tb2ZmZXIuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXJvb20tZGV0YWlsLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1yb29tLmludGVyYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXJvb21zLWNvbHMuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXJvb21zLWxpc3QuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXN0YXRpYy1mb290ZXIuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXRoYW5rcy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXRvcC1zbGlkZXItdjItaXRlbS5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdG9wLXNsaWRlci12Mi5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdG9wLXNsaWRlci5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24td2VibWFwLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1oZWFkZXItYm9vay1zaG93LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1tZW51LWJ1dHRvbi5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taGVhZGVyLWNsZWFyLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWhlYWRlci1tZW51LWxvZ28tY2VudGVyLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1oZWFkZXItbWVudS1zaG93LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1sYW5ndWFnZS1tb2RhbC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taW5mby1pbnRyby5pbnRlcmZhY2UnO1xyXG4iXX0=
101
+ export * from './lib/interfaces/babylon-rooms-slider.interface';
102
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxpQkFBaUI7QUFFakIsY0FBYyx5REFBeUQsQ0FBQztBQUN4RSxjQUFjLCtFQUErRSxDQUFDO0FBQzlGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYyxxRkFBcUYsQ0FBQztBQUNwRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx5RUFBeUUsQ0FBQztBQUN4RixjQUFjLHlFQUF5RSxDQUFDO0FBQ3hGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsaUZBQWlGLENBQUM7QUFDaEcsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGlGQUFpRjtBQUNqRix1RkFBdUY7QUFDdkYsY0FBYyxtRkFBbUYsQ0FBQztBQUNsRyxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMsdUZBQXVGLENBQUM7QUFDdEcsY0FBYyxpR0FBaUcsQ0FBQztBQUNoSCxjQUFjLG1GQUFtRixDQUFDO0FBQ2xHLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyxtRUFBbUUsQ0FBQztBQUNsRixjQUFjLG1FQUFtRSxDQUFDO0FBQ2xGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLDJFQUEyRSxDQUFDO0FBQzFGLGNBQWMseUVBQXlFLENBQUM7QUFDeEYsY0FBYyw2RUFBNkUsQ0FBQztBQUM1RixjQUFjLGlFQUFpRSxDQUFDO0FBQ2hGLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYywyRUFBMkUsQ0FBQztBQUMxRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyxxRkFBcUYsQ0FBQztBQUNwRyxjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsbUZBQW1GLENBQUM7QUFDbEcsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsK0VBQStFLENBQUM7QUFDOUYsY0FBYywyRUFBMkUsQ0FBQztBQUcxRixrQkFBa0I7QUFDbEIsY0FBYyxnQkFBZ0IsQ0FBQztBQUUvQixvQkFBb0I7QUFDcEIsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyxrREFBa0QsQ0FBQztBQUNqRSxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyx1REFBdUQsQ0FBQztBQUN0RSxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHFEQUFxRCxDQUFDO0FBQ3BFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLGlEQUFpRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGJhYnlsb25cclxuICovXHJcblxyXG4vKiBDT01QT05FTlRTICAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5L2JhYnlsb24tYmFubmVyLWdhbGxlcnkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWluZm8vYmFieWxvbi1iYW5uZXItaW5mby5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWJsb2ctZGV0YWlscy9iYWJ5bG9uLWJsb2ctZGV0YWlscy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1ibG9nLWxpc3QvYmFieWxvbi1ibG9nLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYnJlYWRjcnVtYi9iYWJ5bG9uLWJyZWFkY3J1bWIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29taW5nc29vbi9iYWJ5bG9uLWNvbWluZ3Nvb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1mb3JtL2JhYnlsb24tY29udGFjdC1mb3JtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWNvbnRhY3QtaG93L2JhYnlsb24tY29udGFjdC1ob3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tY29udGFjdC1tYXAvYmFieWxvbi1jb250YWN0LW1hcC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1lbmdpbmUtbW9kYWwvYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lL2JhYnlsb24tZW5naW5lLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZhcS9iYWJ5bG9uLWZhcS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIvYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ2FsbGVyeS9iYWJ5bG9uLWdhbGxlcnkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3JpZC1nYWxsZXJ5L2JhYnlsb24tZ3JpZC1nYWxsZXJ5LmNvbXBvbmVudCc7XHJcbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci9iYWJ5bG9uLWhlYWRlci5jb21wb25lbnQnO1xyXG4vLyBleHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItdjIvYmFieWxvbi1oZWFkZXItdjIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWJvb2stc2hvdy9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLWNsZWFyL2JhYnlsb24taGVhZGVyLWNsZWFyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkZXItbWVudS1sb2dvLWNlbnRlci9iYWJ5bG9uLWhlYWRlci1tZW51LWxvZ28tY2VudGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cvYmFieWxvbi1oZWFkZXItbWVudS1zaG93LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8tZ3JpZC9iYWJ5bG9uLWluZm8tZ3JpZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvLWltZy9iYWJ5bG9uLWluZm8taW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8taW50cm8vYmFieWxvbi1pbmZvLWludHJvLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8temlnLXphZy9iYWJ5bG9uLWluZm8temlnLXphZy5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1pbmZvMmltZy9iYWJ5bG9uLWluZm8yaW1nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWluZm8zaW1nL2JhYnlsb24taW5mbzNpbWcuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taXRlbXMtZ3JpZC9iYWJ5bG9uLWl0ZW1zLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tbGVnYWwvYmFieWxvbi1sZWdhbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlci1kZXRhaWwvYmFieWxvbi1vZmZlci1kZXRhaWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tb2ZmZXJzLWxpc3QvYmFieWxvbi1vZmZlcnMtbGlzdC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1vZmZlcnMtc2xpZGVyL2JhYnlsb24tb2ZmZXJzLXNsaWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1wcmVsb2FkL2JhYnlsb24tcHJlbG9hZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1yb29tLWRldGFpbHMvYmFieWxvbi1yb29tLWRldGFpbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtY29scy9iYWJ5bG9uLXJvb21zLWNvbHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtZ3JpZC9iYWJ5bG9uLXJvb21zLWdyaWQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtbGlzdC9iYWJ5bG9uLXJvb21zLWxpc3QuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjJjb2wvYmFieWxvbi1zbGlkZXIyY29sLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjNjb2wvYmFieWxvbi1zbGlkZXIzY29sY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc2xpZGVyNGNvbC9iYWJ5bG9uLXNsaWRlcjRjb2wuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci9iYWJ5bG9uLXN0YXRpYy1mb290ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdGhhbmtzL2JhYnlsb24tdGhhbmtzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRvcC1zbGlkZXItdGh1bWJzL2JhYnlsb24tdG9wLXNsaWRlci10aHVtYnMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdjIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12aWRlby9iYWJ5bG9uLXRvcC1zbGlkZXItdmlkZW8uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci9iYWJ5bG9uLXRvcC1zbGlkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24td2VibWFwL2JhYnlsb24td2VibWFwLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsL2JhYnlsb24tbGFuZ3VhZ2UtbW9kYWwuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZm9vdGVyLWxvZ29zL2JhYnlsb24tZm9vdGVyLWxvZ29zLmNvbXBvbmVudCc7XHJcblxyXG5cclxuLyogICBTRVJWSUNFUyAgICovXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlcnZpY2VzJztcclxuXHJcbi8qICAgSU5URVJGQUNFUyAgICovXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi00MDQuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWJhbm5lci1pbmZvLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1icmVhZGNydW1iLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWNvbWluZy1zb29uLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1jb250YWN0LWZvcm0uaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWNvbnRhY3QtaG93LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1jb250YWN0LW1hcC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tZW5naW5lLW1vZGFsLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1lbmdpbmUuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWZhcS5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1nYWxsZXJ5LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1pbmZvLWltZy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taW5mbzJpbWcuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWlucHV0LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1sZWdhbC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tb2ZmZXItZGV0YWlsLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1vZmZlci1saXN0LmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1vZmZlci5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbS1kZXRhaWwuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLXJvb20uaW50ZXJhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbXMtY29scy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbXMtbGlzdC5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tc3RhdGljLWZvb3Rlci5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdGhhbmtzLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi10b3Atc2xpZGVyLXRodW1icy5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24tdG9wLXNsaWRlci12Mi1pdGVtLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi10b3Atc2xpZGVyLXYyLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi10b3Atc2xpZGVyLXZpZGVvLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi10b3Atc2xpZGVyLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi13ZWJtYXAuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWhlYWRlci1ib29rLXNob3cuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLW1lbnUtYnV0dG9uLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1oZWFkZXItY2xlYXIuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5pbnRlcmZhY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnRlcmZhY2VzL2JhYnlsb24taGVhZGVyLW1lbnUtbG9nby1jZW50ZXIuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWhlYWRlci1tZW51LXNob3cuaW50ZXJmYWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcy9iYWJ5bG9uLWxhbmd1YWdlLW1vZGFsLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1pbmZvLWludHJvLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMvYmFieWxvbi1yb29tcy1zbGlkZXIuaW50ZXJmYWNlJztcclxuIl19
@@ -2242,11 +2242,11 @@ class BabylonRoomsSliderComponent {
2242
2242
  : this.roomsServiceCourt) || []) ?? [];
2243
2243
  }
2244
2244
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2245
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\"> \r\n <div class=\"container\"> \r\n <div class=\"intro_info align--center\">\r\n @if(labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{labels?.pretitle}}</h3>\r\n }\r\n @if(labels?.title) {\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{labels?.title}}</h2>\r\n }\r\n </div> \r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div \r\n class=\"cs_slider_container\" \r\n sliders=\"cs_slider_container\" \r\n data-autoplay=\"0\" \r\n data-loop=\"1\" \r\n data-speed=\"600\" \r\n data-center=\"0\" \r\n data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" \r\n data-xs-slides=\"1\" \r\n data-sm-slides=\"2\" \r\n data-md-slides=\"2\" \r\n data-lg-slides=\"3\" \r\n data-add-slides=\"3\">\r\n <div class=\"cs_slider_wrapper\">\r\n @if(totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_card cs_style_1\">\r\n @if(room?.images?.length) {\r\n @for (roomImage of room.images?.slice(0,1); track $index) {\r\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info\"> \r\n @if(room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">{{room?.texts?.name}}</h2>\r\n }\r\n @if(room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">{{room?.texts?.description}}</h3> \r\n }\r\n @if(room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (service of services; track $index) {\r\n <li>\r\n @if(service.icon) {\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \" [ngClass]=\"service.icon\"></i> \r\n </div> \r\n }\r\n @if (service.name) {\r\n <p class=\"text--small\">{{service.name}}</p>\r\n }\r\n </li>\r\n }\r\n </ul> \r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div> \r\n </section>", styles: [":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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2245
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}: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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2246
2246
  }
2247
2247
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, decorators: [{
2248
2248
  type: Component,
2249
- args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\"> \r\n <div class=\"container\"> \r\n <div class=\"intro_info align--center\">\r\n @if(labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{labels?.pretitle}}</h3>\r\n }\r\n @if(labels?.title) {\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">{{labels?.title}}</h2>\r\n }\r\n </div> \r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div \r\n class=\"cs_slider_container\" \r\n sliders=\"cs_slider_container\" \r\n data-autoplay=\"0\" \r\n data-loop=\"1\" \r\n data-speed=\"600\" \r\n data-center=\"0\" \r\n data-variable-width=\"0\" \r\n data-slides-per-view=\"responsive\" \r\n data-xs-slides=\"1\" \r\n data-sm-slides=\"2\" \r\n data-md-slides=\"2\" \r\n data-lg-slides=\"3\" \r\n data-add-slides=\"3\">\r\n <div class=\"cs_slider_wrapper\">\r\n @if(totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_card cs_style_1\">\r\n @if(room?.images?.length) {\r\n @for (roomImage of room.images?.slice(0,1); track $index) {\r\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n <img [src]=\"roomImage?.src\" alt=\"Room\">\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info\"> \r\n @if(room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">{{room?.texts?.name}}</h2>\r\n }\r\n @if(room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">{{room?.texts?.description}}</h3> \r\n }\r\n @if(room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (service of services; track $index) {\r\n <li>\r\n @if(service.icon) {\r\n <div class=\"info--icon \">\r\n <i class=\"icon--svg icon-nuevo_pax_ico_small \" [ngClass]=\"service.icon\"></i> \r\n </div> \r\n }\r\n @if (service.name) {\r\n <p class=\"text--small\">{{service.name}}</p>\r\n }\r\n </li>\r\n }\r\n </ul> \r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div> \r\n </section>", styles: [":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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"] }]
2249
+ args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}: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_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;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--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: white;--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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--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;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
2250
2250
  }], propDecorators: { labels: [{
2251
2251
  type: Input
2252
2252
  }], roomsServiceCourt: [{