ctt-babylon 0.6.19 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (752) hide show
  1. package/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
  2. package/esm2022/lib/Enum/index.mjs +3 -0
  3. package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
  4. package/esm2022/lib/Enum/services.enum.mjs +8 -0
  5. package/esm2022/lib/Enum/views.enum.mjs +5 -0
  6. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
  7. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
  8. package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
  9. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
  10. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
  12. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
  13. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
  14. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
  15. package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
  16. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
  17. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
  18. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
  19. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
  20. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
  21. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
  22. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
  23. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
  24. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
  25. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +78 -5
  26. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
  27. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
  28. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +79 -6
  29. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
  30. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
  31. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
  32. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
  33. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
  34. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
  35. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
  36. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
  37. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
  38. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
  39. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
  40. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
  41. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
  42. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
  43. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
  44. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
  45. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
  46. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
  47. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
  48. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
  49. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
  50. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
  51. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
  52. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  53. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  54. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
  55. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  56. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  57. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
  58. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
  59. package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
  60. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
  61. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  62. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  63. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
  64. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  65. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  66. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
  67. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  68. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
  69. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
  70. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
  71. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
  72. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  73. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  74. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  75. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  76. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  77. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
  78. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
  79. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
  80. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
  81. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  82. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  83. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
  84. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  85. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  86. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
  87. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
  88. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
  89. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
  90. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  91. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  92. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
  93. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  94. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  95. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
  96. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
  97. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
  98. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
  99. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  100. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  101. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
  102. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  103. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  104. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
  105. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  106. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  107. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
  108. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  109. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  110. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
  111. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  112. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  113. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
  114. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
  115. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
  116. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  117. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  118. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  119. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  120. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
  121. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  122. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  123. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  124. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  126. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
  127. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  128. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  129. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
  130. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  131. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  132. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
  133. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
  134. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
  135. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
  136. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  137. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  138. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
  139. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
  140. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
  141. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +16 -5
  142. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  143. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  144. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
  145. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
  146. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
  147. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
  148. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  149. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  150. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
  151. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  152. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  153. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  154. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  155. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  156. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  157. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  158. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
  159. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
  160. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
  161. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  162. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  163. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  164. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
  165. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  166. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  167. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  168. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  169. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  170. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
  171. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
  172. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
  173. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
  174. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  175. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  176. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  177. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  178. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  179. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  180. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  181. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  182. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  183. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +32 -11
  184. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
  185. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
  186. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
  187. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
  188. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
  189. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
  190. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  191. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  192. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  193. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
  194. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  195. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  196. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
  197. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  198. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
  199. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  200. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
  201. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  202. package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
  203. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  204. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
  205. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  206. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
  207. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  208. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  209. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
  210. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
  211. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
  212. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
  213. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  214. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  215. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  216. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
  217. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  218. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  219. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  220. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  221. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
  222. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  223. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
  224. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  225. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  226. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  227. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  228. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
  229. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  230. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  231. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  232. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  233. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  234. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  235. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
  236. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  237. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
  238. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  239. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  240. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  241. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  242. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  243. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
  244. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
  245. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
  246. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  247. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  248. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  249. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  250. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
  251. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  252. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  253. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
  254. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  255. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  256. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  257. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
  258. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  259. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  260. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
  261. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  262. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  263. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  264. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
  265. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  266. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  267. package/esm2022/lib/components/core/index.mjs +87 -0
  268. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
  269. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
  270. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
  271. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
  272. package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
  273. package/esm2022/lib/components/shared/index.mjs +2 -0
  274. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
  275. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
  276. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
  277. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
  278. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  279. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
  280. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
  281. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
  282. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
  283. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  284. package/esm2022/lib/directives/link-type/link-type.directive.mjs +227 -0
  285. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
  286. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  287. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  288. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  289. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  290. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  291. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  292. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  293. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  294. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  295. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  296. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
  297. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  298. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
  299. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
  300. package/esm2022/lib/interfaces/index.mjs +15 -0
  301. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
  302. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  303. package/esm2022/lib/services/color-panel.service.mjs +316 -0
  304. package/esm2022/lib/services/index.mjs +3 -1
  305. package/esm2022/lib/services/mapper/index.mjs +3 -0
  306. package/esm2022/lib/services/mapper/mapper.service.mjs +2470 -0
  307. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  308. package/esm2022/lib/services/modals-service/index.mjs +2 -0
  309. package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
  310. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
  311. package/esm2022/lib/utils/index.mjs +2 -0
  312. package/esm2022/lib/utils/utils.mjs +153 -0
  313. package/esm2022/public-api.mjs +10 -113
  314. package/fesm2022/ctt-babylon.mjs +9158 -2117
  315. package/fesm2022/ctt-babylon.mjs.map +1 -1
  316. package/lib/Enum/buttons-type.enum.d.ts +4 -0
  317. package/lib/Enum/index.d.ts +2 -0
  318. package/lib/Enum/logo-type.enum.d.ts +8 -0
  319. package/lib/Enum/services.enum.d.ts +6 -0
  320. package/lib/Enum/views.enum.d.ts +3 -0
  321. package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
  322. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  323. package/lib/components/core/babylon-404/index.d.ts +2 -0
  324. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
  325. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
  326. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  327. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  328. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
  329. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
  330. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  331. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
  332. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  333. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  334. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
  335. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
  336. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  337. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
  338. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  339. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  340. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +30 -1
  341. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
  342. package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
  343. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +45 -2
  344. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
  345. package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
  346. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  347. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  348. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  349. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
  350. package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
  351. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  352. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  353. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  354. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
  355. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  356. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  357. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
  358. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
  359. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  360. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  361. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  362. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  363. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
  364. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
  365. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  366. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
  367. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
  368. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  369. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
  370. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
  371. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  372. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
  373. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
  374. package/lib/components/core/babylon-external-script/index.d.ts +2 -0
  375. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +15 -1
  376. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  377. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  378. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
  379. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  380. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  381. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
  382. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  383. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
  384. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
  385. package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
  386. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
  387. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
  388. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  389. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  390. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  391. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  392. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
  393. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
  394. package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
  395. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  396. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  397. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  398. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
  399. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
  400. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  401. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
  402. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
  403. package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
  404. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
  405. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  406. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  407. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
  408. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  409. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  410. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
  411. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
  412. package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
  413. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
  414. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
  415. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  416. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
  417. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
  418. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  419. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
  420. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
  421. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  422. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
  423. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
  424. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  425. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
  426. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
  427. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  428. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
  429. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
  430. package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
  431. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  432. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  433. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  434. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  435. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  436. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  437. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  438. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  439. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  440. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  441. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
  442. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  443. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  444. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
  445. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
  446. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  447. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
  448. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
  449. package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
  450. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
  451. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
  452. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  453. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
  454. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
  455. package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
  456. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +14 -1
  457. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
  458. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  459. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
  460. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
  461. package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
  462. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
  463. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  464. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  465. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
  466. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  467. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  468. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  469. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  470. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  471. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  472. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  473. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
  474. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
  475. package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
  476. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  477. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  478. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  479. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
  480. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  481. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  482. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  483. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  484. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  485. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
  486. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
  487. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
  488. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
  489. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  490. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
  491. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  492. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
  493. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  494. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  495. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  496. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  497. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  498. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +17 -5
  499. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
  500. package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
  501. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
  502. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
  503. package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
  504. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
  505. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
  506. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  507. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  508. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
  509. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
  510. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  511. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  512. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  513. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
  514. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  515. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
  516. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  517. package/lib/components/core/babylon-press-list/index.d.ts +2 -0
  518. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +12 -0
  519. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  520. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  521. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
  522. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
  523. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  524. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
  525. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
  526. package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
  527. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
  528. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  529. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  530. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  531. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  532. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  533. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  534. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  535. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  536. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
  537. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  538. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
  539. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  540. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  541. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  542. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  543. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
  544. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  545. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  546. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  547. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  548. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  549. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  550. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
  551. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  552. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
  553. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
  554. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  555. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
  556. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
  557. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  558. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
  559. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
  560. package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
  561. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  562. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  563. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  564. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
  565. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
  566. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
  567. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  568. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  569. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  570. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  571. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
  572. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
  573. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  574. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  575. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
  576. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
  577. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  578. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  579. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
  580. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
  581. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  582. package/lib/components/core/index.d.ts +86 -0
  583. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
  584. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
  585. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
  586. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
  587. package/lib/components/shared/babylon-search/index.d.ts +1 -0
  588. package/lib/components/shared/index.d.ts +1 -0
  589. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  590. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  591. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
  592. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
  593. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  594. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
  595. package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
  596. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
  597. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
  598. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  599. package/lib/directives/link-type/link-type.directive.d.ts +34 -0
  600. package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
  601. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  602. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  603. package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
  604. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  605. package/lib/interfaces/babylon-image.interface.d.ts +12 -0
  606. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  607. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  608. package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
  609. package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
  610. package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
  611. package/lib/interfaces/babylon-tags.interface.d.ts +20 -0
  612. package/lib/interfaces/babylon-text-info.interface.d.ts +17 -0
  613. package/lib/interfaces/babylon-texts-colors.interface.d.ts +19 -0
  614. package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
  615. package/lib/interfaces/index.d.ts +14 -0
  616. package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
  617. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  618. package/lib/services/color-panel.service.d.ts +41 -0
  619. package/lib/services/index.d.ts +2 -0
  620. package/lib/services/mapper/index.d.ts +2 -0
  621. package/lib/services/mapper/mapper.service.d.ts +136 -0
  622. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  623. package/lib/services/modals-service/index.d.ts +1 -0
  624. package/lib/services/modals-service/modals.service.d.ts +15 -0
  625. package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
  626. package/lib/styles/styles/babylon/_spacing.scss +65 -65
  627. package/lib/styles/styles/babylon/common.scss +1384 -1179
  628. package/lib/styles/styles/babylon/globals.css +1 -0
  629. package/lib/styles/styles/babylon/globals.scss +300 -153
  630. package/lib/styles/styles/babylon/mixins.css +1 -1
  631. package/lib/styles/styles/babylon/mixins.scss +664 -137
  632. package/lib/styles/styles/babylon/slider.css +1 -1
  633. package/lib/styles/styles/babylon/slider.scss +646 -591
  634. package/lib/styles/styles/babylon/variables.css +1 -1
  635. package/lib/styles/styles/babylon/variables.scss +88 -163
  636. package/lib/styles/styles-babylon.scss +48 -7
  637. package/lib/utils/index.d.ts +1 -0
  638. package/lib/utils/utils.d.ts +14 -0
  639. package/package.json +11 -4
  640. package/public-api.d.ts +5 -110
  641. package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
  642. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
  643. package/esm2022/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.mjs +0 -12
  644. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
  645. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
  646. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -11
  647. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -91
  648. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +0 -17
  649. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
  650. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
  651. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
  652. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
  653. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
  654. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -12
  655. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -60
  656. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
  657. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
  658. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
  659. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +0 -11
  660. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
  661. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
  662. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -12
  663. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
  664. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
  665. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -78
  666. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
  667. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
  668. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
  669. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
  670. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
  671. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
  672. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
  673. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -11
  674. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
  675. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
  676. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
  677. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +0 -12
  678. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +0 -12
  679. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +0 -51
  680. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -12
  681. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  682. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
  683. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +0 -11
  684. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
  685. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
  686. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +0 -14
  687. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
  688. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +0 -11
  689. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
  690. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
  691. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
  692. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +0 -211
  693. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +0 -50
  694. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
  695. package/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.d.ts +0 -5
  696. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
  697. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
  698. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -5
  699. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -37
  700. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +0 -7
  701. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
  702. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
  703. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
  704. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
  705. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
  706. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
  707. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
  708. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
  709. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
  710. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
  711. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +0 -5
  712. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
  713. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
  714. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
  715. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
  716. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
  717. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -17
  718. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
  719. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
  720. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
  721. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
  722. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
  723. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
  724. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
  725. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -5
  726. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
  727. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
  728. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
  729. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +0 -5
  730. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +0 -5
  731. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +0 -9
  732. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
  733. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  734. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
  735. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +0 -5
  736. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
  737. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
  738. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +0 -6
  739. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
  740. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +0 -5
  741. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
  742. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
  743. package/lib/directives/scroll/scroll-to.directive.d.ts +0 -31
  744. package/lib/directives/sliders/slick-init.directive.d.ts +0 -14
  745. package/lib/services/scroll/scroll-spy.service.d.ts +0 -17
  746. package/lib/styles/styles/babylon/common.css +0 -1
  747. package/lib/styles/styles/babylon/reset.css +0 -1
  748. package/lib/styles/styles/babylon/slide.css +0 -1
  749. package/lib/styles/styles/babylon/structure.css +0 -0
  750. package/lib/styles/styles/babylon/structure.scss +0 -1
  751. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  752. package/lib/styles/styles/babylon/variables-v2.scss +0 -64
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1lbmdpbmUtbW9kYWwuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWVuZ2luZS1tb2RhbC9iYWJ5bG9uLWVuZ2luZS1tb2RhbC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkd1ZXN0c1BvcHVwSSB9IGZyb20gJy4uL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSW5wdXRJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWlucHV0LmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uSG90ZWxzTW9kYWxEcm9wZG93bkkgfSBmcm9tICcuL2JhYnlsb24tZW5naW5lLW1vZGFsLmNvbXBvbmVudCc7XG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25FbmdpbmVNb2RhbEkge1xuICAgIGRhdGVwaWNrZXJEYXRhPzogQmFieWxvbklucHV0STtcbiAgICBndWVzdHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgcHJvbW9JbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgYnV0dG9uPzogQmFieWxvbkJ1dHRvbkk7XG4gICAgZ3Vlc3RzPzogQmFieWxvbkd1ZXN0c1BvcHVwSTtcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBzdWJ0aXRsZT86IHN0cmluZztcbiAgICB1cmw/OiBzdHJpbmc7XG4gICAgY29kaWdvPzogc3RyaW5nO1xuICAgIGxhbmc/OiBzdHJpbmc7XG4gICAgZ2xWYWx1ZT86IHN0cmluZztcbiAgICBob3RlbHNJbnB1dD86IEJhYnlsb25JbnB1dEk7XG4gICAgaG90ZWxzPzogQmFieWxvbkhvdGVsc01vZGFsRHJvcGRvd25JO1xuICAgIGhvdGVsc1BsYWNlaG9sZGVyPzogc3RyaW5nO1xuICAgIG9ubHlBZHVsdHM/OiBib29sZWFuO1xuICAgIG9wZW5Jbk5ld1dpbmRvdz86IGJvb2xlYW47XG59XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './babylon-engine-modal.component';
2
+ export * from './babylon-engine-modal.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZW5naW5lLW1vZGFsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxrQ0FBa0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUtbW9kYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1lbmdpbmUtbW9kYWwuaW50ZXJmYWNlJztcbiJdfQ==
@@ -0,0 +1,80 @@
1
+ import { isPlatformBrowser } from '@angular/common';
2
+ import { Component, Inject, Input, PLATFORM_ID, } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/platform-browser";
5
+ export class BabylonExternalScriptComponent {
6
+ constructor(sanitizer, host, renderer, platformId) {
7
+ this.sanitizer = sanitizer;
8
+ this.host = host;
9
+ this.renderer = renderer;
10
+ this.platformId = platformId;
11
+ }
12
+ set script(value) {
13
+ this._script = value;
14
+ this.safeScript = value
15
+ ? this.sanitizer.bypassSecurityTrustHtml(value)
16
+ : undefined;
17
+ }
18
+ get script() {
19
+ return this._script;
20
+ }
21
+ async ngAfterViewInit() {
22
+ if (!isPlatformBrowser(this.platformId))
23
+ return;
24
+ if (!this._script?.includes('utb-iframe-spa')) {
25
+ console.warn('El payload no contiene el div esperado');
26
+ return;
27
+ }
28
+ if (!window.jQuery) {
29
+ await this.loadScript('https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js');
30
+ }
31
+ await this.loadScript('https://api.spalopia.app/utbapis/utbinsert/load.php');
32
+ this.initSpaLopia();
33
+ }
34
+ loadScript(src) {
35
+ return new Promise((resolve, reject) => {
36
+ if (document.querySelector(`script[src="${src}"]`)) {
37
+ return resolve();
38
+ }
39
+ const s = this.renderer.createElement('script');
40
+ s.src = src;
41
+ s.onload = () => resolve();
42
+ s.onerror = (err) => reject(err);
43
+ this.renderer.appendChild(document.body, s);
44
+ });
45
+ }
46
+ initSpaLopia() {
47
+ const utb = new window.UTBInsertSpaBooking({
48
+ base: 'https://160-f1401372.engine.arimahotel.com/engine/163/channel/15',
49
+ path: 'utb-spa-booking-simple',
50
+ lang: this.lang ?? 'es',
51
+ msg_loading: this.msg_loading ?? 'loading...',
52
+ currency: 'EUR',
53
+ buy_variant: 'booking',
54
+ single: false,
55
+ });
56
+ utb.setCookieConsentStatus({
57
+ 'google-analytics': true,
58
+ 'google-ga4': true,
59
+ facebook: false,
60
+ fullstory: false,
61
+ });
62
+ utb.insertIFrameAndPReset('utb-iframe-spa');
63
+ }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonExternalScriptComponent, deps: [{ token: i1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
65
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonExternalScriptComponent, isStandalone: true, selector: "lib-babylon-external-script", inputs: { msg_loading: "msg_loading", lang: "lang", script: "script" }, ngImport: i0, template: "@if (safeScript) {\n <div #container [innerHTML]=\"safeScript\"></div>\n}\n", styles: [""] }); }
66
+ }
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonExternalScriptComponent, decorators: [{
68
+ type: Component,
69
+ args: [{ selector: 'lib-babylon-external-script', standalone: true, imports: [], template: "@if (safeScript) {\n <div #container [innerHTML]=\"safeScript\"></div>\n}\n" }]
70
+ }], ctorParameters: () => [{ type: i1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: Object, decorators: [{
71
+ type: Inject,
72
+ args: [PLATFORM_ID]
73
+ }] }], propDecorators: { msg_loading: [{
74
+ type: Input
75
+ }], lang: [{
76
+ type: Input
77
+ }], script: [{
78
+ type: Input
79
+ }] } });
80
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1leHRlcm5hbC1zY3JpcHQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdC9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0L2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3BELE9BQU8sRUFFSCxTQUFTLEVBRVQsTUFBTSxFQUNOLEtBQUssRUFDTCxXQUFXLEdBRWQsTUFBTSxlQUFlLENBQUM7OztBQVV2QixNQUFNLE9BQU8sOEJBQThCO0lBT3ZDLFlBQ1ksU0FBdUIsRUFDdkIsSUFBNkIsRUFDN0IsUUFBbUIsRUFDRSxVQUFrQjtRQUh2QyxjQUFTLEdBQVQsU0FBUyxDQUFjO1FBQ3ZCLFNBQUksR0FBSixJQUFJLENBQXlCO1FBQzdCLGFBQVEsR0FBUixRQUFRLENBQVc7UUFDRSxlQUFVLEdBQVYsVUFBVSxDQUFRO0lBQ2hELENBQUM7SUFFSixJQUFhLE1BQU0sQ0FBQyxLQUF5QjtRQUN6QyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUNyQixJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUs7WUFDbkIsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsdUJBQXVCLENBQUMsS0FBSyxDQUFDO1lBQy9DLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDcEIsQ0FBQztJQUNELElBQUksTUFBTTtRQUNOLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQztJQUN4QixDQUFDO0lBRUQsS0FBSyxDQUFDLGVBQWU7UUFDakIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUM7WUFBRSxPQUFPO1FBRWhELElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLFFBQVEsQ0FBQyxnQkFBZ0IsQ0FBQyxFQUFFO1lBQzNDLE9BQU8sQ0FBQyxJQUFJLENBQUMsd0NBQXdDLENBQUMsQ0FBQztZQUN2RCxPQUFPO1NBQ1Y7UUFFRCxJQUFJLENBQUUsTUFBYyxDQUFDLE1BQU0sRUFBRTtZQUN6QixNQUFNLElBQUksQ0FBQyxVQUFVLENBQ2pCLGtFQUFrRSxDQUNyRSxDQUFDO1NBQ0w7UUFFRCxNQUFNLElBQUksQ0FBQyxVQUFVLENBQ2pCLHFEQUFxRCxDQUN4RCxDQUFDO1FBRUYsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFFTyxVQUFVLENBQUMsR0FBVztRQUMxQixPQUFPLElBQUksT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxFQUFFO1lBQ25DLElBQUksUUFBUSxDQUFDLGFBQWEsQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLEVBQUU7Z0JBQ2hELE9BQU8sT0FBTyxFQUFFLENBQUM7YUFDcEI7WUFDRCxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUNoRCxDQUFDLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztZQUNaLENBQUMsQ0FBQyxNQUFNLEdBQUcsR0FBRyxFQUFFLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDM0IsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEdBQVEsRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1lBQ3RDLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDaEQsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8sWUFBWTtRQUNoQixNQUFNLEdBQUcsR0FBRyxJQUFLLE1BQWMsQ0FBQyxtQkFBbUIsQ0FBQztZQUNoRCxJQUFJLEVBQUUsa0VBQWtFO1lBQ3hFLElBQUksRUFBRSx3QkFBd0I7WUFDOUIsSUFBSSxFQUFFLElBQUksQ0FBQyxJQUFJLElBQUksSUFBSTtZQUN2QixXQUFXLEVBQUUsSUFBSSxDQUFDLFdBQVcsSUFBSSxZQUFZO1lBQzdDLFFBQVEsRUFBRSxLQUFLO1lBQ2YsV0FBVyxFQUFFLFNBQVM7WUFDdEIsTUFBTSxFQUFFLEtBQUs7U0FDaEIsQ0FBQyxDQUFDO1FBRUgsR0FBRyxDQUFDLHNCQUFzQixDQUFDO1lBQ3ZCLGtCQUFrQixFQUFFLElBQUk7WUFDeEIsWUFBWSxFQUFFLElBQUk7WUFDbEIsUUFBUSxFQUFFLEtBQUs7WUFDZixTQUFTLEVBQUUsS0FBSztTQUNuQixDQUFDLENBQUM7UUFFSCxHQUFHLENBQUMscUJBQXFCLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUNoRCxDQUFDOytHQTdFUSw4QkFBOEIsaUdBVzNCLFdBQVc7bUdBWGQsOEJBQThCLCtKQ25CM0MsZ0ZBR0E7OzRGRGdCYSw4QkFBOEI7a0JBUDFDLFNBQVM7K0JBQ0ksNkJBQTZCLGNBQzNCLElBQUksV0FDUCxFQUFFOzswQkFlTixNQUFNOzJCQUFDLFdBQVc7eUNBVmQsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBWU8sTUFBTTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQWZ0ZXJWaWV3SW5pdCxcbiAgICBDb21wb25lbnQsXG4gICAgRWxlbWVudFJlZixcbiAgICBJbmplY3QsXG4gICAgSW5wdXQsXG4gICAgUExBVEZPUk1fSUQsXG4gICAgUmVuZGVyZXIyLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZUh0bWwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1leHRlcm5hbC1zY3JpcHQnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW10sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1leHRlcm5hbC1zY3JpcHQuY29tcG9uZW50LnNjc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRXh0ZXJuYWxTY3JpcHRDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgICBASW5wdXQoKSBtc2dfbG9hZGluZz86IHN0cmluZztcbiAgICBASW5wdXQoKSBsYW5nPzogc3RyaW5nO1xuXG4gICAgcHJpdmF0ZSBfc2NyaXB0Pzogc3RyaW5nO1xuICAgIHNhZmVTY3JpcHQ/OiBTYWZlSHRtbDtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyLFxuICAgICAgICBwcml2YXRlIGhvc3Q6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+LFxuICAgICAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgICAgIEBJbmplY3QoUExBVEZPUk1fSUQpIHByaXZhdGUgcGxhdGZvcm1JZDogT2JqZWN0XG4gICAgKSB7fVxuXG4gICAgQElucHV0KCkgc2V0IHNjcmlwdCh2YWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMuX3NjcmlwdCA9IHZhbHVlO1xuICAgICAgICB0aGlzLnNhZmVTY3JpcHQgPSB2YWx1ZVxuICAgICAgICAgICAgPyB0aGlzLnNhbml0aXplci5ieXBhc3NTZWN1cml0eVRydXN0SHRtbCh2YWx1ZSlcbiAgICAgICAgICAgIDogdW5kZWZpbmVkO1xuICAgIH1cbiAgICBnZXQgc2NyaXB0KCk6IHN0cmluZyB8IHVuZGVmaW5lZCB7XG4gICAgICAgIHJldHVybiB0aGlzLl9zY3JpcHQ7XG4gICAgfVxuXG4gICAgYXN5bmMgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcblxuICAgICAgICBpZiAoIXRoaXMuX3NjcmlwdD8uaW5jbHVkZXMoJ3V0Yi1pZnJhbWUtc3BhJykpIHtcbiAgICAgICAgICAgIGNvbnNvbGUud2FybignRWwgcGF5bG9hZCBubyBjb250aWVuZSBlbCBkaXYgZXNwZXJhZG8nKTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmICghKHdpbmRvdyBhcyBhbnkpLmpRdWVyeSkge1xuICAgICAgICAgICAgYXdhaXQgdGhpcy5sb2FkU2NyaXB0KFxuICAgICAgICAgICAgICAgICdodHRwczovL2FqYXguZ29vZ2xlYXBpcy5jb20vYWpheC9saWJzL2pxdWVyeS8zLjEuMS9qcXVlcnkubWluLmpzJ1xuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuXG4gICAgICAgIGF3YWl0IHRoaXMubG9hZFNjcmlwdChcbiAgICAgICAgICAgICdodHRwczovL2FwaS5zcGFsb3BpYS5hcHAvdXRiYXBpcy91dGJpbnNlcnQvbG9hZC5waHAnXG4gICAgICAgICk7XG5cbiAgICAgICAgdGhpcy5pbml0U3BhTG9waWEoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGxvYWRTY3JpcHQoc3JjOiBzdHJpbmcpOiBQcm9taXNlPHZvaWQ+IHtcbiAgICAgICAgcmV0dXJuIG5ldyBQcm9taXNlKChyZXNvbHZlLCByZWplY3QpID0+IHtcbiAgICAgICAgICAgIGlmIChkb2N1bWVudC5xdWVyeVNlbGVjdG9yKGBzY3JpcHRbc3JjPVwiJHtzcmN9XCJdYCkpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzb2x2ZSgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgY29uc3QgcyA9IHRoaXMucmVuZGVyZXIuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7XG4gICAgICAgICAgICBzLnNyYyA9IHNyYztcbiAgICAgICAgICAgIHMub25sb2FkID0gKCkgPT4gcmVzb2x2ZSgpO1xuICAgICAgICAgICAgcy5vbmVycm9yID0gKGVycjogYW55KSA9PiByZWplY3QoZXJyKTtcbiAgICAgICAgICAgIHRoaXMucmVuZGVyZXIuYXBwZW5kQ2hpbGQoZG9jdW1lbnQuYm9keSwgcyk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgaW5pdFNwYUxvcGlhKCkge1xuICAgICAgICBjb25zdCB1dGIgPSBuZXcgKHdpbmRvdyBhcyBhbnkpLlVUQkluc2VydFNwYUJvb2tpbmcoe1xuICAgICAgICAgICAgYmFzZTogJ2h0dHBzOi8vMTYwLWYxNDAxMzcyLmVuZ2luZS5hcmltYWhvdGVsLmNvbS9lbmdpbmUvMTYzL2NoYW5uZWwvMTUnLFxuICAgICAgICAgICAgcGF0aDogJ3V0Yi1zcGEtYm9va2luZy1zaW1wbGUnLFxuICAgICAgICAgICAgbGFuZzogdGhpcy5sYW5nID8/ICdlcycsXG4gICAgICAgICAgICBtc2dfbG9hZGluZzogdGhpcy5tc2dfbG9hZGluZyA/PyAnbG9hZGluZy4uLicsXG4gICAgICAgICAgICBjdXJyZW5jeTogJ0VVUicsXG4gICAgICAgICAgICBidXlfdmFyaWFudDogJ2Jvb2tpbmcnLFxuICAgICAgICAgICAgc2luZ2xlOiBmYWxzZSxcbiAgICAgICAgfSk7XG5cbiAgICAgICAgdXRiLnNldENvb2tpZUNvbnNlbnRTdGF0dXMoe1xuICAgICAgICAgICAgJ2dvb2dsZS1hbmFseXRpY3MnOiB0cnVlLFxuICAgICAgICAgICAgJ2dvb2dsZS1nYTQnOiB0cnVlLFxuICAgICAgICAgICAgZmFjZWJvb2s6IGZhbHNlLFxuICAgICAgICAgICAgZnVsbHN0b3J5OiBmYWxzZSxcbiAgICAgICAgfSk7XG5cbiAgICAgICAgdXRiLmluc2VydElGcmFtZUFuZFBSZXNldCgndXRiLWlmcmFtZS1zcGEnKTtcbiAgICB9XG59XG4iLCJAaWYgKHNhZmVTY3JpcHQpIHtcbiAgICA8ZGl2ICNjb250YWluZXIgW2lubmVySFRNTF09XCJzYWZlU2NyaXB0XCI+PC9kaXY+XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1leHRlcm5hbC1zY3JpcHQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdC9iYWJ5bG9uLWV4dGVybmFsLXNjcmlwdC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkV4dGVybmFsU2NyaXB0SSB7XG4gICAgc2NyaXB0Pzogc3RyaW5nO1xuICAgIGxhbmc/OiBzdHJpbmc7XG4gICAgbXNnX2xvYWRpbmc/OiBzdHJpbmc7XG59XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './babylon-external-script.component';
2
+ export * from './babylon-external-script.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZXh0ZXJuYWwtc2NyaXB0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1leHRlcm5hbC1zY3JpcHQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1leHRlcm5hbC1zY3JpcHQuaW50ZXJmYWNlJztcbiJdfQ==
@@ -1,11 +1,44 @@
1
- import { Component } from '@angular/core';
1
+ import { animate, state, style, transition, trigger, } from '@angular/animations';
2
+ import { CommonModule } from '@angular/common';
3
+ import { ChangeDetectionStrategy, Component, Input, signal, } from '@angular/core';
4
+ import { BabylonDynamicHeadingComponent } from '../../shared';
2
5
  import * as i0 from "@angular/core";
