.elementor-998 .elementor-element.elementor-element-2cbea5c0{--display:flex;}.elementor-998 .elementor-element.elementor-element-207b8ec4 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-998 .elementor-element.elementor-element-207b8ec4 .e-contact-buttons{--e-contact-buttons-transition-duration:0.3s;}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-207b8ec4 */.whats-pulse{
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(37,211,102,.7);
}

@keyframes pulse{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,.7);
    }
    70%{
        transform: scale(1.1);
        box-shadow: 0 0 0 20px rgba(37,211,102,0);
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}/* End custom CSS */