.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-01f9792:#C7C7C7;--e-global-color-e7dc3b0:#FFFFFF;--e-global-color-a558faa:#797DB0;--e-global-color-3489f71:#32A5D7;--e-global-typography-primary-font-family:"DIN Next LT pro Bold";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DIN Next LT pro Italic";--e-global-typography-secondary-font-size:2.25rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DIN Next LT pro Regular";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DIN Next LT pro Bold";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;}.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:var( --e-global-color-e7dc3b0 );border-radius:0px 0px 0px 0px;}.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);}@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 */:target::before {
    content: "";
    display: block;
    height: 80px;         /* offset desiderato */
    margin-top: -80px;    /* negativo dello stesso valore */
}

/*Gestione effetto hover sui bottoni */
.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*/
}/* 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://masterplan2025.med-tso.org/wp-content/uploads/2025/06/din-next-lt-pro-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DIN Next LT pro Italic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://masterplan2025.med-tso.org/wp-content/uploads/2025/06/din-next-lt-pro-light.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://masterplan2025.med-tso.org/wp-content/uploads/2025/06/din-next-lt-pro-regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */