ctt-babylon 0.8.18 → 0.9.1

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 (35) hide show
  1. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +2 -2
  2. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +12 -5
  3. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +12 -0
  4. package/esm2022/lib/components/core/babylon-slider-img-static/index.mjs +2 -0
  5. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +3 -3
  6. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +20 -0
  7. package/esm2022/lib/components/core/babylon-top-simple-banner/index.mjs +2 -0
  8. package/esm2022/lib/components/core/index.mjs +8 -7
  9. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +2 -2
  10. package/esm2022/lib/directives/scrolls/scroll-to.directive.mjs +183 -0
  11. package/esm2022/lib/directives/scrolls/show-only-top.directive.mjs +103 -0
  12. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +18 -11
  13. package/esm2022/lib/interfaces/babylon-item.interface.mjs +1 -1
  14. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
  15. package/esm2022/lib/services/mapper/mapper.service.mjs +18 -11
  16. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +50 -0
  17. package/fesm2022/ctt-babylon.mjs +955 -586
  18. package/fesm2022/ctt-babylon.mjs.map +1 -1
  19. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +5 -1
  20. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +5 -0
  21. package/lib/components/core/babylon-slider-img-static/index.d.ts +1 -0
  22. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +6 -0
  23. package/lib/components/core/babylon-top-simple-banner/index.d.ts +1 -0
  24. package/lib/components/core/index.d.ts +7 -6
  25. package/lib/directives/scrolls/scroll-to.directive.d.ts +31 -0
  26. package/lib/directives/scrolls/show-only-top.directive.d.ts +22 -0
  27. package/lib/interfaces/babylon-item.interface.d.ts +6 -0
  28. package/lib/interfaces/babylon-text-info.interface.d.ts +2 -0
  29. package/lib/services/mapper/mapper.service.d.ts +2 -1
  30. package/lib/services/scroll/scroll-spy.service.d.ts +17 -0
  31. package/lib/styles/styles/babylon/common.css +1 -1
  32. package/lib/styles/styles/babylon/common.scss +7 -0
  33. package/lib/styles/styles/babylon/globals.css +1 -1
  34. package/lib/styles/styles/babylon/globals.scss +299 -18
  35. package/package.json +1 -1
