ctt-babylon 0.8.13 → 0.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{lib/directives/babylon-sliders → directives}/babylon-hotels-slider.directive.d.ts +1 -2
- package/esm2022/directives/babylon-hotels-slider.directive.mjs +103 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +5 -29
- package/esm2022/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +6 -133
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +5 -39
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +5 -98
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +6 -80
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +5 -10
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +20 -134
- package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +37 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +6 -23
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +6 -29
- package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +22 -237
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +33 -225
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +17 -0
- package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +6 -28
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +6 -16
- package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +21 -0
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +5 -13
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +23 -72
- package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +105 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +6 -42
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +7 -91
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +5 -24
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +52 -114
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +53 -143
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +52 -148
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +52 -92
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +5 -12
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +61 -0
- package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +7 -31
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +5 -95
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +5 -62
- package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +5 -7
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +5 -31
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +18 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +5 -30
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +5 -38
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +5 -21
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +7 -13
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +71 -0
- package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +65 -0
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +9 -52
- package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +11 -34
- package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +5 -47
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +5 -20
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +4 -28
- package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +169 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +5 -19
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +5 -158
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +6 -19
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +6 -32
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +5 -25
- package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +5 -17
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +52 -0
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +5 -28
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +13 -0
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +5 -15
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +5 -14
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +5 -37
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +6 -104
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +8 -48
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +5 -35
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +5 -18
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +20 -0
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +5 -187
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +6 -33
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +5 -22
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +5 -194
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +12 -0
- package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +82 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +5 -23
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +11 -0
- package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +83 -0
- package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +183 -0
- package/esm2022/lib/directives/scroll/show-only-top.directive.mjs +103 -0
- package/esm2022/lib/directives/sliders/slick-init.directive.mjs +211 -0
- package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +105 -0
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +91 -0
- package/esm2022/lib/services/index.mjs +1 -3
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +35 -46
- package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
- package/esm2022/public-api.mjs +114 -11
- package/fesm2022/ctt-babylon.mjs +2652 -9381
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +1 -8
- package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +1 -14
- package/lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +1 -11
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +2 -25
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +1 -16
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +1 -39
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +2 -47
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +1 -4
- package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +1 -12
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +6 -35
- package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +2 -14
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +2 -16
- package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +6 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +11 -71
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +16 -60
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +1 -15
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +7 -0
- package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +5 -0
- package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +5 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +2 -18
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +3 -8
- package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +10 -0
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +1 -24
- package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +1 -5
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +1 -11
- package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +1 -5
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +8 -34
- package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +22 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +2 -19
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +7 -24
- package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +1 -9
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +7 -35
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +9 -34
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +8 -33
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +8 -29
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +1 -5
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +5 -0
- package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +1 -9
- package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +5 -0
- package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +5 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +3 -22
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +2 -40
- package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +1 -26
- package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +1 -3
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +1 -29
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +1 -16
- package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +6 -0
- package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +5 -0
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +5 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +1 -14
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +1 -16
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +1 -9
- package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +1 -11
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +1 -14
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +5 -12
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +1 -9
- package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -0
- package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +1 -17
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +26 -0
- package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +10 -0
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +3 -19
- package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +1 -16
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +5 -18
- package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +7 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +2 -33
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +1 -5
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +1 -5
- package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +28 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +1 -13
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +1 -39
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +1 -10
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +1 -27
- package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +1 -6
- package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +1 -7
- package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +9 -0
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +1 -22
- package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +1 -5
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
- package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +1 -15
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +1 -15
- package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +5 -0
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +2 -55
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +3 -24
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +2 -13
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +1 -7
- package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -0
- package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +2 -37
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +2 -12
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +1 -10
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +2 -34
- package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +12 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +1 -11
- package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +5 -0
- package/lib/directives/images/swap-on-reload.directive.d.ts +22 -0
- package/lib/directives/scroll/scroll-to.directive.d.ts +31 -0
- package/lib/directives/scroll/show-only-top.directive.d.ts +22 -0
- package/lib/directives/sliders/slick-init.directive.d.ts +14 -0
- package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +21 -0
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +24 -0
- package/lib/services/index.d.ts +0 -2
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +0 -2
- package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
- package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +13 -0
- package/lib/styles/styles/babylon/scss-daba/aos.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/buttons.scss +441 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.css +829 -0
- package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/funciones.scss +491 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/inputs.scss +168 -0
- package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.css +1 -0
- package/lib/styles/styles/babylon/scss-daba/style.scss +445 -0
- package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +635 -0
- package/lib/styles/styles-babylon.scss +7 -48
- package/package.json +4 -11
- package/public-api.d.ts +111 -6
- package/esm2022/lib/Enum/buttons-type.enum.mjs +0 -6
- package/esm2022/lib/Enum/index.mjs +0 -3
- package/esm2022/lib/Enum/logo-type.enum.mjs +0 -10
- package/esm2022/lib/Enum/services.enum.mjs +0 -8
- package/esm2022/lib/Enum/views.enum.mjs +0 -5
- package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-404/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +0 -30
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-action-banner/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-advantages/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-info/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-blog-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +0 -267
- package/esm2022/lib/components/core/babylon-color-picker/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-address/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-form/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-how/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-contact-map/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +0 -80
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-external-script/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-faq/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-features-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +0 -121
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-links/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-footer-social/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +0 -38
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-global-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-head-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-clear/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +0 -122
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +0 -156
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +0 -56
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-intro/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +0 -92
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +0 -36
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-info3img/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-info4img/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-items-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-language-modal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-legal/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-list-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +0 -139
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +0 -35
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +0 -39
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +0 -3
- package/esm2022/lib/components/core/babylon-newsletter/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +0 -49
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-offers-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-preload/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +0 -27
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-press-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-room-details/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +0 -5
- package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-services-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider2col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider2items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +0 -53
- package/esm2022/lib/components/core/babylon-slider3col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-slider3items/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-slider4col/index.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-thanks/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +0 -3
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +0 -4
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +0 -2
- package/esm2022/lib/components/core/babylon-webmap/index.mjs +0 -3
- package/esm2022/lib/components/core/index.mjs +0 -89
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +0 -124
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +0 -2
- package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +0 -3
- package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +0 -82
- package/esm2022/lib/components/shared/babylon-search/index.mjs +0 -2
- package/esm2022/lib/components/shared/index.mjs +0 -2
- package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +0 -71
- package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +0 -52
- package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +0 -60
- package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +0 -127
- package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +0 -62
- package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +0 -438
- package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +0 -107
- package/esm2022/lib/directives/data-background/data-background.directive.mjs +0 -32
- package/esm2022/lib/directives/link-type/link-type.directive.mjs +0 -287
- package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +0 -27
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-input.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-tags.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +0 -2
- package/esm2022/lib/interfaces/babylon-texts.interface.mjs +0 -2
- package/esm2022/lib/interfaces/index.mjs +0 -15
- package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +0 -14
- package/esm2022/lib/pipes/babylon-currency.pipe.mjs +0 -29
- package/esm2022/lib/services/color-panel.service.mjs +0 -316
- package/esm2022/lib/services/mapper/index.mjs +0 -3
- package/esm2022/lib/services/mapper/mapper.service.mjs +0 -2553
- package/esm2022/lib/services/mapper/mapper.service.token.mjs +0 -3
- package/esm2022/lib/services/modals-service/index.mjs +0 -2
- package/esm2022/lib/services/modals-service/modals.service.mjs +0 -77
- package/esm2022/lib/utils/complex-links.token.mjs +0 -6
- package/esm2022/lib/utils/index.mjs +0 -2
- package/esm2022/lib/utils/utils.mjs +0 -153
- package/lib/Enum/buttons-type.enum.d.ts +0 -4
- package/lib/Enum/index.d.ts +0 -2
- package/lib/Enum/logo-type.enum.d.ts +0 -8
- package/lib/Enum/services.enum.d.ts +0 -6
- package/lib/Enum/views.enum.d.ts +0 -3
- package/lib/components/core/babylon-404/babylon-404.interface.d.ts +0 -9
- package/lib/components/core/babylon-404/index.d.ts +0 -2
- package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +0 -14
- package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +0 -9
- package/lib/components/core/babylon-action-banner/index.d.ts +0 -2
- package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +0 -5
- package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +0 -13
- package/lib/components/core/babylon-advantages/index.d.ts +0 -3
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +0 -10
- package/lib/components/core/babylon-banner-info/index.d.ts +0 -2
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-banner-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +0 -24
- package/lib/components/core/babylon-blog-details/index.d.ts +0 -2
- package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +0 -18
- package/lib/components/core/babylon-blog-list/index.d.ts +0 -2
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +0 -4
- package/lib/components/core/babylon-breadcrumb/index.d.ts +0 -2
- package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +0 -57
- package/lib/components/core/babylon-color-picker/index.d.ts +0 -1
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +0 -11
- package/lib/components/core/babylon-comingsoon/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +0 -22
- package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +0 -4
- package/lib/components/core/babylon-contact-address/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +0 -15
- package/lib/components/core/babylon-contact-form/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +0 -6
- package/lib/components/core/babylon-contact-how/index.d.ts +0 -2
- package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +0 -8
- package/lib/components/core/babylon-contact-map/index.d.ts +0 -2
- package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +0 -24
- package/lib/components/core/babylon-engine/index.d.ts +0 -2
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +0 -22
- package/lib/components/core/babylon-engine-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +0 -21
- package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +0 -5
- package/lib/components/core/babylon-external-script/index.d.ts +0 -2
- package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +0 -8
- package/lib/components/core/babylon-faq/index.d.ts +0 -2
- package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +0 -8
- package/lib/components/core/babylon-features-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-filter-modal/index.d.ts +0 -1
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +0 -39
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +0 -8
- package/lib/components/core/babylon-floating-buttons/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +0 -14
- package/lib/components/core/babylon-footer-contact/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-links/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +0 -7
- package/lib/components/core/babylon-footer-logos/index.d.ts +0 -2
- package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +0 -6
- package/lib/components/core/babylon-footer-social/index.d.ts +0 -2
- package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +0 -12
- package/lib/components/core/babylon-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +0 -31
- package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +0 -8
- package/lib/components/core/babylon-global-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +0 -8
- package/lib/components/core/babylon-grid-gallery/index.d.ts +0 -2
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +0 -11
- package/lib/components/core/babylon-guests-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +0 -10
- package/lib/components/core/babylon-head-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +0 -20
- package/lib/components/core/babylon-header-book-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +0 -22
- package/lib/components/core/babylon-header-clear/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +0 -19
- package/lib/components/core/babylon-header-menu-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +0 -40
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +0 -23
- package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +0 -2
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +0 -18
- package/lib/components/core/babylon-header-menu-show/index.d.ts +0 -2
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +0 -53
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +0 -26
- package/lib/components/core/babylon-header-mobile/index.d.ts +0 -2
- package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +0 -18
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-list/index.d.ts +0 -3
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-hotels-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +0 -10
- package/lib/components/core/babylon-info-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +0 -9
- package/lib/components/core/babylon-info-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +0 -27
- package/lib/components/core/babylon-info-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +0 -33
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +0 -11
- package/lib/components/core/babylon-info-img-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +0 -19
- package/lib/components/core/babylon-info-intro/index.d.ts +0 -2
- package/lib/components/core/babylon-info-show-img/index.d.ts +0 -1
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +0 -12
- package/lib/components/core/babylon-info-zig-zag/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +0 -47
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +0 -14
- package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +0 -2
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +0 -21
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info2col-img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +0 -11
- package/lib/components/core/babylon-info2img/index.d.ts +0 -2
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +0 -14
- package/lib/components/core/babylon-info2img-big/index.d.ts +0 -2
- package/lib/components/core/babylon-info3img/index.d.ts +0 -1
- package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +0 -12
- package/lib/components/core/babylon-info4img/index.d.ts +0 -2
- package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-items-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +0 -7
- package/lib/components/core/babylon-language-modal/index.d.ts +0 -2
- package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +0 -7
- package/lib/components/core/babylon-legal/index.d.ts +0 -2
- package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-list-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +0 -45
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +0 -16
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +0 -8
- package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +0 -2
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +0 -25
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +0 -9
- package/lib/components/core/babylon-modal-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +0 -9
- package/lib/components/core/babylon-newsletter/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +0 -17
- package/lib/components/core/babylon-offer-detail/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-popup/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +0 -21
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +0 -9
- package/lib/components/core/babylon-offer-popupV2/index.d.ts +0 -2
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +0 -7
- package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +0 -18
- package/lib/components/core/babylon-offer-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +0 -14
- package/lib/components/core/babylon-offers-list/index.d.ts +0 -2
- package/lib/components/core/babylon-offers-slider/index.d.ts +0 -1
- package/lib/components/core/babylon-preload/index.d.ts +0 -1
- package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +0 -17
- package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +0 -8
- package/lib/components/core/babylon-press-list/index.d.ts +0 -2
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +0 -12
- package/lib/components/core/babylon-room-details/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +0 -10
- package/lib/components/core/babylon-rooms-cols/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-grid/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-list/index.d.ts +0 -2
- package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +0 -15
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +0 -8
- package/lib/components/core/babylon-rooms-slider/index.d.ts +0 -4
- package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +0 -6
- package/lib/components/core/babylon-services-slider/index.d.ts +0 -2
- package/lib/components/core/babylon-slider2col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider2items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +0 -20
- package/lib/components/core/babylon-slider3col/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +0 -5
- package/lib/components/core/babylon-slider3col-clear/index.d.ts +0 -1
- package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +0 -6
- package/lib/components/core/babylon-slider3items/index.d.ts +0 -2
- package/lib/components/core/babylon-slider4col/index.d.ts +0 -1
- package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +0 -29
- package/lib/components/core/babylon-static-footer/index.d.ts +0 -2
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +0 -18
- package/lib/components/core/babylon-static-footer-v2/index.d.ts +0 -2
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +0 -5
- package/lib/components/core/babylon-submenu-hotel/index.d.ts +0 -2
- package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +0 -7
- package/lib/components/core/babylon-thanks/index.d.ts +0 -2
- package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +0 -12
- package/lib/components/core/babylon-top-slider/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +0 -2
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +0 -7
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +0 -8
- package/lib/components/core/babylon-top-slider-v2/index.d.ts +0 -3
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +0 -9
- package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +0 -5
- package/lib/components/core/babylon-top-slider-video/index.d.ts +0 -3
- package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +0 -9
- package/lib/components/core/babylon-webmap/index.d.ts +0 -2
- package/lib/components/core/index.d.ts +0 -88
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +0 -31
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +0 -5
- package/lib/components/shared/babylon-dynamic-heading/index.d.ts +0 -2
- package/lib/components/shared/babylon-search/babylon-search.component.d.ts +0 -30
- package/lib/components/shared/babylon-search/index.d.ts +0 -1
- package/lib/components/shared/index.d.ts +0 -1
- package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +0 -17
- package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +0 -12
- package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +0 -18
- package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +0 -15
- package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +0 -39
- package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +0 -13
- package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +0 -36
- package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +0 -14
- package/lib/directives/data-background/data-background.directive.d.ts +0 -11
- package/lib/directives/link-type/link-type.directive.d.ts +0 -40
- package/lib/directives/scrolls/scroll-up.directive.d.ts +0 -7
- package/lib/interfaces/babylon-button.interface.d.ts +0 -9
- package/lib/interfaces/babylon-consult-type.interface.d.ts +0 -10
- package/lib/interfaces/babylon-dropdown.interface.d.ts +0 -9
- package/lib/interfaces/babylon-global-icon.interface.d.ts +0 -4
- package/lib/interfaces/babylon-image.interface.d.ts +0 -12
- package/lib/interfaces/babylon-input.interface.d.ts +0 -12
- package/lib/interfaces/babylon-menu-button.interface.d.ts +0 -10
- package/lib/interfaces/babylon-menu-info.interface.d.ts +0 -27
- package/lib/interfaces/babylon-page-config.interface.d.ts +0 -43
- package/lib/interfaces/babylon-site-config.interface.d.ts +0 -57
- package/lib/interfaces/babylon-tags.interface.d.ts +0 -21
- package/lib/interfaces/babylon-text-info.interface.d.ts +0 -17
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +0 -20
- package/lib/interfaces/babylon-texts.interface.d.ts +0 -5
- package/lib/interfaces/index.d.ts +0 -14
- package/lib/pipes/babylon-clean-phone.pipe.d.ts +0 -7
- package/lib/pipes/babylon-currency.pipe.d.ts +0 -7
- package/lib/services/color-panel.service.d.ts +0 -41
- package/lib/services/mapper/index.d.ts +0 -2
- package/lib/services/mapper/mapper.service.d.ts +0 -138
- package/lib/services/mapper/mapper.service.token.d.ts +0 -2
- package/lib/services/modals-service/index.d.ts +0 -1
- package/lib/services/modals-service/modals.service.d.ts +0 -15
- package/lib/styles/styles/babylon/_spacing.css +0 -1
- package/lib/styles/styles/babylon/_spacing.scss +0 -72
- package/lib/styles/styles/babylon/common.css +0 -1
- package/lib/styles/styles/babylon/common.scss +0 -1823
- package/lib/styles/styles/babylon/globals.css +0 -1
- package/lib/styles/styles/babylon/globals.scss +0 -848
- package/lib/styles/styles/babylon/mixins.css +0 -1
- package/lib/styles/styles/babylon/mixins.scss +0 -1031
- package/lib/styles/styles/babylon/reset.css +0 -1
- package/lib/styles/styles/babylon/reset.scss +0 -136
- package/lib/styles/styles/babylon/slide.css +0 -1
- package/lib/styles/styles/babylon/slider.css +0 -1
- package/lib/styles/styles/babylon/slider.scss +0 -876
- package/lib/styles/styles/babylon/structure.scss +0 -1
- package/lib/styles/styles/babylon/variables-v2.css +0 -0
- package/lib/styles/styles/babylon/variables.css +0 -1
- package/lib/styles/styles/babylon/variables.scss +0 -330
- package/lib/utils/complex-links.token.d.ts +0 -2
- package/lib/utils/index.d.ts +0 -1
- package/lib/utils/utils.d.ts +0 -14
- /package/lib/styles/styles/babylon/{structure.css → scss-daba/funciones.css} +0 -0
package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs
CHANGED
|
@@ -1,54 +1,14 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { ChangeDetectionStrategy, Component
|
|
3
|
-
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
2
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/platform-browser";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
4
|
export class BabylonStaticFooterV2Component {
|
|
8
|
-
constructor(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
this.frameUrl = '';
|
|
12
|
-
this.safeUrl = '';
|
|
13
|
-
}
|
|
14
|
-
ngAfterViewInit() {
|
|
15
|
-
const videoUrl = this.frameUrl;
|
|
16
|
-
this.safeUrl = this.sanitizer.bypassSecurityTrustResourceUrl(videoUrl);
|
|
17
|
-
this.cdr.detectChanges();
|
|
18
|
-
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV2Component, deps: [{ token: i1.DomSanitizer }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonStaticFooterV2Component, isStandalone: true, selector: "lib-babylon-static-footer-v2", inputs: { img: "img", imgUrl: "imgUrl", title: "title", ndTitle: "ndTitle", rdTitle: "rdTitle", thTitle: "thTitle", frameUrl: "frameUrl", contactInfo: "contactInfo", contactLinks: "contactLinks", address: "address", socialMedia: "socialMedia", copyright: "copyright", nav: "nav", footerLinks: "footerLinks" }, ngImport: i0, template: "<!-- La foto es opcional -->\n<footer class=\"babylon__footer_v2 cs_bg_filed\">\n <div class=\"cs_footer_main\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_footer_grid_2\">\n <!-- 1a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (title) {\n <h3 class=\"pretitle\">\n <span>{{ title }}</span>\n </h3>\n }\n @if (contactInfo?.length) {\n <ul class=\"cs_menu_widget cs_mp0\">\n @for (\n contact of contactInfo;\n track $index\n ) {\n @if (contact) {\n <li>\n <a\n [attr.aria-label]=\"\n contact.label\n \"\n class=\"text\"\n [linkType]=\"\n contact.linkType\n \"\n [href]=\"contact.url\"\n >{{ contact.label }}</a\n >\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (ndTitle) {\n <h3 class=\"pretitle\">\n <span>{{ ndTitle }}</span>\n </h3>\n }\n @if (address) {\n <div class=\"cs_text_widget text\">\n <p>\n @if (address.address) {\n {{ address.address }} <br />\n }\n @if (address.cp && address.city) {\n {{ address.cp }} {{ address.city }}\n <br />\n }\n @if (\n address.province && address.country\n ) {\n {{ address.province }}\n {{ address.country }}\n }\n </p>\n </div>\n }\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (rdTitle) {\n <h3 class=\"pretitle\">\n <span>{{ rdTitle }}</span>\n </h3>\n }\n @if (socialMedia) {\n <ul class=\"cs_menu_widget cs_mp0\">\n @for (item of socialMedia; track $index) {\n <li>\n <a\n [attr.aria-label]=\"item.label\"\n class=\"text\"\n linkType=\"external\"\n [href]=\"item.url\"\n >\n <i [ngClass]=\"item.icon\"></i>\n {{ item.label }}\n </a>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n </div>\n <!-- 2a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (img) {\n <a\n [attr.aria-label]=\"img.src\"\n class=\"cs_footer_map cs_primary_bg\"\n [href]=\"imgUrl || '#'\"\n [ngClass]=\"{ 'pointers-none': !imgUrl }\"\n linkType=\"external\"\n >\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n loading=\"lazy\"\n />\n </a>\n } @else {\n @if (safeUrl) {\n <div class=\"cs_footer_map cs_primary_bg\">\n <iframe\n [src]=\"safeUrl\"\n allowfullscreen\n ></iframe>\n </div>\n }\n }\n </div>\n </div>\n <div class=\"cs_bottom_links_footer position-relative\">\n @if (footerLinks) {\n <ul class=\"cs_menu_widget_links cs_mp0\">\n @for (link of footerLinks; track $index) {\n @if (link) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n class=\"text\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_footer_wrap\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_bottom_footer position-relative\">\n @if (copyright) {\n <div class=\"cs_copyright\">\n <span class=\"cs_copyright_year\"> {{ copyright }} </span>\n </div>\n }\n @if (contactLinks?.length) {\n <div class=\"cs_bottom_footer_right\">\n <ul class=\"cs_footer_links cs_mp_0\">\n @for (link of contactLinks; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [linkType]=\"link.linkType\"\n [href]=\"link.url\"\n >{{ link.label }}</a\n >\n </li>\n }\n </ul>\n </div>\n }\n </div>\n </div>\n </div>\n</footer>\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);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@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}}.babylon__footer_v2{color:var(--cl_footer-text)}.babylon__footer_v2 a{text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer_v2 a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 539px){.cs_social_btns{justify-content:center}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li a{color:var(--cl_footer-text)}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_bottom_footer_wrap{background-color:var(--cl_footer-bg-bottom)}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:20px 0}}.cs_bottom_links_footer{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:10px 0 30px;gap:2px 15px}@media (max-width: 767px){.cs_bottom_links_footer{flex-direction:column;padding:0 0 20px}}.cs_menu_widget_links{display:flex;flex-wrap:wrap;gap:2px 15px}@media (max-width: 767px){.cs_menu_widget_links{align-items:center;justify-content:center}}.cs_menu_widget_links li:not(:last-child){position:relative;padding-right:15px}.cs_menu_widget_links li:not(:last-child):after{content:\"\";position:absolute;display:block;height:15px;width:1px;background-color:var(--cl_text);right:0;top:50%;transform:translateY(-50%)}.cs_text_widget p{margin-bottom:0}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{background-color:var(--cl_footer-bg);padding:60px 0 0}@media (max-width: 1024px){.cs_footer_main{padding:40px 0 0}}.cs_footer_grid_2{display:flex;gap:10px;height:100%}.cs_footer_grid_2 .cs_footer_column{display:flex;flex-direction:column;gap:30px}.cs_footer_grid_2 .cs_footer_column:first-child{flex:0 0 30%}.cs_footer_grid_2 .cs_footer_column:last-child{flex:0 0 70%;gap:10px}.cs_footer_grid_2 .cs_footer_grid_item{flex:1}.cs_footer_grid_2 .cs_footer_map{flex:1;position:relative}.cs_footer_grid_2 .cs_footer_map iframe{width:100%;height:100%;border:none}@media (max-width: 767px){.cs_footer_grid_2{flex-direction:column;gap:25px 24px;text-align:center}.cs_footer_grid_2 .cs_footer_column{flex:1 1 100%}}.cs_plr_100{padding-right:100px;padding-left:100px}@media (max-width: 1679px){.cs_plr_100{padding-right:60px;padding-left:60px}}@media (max-width: 1279px){.cs_plr_100{padding-right:15px;padding-left:15px}}@media (max-width: 539px){.cs_plr_100{padding-right:30px;padding-left:30px}}.cs_footer_item{height:100%}.cs_footer_item .pretitle{margin-bottom:15px}.cs_footer_map.cs_primary_bg{height:100%}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 1024px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}footer{height:auto;padding-bottom:60px}@media (min-width: 768px){footer{padding-bottom:0}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5
|
+
constructor() { }
|
|
6
|
+
ngAfterViewInit() { }
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonStaticFooterV2Component, isStandalone: true, selector: "lib-babylon-static-footer-v2", ngImport: i0, template: "<!-- La foto es opcional -->\n<footer class=\"babylon__footer_v2 cs_bg_filed\">\n <div class=\"cs_footer_main\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_footer_grid_2\">\n <!-- 1a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>Titulo</span>\n </h5>\n <ul class=\"cs_menu_widget cs_mp0\">\n <li class=\"\">\n <a href=\"#\">Enlace 1</a>\n <a href=\"#\">Enlace 2</a>\n <a href=\"#\">Enlace 3</a>\n </li>\n </ul>\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>ndTitle</span>\n </h5>\n <div class=\"cs_text_widget\">\n <p>\n Carrer de Xesc Forteza, 11 <br />\n 07007 Palma <br />\n Islas Baleares, Espa\u00F1a\n </p>\n </div>\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>rdTitle</span>\n </h5>\n <ul class=\"cs_menu_widget cs_mp0\">\n <li>\n <a href=\"#\">\n <i class=\"babylon-facebook\"></i>\n Facebook\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n <!-- 2a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <div class=\"cs_footer_map cs_primary_bg\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3076.2503535416695!2d2.6898521754386184!3d39.55396220769887!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1297c5c6ef5b331f%3A0x54e17b037254e39e!2sClicktotravel!5e0!3m2!1ses!2ses!4v1744013500911!5m2!1ses!2ses\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_links_footer position-relative\">\n <ul class=\"cs_menu_widget_links cs_mp0\">\n <li>\n <a href=\"#\">\n link 1\n </a>\n </li>\n <li>\n <a href=\"#\">\n link 2\n </a>\n </li>\n </ul>\n\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_footer_wrap\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_bottom_footer position-relative\">\n <div class=\"cs_copyright\">\n <span class=\"cs_copyright_year\"> copyright </span>\n </div>\n <!-- <span class=\"cs_scrollup cs_center\">\n <svg\n width=\"15\"\n height=\"7\"\n viewBox=\"0 0 15 7\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15 6.18793L14.1169 7L7.93687 1.31723C7.81958 1.20941 7.66053 1.14885 7.49468 1.14885C7.32884 1.14885 7.16978 1.20941 7.0525 1.31723L0.884376 6.99022L0 6.177L6.16812 0.505163C6.51998 0.181708 6.99715 0 7.49468 0C7.99222 0 8.46938 0.181708 8.82125 0.505163L15 6.18793Z\"\n fill=\"white\"\n />\n </svg>\n <span babylonScrollUp class=\"cs_scrollup_bg_dotted cs_accent_color\">\n <svg\n width=\"56\"\n height=\"56\"\n viewBox=\"0 0 56 56\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle\n cx=\"28\"\n cy=\"28\"\n r=\"27.5\"\n stroke=\"currentColor\"\n stroke-dasharray=\"5 5\"\n />\n </svg>\n </span>\n </span> -->\n <div class=\"cs_bottom_footer_right\">\n <ul class=\"cs_footer_links cs_mp_0\">\n <li>\n <a href=\"#\">Link 1</a>\n </li>\n <li>\n <a href=\"#\">Link 2</a>\n </li>\n <li>\n <a href=\"#\">Link 3</a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</footer>\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_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__footer_v2{background-color:var(--cl_footer-bg);color:var(--cl_footer-text)}.babylon__footer_v2 a{color:var(--cl_footer-text);text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer_v2 a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 575px){.cs_social_btns{justify-content:center}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:40px 0 20px}}.cs_bottom_links_footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_links_footer{flex-direction:column;padding:40px 0 20px}}.cs_menu_widget_links{display:flex;flex-wrap:wrap;gap:2px 15px}.cs_text_widget p{margin-bottom:0}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{padding:100px 0 0}@media (max-width: 991px){.cs_footer_main{padding:80px 0 0}}.cs_footer_grid_2{display:flex;gap:30px;height:100%}.cs_footer_grid_2 .cs_footer_column{display:flex;flex-direction:column;gap:30px}.cs_footer_grid_2 .cs_footer_column:first-child{flex:0 0 30%}.cs_footer_grid_2 .cs_footer_column:last-child{flex:0 0 70%}.cs_footer_grid_2 .cs_footer_grid_item{flex:1}.cs_footer_grid_2 .cs_footer_map{flex:1;position:relative}.cs_footer_grid_2 .cs_footer_map iframe{width:100%;height:100%;border:none}@media (max-width: 575px){.cs_footer_grid_2{flex-direction:column;gap:55px 24px;text-align:center}.cs_footer_grid_2 .cs_footer_column{flex:1 1 100%}}.cs_plr_100{padding-right:100px;padding-left:100px}@media (max-width: 1679px){.cs_plr_100{padding-right:60px;padding-left:60px}}@media (max-width: 1199px){.cs_plr_100{padding-right:45px;padding-left:15px}}@media (max-width: 575px){.cs_plr_100{padding-right:30px;padding-left:30px}}.cs_footer_item,.cs_footer_map.cs_primary_bg{height:100%}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 991px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}footer{height:auto;padding-bottom:60px}@media (min-width: 768px){footer{padding-bottom:0}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
9
|
}
|
|
22
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV2Component, decorators: [{
|
|
23
11
|
type: Component,
|
|
24
|
-
args: [{ selector: 'lib-babylon-static-footer-v2', standalone: true, imports: [CommonModule, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- La foto es opcional -->\n<footer class=\"babylon__footer_v2 cs_bg_filed\">\n <div class=\"cs_footer_main\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_footer_grid_2\">\n <!-- 1a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (title) {\n <h3 class=\"pretitle\">\n <span>{{ title }}</span>\n </h3>\n }\n @if (contactInfo?.length) {\n <ul class=\"cs_menu_widget cs_mp0\">\n @for (\n contact of contactInfo;\n track $index\n ) {\n @if (contact) {\n <li>\n <a\n [attr.aria-label]=\"\n contact.label\n \"\n class=\"text\"\n [linkType]=\"\n contact.linkType\n \"\n [href]=\"contact.url\"\n >{{ contact.label }}</a\n >\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (ndTitle) {\n <h3 class=\"pretitle\">\n <span>{{ ndTitle }}</span>\n </h3>\n }\n @if (address) {\n <div class=\"cs_text_widget text\">\n <p>\n @if (address.address) {\n {{ address.address }} <br />\n }\n @if (address.cp && address.city) {\n {{ address.cp }} {{ address.city }}\n <br />\n }\n @if (\n address.province && address.country\n ) {\n {{ address.province }}\n {{ address.country }}\n }\n </p>\n </div>\n }\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (rdTitle) {\n <h3 class=\"pretitle\">\n <span>{{ rdTitle }}</span>\n </h3>\n }\n @if (socialMedia) {\n <ul class=\"cs_menu_widget cs_mp0\">\n @for (item of socialMedia; track $index) {\n <li>\n <a\n [attr.aria-label]=\"item.label\"\n class=\"text\"\n linkType=\"external\"\n [href]=\"item.url\"\n >\n <i [ngClass]=\"item.icon\"></i>\n {{ item.label }}\n </a>\n </li>\n }\n </ul>\n }\n </div>\n </div>\n </div>\n <!-- 2a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n @if (img) {\n <a\n [attr.aria-label]=\"img.src\"\n class=\"cs_footer_map cs_primary_bg\"\n [href]=\"imgUrl || '#'\"\n [ngClass]=\"{ 'pointers-none': !imgUrl }\"\n linkType=\"external\"\n >\n <img\n [src]=\"img.src\"\n [alt]=\"img.alt\"\n loading=\"lazy\"\n />\n </a>\n } @else {\n @if (safeUrl) {\n <div class=\"cs_footer_map cs_primary_bg\">\n <iframe\n [src]=\"safeUrl\"\n allowfullscreen\n ></iframe>\n </div>\n }\n }\n </div>\n </div>\n <div class=\"cs_bottom_links_footer position-relative\">\n @if (footerLinks) {\n <ul class=\"cs_menu_widget_links cs_mp0\">\n @for (link of footerLinks; track $index) {\n @if (link) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n class=\"text\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n }\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_footer_wrap\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_bottom_footer position-relative\">\n @if (copyright) {\n <div class=\"cs_copyright\">\n <span class=\"cs_copyright_year\"> {{ copyright }} </span>\n </div>\n }\n @if (contactLinks?.length) {\n <div class=\"cs_bottom_footer_right\">\n <ul class=\"cs_footer_links cs_mp_0\">\n @for (link of contactLinks; track $index) {\n <li>\n <a\n [attr.aria-label]=\"link.label\"\n [linkType]=\"link.linkType\"\n [href]=\"link.url\"\n >{{ link.label }}</a\n >\n </li>\n }\n </ul>\n </div>\n }\n </div>\n </div>\n </div>\n</footer>\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);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@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}}.babylon__footer_v2{color:var(--cl_footer-text)}.babylon__footer_v2 a{text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer_v2 a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 539px){.cs_social_btns{justify-content:center}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li a{color:var(--cl_footer-text)}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_bottom_footer_wrap{background-color:var(--cl_footer-bg-bottom)}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:20px 0}}.cs_bottom_links_footer{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:10px 0 30px;gap:2px 15px}@media (max-width: 767px){.cs_bottom_links_footer{flex-direction:column;padding:0 0 20px}}.cs_menu_widget_links{display:flex;flex-wrap:wrap;gap:2px 15px}@media (max-width: 767px){.cs_menu_widget_links{align-items:center;justify-content:center}}.cs_menu_widget_links li:not(:last-child){position:relative;padding-right:15px}.cs_menu_widget_links li:not(:last-child):after{content:\"\";position:absolute;display:block;height:15px;width:1px;background-color:var(--cl_text);right:0;top:50%;transform:translateY(-50%)}.cs_text_widget p{margin-bottom:0}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{background-color:var(--cl_footer-bg);padding:60px 0 0}@media (max-width: 1024px){.cs_footer_main{padding:40px 0 0}}.cs_footer_grid_2{display:flex;gap:10px;height:100%}.cs_footer_grid_2 .cs_footer_column{display:flex;flex-direction:column;gap:30px}.cs_footer_grid_2 .cs_footer_column:first-child{flex:0 0 30%}.cs_footer_grid_2 .cs_footer_column:last-child{flex:0 0 70%;gap:10px}.cs_footer_grid_2 .cs_footer_grid_item{flex:1}.cs_footer_grid_2 .cs_footer_map{flex:1;position:relative}.cs_footer_grid_2 .cs_footer_map iframe{width:100%;height:100%;border:none}@media (max-width: 767px){.cs_footer_grid_2{flex-direction:column;gap:25px 24px;text-align:center}.cs_footer_grid_2 .cs_footer_column{flex:1 1 100%}}.cs_plr_100{padding-right:100px;padding-left:100px}@media (max-width: 1679px){.cs_plr_100{padding-right:60px;padding-left:60px}}@media (max-width: 1279px){.cs_plr_100{padding-right:15px;padding-left:15px}}@media (max-width: 539px){.cs_plr_100{padding-right:30px;padding-left:30px}}.cs_footer_item{height:100%}.cs_footer_item .pretitle{margin-bottom:15px}.cs_footer_map.cs_primary_bg{height:100%}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 1024px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}footer{height:auto;padding-bottom:60px}@media (min-width: 768px){footer{padding-bottom:0}}\n"] }]
|
|
25
|
-
}], ctorParameters: () => [
|
|
26
|
-
|
|
27
|
-
}], imgUrl: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], title: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], ndTitle: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], rdTitle: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], thTitle: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], frameUrl: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], contactInfo: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], contactLinks: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], address: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], socialMedia: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], copyright: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], nav: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], footerLinks: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}] } });
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFFSCx1QkFBdUIsRUFFdkIsU0FBUyxFQUNULEtBQUssR0FDUixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7OztBQWE3RixNQUFNLE9BQU8sOEJBQThCO0lBa0J2QyxZQUNxQixTQUF1QixFQUN2QixHQUFzQjtRQUR0QixjQUFTLEdBQVQsU0FBUyxDQUFjO1FBQ3ZCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBYmxDLGFBQVEsR0FBVyxFQUFFLENBQUM7UUFTL0IsWUFBTyxHQUFvQixFQUFFLENBQUM7SUFLM0IsQ0FBQztJQUVKLGVBQWU7UUFDWCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQy9CLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyw4QkFBOEIsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN2RSxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzdCLENBQUM7K0dBM0JRLDhCQUE4QjttR0FBOUIsOEJBQThCLDhZQ3RCM0MseW5SQWlMQSwrMzdCRGhLYyxZQUFZLDZIQUFFLHdCQUF3Qjs7NEZBS3ZDLDhCQUE4QjtrQkFSMUMsU0FBUzsrQkFDSSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHdCQUF3QixDQUFDLG1CQUdoQyx1QkFBdUIsQ0FBQyxNQUFNO2lIQUd0QyxHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBDb21wb25lbnQsXG4gICAgSW5wdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRG9tU2FuaXRpemVyLCBTYWZlUmVzb3VyY2VVcmwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcbmltcG9ydCB7IEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvbGluay10eXBlL2xpbmstdHlwZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW1hZ2VJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uQWRkcmVzc0l0ZW0gfSBmcm9tICcuLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXIvYmFieWxvbi1zdGF0aWMtZm9vdGVyLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tc3RhdGljLWZvb3Rlci12MicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjIuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uU3RhdGljRm9vdGVyVjJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgICBASW5wdXQoKSBpbWc/OiBCYWJ5bG9uSW1hZ2VJO1xuICAgIEBJbnB1dCgpIGltZ1VybD86IHN0cmluZztcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBuZFRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHJkVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGhUaXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBmcmFtZVVybDogc3RyaW5nID0gJyc7XG4gICAgQElucHV0KCkgY29udGFjdEluZm8/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuICAgIEBJbnB1dCgpIGNvbnRhY3RMaW5rcz86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgYWRkcmVzcz86IEJhYnlsb25BZGRyZXNzSXRlbTtcbiAgICBASW5wdXQoKSBzb2NpYWxNZWRpYT86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgY29weXJpZ2h0Pzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIG5hdj86IEJhYnlsb25CdXR0b25JW107XG4gICAgQElucHV0KCkgZm9vdGVyTGlua3M/OiBCYWJ5bG9uQnV0dG9uSVtdO1xuXG4gICAgc2FmZVVybDogU2FmZVJlc291cmNlVXJsID0gJyc7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBzYW5pdGl6ZXI6IERvbVNhbml0aXplcixcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBjZHI6IENoYW5nZURldGVjdG9yUmVmXG4gICAgKSB7fVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICBjb25zdCB2aWRlb1VybCA9IHRoaXMuZnJhbWVVcmw7XG4gICAgICAgIHRoaXMuc2FmZVVybCA9IHRoaXMuc2FuaXRpemVyLmJ5cGFzc1NlY3VyaXR5VHJ1c3RSZXNvdXJjZVVybCh2aWRlb1VybCk7XG4gICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICB9XG59XG4iLCI8IS0tICBMYSBmb3RvIGVzIG9wY2lvbmFsIC0tPlxuPGZvb3RlciBjbGFzcz1cImJhYnlsb25fX2Zvb3Rlcl92MiBjc19iZ19maWxlZFwiPlxuICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfbWFpblwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfZ3JpZF8yXCI+XG4gICAgICAgICAgICAgICAgPCEtLSAxYSBjb2x1bW5hIC0tPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfY29sdW1uXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfZ3JpZF9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyB0aXRsZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChjb250YWN0SW5mbz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX21lbnVfd2lkZ2V0IGNzX21wMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29udGFjdCBvZiBjb250YWN0SW5mbztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoY29udGFjdCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbnRhY3QubGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb250YWN0LmxpbmtUeXBlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJjb250YWN0LnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGNvbnRhY3QubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChuZFRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInByZXRpdGxlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBuZFRpdGxlIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZHJlc3MpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3RleHRfd2lkZ2V0IHRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy5hZGRyZXNzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkZHJlc3MuYWRkcmVzcyB9fSA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzLmNwICYmIGFkZHJlc3MuY2l0eSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBhZGRyZXNzLmNwIH19IHt7IGFkZHJlc3MuY2l0eSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzcy5wcm92aW5jZSAmJiBhZGRyZXNzLmNvdW50cnlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgYWRkcmVzcy5wcm92aW5jZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBhZGRyZXNzLmNvdW50cnkgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9ncmlkX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocmRUaXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgcmRUaXRsZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChzb2NpYWxNZWRpYSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19tZW51X3dpZGdldCBjc19tcDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGl0ZW0gb2Ygc29jaWFsTWVkaWE7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaXRlbS5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGlua1R5cGU9XCJleHRlcm5hbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJpdGVtLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIFtuZ0NsYXNzXT1cIml0ZW0uaWNvblwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGl0ZW0ubGFiZWwgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwhLS0gMmEgY29sdW1uYSAtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2NvbHVtblwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpbWcpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaW1nLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2Zvb3Rlcl9tYXAgY3NfcHJpbWFyeV9iZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJpbWdVcmwgfHwgJyMnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsgJ3BvaW50ZXJzLW5vbmUnOiAhaW1nVXJsIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGlua1R5cGU9XCJleHRlcm5hbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImltZy5zcmNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthbHRdPVwiaW1nLmFsdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHNhZmVVcmwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfbWFwIGNzX3ByaW1hcnlfYmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aWZyYW1lXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwic2FmZVVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2lmcmFtZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYm90dG9tX2xpbmtzX2Zvb3RlciBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChmb290ZXJMaW5rcykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX21lbnVfd2lkZ2V0X2xpbmtzIGNzX21wMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGZvb3RlckxpbmtzOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAobGluaykge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwibGluay5sYWJlbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImxpbmsubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBsaW5rLmxhYmVsIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNzX2JvdHRvbV9mb290ZXJfd3JhcFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19ib3R0b21fZm9vdGVyIHBvc2l0aW9uLXJlbGF0aXZlXCI+XG4gICAgICAgICAgICAgICAgQGlmIChjb3B5cmlnaHQpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NvcHlyaWdodFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19jb3B5cmlnaHRfeWVhclwiPiB7eyBjb3B5cmlnaHQgfX0gPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgQGlmIChjb250YWN0TGlua3M/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYm90dG9tX2Zvb3Rlcl9yaWdodFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfZm9vdGVyX2xpbmtzIGNzX21wXzBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGNvbnRhY3RMaW5rczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJsaW5rLmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBsaW5rLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9mb290ZXI+XG4iXX0=
|
|
12
|
+
args: [{ selector: 'lib-babylon-static-footer-v2', standalone: true, imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- La foto es opcional -->\n<footer class=\"babylon__footer_v2 cs_bg_filed\">\n <div class=\"cs_footer_main\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_footer_grid_2\">\n <!-- 1a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>Titulo</span>\n </h5>\n <ul class=\"cs_menu_widget cs_mp0\">\n <li class=\"\">\n <a href=\"#\">Enlace 1</a>\n <a href=\"#\">Enlace 2</a>\n <a href=\"#\">Enlace 3</a>\n </li>\n </ul>\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>ndTitle</span>\n </h5>\n <div class=\"cs_text_widget\">\n <p>\n Carrer de Xesc Forteza, 11 <br />\n 07007 Palma <br />\n Islas Baleares, Espa\u00F1a\n </p>\n </div>\n </div>\n </div>\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <h5 class=\"title--smaller\">\n <span>rdTitle</span>\n </h5>\n <ul class=\"cs_menu_widget cs_mp0\">\n <li>\n <a href=\"#\">\n <i class=\"babylon-facebook\"></i>\n Facebook\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n <!-- 2a columna -->\n <div class=\"cs_footer_column\">\n <div class=\"cs_footer_grid_item\">\n <div class=\"cs_footer_item\">\n <div class=\"cs_footer_map cs_primary_bg\">\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3076.2503535416695!2d2.6898521754386184!3d39.55396220769887!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1297c5c6ef5b331f%3A0x54e17b037254e39e!2sClicktotravel!5e0!3m2!1ses!2ses!4v1744013500911!5m2!1ses!2ses\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_links_footer position-relative\">\n <ul class=\"cs_menu_widget_links cs_mp0\">\n <li>\n <a href=\"#\">\n link 1\n </a>\n </li>\n <li>\n <a href=\"#\">\n link 2\n </a>\n </li>\n </ul>\n\n </div>\n </div>\n </div>\n <div class=\"cs_bottom_footer_wrap\">\n <div class=\"container-fluid cs_plr_100\">\n <div class=\"cs_bottom_footer position-relative\">\n <div class=\"cs_copyright\">\n <span class=\"cs_copyright_year\"> copyright </span>\n </div>\n <!-- <span class=\"cs_scrollup cs_center\">\n <svg\n width=\"15\"\n height=\"7\"\n viewBox=\"0 0 15 7\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15 6.18793L14.1169 7L7.93687 1.31723C7.81958 1.20941 7.66053 1.14885 7.49468 1.14885C7.32884 1.14885 7.16978 1.20941 7.0525 1.31723L0.884376 6.99022L0 6.177L6.16812 0.505163C6.51998 0.181708 6.99715 0 7.49468 0C7.99222 0 8.46938 0.181708 8.82125 0.505163L15 6.18793Z\"\n fill=\"white\"\n />\n </svg>\n <span babylonScrollUp class=\"cs_scrollup_bg_dotted cs_accent_color\">\n <svg\n width=\"56\"\n height=\"56\"\n viewBox=\"0 0 56 56\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle\n cx=\"28\"\n cy=\"28\"\n r=\"27.5\"\n stroke=\"currentColor\"\n stroke-dasharray=\"5 5\"\n />\n </svg>\n </span>\n </span> -->\n <div class=\"cs_bottom_footer_right\">\n <ul class=\"cs_footer_links cs_mp_0\">\n <li>\n <a href=\"#\">Link 1</a>\n </li>\n <li>\n <a href=\"#\">Link 2</a>\n </li>\n <li>\n <a href=\"#\">Link 3</a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</footer>\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_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__footer_v2{background-color:var(--cl_footer-bg);color:var(--cl_footer-text)}.babylon__footer_v2 a{color:var(--cl_footer-text);text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer_v2 a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 575px){.cs_social_btns{justify-content:center}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:40px 0 20px}}.cs_bottom_links_footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_links_footer{flex-direction:column;padding:40px 0 20px}}.cs_menu_widget_links{display:flex;flex-wrap:wrap;gap:2px 15px}.cs_text_widget p{margin-bottom:0}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{padding:100px 0 0}@media (max-width: 991px){.cs_footer_main{padding:80px 0 0}}.cs_footer_grid_2{display:flex;gap:30px;height:100%}.cs_footer_grid_2 .cs_footer_column{display:flex;flex-direction:column;gap:30px}.cs_footer_grid_2 .cs_footer_column:first-child{flex:0 0 30%}.cs_footer_grid_2 .cs_footer_column:last-child{flex:0 0 70%}.cs_footer_grid_2 .cs_footer_grid_item{flex:1}.cs_footer_grid_2 .cs_footer_map{flex:1;position:relative}.cs_footer_grid_2 .cs_footer_map iframe{width:100%;height:100%;border:none}@media (max-width: 575px){.cs_footer_grid_2{flex-direction:column;gap:55px 24px;text-align:center}.cs_footer_grid_2 .cs_footer_column{flex:1 1 100%}}.cs_plr_100{padding-right:100px;padding-left:100px}@media (max-width: 1679px){.cs_plr_100{padding-right:60px;padding-left:60px}}@media (max-width: 1199px){.cs_plr_100{padding-right:45px;padding-left:15px}}@media (max-width: 575px){.cs_plr_100{padding-right:30px;padding-left:30px}}.cs_footer_item,.cs_footer_map.cs_primary_bg{height:100%}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 991px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}footer{height:auto;padding-bottom:60px}@media (min-width: 768px){footer{padding-bottom:0}}\n"] }]
|
|
13
|
+
}], ctorParameters: () => [] });
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYyL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBaUIsdUJBQXVCLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQVlqRixNQUFNLE9BQU8sOEJBQThCO0lBRXZDLGdCQUFlLENBQUM7SUFFaEIsZUFBZSxLQUFVLENBQUM7K0dBSmpCLDhCQUE4QjttR0FBOUIsOEJBQThCLHdGQ2IzQyxnN0xBcUlBLDY4V0Q3SFksWUFBWTs7NEZBS1gsOEJBQThCO2tCQVIxQyxTQUFTOytCQUNFLDhCQUE4QixjQUM1QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUMsbUJBR04sdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50fSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci12Mi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjIuY29tcG9uZW50LnNjc3MnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uU3RhdGljRm9vdGVyVjJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0e1xuXG4gICAgY29uc3RydWN0b3IoKSB7fVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge31cbn1cblxuIiwiPCEtLSAgTGEgZm90byBlcyBvcGNpb25hbCAtLT5cbjxmb290ZXIgY2xhc3M9XCJiYWJ5bG9uX19mb290ZXJfdjIgY3NfYmdfZmlsZWRcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX21haW5cIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfMlwiPlxuICAgICAgICAgICAgICA8IS0tIDFhIGNvbHVtbmEgLS0+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfY29sdW1uXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9ncmlkX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDUgY2xhc3M9XCJ0aXRsZS0tc21hbGxlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPlRpdHVsbzwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvaDU+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19tZW51X3dpZGdldCBjc19tcDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5FbmxhY2UgMTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5FbmxhY2UgMjwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5FbmxhY2UgMzwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9ncmlkX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDUgY2xhc3M9XCJ0aXRsZS0tc21hbGxlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPm5kVGl0bGU8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2g1PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3RleHRfd2lkZ2V0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIENhcnJlciBkZSBYZXNjIEZvcnRlemEsIDExIDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwNzAwNyBQYWxtYSA8YnIgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgSXNsYXMgQmFsZWFyZXMsIEVzcGHDsWFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9ncmlkX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDUgY2xhc3M9XCJ0aXRsZS0tc21hbGxlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnJkVGl0bGU8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2g1PlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfbWVudV93aWRnZXQgY3NfbXAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLWZhY2Vib29rXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEZhY2Vib29rXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwhLS0gMmEgY29sdW1uYSAtLT5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9jb2x1bW5cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfaXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2l0ZW1cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9tYXAgY3NfcHJpbWFyeV9iZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpZnJhbWUgc3JjPVwiaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE4ITFtMTIhMW0zITFkMzA3Ni4yNTAzNTM1NDE2Njk1ITJkMi42ODk4NTIxNzU0Mzg2MTg0ITNkMzkuNTUzOTYyMjA3Njk4ODchMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDEyOTdjNWM2ZWY1YjMzMWYlM0EweDU0ZTE3YjAzNzI1NGUzOWUhMnNDbGlja3RvdHJhdmVsITVlMCEzbTIhMXNlcyEyc2VzITR2MTc0NDAxMzUwMDkxMSE1bTIhMXNlcyEyc2VzXCIgd2lkdGg9XCI2MDBcIiBoZWlnaHQ9XCI0NTBcIiBzdHlsZT1cImJvcmRlcjowO1wiIGFsbG93ZnVsbHNjcmVlbj1cIlwiIGxvYWRpbmc9XCJsYXp5XCIgcmVmZXJyZXJwb2xpY3k9XCJuby1yZWZlcnJlci13aGVuLWRvd25ncmFkZVwiPjwvaWZyYW1lPlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYm90dG9tX2xpbmtzX2Zvb3RlciBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX21lbnVfd2lkZ2V0X2xpbmtzIGNzX21wMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxpbmsgMVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rIDJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgPC91bD5cblxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjc19ib3R0b21fZm9vdGVyX3dyYXBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBjc19wbHJfMTAwXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYm90dG9tX2Zvb3RlciBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jb3B5cmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19jb3B5cmlnaHRfeWVhclwiPiBjb3B5cmlnaHQgPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwhLS0gPHNwYW4gY2xhc3M9XCJjc19zY3JvbGx1cCBjc19jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg9XCIxNVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCI3XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMTUgN1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTE1IDYuMTg3OTNMMTQuMTE2OSA3TDcuOTM2ODcgMS4zMTcyM0M3LjgxOTU4IDEuMjA5NDEgNy42NjA1MyAxLjE0ODg1IDcuNDk0NjggMS4xNDg4NUM3LjMyODg0IDEuMTQ4ODUgNy4xNjk3OCAxLjIwOTQxIDcuMDUyNSAxLjMxNzIzTDAuODg0Mzc2IDYuOTkwMjJMMCA2LjE3N0w2LjE2ODEyIDAuNTA1MTYzQzYuNTE5OTggMC4xODE3MDggNi45OTcxNSAwIDcuNDk0NjggMEM3Ljk5MjIyIDAgOC40NjkzOCAwLjE4MTcwOCA4LjgyMTI1IDAuNTA1MTYzTDE1IDYuMTg3OTNaXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwid2hpdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGJhYnlsb25TY3JvbGxVcCBjbGFzcz1cImNzX3Njcm9sbHVwX2JnX2RvdHRlZCBjc19hY2NlbnRfY29sb3JcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzdmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB3aWR0aD1cIjU2XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCI1NlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjAgMCA1NiA1NlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY3g9XCIyOFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGN5PVwiMjhcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByPVwiMjcuNVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZS1kYXNoYXJyYXk9XCI1IDVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj4gLS0+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2JvdHRvbV9mb290ZXJfcmlnaHRcIj5cbiAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfZm9vdGVyX2xpbmtzIGNzX21wXzBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiPkxpbmsgMTwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCI+TGluayAyPC9hPlxuICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5MaW5rIDM8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Zvb3Rlcj5cbiJdfQ==
|
package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Component, Inject, PLATFORM_ID, } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class BabylonStaticFooterV3Component {
|
|
5
|
+
constructor(host, platformId) {
|
|
6
|
+
this.host = host;
|
|
7
|
+
this.cleanups = [];
|
|
8
|
+
this.isBrowser = isPlatformBrowser(platformId);
|
|
9
|
+
}
|
|
10
|
+
ngAfterViewInit() {
|
|
11
|
+
if (!this.isBrowser)
|
|
12
|
+
return;
|
|
13
|
+
const root = this.host.nativeElement;
|
|
14
|
+
const triggers = Array.from(root.querySelectorAll('.footer__gotoTop'));
|
|
15
|
+
if (!triggers.length)
|
|
16
|
+
return;
|
|
17
|
+
const scrollToTop = () => {
|
|
18
|
+
const reduce = window.matchMedia?.('(prefers-reduced-motion: reduce)').matches;
|
|
19
|
+
try {
|
|
20
|
+
window.scrollTo({
|
|
21
|
+
top: 0,
|
|
22
|
+
behavior: reduce ? 'auto' : 'smooth',
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
catch {
|
|
26
|
+
// fallback Safari muy viejo
|
|
27
|
+
window.scrollTo(0, 0);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
for (const el of triggers) {
|
|
31
|
+
const onClick = (ev) => {
|
|
32
|
+
ev.preventDefault();
|
|
33
|
+
scrollToTop();
|
|
34
|
+
};
|
|
35
|
+
const onKeydown = (ev) => {
|
|
36
|
+
if (ev.key === 'Enter' ||
|
|
37
|
+
ev.key === ' ' ||
|
|
38
|
+
ev.code === 'Space') {
|
|
39
|
+
ev.preventDefault();
|
|
40
|
+
scrollToTop();
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
el.addEventListener('click', onClick);
|
|
44
|
+
el.addEventListener('keydown', onKeydown);
|
|
45
|
+
this.cleanups.push(() => {
|
|
46
|
+
el.removeEventListener('click', onClick);
|
|
47
|
+
el.removeEventListener('keydown', onKeydown);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
ngOnDestroy() {
|
|
52
|
+
if (!this.isBrowser)
|
|
53
|
+
return;
|
|
54
|
+
this.cleanups.forEach((fn) => fn());
|
|
55
|
+
this.cleanups = [];
|
|
56
|
+
}
|
|
57
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV3Component, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
58
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonStaticFooterV3Component, isStandalone: true, selector: "lib-babylon-static-footer-v3", ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n <div class=\"footer__logos\">\n <img src=\"/assets/babylon/images/footer-logo-1.svg\" />\n <a href=\"https://www.saveposidoniaproject.org/\" target=\"_blank\">\n <img src=\"/assets/babylon/images/footer-logo-2.webp\" />\n </a>\n </div>\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n <a href=\"/\">\n <figure>\n <img\n src=\"/assets/babylon/images/img-34.webp\"\n />\n <div class=\"map-link\">\n <span>Como llegar</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n </figure>\n </a>\n </div>\n <div class=\"footer__direction\">\n <h3>DIRECCI\u00D3N</h3>\n <p>\n Calle Fonoll Mar\u00ED, 50<br />\n 07871 Es Pujols - Formentera<br />\n Baleares Espa\u00F1a\n </p>\n </div>\n </div>\n <div class=\"footer__contact\">\n <h3>CONTACTO</h3>\n <p>\n T. +34 971 328 451 - Recepci\u00F3n<br />\n T. +34 971 328 447 - Reservas<br />\n <a\n href=\"mailto:'info@blancohotelformentera.com'\"\n class=\"btn__link\"\n >infoblancohotelformentera.com</a\n >\n </p>\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n <ul>\n <li><a href=\"/\" class=\"btn__link\">EMPLEO</a></li>\n <li><a href=\"/\" class=\"btn__link\">CONDICIONES</a></li>\n <li><a href=\"/\" class=\"btn__link\">COOKIES</a></li>\n <li><a href=\"/\" class=\"btn__link\">MAPA WEB</a></li>\n <li>\n <a href=\"/\" class=\"btn__link\"\n >DESIGN BY CLICKTOTRAVEL</a\n >\n </li>\n </ul>\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n <span>Top</span>\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n <p>BLANCO HOTEL FORMENTERA</p>\n <span class=\"footer__copyright--text\">\u00A9 2025</span>\n </div>\n </div>\n </div>\n</footer>\n", styles: [":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_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:#fff;padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:#4a4a4980;transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:#4a4a49cc;font-family:#4a4a49;font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:#4a4a49cc;font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:#dcdcdc}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:#4a4a49b3}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:#4a4a49}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:#fff}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:#4a4a49cc;font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:#f9f8f5}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:#4a4a49cc}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:#f9f8f5;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"] }); }
|
|
59
|
+
}
|
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonStaticFooterV3Component, decorators: [{
|
|
61
|
+
type: Component,
|
|
62
|
+
args: [{ selector: 'lib-babylon-static-footer-v3', standalone: true, imports: [], template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <div class=\"container\">\n <div class=\"footer__logos\">\n <img src=\"/assets/babylon/images/footer-logo-1.svg\" />\n <a href=\"https://www.saveposidoniaproject.org/\" target=\"_blank\">\n <img src=\"/assets/babylon/images/footer-logo-2.webp\" />\n </a>\n </div>\n <div class=\"footer__inner\">\n <div class=\"footer__info\">\n <div class=\"footer__info--inner\">\n <div class=\"footer__direction--outer\">\n <div class=\"footer__direction--map\">\n <a href=\"/\">\n <figure>\n <img\n src=\"/assets/babylon/images/img-34.webp\"\n />\n <div class=\"map-link\">\n <span>Como llegar</span>\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <use\n href=\"/assets/babylon/svg/icon-map.svg#icon-map\"\n ></use>\n </svg>\n </div>\n </figure>\n </a>\n </div>\n <div class=\"footer__direction\">\n <h3>DIRECCI\u00D3N</h3>\n <p>\n Calle Fonoll Mar\u00ED, 50<br />\n 07871 Es Pujols - Formentera<br />\n Baleares Espa\u00F1a\n </p>\n </div>\n </div>\n <div class=\"footer__contact\">\n <h3>CONTACTO</h3>\n <p>\n T. +34 971 328 451 - Recepci\u00F3n<br />\n T. +34 971 328 447 - Reservas<br />\n <a\n href=\"mailto:'info@blancohotelformentera.com'\"\n class=\"btn__link\"\n >infoblancohotelformentera.com</a\n >\n </p>\n </div>\n </div>\n </div>\n <div class=\"footer__links\">\n <ul>\n <li><a href=\"/\" class=\"btn__link\">EMPLEO</a></li>\n <li><a href=\"/\" class=\"btn__link\">CONDICIONES</a></li>\n <li><a href=\"/\" class=\"btn__link\">COOKIES</a></li>\n <li><a href=\"/\" class=\"btn__link\">MAPA WEB</a></li>\n <li>\n <a href=\"/\" class=\"btn__link\"\n >DESIGN BY CLICKTOTRAVEL</a\n >\n </li>\n </ul>\n <div\n class=\"footer__gotoTop js-scrollto\"\n data-scroll_spacer=\"0\"\n data-scroll_to=\"body\"\n role=\"button\"\n >\n <span>Top</span>\n <div class=\"footer__gotoTop--icon\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"line\"\n >\n <use\n href=\"/assets/babylon/svg/icon-long-arrow.svg#icon-long-arrow\"\n ></use>\n </svg>\n <svg aria-hidden=\"true\" focusable=\"false\">\n <use\n href=\"/assets/babylon/svg/icon-arrow.svg#icon-arrow\"\n ></use>\n </svg>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"footer__copyright bg-cream\">\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"footer__copyright--graphic\"\n >\n <use href=\"#icon-graphic\"></use>\n </svg>\n <div class=\"container\">\n <div class=\"footer__copyright--inner\">\n <p>BLANCO HOTEL FORMENTERA</p>\n <span class=\"footer__copyright--text\">\u00A9 2025</span>\n </div>\n </div>\n </div>\n</footer>\n", styles: [":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_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.footer__top{padding-block:8rem}@media (min-width: 540px){.footer__top{padding-block:11rem 11.1rem}}@media (min-width: 768px){.footer__top{padding-block:12rem}}@media (min-width: 1024px){.footer__top{padding-block:13rem}}@media (min-width: 1280px){.footer__top{position:relative;padding-bottom:18rem}}@media (min-width: 1366px){.footer__top{padding-block:14rem 19rem}}@media (min-width: 1680px){.footer__top{padding-block:15rem 20rem}}.footer__top .btn__link{padding-bottom:0}@media (min-width: 768px){.footer__top .container{max-width:calc(62rem + var(--inline-spacing-left) + var(--inline-spacing-right));margin-inline:auto}}@media (min-width: 1280px){.footer__top .container{max-width:100%}}.footer__logos{display:flex;flex-direction:column;align-items:center;gap:4.063rem;margin-bottom:5.07rem}@media (min-width: 540px){.footer__logos{gap:5rem;margin-bottom:6rem}}@media (min-width: 768px){.footer__logos{flex-direction:row;justify-content:center;gap:8.086rem;margin-bottom:7rem}}@media (min-width: 1280px){.footer__logos{justify-content:flex-end;margin-bottom:7.2rem}}@media (min-width: 1680px){.footer__logos{margin-bottom:6.2rem}}.footer__inner{display:flex;flex-direction:column;gap:10rem}@media (min-width: 768px){.footer__inner{gap:14rem}}@media (min-width: 1280px){.footer__inner{flex-direction:row;justify-content:space-between;gap:10rem}}@media (min-width: 1280px){.footer__inner .footer__info{flex:1 0 auto;margin-left:calc(-1 * (var(--inline-spacing-left)))}}.footer__inner .footer__info--inner{display:flex;flex-direction:column;gap:5rem;position:relative;padding-top:40.1rem}@media (min-width: 540px){.footer__inner .footer__info--inner{padding-top:48.2rem}}@media (min-width: 768px){.footer__inner .footer__info--inner{padding-top:48.9rem;flex-direction:row;gap:7.4rem}}@media (min-width: 1280px){.footer__inner .footer__info--inner{padding-top:0;gap:4.5rem;position:static}}@media (min-width: 1366px){.footer__inner .footer__info--inner{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__info--inner{gap:9rem}}@media (min-width: 1280px){.footer__inner .footer__direction--outer{display:flex;gap:4.5rem}}@media (min-width: 1366px){.footer__inner .footer__direction--outer{gap:6rem}}@media (min-width: 1680px){.footer__inner .footer__direction--outer{gap:8rem}}@media (min-width: 1800px){.footer__inner .footer__direction--outer{gap:9rem}}.footer__inner .footer__direction--outer:hover .map-link{transform:translateY(0)}.footer__inner .footer__direction--map{position:absolute;top:0;left:50%;width:24.3rem;transform:translate(-50%)}@media (min-width: 540px){.footer__inner .footer__direction--map{width:28.7rem}}@media (min-width: 1280px){.footer__inner .footer__direction--map{position:relative;left:0;transform:translate(0)}}.footer__inner .footer__direction--map figure{aspect-ratio:243/351;display:block;margin-inline:auto}@media (min-width: 1280px){.footer__inner .footer__direction--map figure{position:absolute;bottom:calc(-1*(50% - 5rem))}}.footer__inner .footer__direction--map .map-link{position:absolute;inset:auto 0 0;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;color:#fff;padding-block:1.4rem 2.5rem;gap:1rem}@media (min-width: 1024px){.footer__inner .footer__direction--map .map-link{flex-direction:row;background:#4a4a4980;transform:translateY(100%);transition:all .5s;padding-bottom:1.5rem}}.footer__inner .footer__direction--map .map-link span{font-size:1.5rem;line-height:1.3333333333;letter-spacing:.03rem}.footer__inner .footer__direction--map .map-link svg{width:1.475rem;height:2.009rem}.footer__inner .footer__direction,.footer__inner .footer__contact{display:flex;flex-direction:column;gap:3.8rem}@media (min-width: 1280px){.footer__inner .footer__direction,.footer__inner .footer__contact{margin-top:4.6rem}}.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{text-transform:uppercase;color:#4a4a49cc;font-family:#4a4a49;font-size:2rem;line-height:1;letter-spacing:.08rem}@media (min-width: 768px){.footer__inner .footer__direction h3,.footer__inner .footer__contact h3{letter-spacing:.3rem}}.footer__inner .footer__direction p,.footer__inner .footer__contact p{color:#4a4a49cc;font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__inner .footer__links{position:relative}@media (min-width: 1280px){.footer__inner .footer__links{position:static}}.footer__inner .footer__links:before{content:\"\";position:absolute;inset-inline:0;top:-5rem;height:.1rem;background:#dcdcdc}@media (min-width: 768px){.footer__inner .footer__links:before{top:-7rem}}@media (min-width: 1280px){.footer__inner .footer__links:before{display:none}}.footer__inner .footer__links ul{display:flex;flex-direction:column}.footer__inner .footer__links ul li{font-size:1.6rem;line-height:2.5;letter-spacing:.032rem;color:#4a4a49b3}@media (min-width: 1280px){.footer__inner .footer__links ul li{text-align:right}}.footer__inner .footer__links ul li .btn__link:after{inset-block-end:.4rem;inset-block-start:calc(100% - .5rem)}.footer__inner .footer__links ul li:hover{color:#4a4a49}.footer__copyright{position:relative;padding-block:3.4rem 10.4rem}@media (min-width: 540px){.footer__copyright{padding-bottom:10.6rem}}@media (min-width: 768px){.footer__copyright{padding-bottom:11.8rem}}@media (min-width: 1024px){.footer__copyright{padding-bottom:3.5rem}}@media (min-width: 1366px){.footer__copyright{padding-block:4rem 3.9rem}}.footer__copyright--graphic{position:absolute;left:50%;top:.1rem;aspect-ratio:2/1;width:6rem;transform:translate(-50%,-100%) scaleY(-1);color:#fff}@media (min-width: 540px){.footer__copyright--graphic{width:10rem}}.footer__copyright--inner{display:flex;flex-direction:column;align-items:center;gap:1.6rem}@media (min-width: 768px){.footer__copyright--inner{gap:1.4rem}}@media (min-width: 1024px){.footer__copyright--inner{flex-direction:row;justify-content:center;position:relative}}@media (min-width: 1280px){.footer__copyright--inner p{text-align:center}}.footer__copyright p,.footer__copyright--text{text-transform:uppercase;color:#4a4a49cc;font-size:1.6rem;line-height:1;letter-spacing:.032rem}@media (min-width: 768px){.footer__copyright p,.footer__copyright--text{letter-spacing:.16rem}}@media (min-width: 1024px){.footer__copyright--text{position:absolute;right:0}}.footer__copyright.bg-cream .footer__copyright--graphic{color:#f9f8f5}.footer__gotoTop{display:flex;position:relative;margin-inline:auto;margin-top:5rem;width:6.1rem;isolation:isolate}@media (min-width: 540px){.footer__gotoTop{position:absolute;right:0;bottom:1.6rem;margin-top:0}}@media (min-width: 1280px){.footer__gotoTop{right:2.5rem;bottom:5rem}}@media (min-width: 1366px){.footer__gotoTop{right:3.5rem}}@media (min-width: 1800px){.footer__gotoTop{right:6rem}}.footer__gotoTop>span{left:50%;top:0;opacity:0;position:absolute;transition:all .5s;z-index:-1;transform:translate(-50%);font-size:1.8rem;line-height:1.7777777778;letter-spacing:.036rem}.footer__gotoTop:hover>span{top:-1.8rem;transform:translate(-50%,-100%);opacity:1;color:#4a4a49cc}.footer__gotoTop--icon{width:100%;aspect-ratio:1;background:#f9f8f5;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scaleY(-1)}.footer__gotoTop--icon svg:not(.line){width:1rem;height:.5rem}.footer__gotoTop--icon svg.line{height:0;width:1rem;margin-bottom:-.5rem;transition:all .5s}.footer__gotoTop--icon:hover .line{height:1.5rem}\n"] }]
|
|
63
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: Object, decorators: [{
|
|
64
|
+
type: Inject,
|
|
65
|
+
args: [PLATFORM_ID]
|
|
66
|
+
}] }] });
|
|
67
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci12My9iYWJ5bG9uLXN0YXRpYy1mb290ZXItdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUVILFNBQVMsRUFFVCxNQUFNLEVBRU4sV0FBVyxHQUNkLE1BQU0sZUFBZSxDQUFDOztBQVN2QixNQUFNLE9BQU8sOEJBQThCO0lBS3ZDLFlBQ1ksSUFBNkIsRUFDaEIsVUFBa0I7UUFEL0IsU0FBSSxHQUFKLElBQUksQ0FBeUI7UUFGakMsYUFBUSxHQUFzQixFQUFFLENBQUM7UUFLckMsSUFBSSxDQUFDLFNBQVMsR0FBRyxpQkFBaUIsQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUNuRCxDQUFDO0lBRUQsZUFBZTtRQUNYLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUztZQUFFLE9BQU87UUFFNUIsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUM7UUFDckMsTUFBTSxRQUFRLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FDdkIsSUFBSSxDQUFDLGdCQUFnQixDQUFjLGtCQUFrQixDQUFDLENBQ3pELENBQUM7UUFDRixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU07WUFBRSxPQUFPO1FBRTdCLE1BQU0sV0FBVyxHQUFHLEdBQUcsRUFBRTtZQUNyQixNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsVUFBVSxFQUFFLENBQzlCLGtDQUFrQyxDQUNyQyxDQUFDLE9BQU8sQ0FBQztZQUNWLElBQUk7Z0JBQ0EsTUFBTSxDQUFDLFFBQVEsQ0FBQztvQkFDWixHQUFHLEVBQUUsQ0FBQztvQkFDTixRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFFBQVE7aUJBQ3ZDLENBQUMsQ0FBQzthQUNOO1lBQUMsTUFBTTtnQkFDSiw0QkFBNEI7Z0JBQzVCLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2FBQ3pCO1FBQ0wsQ0FBQyxDQUFDO1FBRUYsS0FBSyxNQUFNLEVBQUUsSUFBSSxRQUFRLEVBQUU7WUFDdkIsTUFBTSxPQUFPLEdBQUcsQ0FBQyxFQUFTLEVBQUUsRUFBRTtnQkFDMUIsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO2dCQUNwQixXQUFXLEVBQUUsQ0FBQztZQUNsQixDQUFDLENBQUM7WUFDRixNQUFNLFNBQVMsR0FBRyxDQUFDLEVBQWlCLEVBQUUsRUFBRTtnQkFDcEMsSUFDSSxFQUFFLENBQUMsR0FBRyxLQUFLLE9BQU87b0JBQ2xCLEVBQUUsQ0FBQyxHQUFHLEtBQUssR0FBRztvQkFDZCxFQUFFLENBQUMsSUFBSSxLQUFLLE9BQU8sRUFDckI7b0JBQ0UsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDO29CQUNwQixXQUFXLEVBQUUsQ0FBQztpQkFDakI7WUFDTCxDQUFDLENBQUM7WUFFRixFQUFFLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1lBQ3RDLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsU0FBUyxDQUFDLENBQUM7WUFFMUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNwQixFQUFFLENBQUMsbUJBQW1CLENBQUMsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO2dCQUN6QyxFQUFFLENBQUMsbUJBQW1CLENBQUMsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO1lBQ2pELENBQUMsQ0FBQyxDQUFDO1NBQ047SUFDTCxDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUztZQUFFLE9BQU87UUFDNUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFDcEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDdkIsQ0FBQzsrR0FsRVEsOEJBQThCLDRDQU8zQixXQUFXO21HQVBkLDhCQUE4Qix3RkNqQjNDLHVyS0FnSEE7OzRGRC9GYSw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0ksOEJBQThCLGNBQzVCLElBQUksV0FDUCxFQUFFOzswQkFXTixNQUFNOzJCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ29tcG9uZW50LFxuICAgIEVsZW1lbnRSZWYsXG4gICAgSW5qZWN0LFxuICAgIE9uRGVzdHJveSxcbiAgICBQTEFURk9STV9JRCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tc3RhdGljLWZvb3Rlci12MycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1zdGF0aWMtZm9vdGVyLXYzLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvblN0YXRpY0Zvb3RlclYzQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3lcbntcbiAgICBwcml2YXRlIHJlYWRvbmx5IGlzQnJvd3NlcjogYm9vbGVhbjtcbiAgICBwcml2YXRlIGNsZWFudXBzOiBBcnJheTwoKSA9PiB2b2lkPiA9IFtdO1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGhvc3Q6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgICAgICBASW5qZWN0KFBMQVRGT1JNX0lEKSBwbGF0Zm9ybUlkOiBPYmplY3RcbiAgICApIHtcbiAgICAgICAgdGhpcy5pc0Jyb3dzZXIgPSBpc1BsYXRmb3JtQnJvd3NlcihwbGF0Zm9ybUlkKTtcbiAgICB9XG5cbiAgICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5pc0Jyb3dzZXIpIHJldHVybjtcblxuICAgICAgICBjb25zdCByb290ID0gdGhpcy5ob3N0Lm5hdGl2ZUVsZW1lbnQ7XG4gICAgICAgIGNvbnN0IHRyaWdnZXJzID0gQXJyYXkuZnJvbShcbiAgICAgICAgICAgIHJvb3QucXVlcnlTZWxlY3RvckFsbDxIVE1MRWxlbWVudD4oJy5mb290ZXJfX2dvdG9Ub3AnKVxuICAgICAgICApO1xuICAgICAgICBpZiAoIXRyaWdnZXJzLmxlbmd0aCkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IHNjcm9sbFRvVG9wID0gKCkgPT4ge1xuICAgICAgICAgICAgY29uc3QgcmVkdWNlID0gd2luZG93Lm1hdGNoTWVkaWE/LihcbiAgICAgICAgICAgICAgICAnKHByZWZlcnMtcmVkdWNlZC1tb3Rpb246IHJlZHVjZSknXG4gICAgICAgICAgICApLm1hdGNoZXM7XG4gICAgICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbyh7XG4gICAgICAgICAgICAgICAgICAgIHRvcDogMCxcbiAgICAgICAgICAgICAgICAgICAgYmVoYXZpb3I6IHJlZHVjZSA/ICdhdXRvJyA6ICdzbW9vdGgnLFxuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgfSBjYXRjaCB7XG4gICAgICAgICAgICAgICAgLy8gZmFsbGJhY2sgU2FmYXJpIG11eSB2aWVqb1xuICAgICAgICAgICAgICAgIHdpbmRvdy5zY3JvbGxUbygwLCAwKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfTtcblxuICAgICAgICBmb3IgKGNvbnN0IGVsIG9mIHRyaWdnZXJzKSB7XG4gICAgICAgICAgICBjb25zdCBvbkNsaWNrID0gKGV2OiBFdmVudCkgPT4ge1xuICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgc2Nyb2xsVG9Ub3AoKTtcbiAgICAgICAgICAgIH07XG4gICAgICAgICAgICBjb25zdCBvbktleWRvd24gPSAoZXY6IEtleWJvYXJkRXZlbnQpID0+IHtcbiAgICAgICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgICAgIGV2LmtleSA9PT0gJ0VudGVyJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5rZXkgPT09ICcgJyB8fFxuICAgICAgICAgICAgICAgICAgICBldi5jb2RlID09PSAnU3BhY2UnXG4gICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgIGV2LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICAgICAgICAgIHNjcm9sbFRvVG9wKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfTtcblxuICAgICAgICAgICAgZWwuYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCBvbkNsaWNrKTtcbiAgICAgICAgICAgIGVsLmFkZEV2ZW50TGlzdGVuZXIoJ2tleWRvd24nLCBvbktleWRvd24pO1xuXG4gICAgICAgICAgICB0aGlzLmNsZWFudXBzLnB1c2goKCkgPT4ge1xuICAgICAgICAgICAgICAgIGVsLnJlbW92ZUV2ZW50TGlzdGVuZXIoJ2NsaWNrJywgb25DbGljayk7XG4gICAgICAgICAgICAgICAgZWwucmVtb3ZlRXZlbnRMaXN0ZW5lcigna2V5ZG93bicsIG9uS2V5ZG93bik7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuaXNCcm93c2VyKSByZXR1cm47XG4gICAgICAgIHRoaXMuY2xlYW51cHMuZm9yRWFjaCgoZm4pID0+IGZuKCkpO1xuICAgICAgICB0aGlzLmNsZWFudXBzID0gW107XG4gICAgfVxufVxuIiwiPGZvb3RlciBjbGFzcz1cImZvb3RlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX3RvcFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19sb2dvc1wiPlxuICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ltYWdlcy9mb290ZXItbG9nby0xLnN2Z1wiIC8+XG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LnNhdmVwb3NpZG9uaWFwcm9qZWN0Lm9yZy9cIiB0YXJnZXQ9XCJfYmxhbmtcIj5cbiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vaW1hZ2VzL2Zvb3Rlci1sb2dvLTIud2VicFwiIC8+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19pbm5lclwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2luZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9faW5mby0taW5uZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2RpcmVjdGlvbi0tb3V0ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19kaXJlY3Rpb24tLW1hcFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNyYz1cIi9hc3NldHMvYmFieWxvbi9pbWFnZXMvaW1nLTM0LndlYnBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1hcC1saW5rXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPkNvbW8gbGxlZ2FyPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9jdXNhYmxlPVwiZmFsc2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1tYXAuc3ZnI2ljb24tbWFwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zdmc+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2RpcmVjdGlvblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDM+RElSRUNDScOTTjwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQ2FsbGUgRm9ub2xsIE1hcsOtLCA1MDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMDc4NzEgRXMgUHVqb2xzIC0gRm9ybWVudGVyYTxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQmFsZWFyZXMgRXNwYcOxYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2NvbnRhY3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDM+Q09OVEFDVE88L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBULiArMzQgOTcxIDMyOCA0NTEgLSBSZWNlcGNpw7NuPGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFQuICszNCA5NzEgMzI4IDQ0NyAtIFJlc2VydmFzPGJyIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBocmVmPVwibWFpbHRvOidpbmZvQGJsYW5jb2hvdGVsZm9ybWVudGVyYS5jb20nXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5pbmZvYmxhbmNvaG90ZWxmb3JtZW50ZXJhLmNvbTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2xpbmtzXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCI+RU1QTEVPPC9hPjwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIi9cIiBjbGFzcz1cImJ0bl9fbGlua1wiPkNPTkRJQ0lPTkVTPC9hPjwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIi9cIiBjbGFzcz1cImJ0bl9fbGlua1wiPkNPT0tJRVM8L2E+PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCI+TUFQQSBXRUI8L2E+PC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiL1wiIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPkRFU0lHTiBCWSBDTElDS1RPVFJBVkVMPC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb290ZXJfX2dvdG9Ub3AganMtc2Nyb2xsdG9cIlxuICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1zY3JvbGxfc3BhY2VyPVwiMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBkYXRhLXNjcm9sbF90bz1cImJvZHlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgcm9sZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPlRvcDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX2dvdG9Ub3AtLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJsaW5lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhyZWY9XCIvYXNzZXRzL2JhYnlsb24vc3ZnL2ljb24tbG9uZy1hcnJvdy5zdmcjaWNvbi1sb25nLWFycm93XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdXNlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmcgYXJpYS1oaWRkZW49XCJ0cnVlXCIgZm9jdXNhYmxlPVwiZmFsc2VcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9zdmcvaWNvbi1hcnJvdy5zdmcjaWNvbi1hcnJvd1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3VzZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQgYmctY3JlYW1cIj5cbiAgICAgICAgPHN2Z1xuICAgICAgICAgICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICAgICAgICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWdyYXBoaWNcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8dXNlIGhyZWY9XCIjaWNvbi1ncmFwaGljXCI+PC91c2U+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHQtLWlubmVyXCI+XG4gICAgICAgICAgICAgICAgPHA+QkxBTkNPIEhPVEVMIEZPUk1FTlRFUkE8L3A+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJmb290ZXJfX2NvcHlyaWdodC0tdGV4dFwiPsKpIDIwMjU8L3NwYW4+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Zvb3Rlcj5cbiJdfQ==
|