.elementor-kit-643{--e-global-color-primary:#A50000;--e-global-color-secondary:#EBEBEB;--e-global-color-text:#1C1C1C;--e-global-color-accent:#A50000;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:700;background-color:var( --e-global-color-secondary );font-weight:300;}.elementor-kit-643 e-page-transition{background-color:#FFBC7D;}.elementor-kit-643 a{font-weight:600;}.elementor-kit-643 h1{font-size:90px;}.elementor-kit-643 h2{font-size:90px;}.elementor-kit-643 h3{font-size:60px;}.elementor-kit-643 h4{font-size:50px;}.elementor-kit-643 h5{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:0px;}.elementor-kit-643 h6{font-family:"Roboto", Sans-serif;font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-kit-643 h1{font-size:3em;}.elementor-kit-643 h2{font-size:3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.qodef-m-text-item::after {
    content: "";
    width: 1em;
    aspect-ratio: 1;
    display: inline-block;
    background-image: url('/wp-content/uploads/2026/02/Rock-icon.png');
    margin: 0 .5em ;
    background-position: center center;
    background-size: contain;
    
}


/*HEADER*/
.hide-on-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  transition: transform 0.6s ease;
  z-index: 999;
}

.hide-on-scroll.hide {
  transform: translateY(-100%);
}
/**/


.custom-list ul {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 28px; /* spazio per icona */
  margin-bottom: 12px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2026/02/right-down-1.svg"); 
  background-size: contain;
  background-repeat: no-repeat;
}


.custom-list li p {
    margin-block-end: 0px!important;
}

strong {
    font-weight: 500;
}/* End custom CSS */