.elementor-5389 .elementor-element.elementor-element-bd7eb4a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5389 .elementor-element.elementor-element-b88ce0e{text-align:center;}.elementor-5389 .elementor-element.elementor-element-b88ce0e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-9ef914e );}/* Start custom CSS for heading, class: .elementor-element-b88ce0e */.cta-text-animation{
    animation: cta-text-animation 1.5s ease-in-out infinite ;
    position: relative ;
}

@keyframes cta-text-animation {
    
    0% {
        transform: scale(0.95);
    }
    
    50% {
        
        transform: scale(1.1) translateY(-5px);
    }
    
    100%{
        transform: scale(0.95);
    }
}/* End custom CSS */