.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FF0090;--e-global-color-text:#000000;--e-global-color-accent:#FF0090;--e-global-color-0e53c99:#AE00FF;--e-global-color-6f112d3:#6900E2;--e-global-color-90a163e:#382156;--e-global-color-c476a67:#00FFB0;--e-global-color-2abb7d4:#FFFFFF;color:var( --e-global-color-primary );font-family:"graphie", Sans-serif;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-weight:700;text-transform:uppercase;color:var( --e-global-color-text );background-image:linear-gradient(270deg, var( --e-global-color-c476a67 ) 0%, #CDFFEF 100%);border-radius:30px 30px 30px 30px;padding:12px 45px 12px 45px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-weight:600;}.elementor-kit-6 h2{font-family:"graphie", Sans-serif;font-weight:600;}.elementor-kit-6 h3{font-family:"dashiell-fine", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:960px;}.e-con{--container-max-width:960px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 */* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
    --hero-size: 80px;
    --h1-size: 54px;
    --h2-size: 44px;
    --h3-size: 28px;
    --h4-size: 22px;
    --Testo-size: 18px;
    --Testo-small-size: 15px;

    --font-size-coefficient-desktop: 0.9;
    --font-size-coefficient-tablet: 0.8;
    --font-size-coefficient-mobile: 0.8;
    --font-size-coefficient-mobile-mini: 0.65;
  
    /* coefficienti interlinea per tag */ 
    --hero-line-height: 0.9;
    --h1-line-height: 1;
    --h2-line-height: 1.1;
    --h3-line-height: 1.2;
    --Testo-line-height: 1.4;
  }
 
  
  /* Base Styles */
  .br-hero, .br-hero h1, .br-hero h2, .br-hero h3, .br-hero h1.elementor-heading-title, .br-hero h2.elementor-heading-title, .br-hero h3.elementor-heading-title {
    font-size: var(--hero-size);
    line-height: var(--hero-line-height);
  }
  h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
    font-size: var(--h1-size);
    line-height: var(--h1-line-height);
  }
  h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
  }
  h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p, .lead-text p {
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
  }
  body, p{
    font-size: var(--Testo-size);
    line-height: var(--Testo-line-height);
  }
  .p-small, .p-small p {
    font-size: var(--Testo-small-size);
    line-height: var(--Testo-line-height);
  }
  
  .lead-text {
      font-family: "dashiell-fine", Sans-serif;
  }
  
  /* Media Queries */
  @media (max-width: 1440px) {
    .br-hero, .br-hero h1, .br-hero h2, .br-hero h3, .br-hero h1.elementor-heading-title, .br-hero h2.elementor-heading-title, .br-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-desktop));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p, .lead-text p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-desktop));
      line-height: var(--h3-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-desktop));
      line-height: var(--Testo-line-height);
    }
  }


  @media (max-width: 1024px) {
    .br-hero, .br-hero h1, .br-hero h2, .br-hero h3, .br-hero h1.elementor-heading-title, .br-hero h2.elementor-heading-title, .br-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-tablet));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p, .lead-text p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-tablet));
      line-height: var(--h3-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-tablet));
      line-height: var(--Testo-line-height);
    }
  }
  
  @media (max-width: 767px) {
    .br-hero, .br-hero h1, .br-hero h2, .br-hero h3, .br-hero h1.elementor-heading-title, .br-hero h2.elementor-heading-title, .br-hero h3.elementor-heading-title {
      font-size: calc(var(--hero-size) * var(--font-size-coefficient-mobile));
      line-height: var(--hero-line-height);
    }
    h1, .h1, .h1 .elementor-heading-title, h1.elementor-heading-title, .h1 p {
      font-size: calc(var(--h1-size) * var(--font-size-coefficient-mobile-mini));
      line-height: var(--h1-line-height);
    }
    h2, .h2, .h2 .elementor-heading-title, h2.elementor-heading-title, .h2 p {
      font-size: calc(var(--h2-size) * var(--font-size-coefficient-mobile-mini));
      line-height: var(--h2-line-height);
    }
    h3, .h3, .h3 .elementor-heading-title, h3.elementor-heading-title, .h3 p, .lead-text p {
      font-size: calc(var(--h3-size) * var(--font-size-coefficient-mobile));
      line-height: var(--h3-line-height);
    }
    body, p {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-mobile));
      line-height: var(--Testo-line-height);
    }
    .p-small, .p-small p {
      font-size: calc(var(--Testo-small-size) * var(--font-size-coefficient-mobile));
      line-height: var(--Testo-line-height);
    }
  }

/*buttons*/
.do-button.elementor-widget-button .elementor-button{
    font-size: calc(var(--Testo-size) - 1px);
    line-height: var(--Testo-line-height);
}
.do-button{
    transition: opacity 0.5s;
    opacity:1;
}
.do-button:hover{
    opacity:0.6;
}
  
@media (max-width: 1440px) {
    .do-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-desktop)  - 1px);
      line-height: var(--Testo-line-height);
    }
}

@media (max-width: 1024px) {
    .do-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-tablet)  - 1px);
      line-height: var(--Testo-line-height);
    }
 }
  
@media (max-width: 767px) {
    .do-button.elementor-widget-button .elementor-button {
      font-size: calc(var(--Testo-size) * var(--font-size-coefficient-mobile)  - 1px);
      line-height: var(--Testo-line-height);
    }
}

.p-margin-0 p:last-child {
    margin-bottom: 0;
}

/** pattern **/
.do-pattern {
    overflow: hidden;
    
}

.do-pattern:before {
content: "";
    display: block;
    width: 5000px;
    height: 5000px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 1;
    background-image: url(https://www.dayone.network/wp-content/uploads/2025/09/bg-repeat-4.png);
    background-repeat: repeat;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    background-size: 1400px;
    bottom: 0;
    right: 0;
}

.do-pattern-content {
    position: relative;
    z-index: 2;
}

@media(max-width: 1024px){
    .do-pattern:before {
        background-size: 1200px;
    }
}

@media(max-width: 768px){
    .do-pattern:before {
        background-size: 800px;
    }
}/* End custom CSS */