.elementor-27 .elementor-element.elementor-element-e7137d1{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-7e4f0ba{z-index:2;}.elementor-27 .elementor-element.elementor-element-7e4f0ba img{width:56%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27 .elementor-element.elementor-element-ab79c1e.elementor-element{--align-self:center;}.elementor-27 .elementor-element.elementor-element-ab79c1e{z-index:2;text-align:center;}.elementor-27 .elementor-element.elementor-element-ab79c1e .elementor-heading-title{font-family:"Alumni Sans Pinstripe", Sans-serif;font-size:107px;font-weight:600;color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-ab79c1e .elementor-heading-title{font-size:66px;}}/* Start custom CSS for container, class: .elementor-element-e7137d1 *//* Aggiunge un filtro nero trasparente al container */
.your-container-class::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Modifica l'opacità qui */
    z-index: 1;
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow: hidden;
    height: 100%;
}/* End custom CSS */