.elementor-kit-735{--e-global-color-primary:#023D67;--e-global-color-secondary:#020307;--e-global-color-text:#575961;--e-global-color-accent:#26B5AF;--e-global-color-b7b3fe8:#FFFFFF;--e-global-color-d984bec:#FFFFFF;--e-global-color-35e5a3d:#F5F7FA;--e-global-color-281dd9c:#1782CF;--e-global-color-b2323d0:#259DF430;--e-global-color-ef5bc47:#E0E5EB;--e-global-color-938eb87:#2C3D59;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-735 e-page-transition{background-color:#FFBC7D;}.elementor-kit-735 a{color:var( --e-global-color-accent );}.elementor-kit-735 a:hover{color:var( --e-global-color-281dd9c );}.elementor-kit-735 h1{color:var( --e-global-color-secondary );}.elementor-kit-735 h2{color:var( --e-global-color-secondary );}.elementor-kit-735 h3{color:var( --e-global-color-secondary );}.elementor-kit-735 h4{color:var( --e-global-color-secondary );}.elementor-kit-735 h6{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Default hidden state */
#sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -120px; /* hidden below screen */
    z-index: 9999;
    transition: bottom 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

/* Active state */
#sticky-cta.show-sticky {
    bottom: 0;
    opacity: 1;
}

/* Only apply on tablet and mobile */
@media (min-width: 1025px) {
    #sticky-cta {
        display: none !important;
    }
}/* End custom CSS */