.elementor-1311 .elementor-element.elementor-element-21ac481d{--display:flex;}.elementor-1311 .elementor-element.elementor-element-e84c26d .e-contact-buttons{--e-contact-button-chat-button-animation-delay:0.3ms;--e-contact-buttons-button-icon:var( --e-global-color-96f6200 );--e-contact-buttons-button-bg:#21643A;--e-contact-buttons-button-icon-hover:var( --e-global-color-96f6200 );--e-contact-buttons-button-bg-hover:#21643A;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-e84c26d */.elementor-1311 .elementor-element.elementor-element-e84c26d .e-contact-buttons__chat-button{
    animation: whatsPulse 1.3s infinite;
}

@keyframes whatsPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
    }
    70% {
        transform: scale(1.07);
        box-shadow: 0 0 0 12px rgba(37,211,102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102, 0);
    }
}/* End custom CSS */