ctt-babylon 0.2.3 → 0.4.0

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.
Files changed (87) hide show
  1. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +1 -1
  2. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +22 -0
  3. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
  4. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
  5. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +1 -1
  6. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +29 -3
  7. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +10 -3
  8. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +1 -1
  9. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +2 -2
  10. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +1 -1
  11. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +2 -2
  12. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +1 -1
  13. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +1 -1
  14. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +1 -1
  15. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +2 -2
  16. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +2 -2
  17. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +1 -1
  18. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +2 -2
  19. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +2 -2
  20. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +2 -2
  21. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +1 -1
  22. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +2 -2
  23. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +1 -1
  24. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +2 -2
  25. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +2 -2
  26. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +1 -1
  27. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +13 -3
  28. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +1 -1
  29. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +2 -2
  30. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +1 -1
  31. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +1 -1
  32. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +2 -2
  33. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +2 -2
  34. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +1 -1
  35. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +1 -1
  36. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +2 -2
  37. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +1 -1
  38. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  39. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  40. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  41. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +2 -2
  42. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +1 -1
  43. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +2 -2
  44. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +2 -2
  45. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +2 -2
  46. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +21 -5
  47. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  48. package/esm2022/lib/components/core/babylon-press-list/index.mjs +2 -1
  49. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +2 -2
  50. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +2 -2
  51. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +1 -1
  52. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +1 -1
  53. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +2 -2
  54. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +2 -2
  55. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +2 -2
  56. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +2 -2
  57. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +2 -2
  58. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +1 -1
  59. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +1 -1
  60. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +2 -2
  61. package/esm2022/lib/components/core/index.mjs +2 -1
  62. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  63. package/esm2022/lib/directives/link-type/link-type.directive.mjs +7 -2
  64. package/esm2022/lib/services/mapper/mapper.service.mjs +57 -5
  65. package/esm2022/lib/services/modals-service/modals.service.mjs +17 -1
  66. package/fesm2022/ctt-babylon.mjs +370 -71
  67. package/fesm2022/ctt-babylon.mjs.map +1 -1
  68. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +10 -0
  69. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +5 -0
  70. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  71. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +8 -1
  72. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +3 -1
  73. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +2 -0
  74. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +3 -1
  75. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +1 -0
  76. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  77. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +8 -0
  78. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  79. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +13 -1
  80. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  81. package/lib/components/core/babylon-press-list/index.d.ts +1 -0
  82. package/lib/components/core/index.d.ts +1 -0
  83. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  84. package/lib/directives/link-type/link-type.directive.d.ts +2 -1
  85. package/lib/services/mapper/mapper.service.d.ts +5 -1
  86. package/lib/services/modals-service/modals.service.d.ts +2 -0
  87. package/package.json +1 -1
@@ -91,7 +91,7 @@ export class BabylonHeaderMenuCenterComponent {
91
91
  }
92
92
  }
