.elementor-kit-6{--e-global-color-primary:#252671;--e-global-color-secondary:#8D8E88;--e-global-color-text:#000000;--e-global-color-accent:#FF9E18;--e-global-color-2438916:#A49ECE;--e-global-color-0e4efd1:#C7C7C7;--e-global-typography-primary-font-family:"DIN Next LT pro Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DIN Next LT pro Regular";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DIN Next LT pro Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DIN Next LT pro Bold";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"DIN Next LT pro Bold", Sans-serif;font-size:20px;font-weight:400;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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;--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-header .site-navigation .menu li{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*gestione effetto dei bottoni*/
#mainContent {
  transition: margin-top 0.3s ease-out;
}
.aware-btn .elementor-button {
  position: relative;
  overflow: hidden;
  display: flex;
}

.aware-btn .elementor-button span {
  position: relative;
  z-index: 1;
}

.aware-btn .elementor-button::before {
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background:#FF9E18;
  transition: width 0.8s, height 0.8s;
  z-index: 0;
}

.aware-btn .elementor-button:hover::before {
  width: 1000px;
  height: 1000px;
}
/*gestione scroll anchor link con header fisso*/
body:not(.elementor-editor-active) .elementor-menu-anchor:before /*pseudo-elemento prima di un anchor elementor*/ {
  content: "";
  display:block;
  height: 260px; /* crea spazio alto quanto l'header fisso*/
  margin: -260px 0 0; /* sposta l'elemento verso l'alto */
  visibility: hidden; /*pseudo-elemento non è visibile*/
  pointer-events: none; /*lo pseudo-elemento non intercetta clic o hover*/
}

/*gestione tabella dei contenuti old e  new */
.elementor-kit-6 .elementor-toc__list-wrapper{
    display: flex; /* Attiva il layout flessibile */
    flex-direction: row; /* Forziamo l'allineamento orizzontale */
    flex-wrap: wrap; /* Permette agli elementi di andare a capo se non c'è spazio */
}

.elementor-kit-6 .elementor-toc__header-title {
    white-space: nowrap;
   
}

/* Rimuovi i puntini o numeri che romperebbero il layout */
.elementor-kit-6 .elementor-toc__list li {
   
    margin-right: 15px; /* Spazio tra i vari link*/   
}

.elementor-kit-6 .elementor-toc__list-item-text-wrapper i {
 
    margin-left: 5px;
}
/*NEW*/
.toc-sticky {
    position: sticky;
    overflow: hidden;
    position: -webkit-sticky; /* Per Safari */
}

/*gestione tableau con iframe */
.tableau-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* rapporto 4:3 */
  height: 0;
}

.tableau-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height:100%;
  border: 0;
  border-radius: 8px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DIN Next LT pro Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://scenario-report.med-tso.org/wp-content/uploads/2025/10/din-next-lt-pro-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DIN Next LT pro Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://scenario-report.med-tso.org/wp-content/uploads/2025/10/din-next-lt-pro-regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */