ctt-babylon 0.0.265 → 0.0.266

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 (507) hide show
  1. package/esm2022/lib/Enum/services.enum.mjs +6 -0
  2. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +21 -5
  3. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
  4. package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
  5. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
  6. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +12 -5
  7. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
  8. package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
  9. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +22 -5
  10. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
  12. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +25 -6
  13. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
  14. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
  15. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +20 -5
  16. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
  17. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
  18. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +2 -2
  19. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +2 -0
  20. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +3 -3
  21. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +2 -0
  22. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
  23. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
  24. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
  25. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
  26. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
  27. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
  28. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +17 -0
  29. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
  30. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
  31. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +85 -19
  32. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
  33. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
  34. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
  35. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
  36. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
  37. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +20 -6
  38. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
  39. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
  40. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +101 -15
  41. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  42. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  43. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +112 -11
  44. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  45. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  46. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +20 -5
  47. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  48. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  49. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +25 -6
  50. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  51. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  52. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +3 -3
  53. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  54. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +22 -5
  55. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  56. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  57. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  58. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  59. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  60. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +2 -0
  61. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +13 -5
  62. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  63. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  64. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +13 -33
  65. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  66. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  67. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +18 -5
  68. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  69. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  70. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +23 -6
  71. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  72. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  73. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +70 -36
  74. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  75. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  76. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +71 -34
  77. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  78. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  79. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +55 -35
  80. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  81. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  82. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +105 -0
  83. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  84. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  85. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +73 -34
  86. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  87. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  88. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  89. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  90. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  91. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  92. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +14 -5
  93. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  94. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  95. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  96. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  97. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  98. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +17 -11
  99. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  100. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  101. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +54 -5
  102. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  103. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  104. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +26 -5
  105. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  106. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  107. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +22 -5
  108. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +2 -0
  109. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +29 -5
  110. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  111. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  112. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +27 -5
  113. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  114. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  115. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +27 -5
  116. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  117. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  118. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  119. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  120. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  121. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  122. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  123. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +16 -5
  124. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  126. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  127. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  128. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +14 -5
  129. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  130. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  131. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  132. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  133. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  134. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  135. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  136. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  137. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  138. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  139. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  140. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +3 -3
  141. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +2 -0
  142. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +20 -0
  143. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +2 -0
  144. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +8 -5
  145. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  146. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  147. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  148. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +20 -5
  149. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  150. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  151. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +14 -5
  152. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  153. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  154. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  155. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +22 -5
  156. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  157. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +18 -5
  158. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  159. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  160. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +15 -6
  161. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +2 -0
  162. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +14 -6
  163. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  164. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  165. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  166. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +19 -5
  167. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  168. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  169. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  170. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  171. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +14 -5
  172. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  173. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +22 -5
  174. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  175. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  176. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  177. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  178. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +20 -0
  179. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  180. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  181. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  182. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  183. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  184. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  185. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +14 -5
  186. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  187. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +51 -6
  188. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  189. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  190. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  191. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  192. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  193. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +2 -2
  194. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +2 -0
  195. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  196. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  197. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  198. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  199. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +40 -6
  200. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  201. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  202. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +28 -6
  203. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  204. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  205. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  206. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +26 -5
  207. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  208. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  209. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +30 -5
  210. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  211. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  212. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  213. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +18 -5
  214. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  215. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  216. package/esm2022/lib/components/core/index.mjs +76 -0
  217. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +69 -0
  218. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +50 -0
  219. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +46 -0
  220. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +56 -0
  221. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +103 -0
  222. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +218 -0
  223. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  224. package/esm2022/lib/directives/link-type/link-type.directive.mjs +86 -0
  225. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +29 -0
  226. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  227. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  228. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  229. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  230. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  231. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  232. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  233. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  234. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  235. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  236. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  237. package/esm2022/lib/interfaces/index.mjs +12 -0
  238. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  239. package/esm2022/lib/services/index.mjs +2 -1
  240. package/esm2022/lib/services/mapper/index.mjs +3 -0
  241. package/esm2022/lib/services/mapper/mapper.service.mjs +1490 -0
  242. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  243. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +11 -11
  244. package/esm2022/lib/utils/index.mjs +2 -0
  245. package/esm2022/lib/utils/utils.mjs +82 -0
  246. package/esm2022/public-api.mjs +7 -68
  247. package/fesm2022/ctt-babylon.mjs +4197 -642
  248. package/fesm2022/ctt-babylon.mjs.map +1 -1
  249. package/lib/Enum/services.enum.d.ts +4 -0
  250. package/lib/components/core/babylon-404/babylon-404.component.d.ts +9 -1
  251. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  252. package/lib/components/core/babylon-404/index.d.ts +2 -0
  253. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  254. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +4 -1
  255. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +5 -0
  256. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  257. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +9 -1
  258. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  259. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  260. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +13 -2
  261. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +9 -0
  262. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  263. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +9 -1
  264. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  265. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  266. package/lib/components/core/babylon-blog-details/index.d.ts +1 -0
  267. package/lib/components/core/babylon-blog-list/index.d.ts +1 -0
  268. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  269. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  270. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  271. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  272. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  273. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  274. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +20 -0
  275. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  276. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  277. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +28 -5
  278. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +14 -0
  279. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  280. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  281. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  282. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  283. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +10 -1
  284. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +3 -0
  285. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  286. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +36 -8
  287. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +16 -0
  288. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  289. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +28 -3
  290. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +17 -0
  291. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  292. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +12 -1
  293. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  294. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  295. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +16 -2
  296. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  297. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  298. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  299. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +11 -1
  300. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +12 -0
  301. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  302. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  303. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  304. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  305. package/lib/components/core/babylon-footer-logos/index.d.ts +1 -0
  306. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  307. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  308. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  309. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +5 -8
  310. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +6 -0
  311. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  312. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +8 -1
  313. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  314. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  315. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +11 -5
  316. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  317. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  318. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +31 -3
  319. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +19 -0
  320. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  321. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +31 -3
  322. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +21 -0
  323. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  324. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +26 -3
  325. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +18 -0
  326. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  327. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +45 -0
  328. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +19 -0
  329. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  330. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +33 -3
  331. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +23 -0
  332. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  333. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  334. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  335. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  336. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  337. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  338. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  339. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  340. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  341. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  342. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  343. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +9 -3
  344. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  345. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  346. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +24 -1
  347. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +21 -0
  348. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  349. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +12 -1
  350. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +13 -0
  351. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  352. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +16 -1
  353. package/lib/components/core/babylon-info-zig-zag/index.d.ts +1 -0
  354. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +13 -1
  355. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +14 -0
  356. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  357. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +12 -1
  358. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  359. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  360. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +13 -1
  361. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  362. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  363. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  364. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  365. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  366. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  367. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  368. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +8 -1
  369. package/lib/components/core/babylon-items-grid/index.d.ts +1 -0
  370. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  371. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  372. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  373. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +6 -1
  374. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  375. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  376. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  377. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  378. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  379. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +18 -2
  380. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  381. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  382. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  383. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  384. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  385. package/lib/components/core/babylon-offer-popup/index.d.ts +1 -0
  386. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +8 -0
  387. package/lib/components/core/babylon-offer-popupV2/index.d.ts +1 -0
  388. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +3 -1
  389. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +4 -0
  390. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  391. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  392. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +21 -1
  393. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +6 -0
  394. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  395. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  396. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  397. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  398. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +10 -0
  399. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  400. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  401. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +31 -1
  402. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +9 -0
  403. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  404. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +8 -1
  405. package/lib/components/core/babylon-rooms-grid/index.d.ts +1 -0
  406. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +5 -1
  407. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  408. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  409. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  410. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  411. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  412. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  413. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  414. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  415. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +5 -1
  416. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  417. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +9 -1
  418. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  419. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  420. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  421. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  422. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +10 -0
  423. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  424. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  425. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  426. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  427. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  428. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  429. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +6 -1
  430. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  431. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +34 -2
  432. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +19 -0
  433. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  434. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +23 -3
  435. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +17 -0
  436. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  437. package/lib/components/core/babylon-submenu-hotel/index.d.ts +1 -0
  438. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  439. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  440. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  441. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +8 -0
  442. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +22 -2
  443. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +6 -0
  444. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  445. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  446. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  447. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  448. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +5 -0
  449. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +17 -2
  450. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  451. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  452. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +19 -2
  453. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +8 -0
  454. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  455. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  456. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +7 -1
  457. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +7 -0
  458. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  459. package/lib/components/core/index.d.ts +75 -0
  460. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  461. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  462. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +10 -0
  463. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +12 -0
  464. package/lib/directives/babylon-sliders/babylon-hotels-slider.directive.d.ts +14 -0
  465. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +20 -0
  466. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  467. package/lib/directives/link-type/link-type.directive.d.ts +17 -0
  468. package/lib/directives/scrolls/scroll-up.directive.d.ts +11 -0
  469. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  470. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  471. package/lib/interfaces/babylon-dropdown.interface.d.ts +8 -0
  472. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  473. package/lib/interfaces/babylon-image.interface.d.ts +11 -0
  474. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  475. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  476. package/lib/interfaces/babylon-menu-info.interface.d.ts +25 -0
  477. package/lib/interfaces/babylon-page-config.interface.d.ts +41 -0
  478. package/lib/interfaces/babylon-site-config.interface.d.ts +54 -0
  479. package/lib/interfaces/babylon-text-info.interface.d.ts +14 -0
  480. package/lib/interfaces/index.d.ts +11 -0
  481. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  482. package/lib/services/index.d.ts +1 -0
  483. package/lib/services/mapper/index.d.ts +2 -0
  484. package/lib/services/mapper/mapper.service.d.ts +114 -0
  485. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  486. package/lib/styles/styles/babylon/_spacing.scss +63 -63
  487. package/lib/styles/styles/babylon/common.scss +1276 -1175
  488. package/lib/styles/styles/babylon/globals.scss +563 -338
  489. package/lib/styles/styles/babylon/mixins.scss +787 -167
  490. package/lib/styles/styles/babylon/reset.scss +2 -2
  491. package/lib/styles/styles/babylon/slider.scss +620 -583
  492. package/lib/styles/styles/babylon/structure.scss +0 -1
  493. package/lib/styles/styles/babylon/variables.css +1 -1
  494. package/lib/styles/styles/babylon/variables.scss +171 -222
  495. package/lib/styles/styles-babylon.scss +7 -7
  496. package/lib/utils/index.d.ts +1 -0
  497. package/lib/utils/utils.d.ts +10 -0
  498. package/package.json +2 -1
  499. package/public-api.d.ts +3 -65
  500. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  501. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  502. package/lib/styles/styles/babylon/common.css +0 -1
  503. package/lib/styles/styles/babylon/mixins.css +0 -1
  504. package/lib/styles/styles/babylon/reset.css +0 -1
  505. package/lib/styles/styles/babylon/slide.css +0 -1
  506. package/lib/styles/styles/babylon/slider.css +0 -1
  507. package/lib/styles/styles/babylon/structure.css +0 -0
