.elementor-kit-6{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1F1F1F;--e-global-color-accent:#E4291E;--e-global-color-7d334ed:#EAEAEA;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Epilogue";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Epilogue";--e-global-typography-accent-font-weight:500;}.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);}.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 */.js-loading *, .js-loading *:before, .js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.sezione {
 overflow:hidden;
 font-size:3px;
}

.animateup {
  display: inline-block;
  animation-name: animateup;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0.7, 0, 0.99); /* rallenta l'animazione alla fine */
  animation-delay: 1s;
  visibility:hidden;
  font-size: 85px;
}

@media (max-width: 767px) {
 .animateup{
      font-size: 13vw;
 }
}



.animateup:nth-child(1) {
  animation-delay: 0.225s;
}

.animateup:nth-child(2) {
  animation-delay: 0.25s;
}

.animateup:nth-child(3) {
  animation-delay: 0.275s;
}

.animateup:nth-child(4) {
  animation-delay: 0.3s;
}

.animateup:nth-child(5) {
  animation-delay: 0.325s;
}

.animateup:nth-child(6) {
  animation-delay: 0.35s;
}

.animateup:nth-child(7) {
  animation-delay: 0.375s;
}

.animateup:nth-child(8) {
  animation-delay: 0.4s;
}

.animateup:nth-child(9) {
  animation-delay: 0.425s;
}

.animateup:nth-child(10) {
  animation-delay: 0.45s;
}

.animateup:nth-child(11) {
  animation-delay: 0.475s;
}

.animateup:nth-child(12) {
  animation-delay: 0.5s;
}

.animateup:nth-child(13) {
  animation-delay: 0.525s;
}

.animateup:nth-child(14) {
  animation-delay: 0.55s;
}

.animateup:nth-child(15) {
  animation-delay: 0.575s;
}

.animateup:nth-child(16) {
  animation-delay: 0.6s;
}

.animateup:nth-child(17) {
  animation-delay: 0.625s;
}

.animateup:nth-child(18) {
  animation-delay: 0.65s;
}

.animateup:nth-child(19) {
  animation-delay: 0.675s;
}

.animateup:nth-child(20) {
  animation-delay: 0.7s;
}

.animateup:nth-child(21) {
  animation-delay: 0.725s;
}

.animateup:nth-child(22) {
  animation-delay: 0.75s;
}

.animateup:nth-child(23) {
  animation-delay: 0.775s;
}

.animateup:nth-child(24) {
  animation-delay: 0.8s;
}

.animateup:nth-child(25) {
  animation-delay: 0.825s;
}



@keyframes animateup {
  from {
    transform: translateY(60px);
    visibility: visible;
  }

  to {
    transform: none;
     visibility: visible;
  }
}/* End custom CSS */