@@ -1 +1 @@
1
- :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, 0.1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: "Poppins", Helvetica, sans-serif;--font-link: "Poppins", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, 0.1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media(min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 540px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 1025px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 1366px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}@media(min-width: 1680px){.flex-xxxl-row{flex-direction:row !important}.flex-xxxl-column{flex-direction:column !important}.flex-xxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxl-wrap{flex-wrap:wrap !important}.flex-xxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxxl-fill{flex:1 1 auto !important}.flex-xxxl-grow-0{flex-grow:0 !important}.flex-xxxl-grow-1{flex-grow:1 !important}.flex-xxxl-shrink-0{flex-shrink:0 !important}.flex-xxxl-shrink-1{flex-shrink:1 !important}.justify-content-xxxl-start{justify-content:flex-start !important}.justify-content-xxxl-end{justify-content:flex-end !important}.justify-content-xxxl-center{justify-content:center !important}.justify-content-xxxl-between{justify-content:space-between !important}.justify-content-xxxl-around{justify-content:space-around !important}.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.align-items-xxxl-center{align-items:center !important}.align-items-xxxl-baseline{align-items:baseline !important}.align-items-xxxl-stretch{align-items:stretch !important}.align-content-xxxl-start{align-content:flex-start !important}.align-content-xxxl-end{align-content:flex-end !important}.align-content-xxxl-center{align-content:center !important}.align-content-xxxl-between{align-content:space-between !important}.align-content-xxxl-around{align-content:space-around !important}.align-content-xxxl-stretch{align-content:stretch !important}.align-self-xxxl-auto{align-self:auto !important}.align-self-xxxl-start{align-self:flex-start !important}.align-self-xxxl-end{align-self:flex-end !important}.align-self-xxxl-center{align-self:center !important}.align-self-xxxl-baseline{align-self:baseline !important}.align-self-xxxl-stretch{align-self:stretch !important}.m-xxxl-auto{margin:auto !important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto !important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto !important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto !important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto !important}}@media(min-width: 1921px){.flex-xxxxl-row{flex-direction:row !important}.flex-xxxxl-column{flex-direction:column !important}.flex-xxxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxxl-wrap{flex-wrap:wrap !important}.flex-xxxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxxxl-fill{flex:1 1 auto !important}.flex-xxxxl-grow-0{flex-grow:0 !important}.flex-xxxxl-grow-1{flex-grow:1 !important}.flex-xxxxl-shrink-0{flex-shrink:0 !important}.flex-xxxxl-shrink-1{flex-shrink:1 !important}.justify-content-xxxxl-start{justify-content:flex-start !important}.justify-content-xxxxl-end{justify-content:flex-end !important}.justify-content-xxxxl-center{justify-content:center !important}.justify-content-xxxxl-between{justify-content:space-between !important}.justify-content-xxxxl-around{justify-content:space-around !important}.align-items-xxxxl-start{align-items:flex-start !important}.align-items-xxxxl-end{align-items:flex-end !important}.align-items-xxxxl-center{align-items:center !important}.align-items-xxxxl-baseline{align-items:baseline !important}.align-items-xxxxl-stretch{align-items:stretch !important}.align-content-xxxxl-start{align-content:flex-start !important}.align-content-xxxxl-end{align-content:flex-end !important}.align-content-xxxxl-center{align-content:center !important}.align-content-xxxxl-between{align-content:space-between !important}.align-content-xxxxl-around{align-content:space-around !important}.align-content-xxxxl-stretch{align-content:stretch !important}.align-self-xxxxl-auto{align-self:auto !important}.align-self-xxxxl-start{align-self:flex-start !important}.align-self-xxxxl-end{align-self:flex-end !important}.align-self-xxxxl-center{align-self:center !important}.align-self-xxxxl-baseline{align-self:baseline !important}.align-self-xxxxl-stretch{align-self:stretch !important}.m-xxxxl-auto{margin:auto !important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto !important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto !important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto !important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto !important}}.mt--0{margin-top:0px !important}.mb--0{margin-bottom:0px !important}.pt--0{padding-top:0px}.pb--0{padding-bottom:0px}.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}100%{right:30px}}html *{-webkit-font-smoothing:antialiased}body{background:var(--cl_background_body);font-size:14px;line-height:1.6;font-family:var(--font-text);color:var(--cl_text);margin:0}main{position:relative;z-index:2;background-color:var(--cl_background_body)}h1,h2,h3,h4,h5,h6{color:var(--cl_title);font-weight:700;letter-spacing:-0.03em;line-height:1.3}h3,h4,h5,h6{font-weight:600}p{margin-bottom:25px}strong{font-weight:600}p.lead strong{font-weight:500}hr{margin:30px 0 30px 0;border-color:var(--cl_border-light);opacity:1}hr.more_margin{margin:60px 0 60px 0}a{color:var(--cl_btn-link);text-decoration:none;transition:all .3s ease-in-out;outline:none}a:hover,a:focus{color:var(--cl_btn-link-hover);text-decoration:none;outline:none}.margin-main{padding-block:60px}@media(max-width: 1024px){.margin-main{padding-block:40px}}@media(max-width: 539px){.margin-main{padding-block:30px}}.margin-main-botom{margin-bottom:60px}@media(max-width: 1024px){.margin-main-botom{margin-bottom:40px}}.btn{border:none;border:1px solid var(--cl_btn-box);color:var(--cl_btn-box-text);padding:13px 25px;display:inline-flex;justify-content:center;align-items:center;gap:10px;outline:none;background-color:rgba(0,0,0,0);transition:all .4s ease;transition:all .3s ease-in-out;border-radius:var(--btn_radius);line-height:1;font-family:var(--font-text);letter-spacing:1px;font-weight:var(--w_btn);font-size:14px;cursor:pointer;text-decoration:none}.btn span{width:24px;height:15px;font-size:8px;font-weight:var(--w_btn);align-items:center;display:flex;transition:all .3s ease-in-out}.btn span svg,.btn span:before{transition:all .3s ease-in-out;color:var(--cl_btn-box-text);right:0px;position:relative}.btn:hover{background-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover)}.btn:hover span svg,.btn:hover span:before{color:var(--cl_btn-box-text-hover);right:-10px;position:relative}.btn_primary{border:1px solid var(--cl_btn-box);color:var(--cl_btn-box-text);background:rgba(0,0,0,0);position:relative}.btn_primary.btn--light{border:1px solid var(--cl_btn-light);color:var(--cl_btn-light-text)}.btn_primary.btn--light span svg,.btn_primary.btn--light span:before{color:var(--cl_btn-light-text)}.btn_primary:hover{background-color:var(--cl_btn-box-hover);border-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover)}.btn_call{border:1px solid var(--cl_btn-call);background-color:var(--cl_btn-call);color:var(--cl_btn-call-text);position:relative}.btn_call span:before{color:var(--cl_btn-call-text)}.btn_call.btn--light{background-color:var(--cl_btn-light);border:1px solid var(--cl_btn-light);color:var(--cl_btn-call)}.btn_call.btn--light span:before{color:var(--cl_btn-call)}.btn_call:hover{background-color:var(--cl_btn-call-hover);border-color:var(--cl_btn-call-hover);color:var(--cl_btn-call-text-hover)}.btn-link{position:relative;font-style:normal;font-family:var(--font-text);letter-spacing:1px;font-weight:var(--w_btn);font-size:14px;cursor:pointer;text-decoration:none;color:var(--cl_btn-link);display:flex;align-items:center;gap:10px;transition:all .3s ease-in-out}.btn-link span{font-size:8px;transition:all .3s ease-in-out}.btn-link span svg,.btn-link span:before{transition:all .3s ease-in-out;color:var(--cl_btn-link);right:0px;position:relative}.btn-link:hover{color:var(--cl_btn-link-hover)}.btn-link:hover span svg,.btn-link:hover span:before{color:var(--cl_btn-link-hover);right:-10px;position:relative}.btn-link.btn-link--light{color:var(--cl_btn-light)}.btn-link.btn-link--light span:before{color:var(--cl_btn-light)}.btn-link.btn-link--light:hover{color:var(--cl_btn-light -hover)}.btn-link.btn-link--light:hover span svg,.btn-link.btn-link--light:hover span:before{color:var(--cl_btn-light -hover)}.btns__box{padding-block:20px;display:flex;align-items:center;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:10px}.btns__box.justify-between{justify-content:space-between}@media(max-width: 767px){.btns__box.justify-between{justify-content:center;flex-direction:column}}.btns__box.align--left{justify-content:flex-start}@media(max-width: 1024px){.btns__box.align--left{justify-content:center}}.btns__box.align--right{justify-content:flex-end}@media(max-width: 1024px){.btns__box.align--right{justify-content:center}}.btns__box.align--center{justify-content:center}@media(max-width: 1024px){.btns__box.align--center{justify-content:center}}.btns__box.align--vertical-center{justify-content:center;flex-direction:column}@media(max-width: 1024px){.btns__box.align--vertical-center{justify-content:center}}@media(max-width: 1024px){.btns__box{padding-block:20px 10px;align-items:center;justify-content:center}}.title_carrusel{font-size:40px;font-family:var(--font-title);line-height:1.2;letter-spacing:1px;color:var(--cl_title-light);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title_carrusel{font-size:70px}}@media(min-width: 1680px){.title_carrusel{font-size:85px}}.title_carrusel.title_carrusel--dark{color:var(--cl_title)}.pretitle_carrusel{font-size:16px;line-height:1.2;letter-spacing:1px;color:var(--cl_pretitle-light);font-weight:var(--w_pretitle);margin:0;margin-block:0}@media(min-width: 1280px){.pretitle_carrusel{font-size:18px}}@media(min-width: 1680px){.pretitle_carrusel{font-size:20px}}.pretitle_carrusel.pretitle_carrusel--dark{color:var(--cl_pretitle)}.title--big{font-size:50px;font-family:var(--font-title);line-height:1.2;letter-spacing:1px;color:var(--cl_title);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title--big{font-size:80px}}@media(min-width: 1680px){.title--big{font-size:90px}}.title,.title--smaller,.title--small{font-size:40px;font-family:var(--font-title);line-height:1.2;letter-spacing:1px;color:var(--cl_title);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title,.title--smaller,.title--small{font-size:50px}}@media(min-width: 1680px){.title,.title--smaller,.title--small{font-size:60px}}.title--small{font-size:28px;font-family:var(--font-title)}.title--small--light{color:var(--cl_title-light)}@media(min-width: 1280px){.title--small{font-size:30px}}@media(min-width: 1680px){.title--small{font-size:36px}}.title--smaller{font-size:20px;font-family:var(--font-title)}.pretitle,.pretitle--small{font-size:14px;line-height:1.2;letter-spacing:3px;color:var(--cl_pretitle);font-weight:var(--w_pretitle);margin:0;margin-block:0;text-transform:uppercase;font-family:var(--font-pretitle)}@media(min-width: 1280px){.pretitle,.pretitle--small{font-size:14px}}@media(min-width: 1680px){.pretitle,.pretitle--small{font-size:16px}}.pretitle--small{font-size:16px}.subtitle,.subtitle--small{font-size:20px;line-height:1.2;letter-spacing:1px;color:var(--cl_subtitle);font-weight:var(--w_subtitle);margin:0;margin-block:0}@media(min-width: 1280px){.subtitle,.subtitle--small{font-size:26px}}@media(min-width: 1680px){.subtitle,.subtitle--small{font-size:30px}}.subtitle--small{font-size:20px}.subtitle--small--light{color:var(--cl_title-light)}.pretitle-top{font-size:14px;line-height:1.2;letter-spacing:2px;color:var(--cl_pretitle);font-family:var(--font-pretitle);font-weight:var(--w_pretitle);margin:0;margin-block:0;text-transform:uppercase;text-align:left;margin-bottom:1rem}@media(min-width: 1280px){.pretitle-top{font-size:16px;margin-bottom:3rem}}@media(min-width: 1680px){.pretitle-top{font-size:16px;margin-bottom:5rem}}@media(max-width: 1024px){.pretitle-top{text-align:center}}.text{font-size:14px;line-height:1.7;color:var(--cl_text);font-weight:var(--w_text);margin:0;margin-block:0;margin-bottom:20px;font-family:var(--font-text)}.text a{color:var(--cl_text)}.text a:hover{color:var(--cl_accent)}@media(min-width: 1280px){.text{font-size:16px}}@media(max-width: 1024px){.text{margin-bottom:10px}}.text--small{font-size:13px;line-height:1.7;color:var(--cl_text);font-weight:400;margin:0;margin-block:0;font-family:var(--font-text)}@media(min-width: 1280px){.text--small{font-size:14px}}.intro_info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.intro_info .pretitle,.intro_info .pretitle--small{margin-bottom:30px}@media(max-width: 1024px){.intro_info .pretitle,.intro_info .pretitle--small{margin-bottom:10px}}.intro_info .title,.intro_info .title--small,.intro_info .title--smaller{margin-bottom:25px}@media(max-width: 1024px){.intro_info .title,.intro_info .title--small,.intro_info .title--smaller{margin-bottom:10px}}.intro_info .subtitle,.intro_info .subtitle--small{margin-bottom:20px}@media(max-width: 1024px){.intro_info .subtitle,.intro_info .subtitle--small{margin-bottom:10px}}.intro_info--light .text{color:var(--cl_text-light)}.intro_info--light .title,.intro_info--light .title--small,.intro_info--light .title--smaller{color:var(--cl_title-light)}.intro_info--light .subtitle,.intro_info--light .subtitle--small{color:var(--cl_subtitle-light)}.intro_info--light .pretitle,.intro_info--light .pretitle--small,.intro_info--light .pretitle-top{color:var(--cl_pretitle-light)}.intro_info--light .text--small{color:var(--cl_text-light)}.intro_info--light .info--icon .icon--svg{background-color:var(--cl_title-light)}.intro_info.align--center{align-items:center;text-align:center}.intro_info.align--center .btns__box.align--center{justify-content:center}.intro_info.align--left{align-items:flex-start;text-align:left}.intro_info.align--right{align-items:flex-end}@media(max-width: 1024px){.intro_info{align-items:center !important;justify-content:center !important;text-align:center !important;width:100%}.intro_info .cs_card_lis,.intro_info .cs_card_list{align-items:center;justify-content:center}}@media(min-width: 1025px){body .intro_info:not(.no-align){flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}body .intro_info:not(.no-align) .btns__box{justify-content:flex-start}body .intro_info:not(.no-align) .cs_list.cs_style_1 li{justify-content:flex-start}}.cs--radius{border-radius:var(--img_radius)}.bg--gray{background-color:var(--cl_background_gray)}.bg--dark{background-color:var(--cl_background_dark)}.bg--white{background-color:var(--cl_background_white)}.cs_image_layer,.cs_feature_box_thumb,.cs_video_block,.cs_post_thumb,.cs_gallery_item_hover,.cs_card_thumb,.cs_feature_box_bg{position:relative}.cs_image_layer:not(.cs_style_5)::before,.cs_image_layer:not(.cs_style_5)::after,.cs_feature_box_thumb:not(.cs_style_5)::before,.cs_feature_box_thumb:not(.cs_style_5)::after,.cs_video_block:not(.cs_style_5)::before,.cs_video_block:not(.cs_style_5)::after,.cs_post_thumb:not(.cs_style_5)::before,.cs_post_thumb:not(.cs_style_5)::after,.cs_gallery_item_hover:not(.cs_style_5)::before,.cs_gallery_item_hover:not(.cs_style_5)::after,.cs_card_thumb:not(.cs_style_5)::before,.cs_card_thumb:not(.cs_style_5)::after,.cs_feature_box_bg:not(.cs_style_5)::before,.cs_feature_box_bg:not(.cs_style_5)::after{content:"";position:absolute;left:30px;right:30px;top:30px;bottom:30px;border:var(--img_border-whidth) solid var(--img_border);border-radius:var(--img_radius);z-index:1}@media(max-width: 1024px){.cs_image_layer:not(.cs_style_5)::before,.cs_image_layer:not(.cs_style_5)::after,.cs_feature_box_thumb:not(.cs_style_5)::before,.cs_feature_box_thumb:not(.cs_style_5)::after,.cs_video_block:not(.cs_style_5)::before,.cs_video_block:not(.cs_style_5)::after,.cs_post_thumb:not(.cs_style_5)::before,.cs_post_thumb:not(.cs_style_5)::after,.cs_gallery_item_hover:not(.cs_style_5)::before,.cs_gallery_item_hover:not(.cs_style_5)::after,.cs_card_thumb:not(.cs_style_5)::before,.cs_card_thumb:not(.cs_style_5)::after,.cs_feature_box_bg:not(.cs_style_5)::before,.cs_feature_box_bg:not(.cs_style_5)::after{left:15px;right:15px;top:15px;bottom:15px}}.cs_image_layer.no-border::before,.cs_image_layer.no-border::after,.cs_feature_box_thumb.no-border::before,.cs_feature_box_thumb.no-border::after,.cs_video_block.no-border::before,.cs_video_block.no-border::after,.cs_post_thumb.no-border::before,.cs_post_thumb.no-border::after,.cs_gallery_item_hover.no-border::before,.cs_gallery_item_hover.no-border::after,.cs_card_thumb.no-border::before,.cs_card_thumb.no-border::after,.cs_feature_box_bg.no-border::before,.cs_feature_box_bg.no-border::after{border:none !important}.cs_image_layer.no-border .cs_image_layer_2,.cs_image_layer.no-border .cs_image_layer_1,.cs_feature_box_thumb.no-border .cs_image_layer_2,.cs_feature_box_thumb.no-border .cs_image_layer_1,.cs_video_block.no-border .cs_image_layer_2,.cs_video_block.no-border .cs_image_layer_1,.cs_post_thumb.no-border .cs_image_layer_2,.cs_post_thumb.no-border .cs_image_layer_1,.cs_gallery_item_hover.no-border .cs_image_layer_2,.cs_gallery_item_hover.no-border .cs_image_layer_1,.cs_card_thumb.no-border .cs_image_layer_2,.cs_card_thumb.no-border .cs_image_layer_1,.cs_feature_box_bg.no-border .cs_image_layer_2,.cs_feature_box_bg.no-border .cs_image_layer_1{position:relative}.cs_image_layer.no-border .cs_image_layer_2::before,.cs_image_layer.no-border .cs_image_layer_2::after,.cs_image_layer.no-border .cs_image_layer_1::before,.cs_image_layer.no-border .cs_image_layer_1::after,.cs_feature_box_thumb.no-border .cs_image_layer_2::before,.cs_feature_box_thumb.no-border .cs_image_layer_2::after,.cs_feature_box_thumb.no-border .cs_image_layer_1::before,.cs_feature_box_thumb.no-border .cs_image_layer_1::after,.cs_video_block.no-border .cs_image_layer_2::before,.cs_video_block.no-border .cs_image_layer_2::after,.cs_video_block.no-border .cs_image_layer_1::before,.cs_video_block.no-border .cs_image_layer_1::after,.cs_post_thumb.no-border .cs_image_layer_2::before,.cs_post_thumb.no-border .cs_image_layer_2::after,.cs_post_thumb.no-border .cs_image_layer_1::before,.cs_post_thumb.no-border .cs_image_layer_1::after,.cs_gallery_item_hover.no-border .cs_image_layer_2::before,.cs_gallery_item_hover.no-border .cs_image_layer_2::after,.cs_gallery_item_hover.no-border .cs_image_layer_1::before,.cs_gallery_item_hover.no-border .cs_image_layer_1::after,.cs_card_thumb.no-border .cs_image_layer_2::before,.cs_card_thumb.no-border .cs_image_layer_2::after,.cs_card_thumb.no-border .cs_image_layer_1::before,.cs_card_thumb.no-border .cs_image_layer_1::after,.cs_feature_box_bg.no-border .cs_image_layer_2::before,.cs_feature_box_bg.no-border .cs_image_layer_2::after,.cs_feature_box_bg.no-border .cs_image_layer_1::before,.cs_feature_box_bg.no-border .cs_image_layer_1::after{content:"";z-index:1;position:absolute;left:30px;right:30px;top:30px;bottom:30px;border:var(--img_border-whidth) solid var(--img_border);border-radius:var(--img_radius)}@media(max-width: 1024px){.cs_image_layer.no-border .cs_image_layer_2::before,.cs_image_layer.no-border .cs_image_layer_2::after,.cs_image_layer.no-border .cs_image_layer_1::before,.cs_image_layer.no-border .cs_image_layer_1::after,.cs_feature_box_thumb.no-border .cs_image_layer_2::before,.cs_feature_box_thumb.no-border .cs_image_layer_2::after,.cs_feature_box_thumb.no-border .cs_image_layer_1::before,.cs_feature_box_thumb.no-border .cs_image_layer_1::after,.cs_video_block.no-border .cs_image_layer_2::before,.cs_video_block.no-border .cs_image_layer_2::after,.cs_video_block.no-border .cs_image_layer_1::before,.cs_video_block.no-border .cs_image_layer_1::after,.cs_post_thumb.no-border .cs_image_layer_2::before,.cs_post_thumb.no-border .cs_image_layer_2::after,.cs_post_thumb.no-border .cs_image_layer_1::before,.cs_post_thumb.no-border .cs_image_layer_1::after,.cs_gallery_item_hover.no-border .cs_image_layer_2::before,.cs_gallery_item_hover.no-border .cs_image_layer_2::after,.cs_gallery_item_hover.no-border .cs_image_layer_1::before,.cs_gallery_item_hover.no-border .cs_image_layer_1::after,.cs_card_thumb.no-border .cs_image_layer_2::before,.cs_card_thumb.no-border .cs_image_layer_2::after,.cs_card_thumb.no-border .cs_image_layer_1::before,.cs_card_thumb.no-border .cs_image_layer_1::after,.cs_feature_box_bg.no-border .cs_image_layer_2::before,.cs_feature_box_bg.no-border .cs_image_layer_2::after,.cs_feature_box_bg.no-border .cs_image_layer_1::before,.cs_feature_box_bg.no-border .cs_image_layer_1::after{left:15px;right:15px;top:15px;bottom:15px}}.btn-close--modal{position:absolute;top:70px;right:70px;z-index:1}.btn-close--modal .babylon-plus::before{transform:rotate(-45deg)}.btn-close--modal.margin-30{top:30px;right:30px}.blanco-version-form .input-group{position:relative}.blanco-version-form .input-group .input-control,.blanco-version-form .input-group .select-control{height:6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,0);border-bottom-color:var(--var(--grey));font-size:1.4rem;line-height:1;color:var(--primary);padding:2.9rem 5.6rem 1rem 2rem;outline:0;width:100%;transition:cubic-bezier(0.785, 0.135, 0.15, 0.86);background:rgba(0,0,0,0);display:block}.blanco-version-form .input-group .input-control:hover,.blanco-version-form .input-group .input-control:focus,.blanco-version-form .input-group .select-control:hover,.blanco-version-form .input-group .select-control:focus{border-color:var(--grey);background:var(--white)}.blanco-version-form .input-group.open span.input-control{border-color:var(--grey)}.blanco-version-form .input-group--inner{position:relative}.blanco-version-form .input-group--label{position:absolute;left:.2rem;padding:2.1rem 2rem;font-size:1.6rem;line-height:1;color:var(--primary);transition:cubic-bezier(0.785, 0.135, 0.15, 0.86);top:.1rem;background:var(--white);pointer-events:none;width:calc(100% - 5.6rem)}.blanco-version-form .input-group--icon{position:absolute;width:1.6rem;height:1.6rem;top:50%;pointer-events:none;right:2rem;transform:translateY(-50%)}.blanco-version-form .input-group--icon:has(.user){width:1.2rem;height:1.2rem}.blanco-version-form .input-group--icon:has(.baby){width:.9rem;height:.9rem}.blanco-version-form .input-group--icon svg{width:100%;height:100%}.blanco-version-form .input-group:has(input:not(:-moz-placeholder-shown)) .blanco-version-form .input-group--label{padding-top:1.1rem;padding-bottom:3.2rem;line-height:1;background:rgba(0,0,0,0)}.blanco-version-form .input-group:has(input:focus) .blanco-version-form .input-group--label,.blanco-version-form .input-group:has(input:not(:placeholder-shown)) .blanco-version-form .input-group--label{padding-top:1.1rem;padding-bottom:3.2rem;line-height:1;background:rgba(0,0,0,0)}.blanco-version-form .input-group:not(.open) .input-group--icon svg.persons{display:block}.blanco-version-form .input-group:not(.open) .input-group--icon svg.down-arrow{display:none;width:1.4rem;height:1.4rem}.blanco-version-form .input-group.open .input-group--icon svg.persons{display:none}.blanco-version-form .input-group.open .input-group--icon svg.down-arrow{display:block;width:1.4rem;height:1.4rem}.blanco-version-form .checkbox__group label{position:relative}.blanco-version-form .checkbox__group label input{position:absolute;left:0;top:0;opacity:0;pointer-events:none}.blanco-version-form .checkbox__group label input:checked+span svg{opacity:1}.blanco-version-form .checkbox__group label span{padding-left:2.55rem;font-size:1.4rem;line-height:1;color:rgb(var(--primary), 80%);position:relative;display:block}.blanco-version-form .checkbox__group label span::before{content:"";width:1.5rem;height:1.5rem;border:1px solid rgb(var(--primary), 70%);position:absolute;left:0;top:.1rem}.blanco-version-form .checkbox__group label span .checkbox--tick{opacity:0;pointer-events:none;width:.9rem;height:.6rem;color:var(--primary);position:absolute;left:.3rem;top:.5rem}
1
+ :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, 0.1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: "Poppins", Helvetica, sans-serif;--font-link: "Poppins", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, 0.1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media(min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 540px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 1025px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1280px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 1366px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}@media(min-width: 1680px){.flex-xxxl-row{flex-direction:row !important}.flex-xxxl-column{flex-direction:column !important}.flex-xxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxl-wrap{flex-wrap:wrap !important}.flex-xxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxxl-fill{flex:1 1 auto !important}.flex-xxxl-grow-0{flex-grow:0 !important}.flex-xxxl-grow-1{flex-grow:1 !important}.flex-xxxl-shrink-0{flex-shrink:0 !important}.flex-xxxl-shrink-1{flex-shrink:1 !important}.justify-content-xxxl-start{justify-content:flex-start !important}.justify-content-xxxl-end{justify-content:flex-end !important}.justify-content-xxxl-center{justify-content:center !important}.justify-content-xxxl-between{justify-content:space-between !important}.justify-content-xxxl-around{justify-content:space-around !important}.align-items-xxxl-start{align-items:flex-start !important}.align-items-xxxl-end{align-items:flex-end !important}.align-items-xxxl-center{align-items:center !important}.align-items-xxxl-baseline{align-items:baseline !important}.align-items-xxxl-stretch{align-items:stretch !important}.align-content-xxxl-start{align-content:flex-start !important}.align-content-xxxl-end{align-content:flex-end !important}.align-content-xxxl-center{align-content:center !important}.align-content-xxxl-between{align-content:space-between !important}.align-content-xxxl-around{align-content:space-around !important}.align-content-xxxl-stretch{align-content:stretch !important}.align-self-xxxl-auto{align-self:auto !important}.align-self-xxxl-start{align-self:flex-start !important}.align-self-xxxl-end{align-self:flex-end !important}.align-self-xxxl-center{align-self:center !important}.align-self-xxxl-baseline{align-self:baseline !important}.align-self-xxxl-stretch{align-self:stretch !important}.m-xxxl-auto{margin:auto !important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto !important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto !important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto !important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto !important}}@media(min-width: 1921px){.flex-xxxxl-row{flex-direction:row !important}.flex-xxxxl-column{flex-direction:column !important}.flex-xxxxl-row-reverse{flex-direction:row-reverse !important}.flex-xxxxl-column-reverse{flex-direction:column-reverse !important}.flex-xxxxl-wrap{flex-wrap:wrap !important}.flex-xxxxl-nowrap{flex-wrap:nowrap !important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxxxl-fill{flex:1 1 auto !important}.flex-xxxxl-grow-0{flex-grow:0 !important}.flex-xxxxl-grow-1{flex-grow:1 !important}.flex-xxxxl-shrink-0{flex-shrink:0 !important}.flex-xxxxl-shrink-1{flex-shrink:1 !important}.justify-content-xxxxl-start{justify-content:flex-start !important}.justify-content-xxxxl-end{justify-content:flex-end !important}.justify-content-xxxxl-center{justify-content:center !important}.justify-content-xxxxl-between{justify-content:space-between !important}.justify-content-xxxxl-around{justify-content:space-around !important}.align-items-xxxxl-start{align-items:flex-start !important}.align-items-xxxxl-end{align-items:flex-end !important}.align-items-xxxxl-center{align-items:center !important}.align-items-xxxxl-baseline{align-items:baseline !important}.align-items-xxxxl-stretch{align-items:stretch !important}.align-content-xxxxl-start{align-content:flex-start !important}.align-content-xxxxl-end{align-content:flex-end !important}.align-content-xxxxl-center{align-content:center !important}.align-content-xxxxl-between{align-content:space-between !important}.align-content-xxxxl-around{align-content:space-around !important}.align-content-xxxxl-stretch{align-content:stretch !important}.align-self-xxxxl-auto{align-self:auto !important}.align-self-xxxxl-start{align-self:flex-start !important}.align-self-xxxxl-end{align-self:flex-end !important}.align-self-xxxxl-center{align-self:center !important}.align-self-xxxxl-baseline{align-self:baseline !important}.align-self-xxxxl-stretch{align-self:stretch !important}.m-xxxxl-auto{margin:auto !important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto !important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto !important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto !important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto !important}}.mt--0{margin-top:0px !important}.mb--0{margin-bottom:0px !important}.pt--0{padding-top:0px}.pb--0{padding-bottom:0px}.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}100%{right:30px}}html *{-webkit-font-smoothing:antialiased}body{background:var(--cl_background_body);font-size:14px;line-height:1.6;font-family:var(--font-text);color:var(--cl_text);margin:0}main{position:relative;z-index:2;background-color:var(--cl_background_body)}h1,h2,h3,h4,h5,h6{color:var(--cl_title);font-weight:700;letter-spacing:-0.03em;line-height:1.3}h3,h4,h5,h6{font-weight:600}p{margin-bottom:25px}strong{font-weight:600}p.lead strong{font-weight:500}hr{margin:30px 0 30px 0;border-color:var(--cl_border-light);opacity:1}hr.more_margin{margin:60px 0 60px 0}a{color:var(--cl_btn-link);text-decoration:none;transition:all .3s ease-in-out;outline:none;cursor:pointer}a:hover,a:focus{color:var(--cl_btn-link-hover);text-decoration:none;outline:none}a.cs_site_branding{height:100%}a.cs_site_branding img{height:100%;padding:5px}.margin-main{padding-block:60px}@media(max-width: 1024px){.margin-main{padding-block:40px}}@media(max-width: 539px){.margin-main{padding-block:30px}}.margin-main-botom{margin-bottom:60px}@media(max-width: 1024px){.margin-main-botom{margin-bottom:40px}}.btn{border:none;border:1px solid var(--cl_btn-box);color:var(--cl_btn-box-text);padding:13px 25px;display:inline-flex;justify-content:center;align-items:center;gap:10px;outline:none;background-color:rgba(0,0,0,0);transition:all .4s ease;transition:all .3s ease-in-out;border-radius:var(--btn_radius);line-height:1;font-family:var(--font-btn);letter-spacing:var(--ls_btn);font-weight:var(--w_btn);font-size:var(--size_btn);text-transform:var(--upper_btn);cursor:pointer;text-decoration:none}.btn span{width:24px;height:15px;font-size:8px;font-weight:var(--w_btn);align-items:center;display:flex;transition:all .3s ease-in-out}.btn span svg,.btn span:before{transition:all .3s ease-in-out;color:var(--cl_btn-box-text);right:0px;position:relative}.btn b,.btn a{color:var(--cl_btn-box-text);font-weight:var(--w_btn);font-size:var(--size_btn)}.btn:hover{background-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover);border-color:var(--cl_btn-box-hover)}.btn:hover span svg,.btn:hover span:before{color:var(--cl_btn-box-text-hover);right:-10px;position:relative}.btn:hover b{color:var(--cl_btn-box-text-hover)}.btn.disabled,.btn .pointers-none{color:gray;pointer-events:none;background-color:rgba(0,0,0,0);border-color:gray;opacity:.6}.btn.disabled b,.btn.disabled a,.btn .pointers-none b,.btn .pointers-none a{color:gray}.btn.disabled span,.btn .pointers-none span{color:gray}.btn.disabled span:before,.btn .pointers-none span:before{color:gray}.btn_primary,.btn__primary{border:1px solid var(--cl_btn-box);color:var(--cl_btn-box-text);background:rgba(0,0,0,0);position:relative}.btn_primary.btn--light,.btn__primary.btn--light{border:1px solid var(--cl_btn-light);color:var(--cl_btn-light-text)}.btn_primary.btn--light span svg,.btn_primary.btn--light span:before,.btn__primary.btn--light span svg,.btn__primary.btn--light span:before{color:var(--cl_btn-light-text)}.btn_primary.btn--light b,.btn_primary.btn--light a,.btn__primary.btn--light b,.btn__primary.btn--light a{color:var(--cl_btn-light-text)}.btn_primary.btn--light:hover,.btn__primary.btn--light:hover{background-color:var(--cl_btn-light-hover);border-color:var(--cl_btn-light-hover);color:var(--cl_btn-light-text-hover)}.btn_primary.btn--light:hover b,.btn__primary.btn--light:hover b{color:var(--cl_btn-box-text-hover)}.btn_primary:hover,.btn__primary:hover{background-color:var(--cl_btn-box-hover);border-color:var(--cl_btn-box-hover);color:var(--cl_btn-box-text-hover)}.btn_call,.btn__call{border:1px solid var(--cl_btn-call);background-color:var(--cl_btn-call);color:var(--cl_btn-call-text);position:relative}.btn_call b,.btn__call b{color:var(--cl_btn-call-text)}.btn_call span:before,.btn__call span:before{color:var(--cl_btn-call-text)}.btn_call.btn--light,.btn__call.btn--light{background-color:var(--cl_btn-light);border:1px solid var(--cl_btn-light);color:var(--cl_btn-light-text)}.btn_call.btn--light span:before,.btn__call.btn--light span:before{color:var(--cl_btn-light-text)}.btn_call.btn--light b,.btn__call.btn--light b{color:var(--cl_btn-light-text)}.btn_call:hover,.btn__call:hover{background-color:var(--cl_btn-call-hover);border-color:var(--cl_btn-call-hover);color:var(--cl_btn-call-text-hover)}.btn_call:hover b,.btn__call:hover b{color:var(--cl_btn-call-text-hover)}.btn_unlink{border:none;font-size:large;text-decoration:underline;text-underline-offset:5px;color:var(--cl_btn-light-text)}.btn_unlink:hover{color:var(--cl_btn-box-text-hover)}.btn_simple_box{border-radius:0px;padding:5px;background-color:var(--cl_btn-box-text-hover)}.btn_simple_box:hover{background-color:var(--cl_btn-box);border-color:var(--cl_btn-box);color:var(--cl_btn-box-text-hover)}.btn_big-circle{width:92px;height:92px;background-color:var(--cl_btn-box-text-hover);border:0;margin:0;padding:0;display:inline-block;vertical-align:middle;border-radius:50%;position:relative;box-shadow:0 0 6px rgba(0,0,0,.3)}.btn_big-circle:hover{background-color:var(--cl_btn-box);border-color:var(--cl_btn-box);color:var(--cl_btn-box-text-hover)}.btn-link{position:relative;font-style:normal;font-family:var(--font-link);letter-spacing:var(--ls_link);font-weight:var(--w_btn);font-size:var(--size_link);cursor:pointer;text-decoration:none;color:var(--cl_btn-link);display:flex;align-items:center;gap:10px;text-transform:var(--upper_link);transition:all .3s ease-in-out}.btn-link span{font-size:8px;transition:all .3s ease-in-out}.btn-link span svg,.btn-link span:before{transition:all .3s ease-in-out;color:var(--cl_btn-link);right:0px;position:relative}.btn-link:hover{color:var(--cl_btn-link-hover)}.btn-link:hover span svg,.btn-link:hover span:before{color:var(--cl_btn-link-hover);right:-10px;position:relative}.btn-link.btn-link--light{color:var(--cl_btn-light)}.btn-link.btn-link--light span:before{color:var(--cl_btn-light)}.btn-link.btn-link--light:hover{color:var(--cl_btn-light -hover)}.btn-link.btn-link--light:hover span svg,.btn-link.btn-link--light:hover span:before{color:var(--cl_btn-light -hover)}.btns__box{padding-block:20px;display:flex;align-items:center;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:10px}.btns__box.justify-between{justify-content:space-between}@media(max-width: 767px){.btns__box.justify-between{justify-content:center;flex-direction:column}}.btns__box.align--left{justify-content:flex-start}@media(max-width: 1024px){.btns__box.align--left{justify-content:center}}.btns__box.align--right{justify-content:flex-end}@media(max-width: 1024px){.btns__box.align--right{justify-content:center}}.btns__box.align--center{justify-content:center}@media(max-width: 1024px){.btns__box.align--center{justify-content:center}}.btns__box.align--vertical-center{justify-content:center;flex-direction:column}@media(max-width: 1024px){.btns__box.align--vertical-center{justify-content:center}}@media(max-width: 1279px){.btns__box{padding-block:20px 10px;align-items:center;justify-content:center}}.btn--close{width:auto;padding:13px}.btn--close .babylon-plus{width:auto !important;padding:0;font-size:18px}.babylon-plus{width:auto !important;padding:12px}.babylon-plus:before{right:auto !important}.babylon-minus{width:auto !important;padding:12px}.babylon-minus:before{right:auto !important;content:"";display:block;width:14px;height:2px;background-color:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.title_carrusel{font-size:40px;font-family:var(--font-title);line-height:var(--lh_title-slider);letter-spacing:1px;color:var(--cl_title-light);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title_carrusel{font-size:70px}}@media(min-width: 1680px){.title_carrusel{font-size:85px}}.title_carrusel.title_carrusel--dark{color:var(--cl_title)}.pretitle_carrusel{font-size:16px;line-height:var(--lh_pretitle-slider);letter-spacing:1px;color:var(--cl_pretitle-light);font-weight:var(--w_pretitle);margin:0;margin-block:0}@media(min-width: 1280px){.pretitle_carrusel{font-size:18px}}@media(min-width: 1680px){.pretitle_carrusel{font-size:20px}}.pretitle_carrusel.pretitle_carrusel--dark{color:var(--cl_pretitle)}.title--big{font-size:50px;font-family:var(--font-title);line-height:1.2;letter-spacing:1px;color:var(--cl_title);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title--big{font-size:80px}}@media(min-width: 1680px){.title--big{font-size:90px}}.title,.title--smaller,.title--small{font-size:40px;font-family:var(--font-title);line-height:1.2;letter-spacing:1px;color:var(--cl_title);font-weight:var(--w_title);margin:0;margin-block:0}@media(min-width: 1280px){.title,.title--smaller,.title--small{font-size:50px}}@media(min-width: 1680px){.title,.title--smaller,.title--small{font-size:60px}}.title--small{font-size:28px;font-family:var(--font-title)}.title--small--light{color:var(--cl_title-light)}@media(min-width: 1280px){.title--small{font-size:30px}}@media(min-width: 1680px){.title--small{font-size:36px}}.title--smaller{font-size:20px;font-family:var(--font-title)}.pretitle,.pretitle--small{font-size:14px;line-height:1.2;letter-spacing:3px;color:var(--cl_pretitle);font-weight:var(--w_pretitle);margin:0;margin-block:0;text-transform:uppercase;font-family:var(--font-pretitle)}@media(min-width: 1280px){.pretitle,.pretitle--small{font-size:14px}}@media(min-width: 1680px){.pretitle,.pretitle--small{font-size:16px}}.pretitle--small{font-size:16px}.subtitle,.subtitle--small{font-size:20px;line-height:1.2;letter-spacing:1px;color:var(--cl_subtitle);font-weight:var(--w_subtitle);margin:0;margin-block:0}@media(min-width: 1280px){.subtitle,.subtitle--small{font-size:26px}}@media(min-width: 1680px){.subtitle,.subtitle--small{font-size:30px}}.subtitle--small{font-size:20px}.subtitle--small--light{color:var(--cl_title-light)}.pretitle-top{font-size:14px;line-height:1.2;letter-spacing:2px;color:var(--cl_pretitle);font-family:var(--font-pretitle);font-weight:var(--w_pretitle);margin:0;margin-block:0;text-transform:uppercase;text-align:left;margin-bottom:1rem}@media(min-width: 1280px){.pretitle-top{font-size:16px;margin-bottom:3rem}}@media(min-width: 1680px){.pretitle-top{font-size:16px;margin-bottom:5rem}}@media(max-width: 1024px){.pretitle-top{text-align:center}}.text{font-size:14px;line-height:1.7;color:var(--cl_text);font-weight:var(--w_text);margin:0;margin-block:0;margin-bottom:20px;font-family:var(--font-text)}.text a{color:var(--cl_text)}.text a:hover{color:var(--cl_accent)}@media(min-width: 1280px){.text{font-size:16px}}@media(max-width: 1024px){.text{margin-bottom:10px}}.text--small{font-size:13px;line-height:1.7;color:var(--cl_text);font-weight:400;margin:0;margin-block:0;font-family:var(--font-text)}@media(min-width: 1280px){.text--small{font-size:14px}}.intro_info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.intro_info .pretitle,.intro_info .pretitle--small{margin-bottom:30px}@media(max-width: 1024px){.intro_info .pretitle,.intro_info .pretitle--small{margin-bottom:10px}}.intro_info .title,.intro_info .title--small,.intro_info .title--smaller{margin-bottom:25px}@media(max-width: 1024px){.intro_info .title,.intro_info .title--small,.intro_info .title--smaller{margin-bottom:10px}}.intro_info .subtitle,.intro_info .subtitle--small{margin-bottom:20px}@media(max-width: 1024px){.intro_info .subtitle,.intro_info .subtitle--small{margin-bottom:10px}}.intro_info--light .text{color:var(--cl_text-light)}.intro_info--light .title,.intro_info--light .title--small,.intro_info--light .title--smaller{color:var(--cl_title-light)}.intro_info--light .subtitle,.intro_info--light .subtitle--small{color:var(--cl_subtitle-light)}.intro_info--light .pretitle,.intro_info--light .pretitle--small,.intro_info--light .pretitle-top{color:var(--cl_pretitle-light)}.intro_info--light .text--small{color:var(--cl_text-light)}.intro_info--light .info--icon .icon--svg{background-color:var(--cl_title-light)}.intro_info.align--center{align-items:center;text-align:center}.intro_info.align--center .btns__box.align--center{justify-content:center}.intro_info.align--left{align-items:flex-start;text-align:left}.intro_info.align--right{align-items:flex-end}@media(max-width: 1024px){.intro_info{align-items:center !important;justify-content:center !important;text-align:center !important;width:100%}.intro_info .cs_card_lis,.intro_info .cs_card_list{align-items:center;justify-content:center}}@media(min-width: 1025px){body .intro_info:not(.no-align){flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}body .intro_info:not(.no-align) .btns__box{justify-content:flex-start}body .intro_info:not(.no-align) .cs_list.cs_style_1 li{justify-content:flex-start}}.cs--radius{border-radius:var(--img_radius)}.bg--gray{background-color:var(--cl_background_gray)}.bg--dark{background-color:var(--cl_background_dark)}.bg--white{background-color:var(--cl_background_white)}.cs_image_layer,.cs_feature_box_thumb,.cs_video_block,.cs_post_thumb,.cs_gallery_item_hover,.cs_card_thumb,.cs_feature_box_bg{position:relative}.cs_image_layer:not(.cs_style_5)::before,.cs_image_layer:not(.cs_style_5)::after,.cs_feature_box_thumb:not(.cs_style_5)::before,.cs_feature_box_thumb:not(.cs_style_5)::after,.cs_video_block:not(.cs_style_5)::before,.cs_video_block:not(.cs_style_5)::after,.cs_post_thumb:not(.cs_style_5)::before,.cs_post_thumb:not(.cs_style_5)::after,.cs_gallery_item_hover:not(.cs_style_5)::before,.cs_gallery_item_hover:not(.cs_style_5)::after,.cs_card_thumb:not(.cs_style_5)::before,.cs_card_thumb:not(.cs_style_5)::after,.cs_feature_box_bg:not(.cs_style_5)::before,.cs_feature_box_bg:not(.cs_style_5)::after{content:"";position:absolute;left:30px;right:30px;top:30px;bottom:30px;border:var(--img_border-width) solid var(--img_border);border-radius:var(--img_radius);z-index:1}@media(max-width: 1024px){.cs_image_layer:not(.cs_style_5)::before,.cs_image_layer:not(.cs_style_5)::after,.cs_feature_box_thumb:not(.cs_style_5)::before,.cs_feature_box_thumb:not(.cs_style_5)::after,.cs_video_block:not(.cs_style_5)::before,.cs_video_block:not(.cs_style_5)::after,.cs_post_thumb:not(.cs_style_5)::before,.cs_post_thumb:not(.cs_style_5)::after,.cs_gallery_item_hover:not(.cs_style_5)::before,.cs_gallery_item_hover:not(.cs_style_5)::after,.cs_card_thumb:not(.cs_style_5)::before,.cs_card_thumb:not(.cs_style_5)::after,.cs_feature_box_bg:not(.cs_style_5)::before,.cs_feature_box_bg:not(.cs_style_5)::after{left:15px;right:15px;top:15px;bottom:15px}}.cs_image_layer.no-border::before,.cs_image_layer.no-border::after,.cs_feature_box_thumb.no-border::before,.cs_feature_box_thumb.no-border::after,.cs_video_block.no-border::before,.cs_video_block.no-border::after,.cs_post_thumb.no-border::before,.cs_post_thumb.no-border::after,.cs_gallery_item_hover.no-border::before,.cs_gallery_item_hover.no-border::after,.cs_card_thumb.no-border::before,.cs_card_thumb.no-border::after,.cs_feature_box_bg.no-border::before,.cs_feature_box_bg.no-border::after{border:none !important}.cs_image_layer.no-border .cs_image_layer_2,.cs_image_layer.no-border .cs_image_layer_1,.cs_feature_box_thumb.no-border .cs_image_layer_2,.cs_feature_box_thumb.no-border .cs_image_layer_1,.cs_video_block.no-border .cs_image_layer_2,.cs_video_block.no-border .cs_image_layer_1,.cs_post_thumb.no-border .cs_image_layer_2,.cs_post_thumb.no-border .cs_image_layer_1,.cs_gallery_item_hover.no-border .cs_image_layer_2,.cs_gallery_item_hover.no-border .cs_image_layer_1,.cs_card_thumb.no-border .cs_image_layer_2,.cs_card_thumb.no-border .cs_image_layer_1,.cs_feature_box_bg.no-border .cs_image_layer_2,.cs_feature_box_bg.no-border .cs_image_layer_1{position:relative}.cs_image_layer.no-border .cs_image_layer_2::before,.cs_image_layer.no-border .cs_image_layer_2::after,.cs_image_layer.no-border .cs_image_layer_1::before,.cs_image_layer.no-border .cs_image_layer_1::after,.cs_feature_box_thumb.no-border .cs_image_layer_2::before,.cs_feature_box_thumb.no-border .cs_image_layer_2::after,.cs_feature_box_thumb.no-border .cs_image_layer_1::before,.cs_feature_box_thumb.no-border .cs_image_layer_1::after,.cs_video_block.no-border .cs_image_layer_2::before,.cs_video_block.no-border .cs_image_layer_2::after,.cs_video_block.no-border .cs_image_layer_1::before,.cs_video_block.no-border .cs_image_layer_1::after,.cs_post_thumb.no-border .cs_image_layer_2::before,.cs_post_thumb.no-border .cs_image_layer_2::after,.cs_post_thumb.no-border .cs_image_layer_1::before,.cs_post_thumb.no-border .cs_image_layer_1::after,.cs_gallery_item_hover.no-border .cs_image_layer_2::before,.cs_gallery_item_hover.no-border .cs_image_layer_2::after,.cs_gallery_item_hover.no-border .cs_image_layer_1::before,.cs_gallery_item_hover.no-border .cs_image_layer_1::after,.cs_card_thumb.no-border .cs_image_layer_2::before,.cs_card_thumb.no-border .cs_image_layer_2::after,.cs_card_thumb.no-border .cs_image_layer_1::before,.cs_card_thumb.no-border .cs_image_layer_1::after,.cs_feature_box_bg.no-border .cs_image_layer_2::before,.cs_feature_box_bg.no-border .cs_image_layer_2::after,.cs_feature_box_bg.no-border .cs_image_layer_1::before,.cs_feature_box_bg.no-border .cs_image_layer_1::after{content:"";z-index:1;position:absolute;left:30px;right:30px;top:30px;bottom:30px;border:var(--img_border-width) solid var(--img_border);border-radius:var(--img_radius)}@media(max-width: 1024px){.cs_image_layer.no-border .cs_image_layer_2::before,.cs_image_layer.no-border .cs_image_layer_2::after,.cs_image_layer.no-border .cs_image_layer_1::before,.cs_image_layer.no-border .cs_image_layer_1::after,.cs_feature_box_thumb.no-border .cs_image_layer_2::before,.cs_feature_box_thumb.no-border .cs_image_layer_2::after,.cs_feature_box_thumb.no-border .cs_image_layer_1::before,.cs_feature_box_thumb.no-border .cs_image_layer_1::after,.cs_video_block.no-border .cs_image_layer_2::before,.cs_video_block.no-border .cs_image_layer_2::after,.cs_video_block.no-border .cs_image_layer_1::before,.cs_video_block.no-border .cs_image_layer_1::after,.cs_post_thumb.no-border .cs_image_layer_2::before,.cs_post_thumb.no-border .cs_image_layer_2::after,.cs_post_thumb.no-border .cs_image_layer_1::before,.cs_post_thumb.no-border .cs_image_layer_1::after,.cs_gallery_item_hover.no-border .cs_image_layer_2::before,.cs_gallery_item_hover.no-border .cs_image_layer_2::after,.cs_gallery_item_hover.no-border .cs_image_layer_1::before,.cs_gallery_item_hover.no-border .cs_image_layer_1::after,.cs_card_thumb.no-border .cs_image_layer_2::before,.cs_card_thumb.no-border .cs_image_layer_2::after,.cs_card_thumb.no-border .cs_image_layer_1::before,.cs_card_thumb.no-border .cs_image_layer_1::after,.cs_feature_box_bg.no-border .cs_image_layer_2::before,.cs_feature_box_bg.no-border .cs_image_layer_2::after,.cs_feature_box_bg.no-border .cs_image_layer_1::before,.cs_feature_box_bg.no-border .cs_image_layer_1::after{left:15px;right:15px;top:15px;bottom:15px}}.btn-close--modal{position:absolute;top:20px;right:20px;z-index:999}.btn-close--modal .babylon-plus::before{transform:rotate(-45deg)}.btn-close--modal.margin-30{top:30px;right:30px}.btn-close--modal a:hover{background-color:var(--cl_corp);border-color:var(--cl_corp);color:#fff}.cs_form .conditions p{margin-bottom:0px !important}.cs_form .conditions a{text-decoration:underline !important}.logo_title img{height:120px;width:auto}.babylon__engine.header-center-bookshow-engine input::-moz-placeholder{padding:5px 0 5px 0}.babylon__engine.header-center-bookshow-engine input::placeholder{padding:5px 0 5px 0}@media(min-width: 1025px){.babylon__engine.header-center-bookshow-engine input.engine-sticky{max-width:none !important;border-radius:0 !important;display:flex !important;justify-content:center !important;position:fixed !important;top:100px !important;margin-top:0px !important;padding:20px !important;background-color:var(--cl_background_dark-opacity) !important}.babylon__engine.header-center-bookshow-engine input.engine-sticky .p-calendar input::-moz-placeholder{color:var(--cl_title-light) !important}.babylon__engine.header-center-bookshow-engine input.engine-sticky .p-calendar input::placeholder{color:var(--cl_title-light) !important}.babylon__engine.header-center-bookshow-engine input .babylon__engine__input{color:var(--cl_title-light) !important}.babylon__engine.header-center-bookshow-engine input .babylon__engine__input::-moz-placeholder{color:var(--cl_title-light) !important}.babylon__engine.header-center-bookshow-engine input .babylon__engine__input::placeholder{color:var(--cl_title-light) !important}.babylon__engine.header-center-bookshow-engine input span::before{color:var(--cl_title-light)}}.babylon__engine__dialog{position:absolute}.babylon__engine__datepicker{width:100%}.babylon-tag::before{font-size:23px}@media(min-width: 1025px){.cs__mode-only_mobile{display:none}}@media(max-width: 1024px){.cs__mode-no_mobile{display:none}}@media(max-width: 767px){.cs__not_touch-mobile{pointer-events:none}}@media(max-width: 539px){.cs_border-bottom{border-bottom:1px solid rgba(73,73,73,.1);padding-bottom:12px}}lib-babylon-engine .babylon__engine.header-center-bookshow-engine.engine-sticky{height:auto !important;width:100% !important}@media(min-width: 1280px){.babylon__engine.header-bookshow-engine.engine-sticky form{gap:20px !important}.babylon__engine.header-bookshow-engine.engine-sticky form>div:first-child{max-width:calc(30% - 20px) !important}}.top-container{position:relative}@media(max-width: 1024px){.cdk-global-overlay-wrapper{padding-bottom:0px !important}.guests input{pointer-events:none !important;-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}}span.babylon__engines__datepicker__icon.babylon-calendar{width:100%;height:100%;left:0;display:flex;align-items:center;justify-content:right;padding-right:20px}.cdk-global-scrollblock .hi-widget-container.small-widget{display:none !important}.blanco-version-form .input-group{position:relative}.blanco-version-form .input-group .input-control,.blanco-version-form .input-group .select-control{height:6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,0);border-bottom-color:var(--var(--grey));font-size:1.4rem;line-height:1;color:var(--primary);padding:2.9rem 5.6rem 1rem 2rem;outline:0;width:100%;transition:cubic-bezier(0.785, 0.135, 0.15, 0.86);background:rgba(0,0,0,0);display:block}.blanco-version-form .input-group .input-control:hover,.blanco-version-form .input-group .input-control:focus,.blanco-version-form .input-group .select-control:hover,.blanco-version-form .input-group .select-control:focus{border-color:var(--grey);background:var(--white)}.blanco-version-form .input-group.open span.input-control{border-color:var(--grey)}.blanco-version-form .input-group--inner{position:relative}.blanco-version-form .input-group--label{position:absolute;left:.2rem;padding:2.1rem 2rem;font-size:1.6rem;line-height:1;color:var(--primary);transition:cubic-bezier(0.785, 0.135, 0.15, 0.86);top:.1rem;background:var(--white);pointer-events:none;width:calc(100% - 5.6rem)}.blanco-version-form .input-group--icon{position:absolute;width:1.6rem;height:1.6rem;top:50%;pointer-events:none;right:2rem;transform:translateY(-50%)}.blanco-version-form .input-group--icon:has(.user){width:1.2rem;height:1.2rem}.blanco-version-form .input-group--icon:has(.baby){width:.9rem;height:.9rem}.blanco-version-form .input-group--icon svg{width:100%;height:100%}.blanco-version-form .input-group:has(input:not(:-moz-placeholder-shown)) .blanco-version-form .input-group--label{padding-top:1.1rem;padding-bottom:3.2rem;line-height:1;background:rgba(0,0,0,0)}.blanco-version-form .input-group:has(input:focus) .blanco-version-form .input-group--label,.blanco-version-form .input-group:has(input:not(:placeholder-shown)) .blanco-version-form .input-group--label{padding-top:1.1rem;padding-bottom:3.2rem;line-height:1;background:rgba(0,0,0,0)}.blanco-version-form .input-group:not(.open) .input-group--icon svg.persons{display:block}.blanco-version-form .input-group:not(.open) .input-group--icon svg.down-arrow{display:none;width:1.4rem;height:1.4rem}.blanco-version-form .input-group.open .input-group--icon svg.persons{display:none}.blanco-version-form .input-group.open .input-group--icon svg.down-arrow{display:block;width:1.4rem;height:1.4rem}.blanco-version-form .checkbox__group label{position:relative}.blanco-version-form .checkbox__group label input{position:absolute;left:0;top:0;opacity:0;pointer-events:none}.blanco-version-form .checkbox__group label input:checked+span svg{opacity:1}.blanco-version-form .checkbox__group label span{padding-left:2.55rem;font-size:1.4rem;line-height:1;color:rgb(var(--primary), 80%);position:relative;display:block}.blanco-version-form .checkbox__group label span::before{content:"";width:1.5rem;height:1.5rem;border:1px solid rgb(var(--primary), 70%);position:absolute;left:0;top:.1rem}.blanco-version-form .checkbox__group label span .checkbox--tick{opacity:0;pointer-events:none;width:.9rem;height:.6rem;color:var(--primary);position:absolute;left:.3rem;top:.5rem}
@@ -68,6 +68,7 @@ a {
68
68
  text-decoration: none;
69
69
  @include transition-default;
70
70
  outline: none;
71
+ cursor: pointer;
71
72
 
72
73
  &:hover,
73
74
  &:focus {
@@ -75,6 +76,13 @@ a {
75
76
  text-decoration: none;
76
77
  outline: none;
77
78
  }
79
+ &.cs_site_branding {
80
+ height: 100%;
81
+ img {
82
+ height: 100%;
83
+ padding: 5px;
84
+ }
85
+ }
78
86
  }
79
87
 
80
88
  /*-------- ESPACIOS --------*/
@@ -111,10 +119,11 @@ a {
111
119
  @include transition-default;
112
120
  border-radius: var(--btn_radius);
113
121
  line-height: 1;
114
- font-family: var(--font-text);
115
- letter-spacing: 1px;
122
+ font-family: var(--font-btn);
123
+ letter-spacing: var(--ls_btn);
116
124
  font-weight: var(--w_btn);
117
- font-size: 14px;
125
+ font-size: var(--size_btn);
126
+ text-transform: var(--upper_btn);
118
127
  cursor: pointer;
119
128
  text-decoration: none;
120
129
  span {
@@ -133,9 +142,16 @@ a {
133
142
  position: relative;
134
143
  }
135
144
  }
145
+ b,
146
+ a {
147
+ color: var(--cl_btn-box-text);
148
+ font-weight: var(--w_btn);
149
+ font-size: var(--size_btn);
150
+ }
136
151
  &:hover {
137
152
  background-color: var(--cl_btn-box-hover);
138
153
  color: var(--cl_btn-box-text-hover);
154
+ border-color: var(--cl_btn-box-hover);
139
155
  span {
140
156
  svg,
141
157
  &:before {
@@ -144,9 +160,31 @@ a {
144
160
  position: relative;
145
161
  }
146
162
  }
163
+ b {
164
+ color: var(--cl_btn-box-text-hover);
165
+ }
166
+ }
167
+ &.disabled,
168
+ .pointers-none {
169
+ color: grey;
170
+ pointer-events: none;
171
+ background-color: transparent;
172
+ border-color: grey;
173
+ opacity: 0.6;
174
+ b,
175
+ a {
176
+ color: grey;
177
+ }
178
+ span {
179
+ color: grey;
180
+ &:before {
181
+ color: grey;
182
+ }
183
+ }
147
184
  }
148
185
 
149
- &_primary {
186
+ &_primary,
187
+ &__primary {
150
188
  border: 1px solid var(--cl_btn-box);
151
189
  color: var(--cl_btn-box-text);
152
190
  background: transparent;
@@ -160,6 +198,18 @@ a {
160
198
  color: var(--cl_btn-light-text);
161
199
  }
162
200
  }
201
+ b,
202
+ a {
203
+ color: var(--cl_btn-light-text);
204
+ }
205
+ &:hover {
206
+ background-color: var(--cl_btn-light-hover);
207
+ border-color: var(--cl_btn-light-hover);
208
+ color: var(--cl_btn-light-text-hover);
209
+ b {
210
+ color: var(--cl_btn-box-text-hover);
211
+ }
212
+ }
163
213
  }
164
214
  &:hover {
165
215
  background-color: var(--cl_btn-box-hover);
@@ -167,26 +217,78 @@ a {
167
217
  color: var(--cl_btn-box-text-hover);
168
218
  }
169
219
  }
170
- &_call {
220
+ &_call,
221
+ &__call {
171
222
  border: 1px solid var(--cl_btn-call);
172
223
  background-color: var(--cl_btn-call);
173
224
  color: var(--cl_btn-call-text);
174
225
  position: relative;
226
+ b {
227
+ color: var(--cl_btn-call-text);
228
+ }
175
229
  span:before {
176
230
  color: var(--cl_btn-call-text);
177
231
  }
178
232
  &.btn--light {
179
233
  background-color: var(--cl_btn-light);
180
234
  border: 1px solid var(--cl_btn-light);
181
- color: var(--cl_btn-call);
235
+ color: var(--cl_btn-light-text);
182
236
  span:before {
183
- color: var(--cl_btn-call);
237
+ color: var(--cl_btn-light-text);
238
+ }
239
+ b {
240
+ color: var(--cl_btn-light-text);
184
241
  }
185
242
  }
186
243
  &:hover {
187
244
  background-color: var(--cl_btn-call-hover);
188
245
  border-color: var(--cl_btn-call-hover);
189
246
  color: var(--cl_btn-call-text-hover);
247
+ b {
248
+ color: var(--cl_btn-call-text-hover);
249
+ }
250
+ }
251
+ }
252
+
253
+ &_unlink {
254
+ border: none;
255
+ font-size: large;
256
+ text-decoration: underline;
257
+ text-underline-offset: 5px;
258
+ color: var(--cl_btn-light-text);
259
+ &:hover {
260
+ color: var(--cl_btn-box-text-hover);
261
+ }
262
+ }
263
+
264
+ &_simple_box {
265
+ border-radius: 0px;
266
+ padding: 5px;
267
+ background-color: var(--cl_btn-box-text-hover);
268
+ &:hover {
269
+ background-color: var(--cl_btn-box);
270
+ border-color: var(--cl_btn-box);
271
+ color: var(--cl_btn-box-text-hover);
272
+ }
273
+ }
274
+
275
+ &_big-circle {
276
+ width: 92px;
277
+ height: 92px;
278
+ background-color: var(--cl_btn-box-text-hover);
279
+ border: 0;
280
+ margin: 0;
281
+ padding: 0;
282
+ display: inline-block;
283
+ vertical-align: middle;
284
+ -webkit-border-radius: 50%;
285
+ border-radius: 50%;
286
+ position: relative;
287
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
288
+ &:hover {
289
+ background-color: var(--cl_btn-box);
290
+ border-color: var(--cl_btn-box);
291
+ color: var(--cl_btn-box-text-hover);
190
292
  }
191
293
  }
192
294
  }
@@ -194,16 +296,17 @@ a {
194
296
  .btn-link {
195
297
  position: relative;
196
298
  font-style: normal;
197
- font-family: var(--font-text);
198
- letter-spacing: 1px;
299
+ font-family: var(--font-link);
300
+ letter-spacing: var(--ls_link);
199
301
  font-weight: var(--w_btn);
200
- font-size: 14px;
302
+ font-size: var(--size_link);
201
303
  cursor: pointer;
202
304
  text-decoration: none;
203
305
  color: var(--cl_btn-link);
204
306
  display: flex;
205
307
  align-items: center;
206
308
  gap: 10px;
309
+ text-transform: var(--upper_link);
207
310
  @include transition-default;
208
311
  span {
209
312
  font-size: 8px;
@@ -284,18 +387,52 @@ a {
284
387
  justify-content: center;
285
388
  }
286
389
  }
287
- @include full-tablet {
390
+ @include small-desktop {
288
391
  padding-block: 20px 10px;
289
392
  align-items: center;
290
393
  justify-content: center;
291
394
  }
292
395
  }
293
396
 
397
+ .btn--close {
398
+ width: auto;
399
+ padding: 13px;
400
+ .babylon-plus {
401
+ width: auto !important;
402
+ padding: 0;
403
+ font-size: 18px;
404
+ }
405
+ }
406
+ .babylon-plus {
407
+ width: auto !important;
408
+ padding: 12px;
409
+ &:before {
410
+ right: auto !important;
411
+ }
412
+ }
413
+
414
+ .babylon-minus {
415
+ width: auto !important;
416
+ padding: 12px;
417
+ &:before {
418
+ right: auto !important;
419
+ content: '';
420
+ display: block;
421
+ width: 14px;
422
+ height: 2px;
423
+ background-color: currentColor;
424
+ position: absolute;
425
+ top: 50%;
426
+ left: 50%;
427
+ transform: translate(-50%, -50%);
428
+ }
429
+ }
430
+
294
431
  /*-------- TEXTOS--------*/
295
432
  .title_carrusel {
296
433
  font-size: 40px;
297
434
  font-family: var(--font-title);
298
- line-height: 1.2;
435
+ line-height: var(--lh_title-slider);
299
436
  letter-spacing: 1px;
300
437
  color: var(--cl_title-light);
301
438
  font-weight: var(--w_title);
@@ -313,7 +450,7 @@ a {
313
450
  }
314
451
  .pretitle_carrusel {
315
452
  font-size: 16px;
316
- line-height: 1.2;
453
+ line-height: var(--lh_pretitle-slider);
317
454
  letter-spacing: 1px;
318
455
  color: var(--cl_pretitle-light);
319
456
  font-weight: var(--w_pretitle);
@@ -643,7 +780,7 @@ $type-align: left; //center / left
643
780
  right: 30px;
644
781
  top: 30px;
645
782
  bottom: 30px;
646
- border: var(--img_border-whidth) solid var(--img_border);
783
+ border: var(--img_border-width) solid var(--img_border);
647
784
  border-radius: var(--img_radius);
648
785
  z-index: 1;
649
786
  @include full-tablet {
@@ -671,7 +808,7 @@ $type-align: left; //center / left
671
808
  right: 30px;
672
809
  top: 30px;
673
810
  bottom: 30px;
674
- border: var(--img_border-whidth) solid var(--img_border);
811
+ border: var(--img_border-width) solid var(--img_border);
675
812
  border-radius: var(--img_radius);
676
813
  @include full-tablet {
677
814
  left: 15px;
@@ -686,9 +823,9 @@ $type-align: left; //center / left
686
823
 
687
824
  .btn-close--modal {
688
825
  position: absolute;
689
- top: 70px;
690
- right: 70px;
691
- z-index: 1;
826
+ top: 20px;
827
+ right: 20px;
828
+ z-index: 999;
692
829
 
693
830
  .babylon-plus::before {
694
831
  transform: rotate(-45deg);
@@ -698,8 +835,152 @@ $type-align: left; //center / left
698
835
  top: 30px;
699
836
  right: 30px;
700
837
  }
838
+ a:hover {
839
+ background-color: var(--cl_corp);
840
+ border-color: var(--cl_corp);
841
+ color: white;
842
+ }
843
+ }
844
+
845
+ .cs_form .conditions p {
846
+ margin-bottom: 0px !important;
847
+ }
848
+
849
+ .cs_form .conditions a {
850
+ text-decoration: underline !important;
701
851
  }
702
852
 
853
+ .logo_title {
854
+ img {
855
+ height: 120px;
856
+ width: auto;
857
+ }
858
+ }
859
+
860
+ .babylon__engine.header-center-bookshow-engine {
861
+ input {
862
+ &::placeholder {
863
+ padding: 5px 0 5px 0;
864
+ }
865
+ @include min-full-tablet {
866
+ &.engine-sticky {
867
+ max-width: none !important;
868
+ border-radius: 0 !important;
869
+ display: flex !important;
870
+ justify-content: center !important;
871
+ position: fixed !important;
872
+ top: 100px !important;
873
+ margin-top: 0px !important;
874
+ padding: 20px !important;
875
+ background-color: var(--cl_background_dark-opacity) !important;
876
+ .p-calendar {
877
+ input::placeholder {
878
+ color: var(--cl_title-light) !important;
879
+ }
880
+ }
881
+ }
882
+ .babylon__engine__input {
883
+ color: var(--cl_title-light) !important;
884
+ &::placeholder {
885
+ color: var(--cl_title-light) !important;
886
+ }
887
+ }
888
+ span::before {
889
+ color: var(--cl_title-light);
890
+ }
891
+ }
892
+ }
893
+ }
894
+
895
+ .babylon__engine__dialog {
896
+ position: absolute;
897
+ }
898
+
899
+ .babylon__engine__datepicker {
900
+ width: 100%;
901
+ }
902
+
903
+ .babylon-tag {
904
+ &::before {
905
+ font-size: 23px;
906
+ }
907
+ }
908
+
909
+ .cs__mode-only_mobile {
910
+ @include min-full-tablet {
911
+ display: none;
912
+ }
913
+ }
914
+
915
+ .cs__mode-no_mobile {
916
+ @include full-tablet {
917
+ display: none;
918
+ }
919
+ }
920
+
921
+ .cs__not_touch-mobile {
922
+ @include mobile {
923
+ pointer-events: none;
924
+ }
925
+ }
926
+
927
+ .cs_border-bottom {
928
+ @include small-tablet {
929
+ border-bottom: 1px solid rgba(73, 73, 73, 0.1);
930
+ padding-bottom: 12px;
931
+ }
932
+ }
933
+
934
+ lib-babylon-engine {
935
+ .babylon__engine.header-center-bookshow-engine.engine-sticky {
936
+ height: auto !important;
937
+ width: 100% !important;
938
+ }
939
+ }
940
+ .babylon__engine.header-bookshow-engine {
941
+ @include min-small-desktop {
942
+ &.engine-sticky {
943
+ form {
944
+ gap: 20px !important;
945
+ > div {
946
+ &:first-child {
947
+ max-width: calc(30% - 20px) !important;
948
+ }
949
+ }
950
+ }
951
+ }
952
+ }
953
+ }
954
+ .top-container {
955
+ position: relative;
956
+ }
957
+
958
+ //FIX FROM LIVE
959
+ @include full-tablet {
960
+ .cdk-global-overlay-wrapper {
961
+ padding-bottom: 0px !important;
962
+ }
963
+ .guests input {
964
+ pointer-events: none !important;
965
+ user-select: none !important;
966
+ }
967
+ }
968
+
969
+ span.babylon__engines__datepicker__icon.babylon-calendar {
970
+ width: 100%;
971
+ height: 100%;
972
+ left: 0;
973
+ display: flex;
974
+ align-items: center;
975
+ justify-content: right;
976
+ padding-right: 20px;
977
+ }
978
+
979
+ .cdk-global-scrollblock {
980
+ .hi-widget-container.small-widget {
981
+ display: none !important;
982
+ }
983
+ }
703
984
  .blanco-version-form {
704
985
  .input-group {
705
986
  position: relative;