*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;font-family:sans-serif}.hero{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:flex-end;padding-bottom:50px;overflow:hidden;background-color:#000000}.background-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.background-slide.active{opacity:1}.logo-container{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:2;width:80%;max-width:325px;height:auto;display:flex;flex-direction:column;align-items:center}.radial-shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at 50% 95%,rgba(0,0,0,.75) 0%,rgba(0,0,0,0) 75%);z-index:1;pointer-events:none}.animated-logo{position:relative;z-index:2;width:100%;height:auto;display:block}.animated-logo path{stroke:#ffffff;stroke-width:.8px;fill:transparent!important;fill-opacity:0;animation:drawLogo 2.5s cubic-bezier(.4,0,.2,1) forwards}#interno-foglia{stroke:none!important;stroke-width:0!important;animation:none!important;fill:transparent!important;fill-opacity:0;transition:fill 1s ease-in-out 1.5s,fill-opacity 1s ease-in-out 1.5s}#contorno-foglia{animation-delay:0s;transition:fill 1s ease-in-out 1.5s,fill-opacity 1s ease-in-out 1.5s}#venature-foglia{animation-delay:.5s;transition:fill 1s ease-in-out 2s}#Pietro path{animation-delay:1.2s;transition:fill .8s ease-in-out 2.5s}#Zardini path{animation-delay:1.8s;transition:fill .8s ease-in-out 3.1s}#Vignaiolo path{animation-delay:2.4s;transition:fill .8s ease-in-out 3.7s}.animated-logo.finished path{fill:#ffffff!important;fill-opacity:1!important}.animated-logo.finished #interno-foglia{fill:#ffffff!important;fill-opacity:.65!important}@keyframes drawLogo{to{stroke-dashoffset:0}}
