.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*PER FUNZIONAMENTO PARTICLES 6 CARD IN HOME*/
.particles-section canvas.particles-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.particles-section .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

.particles-section {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.08);
}
.particles-section:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16), 0 6px 16px rgba(0, 0, 0, 0.10);
}


.elementor-element-99863ae {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* Layout per scroll verticale progetti */

/* ===========================
   DESKTOP (1200px in su)
   =========================== */
@media (min-width: 1200px) {
  .sticky-layout {
    align-items: flex-start !important;
  }
  .sticky-panel {
    position: sticky !important;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .scroll-panel {
    height: auto !important;
    overflow-y: auto;
  }
}

/* ===========================
   TABLET + MOBILE (sotto 1200px)
   =========================== */
@media (max-width: 1199px) {
  .sticky-layout {
    flex-direction: column !important;
    height: auto !important;
  }
  .sticky-panel {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 40vh;
    overflow: visible;
  }
  .scroll-panel {
    width: 100% !important;
    height: auto !important;
    overflow-y: visible;
  }
}

/* PULSANTI */
/* From Uiverse.io by Cevorob */ 
.button {
 position: relative;
 height: 44px;
 padding: 0 0px;
 border: 2px solid #C1BFEF;
 background: #fff;
 user-select: none;
 white-space: nowrap;
 transition: all .05s linear;
 font-family: inherit;
}

.button:before, .button:after {
 content: "";
 position: absolute;
 background: #fff;
 transition: all .2s linear;
}

.button:before {
 width: calc(100% + 6px);
 height: calc(100% - 16px);
 top: 8px;
 left: -3px;
}

.button:after {
 width: calc(100% - 16px);
 height: calc(100% + 6px);
 top: -3px;
 left: 8px;
}

.button:hover {
 cursor: crosshair;
}

.button:active {
 transform: scale(0.95);
}

.button:hover:before {
 height: calc(100% - 32px);
 top: 16px;
}

.button:hover:after {
 width: calc(100% - 32px);
 left: 16px;
}

.button span {
 z-index: 3;

}

/* PULSANTI sfondo scuro */
/* From Uiverse.io by Cevorob */ 
.button-2 {
 position: relative;
 height: 44px;
 padding: 0 0px;
 border: 2px solid #000;
 background: #e5e5f7;
 user-select: none;
 white-space: nowrap;
 transition: all .05s linear;
 font-family: inherit;
}

.button-2:before, .button-2:after {
 content: "";
 position: absolute;
 background: #e5e5f7;
 transition: all .2s linear;
}

.button-2:before {
 width: calc(100% + 6px);
 height: calc(100% - 16px);
 top: 8px;
 left: -3px;
}

.button-2:after {
 width: calc(100% - 16px);
 height: calc(100% + 6px);
 top: -3px;
 left: 8px;
}

.button-2:hover {
 cursor: crosshair;
}

.button-2:active {
 transform: scale(0.95);
}

.button-2:hover:before {
 height: calc(100% - 32px);
 top: 16px;
}

.button-2:hover:after {
 width: calc(100% - 32px);
 left: 16px;
}

.button-2 span {
 z-index: 3;

}



/* PULSANTI sfondo ARANCIONE */
/* From Uiverse.io by Cevorob */ 
.button-3 {
 position: relative;
 height: 44px;
 padding: 0 0px;
 border: 2px solid #000;
 background: #FFEFE4;
 user-select: none;
 white-space: nowrap;
 transition: all .05s linear;
 font-family: inherit;
}

.button-3:before, .button-3:after {
 content: "";
 position: absolute;
 background: #FFEFE4;
 transition: all .2s linear;
}

.button-3:before {
 width: calc(100% + 6px);
 height: calc(100% - 16px);
 top: 8px;
 left: -3px;
}

.button-3:after {
 width: calc(100% - 16px);
 height: calc(100% + 6px);
 top: -3px;
 left: 8px;
}

.button-3:hover {
 cursor: crosshair;
}

.button-3:active {
 transform: scale(0.95);
}

.button-3:hover:before {
 height: calc(100% - 32px);
 top: 16px;
}
.button-3:hover:after {
 width: calc(100% - 32px);
 left: 16px;
}

.button-3 span {
 z-index: 3;

}/* End custom CSS */