.elementor-2120 .elementor-element.elementor-element-7b0adfc8{--display:flex;}.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#25D366;--e-contact-buttons-button-icon-hover:#0A0E18;--e-contact-buttons-button-bg-hover:#00FFFF;--e-contact-buttons-active-button-color:#0A0E18;--e-contact-buttons-active-button-bg:#FDFDFF;--e-contact-buttons-top-bar-title:#FDFDFF;--e-contact-buttons-top-bar-subtitle:#FDFDFF;--e-contact-buttons-top-bar-bg:#C200FF;--e-contact-buttons-contact-button-icon:#0A0E18;--e-contact-buttons-contact-title-text-color:#0A0E18;--e-contact-buttons-contact-description-text-color:#0A0E18;--e-contact-buttons-contact-button-bg:#D9E4FF;}.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons__top-bar-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;}.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons__top-bar-subtitle{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;}.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons__contact-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons__contact-description{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:300;}/* Start custom CSS for contact-buttons-var-8, class: .elementor-element-6bf9a2fa */.elementor-2120 .elementor-element.elementor-element-6bf9a2fa .e-contact-buttons__contact-icon-link {
    color: cyan;
    position: relative;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 rgba(0, 255, 255, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 255, 255, 0.7);
    }
}/* End custom CSS */