.elementor-kit-10{--e-global-color-primary:#173D5C;--e-global-color-secondary:#89E7FF;--e-global-color-text:#131312;--e-global-color-accent:#39B099;--e-global-color-fb6602d:#0289BA;--e-global-color-0648df0:#EFEFEF;--e-global-color-2112385:#F9F9F9;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:37px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-letter-spacing:-0.2px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1px;--e-global-typography-accent-letter-spacing:-0.2px;--e-global-typography-d755946-font-family:"Manrope";--e-global-typography-d755946-font-size:18px;--e-global-typography-d755946-font-weight:600;--e-global-typography-d755946-text-transform:uppercase;--e-global-typography-d755946-line-height:1em;--e-global-typography-d755946-letter-spacing:0.3px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-secondary );--e-preloader-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1em;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1em;--e-global-typography-text-letter-spacing:-0.3px;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:-0.2px;--e-global-typography-d755946-font-size:20px;--e-global-typography-d755946-line-height:1em;--e-global-typography-d755946-letter-spacing:0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-size:17px;--e-global-typography-accent-line-height:0.8em;--e-global-typography-accent-letter-spacing:-0.1px;--e-global-typography-d755946-font-size:18px;--e-global-typography-d755946-line-height:1em;--e-global-typography-d755946-letter-spacing:0.2px;--e-preloader-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 767px) {
  .mobile-full-btn .elementor-button-wrapper {
    display: block;
    width: 100%;
  }

  .mobile-full-btn .elementor-button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.wicked.fadeInUp {
    animation-name: fadeInUpCustom;
    animation-duration: 1s; /* Puoi cambiarla qui per tutti */
    animation-fill-mode: both;
}
@media (max-width: 767px) {
  .cmplz-manage-consent {
    display: none !important;
  }
}/* End custom CSS */