.elementor-16762 .elementor-element.elementor-element-341ec105{--display:flex;}.elementor-16762 .elementor-element.elementor-element-45f2e9f0 .e-contact-buttons{--e-contact-buttons-contact-button-icon:var( --e-global-color-accent );--e-contact-buttons-contact-button-icon-hover:#F3F5F8;--e-contact-buttons-button-bar-bg:var( --e-global-color-secondary );--e-contact-buttons-vertical-offset:100px;}@media(max-width:767px){.elementor-16762 .elementor-element.elementor-element-45f2e9f0 .e-contact-buttons{--e-contact-buttons-horizontal-offset:27%;--e-contact-buttons-vertical-offset:5px;}}/* Start custom CSS for contact-buttons-var-6, class: .elementor-element-45f2e9f0 */.floating-box {
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease;
    animation: revealBox .5s ease forwards;
    animation-delay: 7s;
}

@keyframes revealBox {
    to {
        visibility: visible;
        opacity: 1;
    }
}/* End custom CSS */