3
6
  export class BabylonFaqComponent {
7
+ constructor() {
8
+ this.selectedIndex = signal(0);
9
+ }
10
+ selectItem(index) {
11
+ this.selectedIndex.set(index);
12
+ }
4
13
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFaqComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonFaqComponent, isStandalone: true, selector: "lib-babylon-faq", ngImport: i0, template: "<section class=\"babylon__faq margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n <div class=\"col-lg-6\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Preguntas precuentes</h3> \n </div> \n <div class=\"cs_accordians cs_style_1\">\n <div class=\"cs_accordian active\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }); }
14
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFaqComponent, isStandalone: true, selector: "lib-babylon-faq", inputs: { pretitle: "pretitle", title: "title", image: "image", items: "items", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"babylon__faq margin-main\">\n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\">\n @if (image) {\n <div class=\"col-lg-6 cs_pr_110\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3 position-relative\"\n >\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n <div class=\"col-lg-6\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n @if (items?.length) {\n <div class=\"cs_accordians cs_style_1\">\n @for (item of items; track $index) {\n <div\n class=\"cs_accordian\"\n [class.active]=\"selectedIndex() === $index\"\n >\n @if (item.label) {\n <div\n class=\"cs_accordian_head\"\n (click)=\"selectItem($index)\"\n >\n <h2 class=\"title--smaller mb--0\">\n {{ item.label }}\n </h2>\n <span\n class=\"cs_accordian_toggle\"\n ></span>\n </div>\n }\n @if (item.description) {\n <div\n class=\"cs_accordian_body\"\n [@slideToggle]=\"\n selectedIndex() === $index\n ? 'open'\n : 'closed'\n \"\n >\n <p\n class=\"text mb--0\"\n [innerHTML]=\"item.description\"\n ></p>\n </div>\n }\n </div>\n }\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], animations: [
15
+ trigger('slideToggle', [
16
+ state('open', style({ height: '*', opacity: 1, overflow: 'hidden' })),
17
+ state('closed', style({ height: '0px', opacity: 0, overflow: 'hidden' })),
18
+ transition('closed <=> open', animate('250ms ease')),
19
+ ]),
20
+ ], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
21
  }
