.elementor-kit-5{--e-global-color-primary:#008F9D;--e-global-color-secondary:#1A2441;--e-global-color-text:#2E2D2C;--e-global-color-accent:#008F9D;--e-global-color-16e63b1:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:700;}.elementor-kit-5 h1{font-size:3rem;}.elementor-kit-5 h2{font-size:2.5rem;}.elementor-kit-5 h3{font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-5 h3{font-size:1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:2.5rem;}.elementor-kit-5 h2{font-size:2.5rem;}.elementor-kit-5 h3{font-size:1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*-- TESTI --*/
.aqua {
    color:#008F9D;
}

strong {
    font-weight: 800 !important;
}

/*-- ROTAZIONE LOGO --*/
.rotate {
    animation: rotation 16s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*-- Anchor Fix --*/

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
 }
 body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   height: 140px;
   margin: -100px 0 0 0;
   visibility: hidden;
   pointer-events: none;
 }
 
 /* WPML Fix */
.wpml-ls-current-language {
   display: none !important;
}

.wpml-elementor-ls > *, .wpml-ls-link {
    padding: 0 !important;
    margin: 0 0 0 0.5rem !important;
}/* End custom CSS */