93
93
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderMenuCenterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
94
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonHeaderMenuCenterComponent, isStandalone: true, selector: "lib-babylon-header-menu-center", inputs: { headerFixed: "headerFixed", logo: "logo", logoSticky: "logoSticky", linkLogo: "linkLogo", btnBook: "btnBook", shop: "shop", menu: "menu", menuInfo: "menuInfo", lang: "lang", title: "title", ndTitle: "ndTitle", multipleMotorsModal: "multipleMotorsModal", links: "links", engineExtern: "engineExtern" }, outputs: { openEngine: "openEngine", openLanguages: "openLanguages", openNews: "openNews", modalClick: "modalClick", openModalMultMotors: "openModalMultMotors" }, ngImport: i0, template: "<div class=\"babylon-header\">\n <header\n class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header fixed_header\"\n >\n <div class=\"cs_main_header\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_main_header_in\">\n <div class=\"cs_main_header_left\">\n @if (logo) {\n <a\n [attr.aria-label]=\"linkLogo?.url\"\n class=\"cs_site_branding\"\n [href]=\"linkLogo?.url\"\n [linkType]=\"linkLogo?.linkType\"\n >\n <img\n [src]=\"logo.src\"\n [alt]=\"logo.alt\"\n width=\"250\"\n loading=\"lazy\"\n />\n </a>\n }\n </div>\n <div class=\"cs_main_header_left_sticky\">\n @if (logoSticky) {\n <a\n [attr.aria-label]=\"linkLogo?.url\"\n class=\"cs_site_branding\"\n [href]=\"linkLogo?.url\"\n [linkType]=\"linkLogo?.linkType\"\n >\n <img\n [src]=\"logoSticky.src\"\n [alt]=\"logoSticky.alt\"\n width=\"250\"\n loading=\"lazy\"\n />\n </a>\n }\n </div>\n @if (menu) {\n <div class=\"cs_main_header_center\">\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\n @if (menu.length) {\n <ul class=\"cs_nav_list\">\n @for (link of menu; track $index) {\n <li\n [ngClass]=\"{\n 'menu-item-has-children':\n link.children?.length,\n }\"\n >\n <a\n [attr.aria-label]=\"\n link.label\n \"\n [linkType]=\"link.linkType\"\n [href]=\"link.url\"\n (click)=\"\n preventLink($event)\n \"\n >\n {{ link.label }}\n </a>\n @if (link.children?.length) {\n <ul>\n @for (\n item of link.children;\n track $index\n ) {\n <li>\n <a\n [attr.aria-label]=\"\n item.label\n \"\n [linkType]=\"\n item.linkType\n \"\n [href]=\"\n item.url\n \"\n (click)=\"\n preventLink(\n $event\n )\n \"\n >\n {{\n item.label\n }}\n </a>\n </li>\n }\n </ul>\n }\n </li>\n }\n </ul>\n }\n </nav>\n </div>\n }\n <div class=\"cs_main_header_right\">\n @if (shop) {\n <button\n class=\"btn btn_shop\"\n id=\"btn-shop\"\n (click)=\"openShop()\"\n >\n <div class=\"icon-container\">\n <i class=\"icon--svg\" [ngClass]=\"shop\"></i>\n </div>\n </button>\n }\n @if (btnBook) {\n <button\n [name]=\"btnBook.label\"\n class=\"btn btn_call btn--light1\"\n id=\"btn-book\"\n (click)=\"\n multipleMotorsModal\n ? openModalMultipleMotors()\n : openEngineModal()\n \"\n >\n <b>{{ btnBook.label }} </b>\n </button>\n }\n @if (lang) {\n <button\n [name]=\"lang\"\n class=\"btn btn_primary btn--light ml--20 btn-lang\"\n id=\"btn-lang\"\n (click)=\"openLanguagesModal()\"\n >\n <b>{{ lang }}</b>\n </button>\n }\n\n <button\n class=\"cs_hamburger_btn ml--20\"\n name=\"hamburguer\"\n aria-label=\"menu\"\n (click)=\"toggleMenu()\"\n >\n <span class=\"cs_hamburger_btn_in\">\n <span></span>\n <span></span>\n <span></span>\n <span></span>\n </span>\n </button>\n </div>\n </div>\n </div>\n </div>\n </header>\n\n @if (menuInfo && menu) {\n <section class=\"babylon__menu\">\n <lib-babylon-modal-menu\n class=\"panel_menu\"\n [menu]=\"menu\"\n [address]=\"menuInfo.address\"\n [addressTitle]=\"menuInfo.address?.title\"\n [contact]=\"menuInfo.contact?.links\"\n [contactTitle]=\"menuInfo.contact?.title\"\n [socialMedia]=\"menuInfo.socialMedia\"\n [img]=\"menuInfo.img\"\n [linkLogo]=\"linkLogo\"\n [shop]=\"shop\"\n [links]=\"links\"\n [logo]=\"logo\"\n (anchorClicked)=\"onAnchorClicked()\"\n [modalEvent]=\"modalClick\"\n [imgBackground]=\"menuInfo.imgBackground\"\n [tags]=\"menuInfo.tags\"\n [textColors]=\"menuInfo.textColors\"\n ></lib-babylon-modal-menu>\n </section>\n }\n</div>\n", 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_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_site_header{position:absolute;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}@media (max-width: 767px){.cs_site_header{display:none}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%;gap:20px}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:var(--cl_header-bg-nosticky);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-nosticky);color:var(--cl_header-text-nosticky)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_transparent_header .cs_main_header_left_sticky{display:none}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1365px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1279px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 1024px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 539px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}@media (max-width: 767px){.cs_main_header_left{display:none}}@media (max-width: 767px){.cs_main_header_left_sticky{display:none}}.cs_main_header_center{display:none}@media (min-width: 1280px){.cs_main_header{position:relative}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_site_header.cs_style_1 .cs_main_header_left_sticky{display:none}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-nosticky)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:var(--cl_header-bg-sticky);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg-sticky)}.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_main_header_left{display:none}.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_main_header_left_sticky{height:100%;display:flex;justify-content:center;align-items:center}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-nosticky)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}::ng-deep .header_sticky .cs_hamburger_btn{color:var(--cl_header-text-nosticky)}@media (min-width: 768px){::ng-deep .header_sticky #btn-lang,::ng-deep .header_sticky #btn-news-modal{border:1px solid var(--cl_header-text-sticky);color:var(--cl_header-text-sticky)}::ng-deep .header_sticky #btn-lang b,::ng-deep .header_sticky #btn-lang span,::ng-deep .header_sticky #btn-news-modal b,::ng-deep .header_sticky #btn-news-modal span{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky #btn-lang b:before,::ng-deep .header_sticky #btn-lang span:before,::ng-deep .header_sticky #btn-news-modal b:before,::ng-deep .header_sticky #btn-news-modal span:before{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky .cs_hamburger_btn{color:var(--cl_header-text-sticky)}}@media (min-width: 1280px){::ng-deep .header_sticky .cs_nav_list>li>a{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky .cs_nav_list>li>a:hover{color:var(--cl_accent)}}::ng-deep body:not(.header_sticky) #btn-lang,::ng-deep body:not(.header_sticky) #btn-news-modal{border:1px solid var(--cl_header-text-nosticky);color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) #btn-lang b,::ng-deep body:not(.header_sticky) #btn-lang span,::ng-deep body:not(.header_sticky) #btn-news-modal b,::ng-deep body:not(.header_sticky) #btn-news-modal span{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) #btn-lang b:before,::ng-deep body:not(.header_sticky) #btn-lang span:before,::ng-deep body:not(.header_sticky) #btn-news-modal b:before,::ng-deep body:not(.header_sticky) #btn-news-modal span:before{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) .cs_hamburger_btn{color:var(--cl_header-text-nosticky)}@media (min-width: 1280px){::ng-deep body:not(.header_sticky) .cs_nav_list>li>a{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) .cs_nav_list>li>a:hover{color:var(--cl_accent)}}@media (max-width: 767px){.babylon__menu{display:none}}button#btn-shop{width:40px;height:40px;padding:0;border-radius:50px;background:var(--cl_icon-light);border:none}button#btn-shop .icon-container{display:flex;justify-content:center;align-items:center}button#btn-shop .icon-container i.icon--svg.icon-icono_carrito{background:var(--cl_icon);width:50px;height:50px;transform:scale(.5);position:relative}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick"], outputs: ["anchorClicked"] }, { kind: "component", type: BabylonModalMenuComponent, selector: "lib-babylon-modal-menu", inputs: ["menu", "socialMedia", "address", "contact", "addressTitle", "contactTitle", "img", "hastag", "logo", "linkLogo", "modalEvent", "imgBackground", "tags", "textColors", "links", "shop"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
94
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonHeaderMenuCenterComponent, isStandalone: true, selector: "lib-babylon-header-menu-center", inputs: { headerFixed: "headerFixed", logo: "logo", logoSticky: "logoSticky", linkLogo: "linkLogo", btnBook: "btnBook", shop: "shop", menu: "menu", menuInfo: "menuInfo", lang: "lang", title: "title", ndTitle: "ndTitle", multipleMotorsModal: "multipleMotorsModal", links: "links", engineExtern: "engineExtern" }, outputs: { openEngine: "openEngine", openLanguages: "openLanguages", openNews: "openNews", modalClick: "modalClick", openModalMultMotors: "openModalMultMotors" }, ngImport: i0, template: "<div class=\"babylon-header\">\n <header\n class=\"cs_site_header cs_style_1 cs_transparent_header cs_primary_color cs_sticky_header fixed_header\"\n >\n <div class=\"cs_main_header\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_main_header_in\">\n <div class=\"cs_main_header_left\">\n @if (logo) {\n <a\n [attr.aria-label]=\"linkLogo?.url\"\n class=\"cs_site_branding\"\n [href]=\"linkLogo?.url\"\n [linkType]=\"linkLogo?.linkType\"\n >\n <img\n [src]=\"logo.src\"\n [alt]=\"logo.alt\"\n width=\"250\"\n loading=\"lazy\"\n />\n </a>\n }\n </div>\n <div class=\"cs_main_header_left_sticky\">\n @if (logoSticky) {\n <a\n [attr.aria-label]=\"linkLogo?.url\"\n class=\"cs_site_branding\"\n [href]=\"linkLogo?.url\"\n [linkType]=\"linkLogo?.linkType\"\n >\n <img\n [src]=\"logoSticky.src\"\n [alt]=\"logoSticky.alt\"\n width=\"250\"\n loading=\"lazy\"\n />\n </a>\n }\n </div>\n @if (menu) {\n <div class=\"cs_main_header_center\">\n <nav class=\"cs_nav cs_fs_13 cs_semibold\">\n @if (menu.length) {\n <ul class=\"cs_nav_list\">\n @for (link of menu; track $index) {\n <li\n [ngClass]=\"{\n 'menu-item-has-children':\n link.children?.length,\n }\"\n >\n <a\n [attr.aria-label]=\"\n link.label\n \"\n [linkType]=\"link.linkType\"\n [href]=\"link.url\"\n (click)=\"\n preventLink($event)\n \"\n >\n {{ link.label }}\n </a>\n @if (link.children?.length) {\n <ul>\n @for (\n item of link.children;\n track $index\n ) {\n <li>\n <a\n [attr.aria-label]=\"\n item.label\n \"\n [linkType]=\"\n item.linkType\n \"\n [href]=\"\n item.url\n \"\n (click)=\"\n preventLink(\n $event\n )\n \"\n >\n {{\n item.label\n }}\n </a>\n </li>\n }\n </ul>\n }\n </li>\n }\n </ul>\n }\n </nav>\n </div>\n }\n <div class=\"cs_main_header_right\">\n @if (shop) {\n <button\n class=\"btn btn_shop\"\n id=\"btn-shop\"\n (click)=\"openShop()\"\n >\n <div class=\"icon-container\">\n <i class=\"icon--svg\" [ngClass]=\"shop\"></i>\n </div>\n </button>\n }\n @if (btnBook) {\n <button\n [name]=\"btnBook.label\"\n class=\"btn btn_call btn--light1\"\n id=\"btn-book\"\n (click)=\"\n multipleMotorsModal\n ? openModalMultipleMotors()\n : openEngineModal()\n \"\n >\n <b>{{ btnBook.label }} </b>\n </button>\n }\n @if (lang) {\n <button\n [name]=\"lang\"\n class=\"btn btn_primary btn--light ml--20 btn-lang\"\n id=\"btn-lang\"\n (click)=\"openLanguagesModal()\"\n >\n <b>{{ lang }}</b>\n </button>\n }\n\n <button\n class=\"cs_hamburger_btn ml--20\"\n name=\"hamburguer\"\n aria-label=\"menu\"\n (click)=\"toggleMenu()\"\n >\n <span class=\"cs_hamburger_btn_in\">\n <span></span>\n <span></span>\n <span></span>\n <span></span>\n </span>\n </button>\n </div>\n </div>\n </div>\n </div>\n </header>\n\n @if (menuInfo && menu) {\n <section class=\"babylon__menu\">\n <lib-babylon-modal-menu\n class=\"panel_menu\"\n [menu]=\"menu\"\n [address]=\"menuInfo.address\"\n [addressTitle]=\"menuInfo.address?.title\"\n [contact]=\"menuInfo.contact?.links\"\n [contactTitle]=\"menuInfo.contact?.title\"\n [socialMedia]=\"menuInfo.socialMedia\"\n [img]=\"menuInfo.img\"\n [linkLogo]=\"linkLogo\"\n [shop]=\"shop\"\n [links]=\"links\"\n [logo]=\"logo\"\n (anchorClicked)=\"onAnchorClicked()\"\n [modalEvent]=\"modalClick\"\n [imgBackground]=\"menuInfo.imgBackground\"\n [tags]=\"menuInfo.tags\"\n [textColors]=\"menuInfo.textColors\"\n ></lib-babylon-modal-menu>\n </section>\n }\n</div>\n", 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_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_site_header{position:absolute;width:100%;left:0;top:0;z-index:101;transition:all .4s ease}@media (max-width: 767px){.cs_site_header{position:fixed;bottom:0;top:auto}.cs_site_header .cs_main_header_in{height:60px!important;width:100%}.cs_site_header .cs_main_header_left{display:none}.cs_site_header .cs_main_header_right{width:100%;justify-content:space-between}.cs_site_header .cs_main_header_right #btn-book{order:2;margin:0!important}.cs_site_header .cs_main_header_right .cs_hamburger_btn{order:1;margin:0!important;width:70px;text-align:left;justify-content:flex-start}.cs_site_header .cs_main_header_right #btn-lang{order:3;margin:0!important}}@media (max-width: 767px){.cs_site_header{display:none}}.cs_site_header.cs_style_1 .cs_main_header_in{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;position:relative;transition:all .3s ease}.cs_site_header.cs_style_1 .cs_main_header_in{height:100px}.cs_site_header.cs_style_1 .cs_main_header_right{display:flex;align-items:center;height:100%;gap:20px}.cs_site_header.cs_style_1 .cs_nav_list>li>a{text-transform:uppercase}.cs_site_header.cs_style_1.cs_transparent_header{background:var(--cl_header-bg-nosticky);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2{border-radius:5px;border-color:var(--cl_header-text-nosticky);color:var(--cl_header-text-nosticky)}.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover{background-color:var(--cl_accent);border-color:var(--cl_accent)}.cs_site_header.cs_style_1.cs_transparent_header .cs_main_header_left_sticky{display:none}.cs_site_header.cs_style_1.cs_type_1{background-color:transparent;border-bottom:1px solid var(--ternary)}.cs_site_header.cs_style_1.cs_sticky_active{background-color:var(--cl_header-bg);box-shadow:0 10px 10px -10px #212b351a}.cs_main_header .container-fluid{padding-right:100px;padding-left:100px;overflow:visible}@media (max-width: 1679px){.cs_main_header .container-fluid{padding-right:60px;padding-left:60px}}@media (max-width: 1365px){.cs_main_header .container-fluid{padding-right:20px;padding-left:20px}}@media (max-width: 1279px){.cs_main_header .container-fluid{padding-right:15px;padding-left:15px}}@media (max-width: 1024px){.cs_main_header .container-fluid{padding-right:30px;padding-left:30px}}@media (max-width: 539px){.cs_main_header .container-fluid{padding-right:10px;padding-left:10px}}@media (max-width: 767px){.cs_main_header_left{display:none}}@media (max-width: 767px){.cs_main_header_left_sticky{display:none}}.cs_main_header_center{display:none}@media (min-width: 1280px){.cs_main_header{position:relative}.cs_site_header.cs_style_1 .cs_main_header_center{display:flex;justify-content:center;align-items:center;height:100%;max-width:calc(100% - 300px)}.cs_site_header.cs_style_1 .cs_main_header_left{height:100%;display:flex;justify-content:center;align-items:center}.cs_site_header.cs_style_1 .cs_main_header_left_sticky{display:none}.cs_nav{display:flex;align-items:center;height:100%;line-height:1.6em}.cs_nav .cs_nav_list{display:flex!important;flex-wrap:wrap;height:inherit}.cs_nav .cs_nav_list>li{margin-right:40px;height:inherit}.cs_nav .cs_nav_list>li:last-child{margin-right:0}.cs_nav .cs_nav_list>li>a{padding:10px 0;display:inline-flex;position:relative;height:inherit;align-items:center}.cs_nav .cs_nav_list>li>ul{left:0;top:calc(100% + 15px);transition:all .4s ease;pointer-events:none}.cs_nav .cs_nav_list>li:hover>ul{top:100%;opacity:1;visibility:visible;pointer-events:auto}.cs_nav .cs_nav_list>li.menu-item-has-children>a{position:relative}.cs_nav .cs_nav_list>li.menu-item-has-children>a:after{content:\"\";display:inline-block;height:6px;width:6px;border:2px solid currentColor;transform:rotate(45deg);border-left:0;border-top:0;margin-left:6px;position:relative;top:-1px;border-radius:0 0 2px}.cs_nav .cs_nav_list>li ul{font-size:15px;font-weight:400;line-height:1.6em}.cs_nav .cs_nav_list li:not(.cs_mega_menu){position:relative}.cs_nav .cs_nav_list ul{width:230px;background-color:var(--cl_header-bg);position:absolute;border-top:2px solid var(--cl_accent);box-shadow:0 1px 2px #0200b51a;padding:10px 0;z-index:100;opacity:0;visibility:hidden;display:block!important;border-radius:0 0 5px 5px}.cs_nav .cs_nav_list ul li:hover ul{top:0}.cs_nav .cs_nav_list ul li:hover>ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list ul a{display:block;line-height:inherit;padding:10px 20px;color:var(--cl_header-text-nosticky)}.cs_nav .cs_nav_list ul a:hover{color:var(--cl_accent)}.cs_nav .cs_nav_list ul ul{top:15px;left:100%}.cs_nav+.cs_toolbox{margin-left:40px}.cs_menu_toggle,.cs_menu_dropdown_toggle{display:none}.cs_nav .cs_nav_list .cs_mega_menu{position:relative}.cs_nav .cs_nav_list .cs_mega_wrapper{width:1296px!important;display:flex!important;position:fixed;top:100px!important;left:50%;transform:translate(-50%);padding:5px 15px 10px;border-top:2px solid var(--accent);border-radius:0 0 5px 5px}.cs_nav .cs_nav_list .cs_mega_wrapper a{padding:7px 10px}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children{flex:1;padding:10px 0}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a{font-size:18px;font-weight:600;pointer-events:none}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover{background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul{position:initial;border:none;padding:0;width:100%;box-shadow:none;background-color:transparent}.cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a{transition:all .4s ease}.cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul{opacity:1;visibility:visible}.cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a{position:relative}.cs_hamburger_btn{display:none!important}}@media (min-width: 768px){.cs_gescout_sticky{position:fixed!important;top:0!important;opacity:1;transition:all .4s ease}.cs_gescout_sticky.cs_site_header.cs_style_1{background-color:var(--cl_header-bg-sticky);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header{background-color:var(--cl_header-bg-sticky)}.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_main_header_left{display:none}.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_main_header_left_sticky{height:100%;display:flex;justify-content:center;align-items:center}}.cs_hamburger_btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease;cursor:pointer;border:none;border-radius:50%;color:currentColor;background-color:transparent;outline:none;padding:0;color:var(--cl_header-text-nosticky)}.cs_hamburger_btn .cs_hamburger_btn_in{width:30px;height:22px;line-height:0;cursor:pointer;position:relative;text-align:left;overflow:hidden;display:block}.cs_hamburger_btn .cs_hamburger_btn_in span{display:inline-block;position:absolute;height:2px;width:100%;background-color:currentColor;color:inherit;vertical-align:top;transition:.3s ease-in-out;border-radius:3px;left:0}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1){transform:translateY(-10px);width:calc(100% - 5px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2){transform:translate(0)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3){transform:translateY(10px);width:calc(100% - 10px)}.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4){transform:translateY(20px);width:calc(100% - 20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span{transition:.3s ease-in-out}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1){transform:translate(0)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2){transform:translateY(10px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3){transform:translateY(20px)}.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4){transform:translateY(30px)}::ng-deep .header_sticky .cs_hamburger_btn{color:var(--cl_header-text-nosticky)}@media (min-width: 768px){::ng-deep .header_sticky #btn-lang,::ng-deep .header_sticky #btn-news-modal{border:1px solid var(--cl_header-text-sticky);color:var(--cl_header-text-sticky)}::ng-deep .header_sticky #btn-lang b,::ng-deep .header_sticky #btn-lang span,::ng-deep .header_sticky #btn-news-modal b,::ng-deep .header_sticky #btn-news-modal span{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky #btn-lang b:before,::ng-deep .header_sticky #btn-lang span:before,::ng-deep .header_sticky #btn-news-modal b:before,::ng-deep .header_sticky #btn-news-modal span:before{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky .cs_hamburger_btn{color:var(--cl_header-text-sticky)}}@media (min-width: 1280px){::ng-deep .header_sticky .cs_nav_list>li>a{color:var(--cl_header-text-sticky)}::ng-deep .header_sticky .cs_nav_list>li>a:hover{color:var(--cl_accent)}}::ng-deep body:not(.header_sticky) #btn-lang,::ng-deep body:not(.header_sticky) #btn-news-modal{border:1px solid var(--cl_header-text-nosticky);color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) #btn-lang b,::ng-deep body:not(.header_sticky) #btn-lang span,::ng-deep body:not(.header_sticky) #btn-news-modal b,::ng-deep body:not(.header_sticky) #btn-news-modal span{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) #btn-lang b:before,::ng-deep body:not(.header_sticky) #btn-lang span:before,::ng-deep body:not(.header_sticky) #btn-news-modal b:before,::ng-deep body:not(.header_sticky) #btn-news-modal span:before{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) .cs_hamburger_btn{color:var(--cl_header-text-nosticky)}@media (min-width: 1280px){::ng-deep body:not(.header_sticky) .cs_nav_list>li>a{color:var(--cl_header-text-nosticky)}::ng-deep body:not(.header_sticky) .cs_nav_list>li>a:hover{color:var(--cl_accent)}}@media (max-width: 767px){.babylon__menu{display:none}}button#btn-shop{width:40px;height:40px;padding:0;border-radius:50px;background:var(--cl_icon-light);border:none}button#btn-shop .icon-container{display:flex;justify-content:center;align-items:center}button#btn-shop .icon-container i.icon--svg.icon-icono_carrito{background:var(--cl_icon);width:50px;height:50px;transform:scale(.5);position:relative}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "component", type: BabylonModalMenuComponent, selector: "lib-babylon-modal-menu", inputs: ["menu", "socialMedia", "address", "contact", "addressTitle", "contactTitle", "img", "hastag", "logo", "linkLogo", "modalEvent", "imgBackground", "tags", "textColors", "links", "shop"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
95
95
  }
96
96
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeaderMenuCenterComponent, decorators: [{
97
97
  type: Component,
@@ -140,4 +140,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
140
140
  }], openModalMultMotors: [{
141
141
  type: Output
142
142
  }] } });