@@ -0,0 +1,6 @@
1
+ export var RoomServiceType;
2
+ (function (RoomServiceType) {
3
+ RoomServiceType["Equipment"] = "equipment";
4
+ RoomServiceType["Service"] = "service";
5
+ })(RoomServiceType || (RoomServiceType = {}));
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmljZXMuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9FbnVtL3NlcnZpY2VzLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksZUFHVDtBQUhILFdBQVksZUFBZTtJQUN2QiwwQ0FBdUIsQ0FBQTtJQUN2QixzQ0FBbUIsQ0FBQTtBQUNyQixDQUFDLEVBSFMsZUFBZSxLQUFmLGVBQWUsUUFHeEIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBSb29tU2VydmljZVR5cGUge1xyXG4gICAgRXF1aXBtZW50ID0gJ2VxdWlwbWVudCcsXHJcbiAgICBTZXJ2aWNlID0gJ3NlcnZpY2UnLFxyXG4gIH0iXX0=
@@ -1,11 +1,27 @@
1
- import { Component } from '@angular/core';
1
+ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
+ import { RouterModule } from '@angular/router';
3
+ import { CommonModule } from '@angular/common';
2
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/router";
3
6
  export class Babylon404Component {
7
+ btnClick(e) {
8
+ e.preventDefault();
9
+ }
4
10
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", ngImport: i0, template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>", styles: [""] }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", inputs: { pretitle: "pretitle", title: "title", description: "description", img: "img", button: "button" }, ngImport: i0, template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n @if (pretitle) {\r\n <h2 class=\"title\">{{ pretitle }}</h2>\r\n } \r\n @if (title) {\r\n <h1 class=\"title--small mb--10\">{{ title }}</h1>\r\n }\r\n @if (description) {\r\n <p class=\"text mb--10\">\r\n {{ description }}\r\n </p>\r\n } @if(button?.label) {\r\n <div class=\"btns__box align--center\">\r\n <a\r\n (click)=\"btnClick($event)\"\r\n [href]=\"button?.url\"\r\n [routerLink]=\"button?.url\"\r\n class=\"btn btn-primary\"\r\n >\r\n <b>{{ button?.label }}</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a\r\n >\r\n </div>\r\n }\r\n </div> \r\n </div> \r\n</section>", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
12
  }
