.elementor-kit-3212{--e-global-color-primary:#000000;--e-global-color-secondary:#F9BC0E;--e-global-color-text:#000000CC;--e-global-color-accent:#E20614;--e-global-color-57993c69:#FFFFFF;--e-global-color-3b7eeece:#E6E6E6;--e-global-color-418270d:#F6F6F6;--e-global-color-41f0b7a7:#001D6C;--e-global-color-9cc7484:#002D9C;--e-global-color-0a670ef:#0043CE;--e-global-color-00a60f2:#0F62FE;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:37px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-3212 button,.elementor-kit-3212 input[type="button"],.elementor-kit-3212 input[type="submit"],.elementor-kit-3212 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );color:var( --e-global-color-57993c69 );}.elementor-kit-3212 a{color:var( --e-global-color-accent );}.elementor-kit-3212 img{border-radius:14px 14px 14px 14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-3212 button,.elementor-kit-3212 input[type="button"],.elementor-kit-3212 input[type="submit"],.elementor-kit-3212 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3212 button,.elementor-kit-3212 input[type="button"],.elementor-kit-3212 input[type="submit"],.elementor-kit-3212 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h6 span {
    z-index: 1;
    position: relative;
    margin-right: 2px;


}

h6 span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    left: 1px;
    position: absolute;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: -1;
    border-radius: 4px;
    background: red;
}


.div-block-header {
    position: relative;
    z-index: 1;
}

.div-block-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(0, 47, 135, 0.9); /* blu trasparente */
    z-index: -1;
    transform: rotate(-2deg);
    overflow: hidden;
}

.div-block-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(0, 47, 135, 0.7); /* blu trasparente */
    z-index: -1;
    transform: rotate(2deg);
    overflow: hidden;
}/* End custom CSS */