7
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFaqComponent, decorators: [{
8
23
  type: Component,
9
- args: [{ selector: 'lib-babylon-faq', standalone: true, imports: [], template: "<section class=\"babylon__faq margin-main \"> \n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\">\n <div class=\"col-lg-6 cs_pr_110\">\n <div class=\" cs_pr_1101 cs_image_layer cs_style_3 position-relative\">\n <img src=\"/assets/babylon/fotos/contact_img.jpeg\" alt=\"Contact\" class=\"cs--radius\">\n </div>\n </div>\n <div class=\"col-lg-6\">\n <div class=\"intro_info no-align\">\n <h2 class=\"pretitle mb--10\">Babylon hotel</h2>\n <h3 class=\"title \" >Preguntas precuentes</h3> \n </div> \n <div class=\"cs_accordians cs_style_1\">\n <div class=\"cs_accordian active\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n <div class=\"cs_accordian\">\n <div class=\"cs_accordian_head\">\n <h2 class=\"title--smaller mb--0\">What are the check-in and check-out times at Babylon?</h2>\n <span class=\"cs_accordian_toggle\"></span>\n </div>\n <div class=\"cs_accordian_body\">\n <p class=\"text mb--0\">Check-in time is at 3:00 PM, and check-out is at 11:00 AM.</p>\n </div>\n </div> \n </div>\n </div>\n </div>\n </div> \n</section>", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mYXEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZhcS9iYWJ5bG9uLWZhcS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmFxL2JhYnlsb24tZmFxLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxtQkFBbUI7K0dBQW5CLG1CQUFtQjttR0FBbkIsbUJBQW1CLDJFQ1RoQyw4dkpBaUZVOzs0RkR4RUcsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGlCQUFpQixjQUNmLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWZhcScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtdLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1mYXEuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJy4vYmFieWxvbi1mYXEuY29tcG9uZW50LnNjc3MnXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25GYXFDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2ZhcSBtYXJnaW4tbWFpbiBcIj4gICBcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgYWxpZ24taXRlbXMtY2VudGVyIGNzX2dhcF95XzMwXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY3NfcHJfMTEwXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIiBjc19wcl8xMTAxIGNzX2ltYWdlX2xheWVyIGNzX3N0eWxlXzMgcG9zaXRpb24tcmVsYXRpdmVcIj5cbiAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvY29udGFjdF9pbWcuanBlZ1wiIGFsdD1cIkNvbnRhY3RcIiBjbGFzcz1cImNzLS1yYWRpdXNcIj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwicHJldGl0bGUgbWItLTEwXCI+QmFieWxvbiBob3RlbDwvaDI+XG4gICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlIFwiID5QcmVndW50YXMgcHJlY3VlbnRlczwvaDM+ICAgXG4gICAgICAgICAgICAgICAgPC9kaXY+ICBcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFucyBjc19zdHlsZV8xXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW4gYWN0aXZlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuX2hlYWRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMFwiPldoYXQgYXJlIHRoZSBjaGVjay1pbiBhbmQgY2hlY2stb3V0IHRpbWVzIGF0IEJhYnlsb24/PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2FjY29yZGlhbl90b2dnbGVcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5fYm9keVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwICBjbGFzcz1cInRleHQgbWItLTBcIj5DaGVjay1pbiB0aW1lIGlzIGF0IDM6MDAgUE0sIGFuZCBjaGVjay1vdXQgaXMgYXQgMTE6MDAgQU0uPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhbl9oZWFkXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTBcIj5XaGF0IGFyZSB0aGUgY2hlY2staW4gYW5kIGNoZWNrLW91dCB0aW1lcyBhdCBCYWJ5bG9uPzwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19hY2NvcmRpYW5fdG9nZ2xlXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuX2JvZHlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+Q2hlY2staW4gdGltZSBpcyBhdCAzOjAwIFBNLCBhbmQgY2hlY2stb3V0IGlzIGF0IDExOjAwIEFNLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5faGVhZFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbGVyIG1iLS0wXCI+V2hhdCBhcmUgdGhlIGNoZWNrLWluIGFuZCBjaGVjay1vdXQgdGltZXMgYXQgQmFieWxvbj88L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfYWNjb3JkaWFuX3RvZ2dsZVwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhbl9ib2R5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgIGNsYXNzPVwidGV4dCBtYi0tMFwiPkNoZWNrLWluIHRpbWUgaXMgYXQgMzowMCBQTSwgYW5kIGNoZWNrLW91dCBpcyBhdCAxMTowMCBBTS48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuX2hlYWRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMFwiPldoYXQgYXJlIHRoZSBjaGVjay1pbiBhbmQgY2hlY2stb3V0IHRpbWVzIGF0IEJhYnlsb24/PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2FjY29yZGlhbl90b2dnbGVcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5fYm9keVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwICBjbGFzcz1cInRleHQgbWItLTBcIj5DaGVjay1pbiB0aW1lIGlzIGF0IDM6MDAgUE0sIGFuZCBjaGVjay1vdXQgaXMgYXQgMTE6MDAgQU0uPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhblwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhbl9oZWFkXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTBcIj5XaGF0IGFyZSB0aGUgY2hlY2staW4gYW5kIGNoZWNrLW91dCB0aW1lcyBhdCBCYWJ5bG9uPzwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19hY2NvcmRpYW5fdG9nZ2xlXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuX2JvZHlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+Q2hlY2staW4gdGltZSBpcyBhdCAzOjAwIFBNLCBhbmQgY2hlY2stb3V0IGlzIGF0IDExOjAwIEFNLjwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5faGVhZFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbGVyIG1iLS0wXCI+V2hhdCBhcmUgdGhlIGNoZWNrLWluIGFuZCBjaGVjay1vdXQgdGltZXMgYXQgQmFieWxvbj88L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfYWNjb3JkaWFuX3RvZ2dsZVwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhbl9ib2R5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgIGNsYXNzPVwidGV4dCBtYi0tMFwiPkNoZWNrLWluIHRpbWUgaXMgYXQgMzowMCBQTSwgYW5kIGNoZWNrLW91dCBpcyBhdCAxMTowMCBBTS48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYWNjb3JkaWFuX2hlYWRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGxlciBtYi0tMFwiPldoYXQgYXJlIHRoZSBjaGVjay1pbiBhbmQgY2hlY2stb3V0IHRpbWVzIGF0IEJhYnlsb24/PC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2FjY29yZGlhbl90b2dnbGVcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19hY2NvcmRpYW5fYm9keVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwICBjbGFzcz1cInRleHQgbWItLTBcIj5DaGVjay1pbiB0aW1lIGlzIGF0IDM6MDAgUE0sIGFuZCBjaGVjay1vdXQgaXMgYXQgMTE6MDAgQU0uPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PiAgIFxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PiBcbjwvc2VjdGlvbj4iXX0=
24
+ args: [{ selector: 'lib-babylon-faq', standalone: true, imports: [CommonModule, BabylonDynamicHeadingComponent], animations: [
25
+ trigger('slideToggle', [
26
+ state('open', style({ height: '*', opacity: 1, overflow: 'hidden' })),
27
+ state('closed', style({ height: '0px', opacity: 0, overflow: 'hidden' })),
28
+ transition('closed <=> open', animate('250ms ease')),
29
+ ]),
30
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__faq margin-main\">\n <div class=\"container\">\n <div class=\"row align-items-center cs_gap_y_30\">\n @if (image) {\n <div class=\"col-lg-6 cs_pr_110\">\n <div\n class=\"cs_pr_1101 cs_image_layer cs_style_3 position-relative\"\n >\n <img\n [src]=\"image.src\"\n [alt]=\"image.alt\"\n class=\"cs--radius\"\n loading=\"lazy\"\n />\n </div>\n </div>\n }\n <div class=\"col-lg-6\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h2'\"\n cssClass=\"title\"\n [color]=\"textColors?.pretitle\"\n [content]=\"pretitle\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"pretitle mb--10\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n @if (items?.length) {\n <div class=\"cs_accordians cs_style_1\">\n @for (item of items; track $index) {\n <div\n class=\"cs_accordian\"\n [class.active]=\"selectedIndex() === $index\"\n >\n @if (item.label) {\n <div\n class=\"cs_accordian_head\"\n (click)=\"selectItem($index)\"\n >\n <h2 class=\"title--smaller mb--0\">\n {{ item.label }}\n </h2>\n <span\n class=\"cs_accordian_toggle\"\n ></span>\n </div>\n }\n @if (item.description) {\n <div\n class=\"cs_accordian_body\"\n [@slideToggle]=\"\n selectedIndex() === $index\n ? 'open'\n : 'closed'\n \"\n >\n <p\n class=\"text mb--0\"\n [innerHTML]=\"item.description\"\n ></p>\n </div>\n }\n </div>\n }\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n", styles: [".cs_image_layer.cs_style_3.cs_type_1,.cs_image_layer.cs_style_4.cs_type_1{border-radius:250px 0}.cs_image_layer.cs_style_3.cs_type_1 img,.cs_image_layer.cs_style_4.cs_type_1 img{border-radius:inherit}.cs_image_layer.cs_style_3.cs_type_1:before,.cs_image_layer.cs_style_4.cs_type_1:before{border-radius:225px 0}\n"] }]
31
+ }], propDecorators: { pretitle: [{
32
+ type: Input
33
+ }], title: [{
34
+ type: Input
35
+ }], image: [{
36
+ type: Input
37
+ }], items: [{
38
+ type: Input
39
+ }], tags: [{
40
+ type: Input
41
+ }], textColors: [{
42
+ type: Input
43
+ }] } });
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mYXEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZhcS9iYWJ5bG9uLWZhcS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmFxL2JhYnlsb24tZmFxLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUNWLE1BQU0scUJBQXFCLENBQUM7QUFDN0IsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssRUFDTCxNQUFNLEdBQ1QsTUFBTSxlQUFlLENBQUM7QUFHdkIsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQXVCOUQsTUFBTSxPQUFPLG1CQUFtQjtJQXJCaEM7UUE2Qkksa0JBQWEsR0FBRyxNQUFNLENBQVMsQ0FBQyxDQUFDLENBQUM7S0FLckM7SUFIRyxVQUFVLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsQyxDQUFDOytHQVpRLG1CQUFtQjttR0FBbkIsbUJBQW1CLHFNQ3ZDaEMsd2pIQStFQSxpWEQxRGMsWUFBWSwrQkFBRSw4QkFBOEIsc0hBRzFDO1lBQ1IsT0FBTyxDQUFDLGFBQWEsRUFBRTtnQkFDbkIsS0FBSyxDQUNELE1BQU0sRUFDTixLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxDQUFDLENBQ3pEO2dCQUNELEtBQUssQ0FDRCxRQUFRLEVBQ1IsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUMzRDtnQkFDRCxVQUFVLENBQUMsaUJBQWlCLEVBQUUsT0FBTyxDQUFDLFlBQVksQ0FBQyxDQUFDO2FBQ3ZELENBQUM7U0FDTDs7NEZBR1EsbUJBQW1CO2tCQXJCL0IsU0FBUzsrQkFDSSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsOEJBQThCLENBQUMsY0FHM0M7d0JBQ1IsT0FBTyxDQUFDLGFBQWEsRUFBRTs0QkFDbkIsS0FBSyxDQUNELE1BQU0sRUFDTixLQUFLLENBQUMsRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxDQUFDLENBQ3pEOzRCQUNELEtBQUssQ0FDRCxRQUFRLEVBQ1IsS0FBSyxDQUFDLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUMzRDs0QkFDRCxVQUFVLENBQUMsaUJBQWlCLEVBQUUsT0FBTyxDQUFDLFlBQVksQ0FBQyxDQUFDO3lCQUN2RCxDQUFDO3FCQUNMLG1CQUNnQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBhbmltYXRlLFxuICAgIHN0YXRlLFxuICAgIHN0eWxlLFxuICAgIHRyYW5zaXRpb24sXG4gICAgdHJpZ2dlcixcbn0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgSW5wdXQsXG4gICAgc2lnbmFsLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25UYWdzSSwgQmFieWxvblRleHRzQ29sb3JzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1pbWFnZS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1mYXEnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50XSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1mYXEuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWZhcS5jb21wb25lbnQuc2NzcycsXG4gICAgYW5pbWF0aW9uczogW1xuICAgICAgICB0cmlnZ2VyKCdzbGlkZVRvZ2dsZScsIFtcbiAgICAgICAgICAgIHN0YXRlKFxuICAgICAgICAgICAgICAgICdvcGVuJyxcbiAgICAgICAgICAgICAgICBzdHlsZSh7IGhlaWdodDogJyonLCBvcGFjaXR5OiAxLCBvdmVyZmxvdzogJ2hpZGRlbicgfSlcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBzdGF0ZShcbiAgICAgICAgICAgICAgICAnY2xvc2VkJyxcbiAgICAgICAgICAgICAgICBzdHlsZSh7IGhlaWdodDogJzBweCcsIG9wYWNpdHk6IDAsIG92ZXJmbG93OiAnaGlkZGVuJyB9KVxuICAgICAgICAgICAgKSxcbiAgICAgICAgICAgIHRyYW5zaXRpb24oJ2Nsb3NlZCA8PT4gb3BlbicsIGFuaW1hdGUoJzI1MG1zIGVhc2UnKSksXG4gICAgICAgIF0pLFxuICAgIF0sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25GYXFDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGltYWdlPzogQmFieWxvbkltYWdlSTtcbiAgICBASW5wdXQoKSBpdGVtcz86IEJhYnlsb25GYXFJdGVtW107XG4gICAgQElucHV0KCkgdGFncz86IEJhYnlsb25UYWdzSTtcbiAgICBASW5wdXQoKSB0ZXh0Q29sb3JzPzogQmFieWxvblRleHRzQ29sb3JzSTtcblxuICAgIHNlbGVjdGVkSW5kZXggPSBzaWduYWw8bnVtYmVyPigwKTtcblxuICAgIHNlbGVjdEl0ZW0oaW5kZXg6IG51bWJlcikge1xuICAgICAgICB0aGlzLnNlbGVjdGVkSW5kZXguc2V0KGluZGV4KTtcbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkZhcUl0ZW0ge1xuICAgIGxhYmVsPzogc3RyaW5nO1xuICAgIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19mYXEgbWFyZ2luLW1haW5cIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgYWxpZ24taXRlbXMtY2VudGVyIGNzX2dhcF95XzMwXCI+XG4gICAgICAgICAgICBAaWYgKGltYWdlKSB7XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNzX3ByXzExMFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX3ByXzExMDEgY3NfaW1hZ2VfbGF5ZXIgY3Nfc3R5bGVfMyBwb3NpdGlvbi1yZWxhdGl2ZVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImltYWdlLnNyY1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FsdF09XCJpbWFnZS5hbHRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3MtLXJhZGl1c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTZcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBuby1hbGlnblwiPlxuICAgICAgICAgICAgICAgICAgICBAaWYgKHByZXRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5wcmV0aXRsZSB8fCAnaDInXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8ucHJldGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cInByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy50aXRsZSB8fCAnaDEnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInByZXRpdGxlIG1iLS0xMFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LnRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICBAaWYgKGl0ZW1zPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2FjY29yZGlhbnMgY3Nfc3R5bGVfMVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoaXRlbSBvZiBpdGVtczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2FjY29yZGlhblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjbGFzcy5hY3RpdmVdPVwic2VsZWN0ZWRJbmRleCgpID09PSAkaW5kZXhcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLmxhYmVsKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19hY2NvcmRpYW5faGVhZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNlbGVjdEl0ZW0oJGluZGV4KVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsZXIgbWItLTBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgaXRlbS5sYWJlbCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19hY2NvcmRpYW5fdG9nZ2xlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLmRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19hY2NvcmRpYW5fYm9keVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW0BzbGlkZVRvZ2dsZV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VsZWN0ZWRJbmRleCgpID09PSAkaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gJ29wZW4nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICdjbG9zZWQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQgbWItLTBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cIml0ZW0uZGVzY3JpcHRpb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mYXEuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZhcS9iYWJ5bG9uLWZhcS5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24taW1hZ2UuaW50ZXJmYWNlJztcbmltcG9ydCB7IEJhYnlsb25GYXFJdGVtIH0gZnJvbSAnLi9iYWJ5bG9uLWZhcS5jb21wb25lbnQnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEJhYnlsb25GYXFJIHtcbiAgICBwcmV0aXRsZT86IHN0cmluZztcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBpbWFnZT86IEJhYnlsb25JbWFnZUk7XG4gICAgaXRlbXM/OiBCYWJ5bG9uRmFxSXRlbVtdO1xufVxuIl19
@@ -0,0 +1,3 @@
1
+ export * from './babylon-faq.component';
2
+ export * from './babylon-faq.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmFxL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mYXEuaW50ZXJmYWNlJztcbiJdfQ==
@@ -1,11 +1,33 @@
1
- import { Component } from '@angular/core';
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, Input, } from '@angular/core';
3
+ import { BabylonSlidersDirective } from '../../../directives/babylon-sliders/babylon-sliders.directive';
4
+ import { BabylonDynamicHeadingComponent } from '../../shared';
2
5
  import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
3
7
  export class BabylonFeaturesSliderComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFeaturesSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonFeaturesSliderComponent, isStandalone: true, selector: "lib-babylon-features-slider", ngImport: i0, template: "<section class=\"babylon__features-slider margin-main \">\n\n <div class=\"cs_slider cs_style_1 cs_slider_gap_30 cs_show_shadow_20\">\n <div class=\"container\">\n <div class=\"cs_section_heading_wrap_1\">\n <div class=\"cs_section_heading cs_style_1 \">\n <div class=\"intro_info no-align\">\n <h3 class=\"pretitle wow fadeInLeft\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Features Slider </h3>\n <h2 class=\"title\">Unveiling Unmatched Coastal <br>Luxury and Hospitality</h2>\n </div>\n\n </div>\n <div class=\"cs_slider_arrows cs_style_4\">\n <div class=\"cs_left_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\" cs_right_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n </div>\n\n <div class=\"cs_full_width_right mb--20\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"1\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"btns__box align--center \">\n <a href=\" \" class=\"btn btn_primary \">\n <b>Learn More</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n\n </section>\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}.cs_iconbox.cs_style_3{box-shadow:0 0 20px 0 var(--cl_shadow);padding:1px 50px 44px;margin-top:62px}@media (max-width: 991px){.cs_iconbox.cs_style_3{padding:1px 30px 34px}}@media (max-width: 374px){.cs_iconbox.cs_style_3{padding:1px 25px 34px}}.cs_iconbox.cs_style_3 .cs_iconbox_icon{height:125px;width:125px;border:1px solid var(--cl_icon);margin-top:-63px}.cs_iconbox.cs_style_3 .cs_iconbox_icon img{width:60px;transition:all 1s ease}.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img{transform:rotateY(360deg)}.babylon__features-slider{overflow:hidden}\n"] }); }