7
13
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, decorators: [{
8
14
  type: Component,
9
- args: [{ selector: 'lib-babylon-404', standalone: true, imports: [], template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h2 class=\"title \">404</h2>\r\n <h3 class=\"title--small mb--10\" >Oops! Page Not Found!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxtQkFBbUI7K0dBQW5CLG1CQUFtQjttR0FBbkIsbUJBQW1CLDJFQ1RoQyxvckJBY1U7OzRGRExHLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi00MDQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vYmFieWxvbi00MDQuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uNDA0Q29tcG9uZW50IHtcclxuXHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX180MDQgbWFyZ2luLW1haW4gXCI+IFxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXIgbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgXCI+NDA0PC9oMj5cclxuICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0xMFwiID5Pb3BzISBQYWdlIE5vdCBGb3VuZCE8L2gzPiAgXHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMTBcIj5Tb3JyeSwgdGhlIHBhZ2UgeW91J3JlIHNlZWtpbmcgaXNuJ3QgaGVyZS4gSXQgY291bGQgaGF2ZSBiZWVuIHJlbG9jYXRlZCBvciByZW1vdmVkPC9wPlxyXG4gICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIiA+XHJcbiAgICAgICAgICAgICAgICA8Yj5Ib21lPC9iPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L2Rpdj4gXHJcbiAgICA8L2Rpdj4gICAgIFxyXG48L3NlY3Rpb24+Il19
15
+ args: [{ selector: 'lib-babylon-404', standalone: true, imports: [CommonModule, RouterModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__404 margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n @if (pretitle) {\r\n <h2 class=\"title\">{{ pretitle }}</h2>\r\n } \r\n @if (title) {\r\n <h1 class=\"title--small mb--10\">{{ title }}</h1>\r\n }\r\n @if (description) {\r\n <p class=\"text mb--10\">\r\n {{ description }}\r\n </p>\r\n } @if(button?.label) {\r\n <div class=\"btns__box align--center\">\r\n <a\r\n (click)=\"btnClick($event)\"\r\n [href]=\"button?.url\"\r\n [routerLink]=\"button?.url\"\r\n class=\"btn btn-primary\"\r\n >\r\n <b>{{ button?.label }}</b>\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </a\r\n >\r\n </div>\r\n }\r\n </div> \r\n </div> \r\n</section>" }]
16
+ }], propDecorators: { pretitle: [{
17
+ type: Input
18
+ }], title: [{
19
+ type: Input
20
+ }], description: [{
21
+ type: Input
22
+ }], img: [{
23
+ type: Input
24
+ }], button: [{
25
+ type: Input
26
+ }] } });
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7OztBQVUvQyxNQUFNLE9BQU8sbUJBQW1CO0lBTzlCLFFBQVEsQ0FBQyxDQUFRO1FBQ2IsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBVFUsbUJBQW1CO21HQUFuQixtQkFBbUIsdUxDZGhDLHVsQ0E2QlUseUREcEJFLFlBQVksOEJBQUUsWUFBWTs7NEZBS3pCLG1CQUFtQjtrQkFSL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsWUFBWSxDQUFDLG1CQUdwQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1pbWFnZS5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi00MDQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUm91dGVyTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi00MDQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLTQwNC5jb21wb25lbnQuc2NzcycsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uNDA0Q29tcG9uZW50IHtcclxuICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcclxuICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcclxuICBASW5wdXQoKSBkZXNjcmlwdGlvbj86IHN0cmluZztcclxuICBASW5wdXQoKSBpbWc/OiBCYWJ5bG9uSW1hZ2VJO1xyXG4gIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xyXG5cclxuICBidG5DbGljayhlOiBFdmVudCk6IHZvaWQge1xyXG4gICAgICBlLnByZXZlbnREZWZhdWx0KCk7XHJcbiAgfVxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fNDA0IG1hcmdpbi1tYWluIFwiPiBcclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgIEBpZiAocHJldGl0bGUpIHtcclxuICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlXCI+e3sgcHJldGl0bGUgfX08L2gyPlxyXG4gICAgICAgICAgICB9IFxyXG4gICAgICAgICAgICBAaWYgKHRpdGxlKSB7XHJcbiAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTEwXCI+e3sgdGl0bGUgfX08L2gxPlxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIEBpZiAoZGVzY3JpcHRpb24pIHtcclxuICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMTBcIj5cclxuICAgICAgICAgICAgICAgICAgICB7eyBkZXNjcmlwdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9wPlxyXG4gICAgICAgICAgICB9IEBpZihidXR0b24/LmxhYmVsKSB7XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiYnRuQ2xpY2soJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uPy51cmxcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cImJ1dHRvbj8udXJsXCJcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tcHJpbWFyeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgIDxiPnt7IGJ1dHRvbj8ubGFiZWwgfX08L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2FcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICA8L2Rpdj4gXHJcbiAgICA8L2Rpdj4gICAgIFxyXG48L3NlY3Rpb24+Il19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSBcIi4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlXCI7XHJcbmltcG9ydCB7IEJhYnlsb25JbWFnZUkgfSBmcm9tIFwiLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWltYWdlLmludGVyZmFjZVwiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uNDA0SSB7XHJcbiAgcHJldGl0bGU/OiBzdHJpbmc7XHJcbiAgdGl0bGU/OiBzdHJpbmc7XHJcbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XHJcbiAgaW1nPzogQmFieWxvbkltYWdlSTtcclxuICBidXR0b24/OiBCYWJ5bG9uQnV0dG9uSTtcclxufVxyXG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from './babylon-404.component';
2
+ export * from './babylon-404.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi00MDQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLTQwNC5pbnRlcmZhY2UnO1xyXG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLWluZm8uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWFkdmFudGFnZXMvYmFieWxvbi1hZHZhbnRhZ2VzLWluZm8uaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEJhYnlsb25BZHZJbmZvSSB7XHJcbiAgICB0aXRsZT86IHN0cmluZztcclxuICAgIHRleHQ/OiBzdHJpbmc7XHJcbiAgICBpY29uPzogc3RyaW5nO1xyXG4gIH1cclxuICAiXX0=
@@ -1,11 +1,18 @@
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';
2
4
  import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
3
6
  export class BabylonAdvantagesComponent {
4
7
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAdvantagesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonAdvantagesComponent, isStandalone: true, selector: "lib-babylon-advantages", ngImport: i0, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h3 class=\"pretitle\" >advantages Slider</h3>\r\n </div>\r\n </div>\r\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\r\n data-variable-width=\"0\" 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\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n\r\n </section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #BCBBC3;--cl_price: #19314b;--cl_badget: #FF8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"] }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonAdvantagesComponent, isStandalone: true, selector: "lib-babylon-advantages", inputs: { title: "title", advantages: "advantages" }, ngImport: i0, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\r\n @if(title){\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h3 class=\"pretitle\" >{{ title }}</h3>\r\n </div>\r\n </div>\r\n }\r\n @if(advantages){\r\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\n <div class=\"cs_slider_container\" sliders=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\r\n data-variable-width=\"0\" 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\">\r\n <div class=\"cs_slider_wrapper\">\r\n @for (advantage of advantages; track $index) {\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"icon--svg\" [ngClass]=\"advantage.icon\"></i>\r\n </div>\r\n </div>\r\n @if(advantage.title){\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">{{advantage.title}}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n }\r\n\r\n </section>\r\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: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
9
  }
