.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7d04751:#F6F3EE;--e-global-color-7bda42e:#8C877C;--e-global-color-64ca2e0:#3A372F;--e-global-color-651face:#ECE7DF;--e-global-color-ca087c4:#6E6A62;--e-global-color-dab2ca8:#23211C;--e-global-color-b337572:#D8D2C7;--e-global-color-1bc6f07:#CB6646;--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;color:var( --e-global-color-dab2ca8 );font-family:"neue-haas-grotesk-text", Sans-serif;font-size:16px;font-weight:500;line-height:1.3em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:56px;font-weight:700;line-height:1em;}.elementor-kit-10 h2{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:40px;font-weight:600;line-height:1.1em;}.elementor-kit-10 h3{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:28px;font-weight:600;line-height:1.2em;}.elementor-kit-10 h4{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:20px;font-weight:500;line-height:1.3em;}.elementor-kit-10 h5{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:18px;font-weight:700;line-height:1.2em;}.elementor-kit-10 h6{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:12px;font-weight:600;line-height:1.2em;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"neue-haas-grotesk-display", Sans-serif;font-size:16px;font-weight:700;line-height:1.2em;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1576px;}.e-con{--container-max-width:1576px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:12px;}.elementor-element{--widgets-spacing:12px 32px;--widgets-spacing-row:12px;--widgets-spacing-column:32px;}{}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:1366px){.elementor-kit-10 h1{font-size:48px;}.elementor-kit-10 h2{font-size:36px;}.elementor-kit-10 h3{font-size:24px;}}@media(max-width:1024px){.elementor-kit-10{font-size:15px;}.elementor-kit-10 h1{font-size:36px;}.elementor-kit-10 h2{font-size:30px;}.elementor-kit-10 h3{font-size:22px;}.elementor-kit-10 h4{font-size:18px;}.elementor-kit-10 h5{font-size:16px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:30px;}.elementor-kit-10 h2{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  --grid-columns: 6;
  --grid-line-color: #D8D2C7;
  --page-background: #F6F3EE;

  background-color: var(--page-background);

  background-image: linear-gradient(
    to right,
    transparent calc(100% - 1px),
    var(--grid-line-color) calc(100% - 1px)
  );

  background-size: calc(100vw / var(--grid-columns)) 100%;
  background-position: left top;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  body {
    --grid-columns: 5;
  }
}

@media (max-width: 767px) {
  body {
    --grid-columns: 4;
  }
}

/* Style dei pulsanti */
.primary-button-orange a {
    background-color: transparent!important;
    color: #CB6646!important;
    padding: 0!important;
}

.primary-button-orange a svg {
    width: 14px;
    transition: all 0.3s ease;
}

.primary-button-orange a:hover svg {
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.primary-button-orange a svg path {
    /*fill: #CB6646!important;*/
    stroke: #CB6646!important;
}

.primary-button-orange a:hover {
    text-decoration: underline;
}

/* --- */
.primary-button-light a {
    background-color: transparent!important;
    color: #F6F3EE!important;
    padding: 0!important;
}

.primary-button-light a svg {
    width: 14px;
    transition: all 0.3s ease;
}

.primary-button-light a:hover svg {
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.primary-button-light a svg path {
    /*fill: #CB6646!important;*/
    stroke: #F6F3EE!important;
}

.primary-button-light a:hover {
    text-decoration: underline;
}/* End custom CSS */