8
+ constructor(cdr) {
9
+ this.cdr = cdr;
10
+ }
11
+ ngAfterViewInit() {
12
+ setTimeout(() => {
13
+ this.cdr.detectChanges();
14
+ }, 100);
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFeaturesSliderComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonFeaturesSliderComponent, isStandalone: true, selector: "lib-babylon-features-slider", inputs: { pretitle: "pretitle", title: "title", items: "items", button: "button", tags: "tags" }, ngImport: i0, template: "<section class=\"babylon__features-slider margin-main\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_30 cs_show_shadow_20\">\n <div class=\"container\">\n <div class=\"cs_section_heading_wrap_1\">\n <div class=\"cs_section_heading cs_style_1\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle wow fadeInLeft\"\n [content]=\"pretitle\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_4\">\n <div class=\"cs_left_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n </div>\n\n <div class=\"cs_full_width_right mb--20\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container4\"\n data-autoplay=\"0\"\n data-loop=\"0\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"1\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"2\"\n data-md-slides=\"2\"\n data-mlg-slides=\"2\"\n data-lg-slides=\"2\"\n data-xl-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @if (items?.length) {\n @for (item of items; track $index) {\n <div class=\"cs_slide\">\n <div\n class=\"cs_iconbox cs_style_3 cs--radius bg--white\"\n >\n @if (item.icon) {\n <div\n class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\"\n >\n <div\n class=\"info--icon icon--big\"\n >\n <i\n class=\"icon--svg\"\n [ngClass]=\"item.icon\"\n ></i>\n </div>\n </div>\n }\n @if (item.title) {\n <h3 class=\"title--small mb--10\">\n {{ item.title }}\n </h3>\n }\n @if (item.description) {\n <p class=\"text\">\n {{ item.description }}\n </p>\n }\n </div>\n </div>\n }\n }\n </div>\n </div>\n </div>\n @if (button) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n class=\"btn btn_primary\"\n >\n <b>{{ button.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_iconbox.cs_style_3{box-shadow:0 0 20px 0 var(--cl_shadow);padding:1px 50px 44px;margin-top:62px}@media (max-width: 1024px){.cs_iconbox.cs_style_3{padding:1px 30px 34px}}@media (max-width: 767px){.cs_iconbox.cs_style_3{padding:1px 25px 34px}}.cs_iconbox.cs_style_3 .cs_iconbox_icon{height:125px;width:125px;border:1px solid var(--cl_icon);margin-top:-63px}.cs_iconbox.cs_style_3 .cs_iconbox_icon img{width:60px;transition:all 1s ease}.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img{transform:rotateY(360deg)}.babylon__features-slider{overflow:hidden}.babylon__features-slider .cs_slider:not(.hide-arrows) .cs_slider_arrows div{display:flex!important}::ng-deep .slick-track{display:flex!important;align-items:stretch}::ng-deep .slick-track .slick-slide{height:auto}::ng-deep .slick-track .slick-slide>div{height:100%}::ng-deep .slick-track .slick-slide .cs_slide{height:100%}::ng-deep .slick-track .slick-slide .cs_iconbox{height:calc(100% - 60px)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
18
  }