7
10
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonAdvantagesComponent, decorators: [{
8
11
  type: Component,
9
- args: [{ selector: 'lib-babylon-advantages', standalone: true, imports: [], template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h3 class=\"pretitle\" >advantages Slider</h3>\r\n </div>\r\n </div>\r\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\r\n data-variable-width=\"0\" 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\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"babylon-telephone\"></i>\r\n </div>\r\n </div>\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">Hamacas y sombrillas</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n\r\n </section>\r\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle:\"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #BCBBC3;--cl_price: #19314b;--cl_badget: #FF8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hZHZhbnRhZ2VzL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYWR2YW50YWdlcy9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO21HQUExQiwwQkFBMEIsa0ZDVHZDLHV4SkFpR0E7OzRGRHhGYSwwQkFBMEI7a0JBUHRDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWFkdmFudGFnZXMnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25BZHZhbnRhZ2VzQ29tcG9uZW50IHtcclxuXHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19hZHZhbnRhZ2VzLXNsaWRlciBtYXJnaW4tbWFpbiAgYmctLXdoaXRlXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiID5hZHZhbnRhZ2VzIFNsaWRlcjwvaDM+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSAgIGNzX2hvdmVyX3Nob3dfYXJyb3dzXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIGRhdGEtYXV0b3BsYXk9XCIwXCIgZGF0YS1sb29wPVwiMVwiIGRhdGEtc3BlZWQ9XCI2MDBcIiBkYXRhLWNlbnRlcj1cIjBcIlxyXG4gICAgICAgICAgICBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMlwiIGRhdGEtbWQtc2xpZGVzPVwiMlwiIGRhdGEtbGctc2xpZGVzPVwiM1wiIGRhdGEtYWRkLXNsaWRlcz1cIjNcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWR2YW50YWdlcy1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIGljb24tLXNtYWxsIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvMSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dCBtYi0tMFwiPkhhbWFjYXMgeSBzb21icmlsbGFzPC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2Fycm93cyBjc19zdHlsZV8yIGNzX21vYmlsZV9oaWRlXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19sZWZ0X2Fycm93IHNsaWNrLWFycm93XCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmlnaHRfYXJyb3cgc2xpY2stYXJyb3dcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG5cclxuICA8L3NlY3Rpb24+XHJcbiJdfQ==
12
+ args: [{ selector: 'lib-babylon-advantages', standalone: true, imports: [CommonModule, BabylonSlidersDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__advantages-slider margin-main bg--white\">\r\n @if(title){\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center no-align\">\r\n <h3 class=\"pretitle\" >{{ title }}</h3>\r\n </div>\r\n </div>\r\n }\r\n @if(advantages){\r\n <div class=\"cs_slider cs_style_1 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\n <div class=\"cs_slider_container\" sliders=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\"\r\n data-variable-width=\"0\" 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\">\r\n <div class=\"cs_slider_wrapper\">\r\n @for (advantage of advantages; track $index) {\r\n <div class=\"cs_slide\">\r\n <div class=\"advantages-item\">\r\n <div class=\"advantages-item--icon\">\r\n <div class=\"info--icon icon--small \">\r\n <i class=\"icon--svg\" [ngClass]=\"advantage.icon\"></i>\r\n </div>\r\n </div>\r\n @if(advantage.title){\r\n <div class=\"advantages-item--info\">\r\n <div class=\"intro_info1 no-align\">\r\n <p class=\"text mb--0\">{{advantage.title}}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n }\r\n\r\n </section>\r\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: rgba(255,255,255, var(--cl_base-transparent));--cl_base-transparent: .9;--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: #eee;--cl_header-text-nosticky: #fff;--cl_header-text-sticky: #19314b;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--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: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #F8F7F3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--cl_engine-bg: #fff;--cl_engine-transparent-bg: rgba(255,255,255, var(--cl_base-transparent));--cl_engine-bg-dark: #19314bbf;--cl_engine-input-bg: #a6b9ce;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_engine-text-sticky: var(--cl_engine-bg);--cl_engine-bg-sticky: var(--cl_engine-bg);--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--cl-font-size-engine-text: 14px }@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: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.babylon__advantages-slider{padding-block:30px}.advantages-item{display:flex;align-items:center;justify-content:center;gap:20px}.cs_slider_wrapper{margin:0 3rem;overflow:hidden}.cs_pagination.cs_style_1{margin-top:20px}\n"] }]
13
+ }], propDecorators: { title: [{
14
+ type: Input
15
+ }], advantages: [{
16
+ type: Input
17
+ }] } });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hZHZhbnRhZ2VzL2JhYnlsb24tYWR2YW50YWdlcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYWR2YW50YWdlcy9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtEQUErRCxDQUFDOzs7QUFXeEcsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO21HQUExQiwwQkFBMEIsd0lDYnZDLG16RUFpREEsMi9yQkR6Q1ksWUFBWSw2SEFBRSx1QkFBdUI7OzRGQUtwQywwQkFBMEI7a0JBUnRDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSx1QkFBdUIsQ0FBQyxtQkFHL0IsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uU2xpZGVyc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvYmFieWxvbi1zbGlkZXJzL2JhYnlsb24tc2xpZGVycy5kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQWR2SW5mb0kgfSBmcm9tICcuL2JhYnlsb24tYWR2YW50YWdlcy1pbmZvLmludGVyZmFjZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLWFkdmFudGFnZXMnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQmFieWxvblNsaWRlcnNEaXJlY3RpdmVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWFkdmFudGFnZXMuY29tcG9uZW50LnNjc3MnLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uQWR2YW50YWdlc0NvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgYWR2YW50YWdlcz86IEJhYnlsb25BZHZJbmZvSVtdO1xyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fYWR2YW50YWdlcy1zbGlkZXIgbWFyZ2luLW1haW4gIGJnLS13aGl0ZVwiPlxyXG4gICAgQGlmKHRpdGxlKXtcclxuICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgIDxoMyBjbGFzcz1cInByZXRpdGxlXCIgPnt7IHRpdGxlIH19PC9oMz5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIH1cclxuICAgIEBpZihhZHZhbnRhZ2VzKXtcclxuICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xICAgY3NfaG92ZXJfc2hvd19hcnJvd3NcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyXCIgZGF0YS1hdXRvcGxheT1cIjBcIiBkYXRhLWxvb3A9XCIxXCIgZGF0YS1zcGVlZD1cIjYwMFwiIGRhdGEtY2VudGVyPVwiMFwiXHJcbiAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIiBkYXRhLXNsaWRlcy1wZXItdmlldz1cInJlc3BvbnNpdmVcIiBkYXRhLXhzLXNsaWRlcz1cIjFcIiBkYXRhLXNtLXNsaWRlcz1cIjJcIiBkYXRhLW1kLXNsaWRlcz1cIjJcIiBkYXRhLWxnLXNsaWRlcz1cIjNcIiBkYXRhLWFkZC1zbGlkZXM9XCIzXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICBAZm9yIChhZHZhbnRhZ2Ugb2YgYWR2YW50YWdlczsgdHJhY2sgJGluZGV4KSB7XHJcbiAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkdmFudGFnZXMtaXRlbVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWljb25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gaWNvbi0tc21hbGwgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb24tLXN2Z1wiIFtuZ0NsYXNzXT1cImFkdmFudGFnZS5pY29uXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYoYWR2YW50YWdlLnRpdGxlKXtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZHZhbnRhZ2VzLWl0ZW0tLWluZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbzEgbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0wXCI+e3thZHZhbnRhZ2UudGl0bGV9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzIgY3NfbW9iaWxlX2hpZGVcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBzbGljay1hcnJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JpZ2h0X2Fycm93IHNsaWNrLWFycm93XCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIH1cclxuXHJcbiAgPC9zZWN0aW9uPlxyXG4iXX0=
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1hZHZhbnRhZ2VzLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1hZHZhbnRhZ2VzL2JhYnlsb24tYWR2YW50YWdlcy5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25BZHZJbmZvSSB9IGZyb20gXCIuL2JhYnlsb24tYWR2YW50YWdlcy1pbmZvLmludGVyZmFjZVwiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uQWR2YW50YWdlc0kge1xyXG4gIHByZXRpdGxlPzogc3RyaW5nO1xyXG4gIGFkdmFudGFnZXM/OiBCYWJ5bG9uQWR2SW5mb0lbXTtcclxufVxyXG4iXX0=
@@ -0,0 +1,4 @@
1
+ export * from './babylon-advantages.component';
2
+ export * from './babylon-advantages.interface';
3
+ export * from './babylon-advantages-info.interface';
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYWR2YW50YWdlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hZHZhbnRhZ2VzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hZHZhbnRhZ2VzLmludGVyZmFjZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1hZHZhbnRhZ2VzLWluZm8uaW50ZXJmYWNlJztcclxuIl19