.elementor-12754 .elementor-element.elementor-element-2f872e91{--display:flex;}.elementor-12754 .elementor-element.elementor-element-404aa499 .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-404aa499 */.elementor-kit-866 a {
    color: white;
}

.elementor-kit-866 a:hover {
    color: white;
}
.e-contact-buttons__chat-button-container {
    animation: floatAnimation 4s ease-in-out infinite;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0px);
    }
}/* End custom CSS */