143
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNOLEtBQUssRUFDTCxNQUFNLEVBQ04sV0FBVyxHQUNkLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSzNDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDOzs7QUFlL0YsTUFBTSxPQUFPLGdDQUFnQztJQWI3QztRQWNhLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBYTdCLGlCQUFZLEdBQWEsS0FBSyxDQUFDO1FBRTlCLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBQ2hDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNuQyxhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FB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QkFFSSxVQUFVO3NCQUFuQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU07Z0JBQ0csUUFBUTtzQkFBakIsTUFBTTtnQkFDRyxVQUFVO3NCQUFuQixNQUFNO2dCQUNHLG1CQUFtQjtzQkFBNUIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBPdXRwdXQsXG4gICAgUExBVEZPUk1fSUQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnV0dG9uVHlwZSB9IGZyb20gJy4uLy4uLy4uL0VudW0nO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTWVudUJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tbWVudS1idXR0b24uaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25NZW51SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tbWVudS1pbmZvLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTW9kYWxNZW51Q29tcG9uZW50IH0gZnJvbSAnLi4vYmFieWxvbi1tb2RhbC1tZW51L2JhYnlsb24tbW9kYWwtbWVudS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIFJvdXRlck1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUsXG4gICAgICAgIEJhYnlsb25Nb2RhbE1lbnVDb21wb25lbnQsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25IZWFkZXJNZW51Q2VudGVyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBoZWFkZXJGaXhlZDogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIGxvZ28/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIGxvZ29TdGlja3k/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIGxpbmtMb2dvPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgYnRuQm9vaz86IEJhYnlsb25CdXR0b25JO1xuICAgIEBJbnB1dCgpIHNob3A/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbWVudT86IEJhYnlsb25NZW51QnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIG1lbnVJbmZvPzogQmFieWxvbk1lbnVJbmZvSTtcbiAgICBASW5wdXQoKSBsYW5nPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIG5kVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbXVsdGlwbGVNb3RvcnNNb2RhbD86IGJvb2xlYW47XG4gICAgQElucHV0KCkgbGlua3M/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIGVuZ2luZUV4dGVybj86IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgIEBPdXRwdXQoKSBvcGVuRW5naW5lID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTGFuZ3VhZ2VzID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTmV3cyA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICBAT3V0cHV0KCkgbW9kYWxDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTW9kYWxNdWx0TW90b3JzID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gICAgaXNIYW1idXJnZXJBY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgIHByaXZhdGUgcGxhdGZvcm1JZCA9IGluamVjdChQTEFURk9STV9JRCk7XG5cbiAgICBvcGVuTGFuZ3VhZ2VzTW9kYWwoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub3Blbkxhbmd1YWdlcy5lbWl0KCk7XG4gICAgfVxuXG4gICAgb3BlbkVuZ2luZU1vZGFsKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZW5naW5lRXh0ZXJuKSB7XG4gICAgICAgICAgICB0aGlzLm9wZW5FbmdpbmUuZW1pdCgpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5saW5rcyAmJiB0aGlzLmxpbmtzPy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMubGlua3MuZm9yRWFjaCgobGluaykgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGxpbmsubGFiZWwgPT09IEJ1dHRvblR5cGUuQm9va05vdykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpbmRvdy5vcGVuKGxpbms/LnVybCwgJ19ibGFuaycpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBvcGVuTmV3c2xldHRlcigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vcGVuTmV3cy5lbWl0KCk7XG4gICAgfVxuXG4gICAgb3Blbk1vZGFsTXVsdGlwbGVNb3RvcnMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub3Blbk1vZGFsTXVsdE1vdG9ycy5lbWl0KCk7XG4gICAgfVxuXG4gICAgcHJldmVudExpbmsoZTogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICB0aGlzLmlzSGFtYnVyZ2VyQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuXG4gICAgdG9nZ2xlTWVudSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgIGNvbnN0IGhhbWJ1cmdlciA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5oYW1idXJnZXInKTtcbiAgICAgICAgICAgIGNvbnN0IHBhbmVsTWVudSA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5wYW5lbF9tZW51Jyk7XG4gICAgICAgICAgICBjb25zdCBib2R5ID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignYm9keScpO1xuICAgICAgICAgICAgY29uc3QgaGVhZGVyID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignaGVhZGVyJyk7XG5cbiAgICAgICAgICAgIGlmIChoYW1idXJnZXIpIHtcbiAgICAgICAgICAgICAgICBoYW1idXJnZXIuY2xhc3NMaXN0LnRvZ2dsZSgnaXMtYWN0aXZlJyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChwYW5lbE1lbnUpIHtcbiAgICAgICAgICAgICAgICBwYW5lbE1lbnUuY2xhc3NMaXN0LnRvZ2dsZSgnYWN0aXZlJyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChib2R5KSB7XG4gICAgICAgICAgICAgICAgYm9keS5jbGFzc0xpc3QudG9nZ2xlKCdub19zY3JvbGwnKTtcbiAgICAgICAgICAgICAgICBpZiAocGFuZWxNZW51Py5jbGFzc0xpc3QuY29udGFpbnMoJ2FjdGl2ZScpKSB7XG4gICAgICAgICAgICAgICAgICAgIGJvZHkuc3R5bGUub3ZlcmZsb3cgPSAnaGlkZGVuJztcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBib2R5LnN0eWxlLm92ZXJmbG93ID0gJyc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAoaGVhZGVyKSB7XG4gICAgICAgICAgICAgICAgaGVhZGVyLmNsYXNzTGlzdC50b2dnbGUoJ2hlYWRlcl9jb2xvcicpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgb25BbmNob3JDbGlja2VkKCk6IHZvaWQge1xuICAgICAgICBpZiAoJCgnLnBhbmVsX21lbnUnKS5oYXNDbGFzcygnYWN0aXZlJykpIHtcbiAgICAgICAgICAgIHRoaXMudG9nZ2xlTWVudSgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgb3BlblNob3AoKSB7XG4gICAgICAgIGlmIChpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgICBpZiAodGhpcy5saW5rcyAmJiB0aGlzLmxpbmtzPy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5saW5rcy5mb3JFYWNoKChsaW5rKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGlmIChsaW5rLmxhYmVsID09PSBCdXR0b25UeXBlLlNob3ApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpbmRvdy5sb2NhdGlvbi5ocmVmID1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rPy51cmwgPz8gd2luZG93LmxvY2F0aW9uLmhyZWY7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uLWhlYWRlclwiPlxuICAgIDxoZWFkZXJcbiAgICAgICAgY2xhc3M9XCJjc19zaXRlX2hlYWRlciBjc19zdHlsZV8xIGNzX3RyYW5zcGFyZW50X2hlYWRlciBjc19wcmltYXJ5X2NvbG9yIGNzX3N0aWNreV9oZWFkZXIgZml4ZWRfaGVhZGVyXCJcbiAgICA+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX21haW5faGVhZGVyX2luXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9sZWZ0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGxvZ28pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImxpbmtMb2dvPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX3NpdGVfYnJhbmRpbmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rTG9nbz8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImxpbmtMb2dvPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImxvZ28uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwibG9nby5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIyNTBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9sZWZ0X3N0aWNreVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsb2dvU3RpY2t5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJsaW5rTG9nbz8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zaXRlX2JyYW5kaW5nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGlua0xvZ28/LnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJsaW5rTG9nbz8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJsb2dvU3RpY2t5LnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cImxvZ29TdGlja3kuYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMjUwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICBAaWYgKG1lbnUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmF2IGNsYXNzPVwiY3NfbmF2IGNzX2ZzXzEzIGNzX3NlbWlib2xkXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobWVudS5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX25hdl9saXN0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAobGluayBvZiBtZW51OyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ21lbnUtaXRlbS1oYXMtY2hpbGRyZW4nOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rLmNoaWxkcmVuPy5sZW5ndGgsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcHJldmVudExpbmsoJGV2ZW50KVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgbGluay5sYWJlbCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsaW5rLmNoaWxkcmVuPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXRlbSBvZiBsaW5rLmNoaWxkcmVuO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgJGluZGV4XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0ubGlua1R5cGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLnVybFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcmV2ZW50TGluayhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAkZXZlbnRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmF2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX21haW5faGVhZGVyX3JpZ2h0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHNob3ApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9zaG9wXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tc2hvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuU2hvcCgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpY29uLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmdcIiBbbmdDbGFzc109XCJzaG9wXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYnRuQm9vaykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25hbWVdPVwiYnRuQm9vay5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9jYWxsIGJ0bi0tbGlnaHQxXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tYm9va1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG11bHRpcGxlTW90b3JzTW9kYWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/IG9wZW5Nb2RhbE11bHRpcGxlTW90b3JzKClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IG9wZW5FbmdpbmVNb2RhbCgpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBidG5Cb29rLmxhYmVsIH19IDwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGFuZykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25hbWVdPVwibGFuZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHQgbWwtLTIwIGJ0bi1sYW5nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tbGFuZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuTGFuZ3VhZ2VzTW9kYWwoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBsYW5nIH19PC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19oYW1idXJnZXJfYnRuIG1sLS0yMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImhhbWJ1cmd1ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJtZW51XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlTWVudSgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2hhbWJ1cmdlcl9idG5faW5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2hlYWRlcj5cblxuICAgIEBpZiAobWVudUluZm8gJiYgbWVudSkge1xuICAgICAgICA8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX21lbnVcIj5cbiAgICAgICAgICAgIDxsaWItYmFieWxvbi1tb2RhbC1tZW51XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJwYW5lbF9tZW51XCJcbiAgICAgICAgICAgICAgICBbbWVudV09XCJtZW51XCJcbiAgICAgICAgICAgICAgICBbYWRkcmVzc109XCJtZW51SW5mby5hZGRyZXNzXCJcbiAgICAgICAgICAgICAgICBbYWRkcmVzc1RpdGxlXT1cIm1lbnVJbmZvLmFkZHJlc3M/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICBbY29udGFjdF09XCJtZW51SW5mby5jb250YWN0Py5saW5rc1wiXG4gICAgICAgICAgICAgICAgW2NvbnRhY3RUaXRsZV09XCJtZW51SW5mby5jb250YWN0Py50aXRsZVwiXG4gICAgICAgICAgICAgICAgW3NvY2lhbE1lZGlhXT1cIm1lbnVJbmZvLnNvY2lhbE1lZGlhXCJcbiAgICAgICAgICAgICAgICBbaW1nXT1cIm1lbnVJbmZvLmltZ1wiXG4gICAgICAgICAgICAgICAgW2xpbmtMb2dvXT1cImxpbmtMb2dvXCJcbiAgICAgICAgICAgICAgICBbc2hvcF09XCJzaG9wXCJcbiAgICAgICAgICAgICAgICBbbGlua3NdPVwibGlua3NcIlxuICAgICAgICAgICAgICAgIFtsb2dvXT1cImxvZ29cIlxuICAgICAgICAgICAgICAgIChhbmNob3JDbGlja2VkKT1cIm9uQW5jaG9yQ2xpY2tlZCgpXCJcbiAgICAgICAgICAgICAgICBbbW9kYWxFdmVudF09XCJtb2RhbENsaWNrXCJcbiAgICAgICAgICAgICAgICBbaW1nQmFja2dyb3VuZF09XCJtZW51SW5mby5pbWdCYWNrZ3JvdW5kXCJcbiAgICAgICAgICAgICAgICBbdGFnc109XCJtZW51SW5mby50YWdzXCJcbiAgICAgICAgICAgICAgICBbdGV4dENvbG9yc109XCJtZW51SW5mby50ZXh0Q29sb3JzXCJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLW1vZGFsLW1lbnU+XG4gICAgICAgIDwvc2VjdGlvbj5cbiAgICB9XG48L2Rpdj5cbiJdfQ==
143
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyL2JhYnlsb24taGVhZGVyLW1lbnUtY2VudGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNOLEtBQUssRUFDTCxNQUFNLEVBQ04sV0FBVyxHQUNkLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM3RixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSzNDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDOzs7QUFlL0YsTUFBTSxPQUFPLGdDQUFnQztJQWI3QztRQWNhLGdCQUFXLEdBQVksS0FBSyxDQUFDO1FBYTdCLGlCQUFZLEdBQWEsS0FBSyxDQUFDO1FBRTlCLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBQ2hDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNuQyxhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FB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QkFFSSxVQUFVO3NCQUFuQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU07Z0JBQ0csUUFBUTtzQkFBakIsTUFBTTtnQkFDRyxVQUFVO3NCQUFuQixNQUFNO2dCQUNHLG1CQUFtQjtzQkFBNUIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIGluamVjdCxcbiAgICBJbnB1dCxcbiAgICBPdXRwdXQsXG4gICAgUExBVEZPUk1fSUQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnV0dG9uVHlwZSB9IGZyb20gJy4uLy4uLy4uL0VudW0nO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTWVudUJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tbWVudS1idXR0b24uaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25NZW51SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tbWVudS1pbmZvLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTW9kYWxNZW51Q29tcG9uZW50IH0gZnJvbSAnLi4vYmFieWxvbi1tb2RhbC1tZW51L2JhYnlsb24tbW9kYWwtbWVudS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIFJvdXRlck1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUsXG4gICAgICAgIEJhYnlsb25Nb2RhbE1lbnVDb21wb25lbnQsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1oZWFkZXItbWVudS1jZW50ZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWhlYWRlci1tZW51LWNlbnRlci5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25IZWFkZXJNZW51Q2VudGVyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBoZWFkZXJGaXhlZDogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIGxvZ28/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIGxvZ29TdGlja3k/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIGxpbmtMb2dvPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgQElucHV0KCkgYnRuQm9vaz86IEJhYnlsb25CdXR0b25JO1xuICAgIEBJbnB1dCgpIHNob3A/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbWVudT86IEJhYnlsb25NZW51QnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIG1lbnVJbmZvPzogQmFieWxvbk1lbnVJbmZvSTtcbiAgICBASW5wdXQoKSBsYW5nPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIG5kVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbXVsdGlwbGVNb3RvcnNNb2RhbD86IGJvb2xlYW47XG4gICAgQElucHV0KCkgbGlua3M/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIGVuZ2luZUV4dGVybj86IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgIEBPdXRwdXQoKSBvcGVuRW5naW5lID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTGFuZ3VhZ2VzID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTmV3cyA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgICBAT3V0cHV0KCkgbW9kYWxDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xuICAgIEBPdXRwdXQoKSBvcGVuTW9kYWxNdWx0TW90b3JzID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gICAgaXNIYW1idXJnZXJBY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAgIHByaXZhdGUgcGxhdGZvcm1JZCA9IGluamVjdChQTEFURk9STV9JRCk7XG5cbiAgICBvcGVuTGFuZ3VhZ2VzTW9kYWwoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub3Blbkxhbmd1YWdlcy5lbWl0KCk7XG4gICAgfVxuXG4gICAgb3BlbkVuZ2luZU1vZGFsKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuZW5naW5lRXh0ZXJuKSB7XG4gICAgICAgICAgICB0aGlzLm9wZW5FbmdpbmUuZW1pdCgpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5saW5rcyAmJiB0aGlzLmxpbmtzPy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMubGlua3MuZm9yRWFjaCgobGluaykgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGxpbmsubGFiZWwgPT09IEJ1dHRvblR5cGUuQm9va05vdykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpbmRvdy5vcGVuKGxpbms/LnVybCwgJ19ibGFuaycpO1xuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBvcGVuTmV3c2xldHRlcigpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vcGVuTmV3cy5lbWl0KCk7XG4gICAgfVxuXG4gICAgb3Blbk1vZGFsTXVsdGlwbGVNb3RvcnMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub3Blbk1vZGFsTXVsdE1vdG9ycy5lbWl0KCk7XG4gICAgfVxuXG4gICAgcHJldmVudExpbmsoZTogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgZS5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICB0aGlzLmlzSGFtYnVyZ2VyQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuXG4gICAgdG9nZ2xlTWVudSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICAgIGNvbnN0IGhhbWJ1cmdlciA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5oYW1idXJnZXInKTtcbiAgICAgICAgICAgIGNvbnN0IHBhbmVsTWVudSA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5wYW5lbF9tZW51Jyk7XG4gICAgICAgICAgICBjb25zdCBib2R5ID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignYm9keScpO1xuICAgICAgICAgICAgY29uc3QgaGVhZGVyID0gZG9jdW1lbnQucXVlcnlTZWxlY3RvcignaGVhZGVyJyk7XG5cbiAgICAgICAgICAgIGlmIChoYW1idXJnZXIpIHtcbiAgICAgICAgICAgICAgICBoYW1idXJnZXIuY2xhc3NMaXN0LnRvZ2dsZSgnaXMtYWN0aXZlJyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChwYW5lbE1lbnUpIHtcbiAgICAgICAgICAgICAgICBwYW5lbE1lbnUuY2xhc3NMaXN0LnRvZ2dsZSgnYWN0aXZlJyk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChib2R5KSB7XG4gICAgICAgICAgICAgICAgYm9keS5jbGFzc0xpc3QudG9nZ2xlKCdub19zY3JvbGwnKTtcbiAgICAgICAgICAgICAgICBpZiAocGFuZWxNZW51Py5jbGFzc0xpc3QuY29udGFpbnMoJ2FjdGl2ZScpKSB7XG4gICAgICAgICAgICAgICAgICAgIGJvZHkuc3R5bGUub3ZlcmZsb3cgPSAnaGlkZGVuJztcbiAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICBib2R5LnN0eWxlLm92ZXJmbG93ID0gJyc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICBpZiAoaGVhZGVyKSB7XG4gICAgICAgICAgICAgICAgaGVhZGVyLmNsYXNzTGlzdC50b2dnbGUoJ2hlYWRlcl9jb2xvcicpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgb25BbmNob3JDbGlja2VkKCk6IHZvaWQge1xuICAgICAgICBpZiAoJCgnLnBhbmVsX21lbnUnKS5oYXNDbGFzcygnYWN0aXZlJykpIHtcbiAgICAgICAgICAgIHRoaXMudG9nZ2xlTWVudSgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgb3BlblNob3AoKSB7XG4gICAgICAgIGlmIChpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgICBpZiAodGhpcy5saW5rcyAmJiB0aGlzLmxpbmtzPy5sZW5ndGggPiAwKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5saW5rcy5mb3JFYWNoKChsaW5rKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGlmIChsaW5rLmxhYmVsID09PSBCdXR0b25UeXBlLlNob3ApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpbmRvdy5sb2NhdGlvbi5ocmVmID1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rPy51cmwgPz8gd2luZG93LmxvY2F0aW9uLmhyZWY7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJiYWJ5bG9uLWhlYWRlclwiPlxuICAgIDxoZWFkZXJcbiAgICAgICAgY2xhc3M9XCJjc19zaXRlX2hlYWRlciBjc19zdHlsZV8xIGNzX3RyYW5zcGFyZW50X2hlYWRlciBjc19wcmltYXJ5X2NvbG9yIGNzX3N0aWNreV9oZWFkZXIgZml4ZWRfaGVhZGVyXCJcbiAgICA+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX21haW5faGVhZGVyX2luXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9sZWZ0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGxvZ28pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImxpbmtMb2dvPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX3NpdGVfYnJhbmRpbmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rTG9nbz8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImxpbmtMb2dvPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImxvZ28uc3JjXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwibG9nby5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIyNTBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9sZWZ0X3N0aWNreVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsb2dvU3RpY2t5KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJsaW5rTG9nbz8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zaXRlX2JyYW5kaW5nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGlua0xvZ28/LnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJsaW5rTG9nbz8ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJsb2dvU3RpY2t5LnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cImxvZ29TdGlja3kuYWx0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMjUwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICBAaWYgKG1lbnUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19tYWluX2hlYWRlcl9jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmF2IGNsYXNzPVwiY3NfbmF2IGNzX2ZzXzEzIGNzX3NlbWlib2xkXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobWVudS5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX25hdl9saXN0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAobGluayBvZiBtZW51OyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ21lbnUtaXRlbS1oYXMtY2hpbGRyZW4nOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rLmNoaWxkcmVuPy5sZW5ndGgsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcHJldmVudExpbmsoJGV2ZW50KVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgbGluay5sYWJlbCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsaW5rLmNoaWxkcmVuPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXRlbSBvZiBsaW5rLmNoaWxkcmVuO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgJGluZGV4XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGl0ZW0ubGlua1R5cGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLnVybFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcmV2ZW50TGluayhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAkZXZlbnRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpdGVtLmxhYmVsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmF2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX21haW5faGVhZGVyX3JpZ2h0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHNob3ApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9zaG9wXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tc2hvcFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuU2hvcCgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpY29uLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmdcIiBbbmdDbGFzc109XCJzaG9wXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYnRuQm9vaykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25hbWVdPVwiYnRuQm9vay5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9jYWxsIGJ0bi0tbGlnaHQxXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tYm9va1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG11bHRpcGxlTW90b3JzTW9kYWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA/IG9wZW5Nb2RhbE11bHRpcGxlTW90b3JzKClcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6IG9wZW5FbmdpbmVNb2RhbCgpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBidG5Cb29rLmxhYmVsIH19IDwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGFuZykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25hbWVdPVwibGFuZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHQgbWwtLTIwIGJ0bi1sYW5nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJidG4tbGFuZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuTGFuZ3VhZ2VzTW9kYWwoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj57eyBsYW5nIH19PC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19oYW1idXJnZXJfYnRuIG1sLS0yMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImhhbWJ1cmd1ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtbGFiZWw9XCJtZW51XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwidG9nZ2xlTWVudSgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2hhbWJ1cmdlcl9idG5faW5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2hlYWRlcj5cblxuICAgIEBpZiAobWVudUluZm8gJiYgbWVudSkge1xuICAgICAgICA8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX21lbnVcIj5cbiAgICAgICAgICAgIDxsaWItYmFieWxvbi1tb2RhbC1tZW51XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJwYW5lbF9tZW51XCJcbiAgICAgICAgICAgICAgICBbbWVudV09XCJtZW51XCJcbiAgICAgICAgICAgICAgICBbYWRkcmVzc109XCJtZW51SW5mby5hZGRyZXNzXCJcbiAgICAgICAgICAgICAgICBbYWRkcmVzc1RpdGxlXT1cIm1lbnVJbmZvLmFkZHJlc3M/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICBbY29udGFjdF09XCJtZW51SW5mby5jb250YWN0Py5saW5rc1wiXG4gICAgICAgICAgICAgICAgW2NvbnRhY3RUaXRsZV09XCJtZW51SW5mby5jb250YWN0Py50aXRsZVwiXG4gICAgICAgICAgICAgICAgW3NvY2lhbE1lZGlhXT1cIm1lbnVJbmZvLnNvY2lhbE1lZGlhXCJcbiAgICAgICAgICAgICAgICBbaW1nXT1cIm1lbnVJbmZvLmltZ1wiXG4gICAgICAgICAgICAgICAgW2xpbmtMb2dvXT1cImxpbmtMb2dvXCJcbiAgICAgICAgICAgICAgICBbc2hvcF09XCJzaG9wXCJcbiAgICAgICAgICAgICAgICBbbGlua3NdPVwibGlua3NcIlxuICAgICAgICAgICAgICAgIFtsb2dvXT1cImxvZ29cIlxuICAgICAgICAgICAgICAgIChhbmNob3JDbGlja2VkKT1cIm9uQW5jaG9yQ2xpY2tlZCgpXCJcbiAgICAgICAgICAgICAgICBbbW9kYWxFdmVudF09XCJtb2RhbENsaWNrXCJcbiAgICAgICAgICAgICAgICBbaW1nQmFja2dyb3VuZF09XCJtZW51SW5mby5pbWdCYWNrZ3JvdW5kXCJcbiAgICAgICAgICAgICAgICBbdGFnc109XCJtZW51SW5mby50YWdzXCJcbiAgICAgICAgICAgICAgICBbdGV4dENvbG9yc109XCJtZW51SW5mby50ZXh0Q29sb3JzXCJcbiAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLW1vZGFsLW1lbnU+XG4gICAgICAgIDwvc2VjdGlvbj5cbiAgICB9XG48L2Rpdj5cbiJdfQ==