7
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonFeaturesSliderComponent, decorators: [{
8
20
  type: Component,
9
- args: [{ selector: 'lib-babylon-features-slider', standalone: true, imports: [], template: "<section class=\"babylon__features-slider margin-main \">\n\n <div class=\"cs_slider cs_style_1 cs_slider_gap_30 cs_show_shadow_20\">\n <div class=\"container\">\n <div class=\"cs_section_heading_wrap_1\">\n <div class=\"cs_section_heading cs_style_1 \">\n <div class=\"intro_info no-align\">\n <h3 class=\"pretitle wow fadeInLeft\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Features Slider </h3>\n <h2 class=\"title\">Unveiling Unmatched Coastal <br>Luxury and Hospitality</h2>\n </div>\n\n </div>\n <div class=\"cs_slider_arrows cs_style_4\">\n <div class=\"cs_left_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\" cs_right_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n </div>\n\n <div class=\"cs_full_width_right mb--20\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"1\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n <div class=\"cs_slide\">\n <div class=\"cs_iconbox cs_style_3 cs--radius bg--white\">\n <div class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\">\n <div class=\"info--icon icon--medium \">\n <i class=\"babylon-telephone\"></i>\n </div>\n </div>\n <h3 class=\"title--small mb--10\">Restaurant &amp; Bar</h3>\n <p class=\"text\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"btns__box align--center \">\n <a href=\" \" class=\"btn btn_primary \">\n <b>Learn More</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n </div>\n </div>\n\n </section>\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}.cs_iconbox.cs_style_3{box-shadow:0 0 20px 0 var(--cl_shadow);padding:1px 50px 44px;margin-top:62px}@media (max-width: 991px){.cs_iconbox.cs_style_3{padding:1px 30px 34px}}@media (max-width: 374px){.cs_iconbox.cs_style_3{padding:1px 25px 34px}}.cs_iconbox.cs_style_3 .cs_iconbox_icon{height:125px;width:125px;border:1px solid var(--cl_icon);margin-top:-63px}.cs_iconbox.cs_style_3 .cs_iconbox_icon img{width:60px;transition:all 1s ease}.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img{transform:rotateY(360deg)}.babylon__features-slider{overflow:hidden}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyw4QkFBOEI7K0dBQTlCLDhCQUE4QjttR0FBOUIsOEJBQThCLHVGQ1QzQywwbUtBNkZBOzs0RkRwRmEsOEJBQThCO2tCQVAxQyxTQUFTOytCQUNFLDZCQUE2QixjQUMzQixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1mZWF0dXJlcy1zbGlkZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRmVhdHVyZXNTbGlkZXJDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2ZlYXR1cmVzLXNsaWRlciBtYXJnaW4tbWFpbiAgXCI+XG5cbiAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyIGNzX3N0eWxlXzEgY3Nfc2xpZGVyX2dhcF8zMCBjc19zaG93X3NoYWRvd18yMFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2VjdGlvbl9oZWFkaW5nX3dyYXBfMVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zZWN0aW9uX2hlYWRpbmcgY3Nfc3R5bGVfMSBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGUgd293IGZhZGVJbkxlZnRcIiBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIiBkYXRhLXdvdy1kZWxheT1cIjAuMnNcIj5GZWF0dXJlcyBTbGlkZXIgPC9oMz5cbiAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZVwiPlVudmVpbGluZyBVbm1hdGNoZWQgQ29hc3RhbCA8YnI+THV4dXJ5IGFuZCBIb3NwaXRhbGl0eTwvaDI+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzRcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19sZWZ0X2Fycm93IHNsaWNrLWFycm93IGNzX2NlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1sZWZ0LWJpZ1wiPjwvc3Bhbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIiBjc19yaWdodF9hcnJvdyBzbGljay1hcnJvdyBjc19jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19mdWxsX3dpZHRoX3JpZ2h0IG1iLS0yMFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgZGF0YS1hdXRvcGxheT1cIjBcIiBkYXRhLWxvb3A9XCIxXCIgZGF0YS1zcGVlZD1cIjYwMFwiIGRhdGEtY2VudGVyPVwiMFwiIGRhdGEtdmFyaWFibGUtd2lkdGg9XCIxXCIgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCIgZGF0YS14cy1zbGlkZXM9XCIxXCIgZGF0YS1zbS1zbGlkZXM9XCIyXCIgZGF0YS1tZC1zbGlkZXM9XCIyXCIgZGF0YS1sZy1zbGlkZXM9XCIzXCIgZGF0YS1hZGQtc2xpZGVzPVwiM1wiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94IGNzX3N0eWxlXzMgY3MtLXJhZGl1cyBiZy0td2hpdGVcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94X2ljb24gY3NfbWJfMjkgY3NfY2VudGVyIGNzLS1yYWRpdXMgYmctLXdoaXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1tZWRpdW0gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj5SZXN0YXVyYW50ICZhbXA7IEJhcjwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5FeGNlcHRpb25hbCBkaW5pbmcgYXdhaXRzIGF0IG91ciByZXNvcnQuIEltbWVyc2UgeW91cnNlbGYgaW4gZXhxdWlzaXRlICBmbGF2b3JzIHdpdGggdmlldyB0byBtYXRjaC4gUHVyZSBpbmR1bGdlbmNlLCBlZmZvcnRsZXNzbHkgZGVsaXZlcmVkLjwvcD5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94IGNzX3N0eWxlXzMgY3MtLXJhZGl1cyBiZy0td2hpdGVcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94X2ljb24gY3NfbWJfMjkgY3NfY2VudGVyIGNzLS1yYWRpdXMgYmctLXdoaXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1tZWRpdW0gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj5SZXN0YXVyYW50ICZhbXA7IEJhcjwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5FeGNlcHRpb25hbCBkaW5pbmcgYXdhaXRzIGF0IG91ciByZXNvcnQuIEltbWVyc2UgeW91cnNlbGYgaW4gZXhxdWlzaXRlICBmbGF2b3JzIHdpdGggdmlldyB0byBtYXRjaC4gUHVyZSBpbmR1bGdlbmNlLCBlZmZvcnRsZXNzbHkgZGVsaXZlcmVkLjwvcD5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94IGNzX3N0eWxlXzMgY3MtLXJhZGl1cyBiZy0td2hpdGVcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94X2ljb24gY3NfbWJfMjkgY3NfY2VudGVyIGNzLS1yYWRpdXMgYmctLXdoaXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1tZWRpdW0gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj5SZXN0YXVyYW50ICZhbXA7IEJhcjwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5FeGNlcHRpb25hbCBkaW5pbmcgYXdhaXRzIGF0IG91ciByZXNvcnQuIEltbWVyc2UgeW91cnNlbGYgaW4gZXhxdWlzaXRlICBmbGF2b3JzIHdpdGggdmlldyB0byBtYXRjaC4gUHVyZSBpbmR1bGdlbmNlLCBlZmZvcnRsZXNzbHkgZGVsaXZlcmVkLjwvcD5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94IGNzX3N0eWxlXzMgY3MtLXJhZGl1cyBiZy0td2hpdGVcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94X2ljb24gY3NfbWJfMjkgY3NfY2VudGVyIGNzLS1yYWRpdXMgYmctLXdoaXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1tZWRpdW0gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj5SZXN0YXVyYW50ICZhbXA7IEJhcjwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5FeGNlcHRpb25hbCBkaW5pbmcgYXdhaXRzIGF0IG91ciByZXNvcnQuIEltbWVyc2UgeW91cnNlbGYgaW4gZXhxdWlzaXRlICBmbGF2b3JzIHdpdGggdmlldyB0byBtYXRjaC4gUHVyZSBpbmR1bGdlbmNlLCBlZmZvcnRsZXNzbHkgZGVsaXZlcmVkLjwvcD5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94IGNzX3N0eWxlXzMgY3MtLXJhZGl1cyBiZy0td2hpdGVcIj5cbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19pY29uYm94X2ljb24gY3NfbWJfMjkgY3NfY2VudGVyIGNzLS1yYWRpdXMgYmctLXdoaXRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBpY29uLS1tZWRpdW0gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIj5SZXN0YXVyYW50ICZhbXA7IEJhcjwvaDM+XG4gICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5FeGNlcHRpb25hbCBkaW5pbmcgYXdhaXRzIGF0IG91ciByZXNvcnQuIEltbWVyc2UgeW91cnNlbGYgaW4gZXhxdWlzaXRlICBmbGF2b3JzIHdpdGggdmlldyB0byBtYXRjaC4gUHVyZSBpbmR1bGdlbmNlLCBlZmZvcnRsZXNzbHkgZGVsaXZlcmVkLjwvcD5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlciBcIj5cbiAgICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IFwiPlxuICAgICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgIDwvYT5cbiAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgPC9zZWN0aW9uPlxuIl19
21
+ args: [{ selector: 'lib-babylon-features-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonDynamicHeadingComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__features-slider margin-main\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_30 cs_show_shadow_20\">\n <div class=\"container\">\n <div class=\"cs_section_heading_wrap_1\">\n <div class=\"cs_section_heading cs_style_1\">\n <div class=\"intro_info no-align\">\n @if (pretitle) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle wow fadeInLeft\"\n [content]=\"pretitle\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n ></lib-babylon-dynamic-heading>\n }\n @if (title) {\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"title\"\n [content]=\"title\"\n ></lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_4\">\n <div class=\"cs_left_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow slick-arrow cs_center\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n </div>\n\n <div class=\"cs_full_width_right mb--20\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container4\"\n data-autoplay=\"0\"\n data-loop=\"0\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"1\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"2\"\n data-md-slides=\"2\"\n data-mlg-slides=\"2\"\n data-lg-slides=\"2\"\n data-xl-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @if (items?.length) {\n @for (item of items; track $index) {\n <div class=\"cs_slide\">\n <div\n class=\"cs_iconbox cs_style_3 cs--radius bg--white\"\n >\n @if (item.icon) {\n <div\n class=\"cs_iconbox_icon cs_mb_29 cs_center cs--radius bg--white\"\n >\n <div\n class=\"info--icon icon--big\"\n >\n <i\n class=\"icon--svg\"\n [ngClass]=\"item.icon\"\n ></i>\n </div>\n </div>\n }\n @if (item.title) {\n <h3 class=\"title--small mb--10\">\n {{ item.title }}\n </h3>\n }\n @if (item.description) {\n <p class=\"text\">\n {{ item.description }}\n </p>\n }\n </div>\n </div>\n }\n }\n </div>\n </div>\n </div>\n @if (button) {\n <div class=\"btns__box align--center\">\n <a\n [attr.aria-label]=\"button.label\"\n [href]=\"button.url\"\n class=\"btn btn_primary\"\n >\n <b>{{ button.label }}</b>\n <span class=\"babylon-arrow-right-big\"></span>\n </a>\n </div>\n }\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_iconbox.cs_style_3{box-shadow:0 0 20px 0 var(--cl_shadow);padding:1px 50px 44px;margin-top:62px}@media (max-width: 1024px){.cs_iconbox.cs_style_3{padding:1px 30px 34px}}@media (max-width: 767px){.cs_iconbox.cs_style_3{padding:1px 25px 34px}}.cs_iconbox.cs_style_3 .cs_iconbox_icon{height:125px;width:125px;border:1px solid var(--cl_icon);margin-top:-63px}.cs_iconbox.cs_style_3 .cs_iconbox_icon img{width:60px;transition:all 1s ease}.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img{transform:rotateY(360deg)}.babylon__features-slider{overflow:hidden}.babylon__features-slider .cs_slider:not(.hide-arrows) .cs_slider_arrows div{display:flex!important}::ng-deep .slick-track{display:flex!important;align-items:stretch}::ng-deep .slick-track .slick-slide{height:auto}::ng-deep .slick-track .slick-slide>div{height:100%}::ng-deep .slick-track .slick-slide .cs_slide{height:100%}::ng-deep .slick-track .slick-slide .cs_iconbox{height:calc(100% - 60px)}\n"] }]
22
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { pretitle: [{
23
+ type: Input
24
+ }], title: [{
25
+ type: Input
26
+ }], items: [{
27
+ type: Input
28
+ }], button: [{
29
+ type: Input
30
+ }], tags: [{
31
+ type: Input
32
+ }] } });
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBRUgsdUJBQXVCLEVBRXZCLFNBQVMsRUFDVCxLQUFLLEdBQ1IsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sK0RBQStELENBQUM7QUFDeEcsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sY0FBYyxDQUFDOzs7QUFXOUQsTUFBTSxPQUFPLDhCQUE4QjtJQU92QyxZQUFvQixHQUFzQjtRQUF0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtJQUFHLENBQUM7SUFFOUMsZUFBZTtRQUNYLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDWixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzdCLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUNaLENBQUM7K0dBYlEsOEJBQThCO21HQUE5Qiw4QkFBOEIseUxDckIzQyxvOUpBeUdBLDB2d0JEekZjLFlBQVksNkhBQUUsdUJBQXVCLDJFQUFFLDhCQUE4Qjs7NEZBS3RFLDhCQUE4QjtrQkFSMUMsU0FBUzsrQkFDSSw2QkFBNkIsY0FDM0IsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHVCQUF1QixFQUFFLDhCQUE4QixDQUFDLG1CQUcvRCx1QkFBdUIsQ0FBQyxNQUFNO3NGQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvblNsaWRlcnNEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2JhYnlsb24tc2xpZGVycy9iYWJ5bG9uLXNsaWRlcnMuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudCB9IGZyb20gJy4uLy4uL3NoYXJlZCc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1mZWF0dXJlcy1zbGlkZXInLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvblNsaWRlcnNEaXJlY3RpdmUsIEJhYnlsb25EeW5hbWljSGVhZGluZ0NvbXBvbmVudF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uRmVhdHVyZXNTbGlkZXJDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcbiAgICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBpdGVtcz86IEJhYnlsb25GZWF0dXJlc1NsaWRlckl0ZW1bXTtcbiAgICBASW5wdXQoKSBidXR0b24/OiBCYWJ5bG9uQnV0dG9uSTtcbiAgICBASW5wdXQoKSB0YWdzPzogQmFieWxvblRhZ3NJO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBjZHI6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgICAgICAgfSwgMTAwKTtcbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkZlYXR1cmVzU2xpZGVySXRlbSB7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgaWNvbj86IHN0cmluZztcbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fZmVhdHVyZXMtc2xpZGVyIG1hcmdpbi1tYWluXCI+XG4gICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfMzAgY3Nfc2hvd19zaGFkb3dfMjBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NlY3Rpb25faGVhZGluZ193cmFwXzFcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2VjdGlvbl9oZWFkaW5nIGNzX3N0eWxlXzFcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gbm8tYWxpZ25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8ucHJldGl0bGUgfHwgJ2gzJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNzc0NsYXNzPVwicHJldGl0bGUgd293IGZhZGVJbkxlZnRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJwcmV0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtd293LWR1cmF0aW9uPVwiMC44c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvbGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nPlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaWItYmFieWxvbi1keW5hbWljLWhlYWRpbmdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy50aXRsZSB8fCAnaDInXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cInRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzRcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2xlZnRfYXJyb3cgc2xpY2stYXJyb3cgY3NfY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmlnaHRfYXJyb3cgc2xpY2stYXJyb3cgY3NfY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZnVsbF93aWR0aF9yaWdodCBtYi0tMjBcIj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiXG4gICAgICAgICAgICAgICAgICAgIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyNFwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtYXV0b3BsYXk9XCIwXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS1sb29wPVwiMFwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtc3BlZWQ9XCI2MDBcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLWNlbnRlcj1cIjBcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMVwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEteHMtc2xpZGVzPVwiMVwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtc20tc2xpZGVzPVwiMlwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtbWQtc2xpZGVzPVwiMlwiXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtbWxnLXNsaWRlcz1cIjJcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLWxnLXNsaWRlcz1cIjJcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLXhsLXNsaWRlcz1cIjNcIlxuICAgICAgICAgICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfd3JhcHBlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtcz8ubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoaXRlbSBvZiBpdGVtczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY3NfaWNvbmJveCBjc19zdHlsZV8zIGNzLS1yYWRpdXMgYmctLXdoaXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uaWNvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2ljb25ib3hfaWNvbiBjc19tYl8yOSBjc19jZW50ZXIgY3MtLXJhZGl1cyBiZy0td2hpdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLWJpZ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uLS1zdmdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJpdGVtLmljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbS50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTEwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtLnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoaXRlbS5kZXNjcmlwdGlvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGl0ZW0uZGVzY3JpcHRpb24gfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICBAaWYgKGJ1dHRvbikge1xuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxiPnt7IGJ1dHRvbi5sYWJlbCB9fTwvYj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci9iYWJ5bG9uLWZlYXR1cmVzLXNsaWRlci5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25GZWF0dXJlc1NsaWRlckl0ZW0gfSBmcm9tICcuL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uRmVhdHVyZXNTbGlkZXJJIHtcbiAgICBwcmV0aXRsZT86IHN0cmluZztcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBpdGVtcz86IEJhYnlsb25GZWF0dXJlc1NsaWRlckl0ZW1bXTtcbiAgICBidXR0b24/OiBCYWJ5bG9uQnV0dG9uSTtcbn1cbiJdfQ==
@@ -0,0 +1,3 @@
1
+ export * from './babylon-features-slider.component';
2
+ export * from './babylon-features-slider.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZmVhdHVyZXMtc2xpZGVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1mZWF0dXJlcy1zbGlkZXIuaW50ZXJmYWNlJztcbiJdfQ==