.splash{background:#fe0;background:var(--yellow);cursor:pointer;height:100vh;position:relative;transition:height 1.7s cubic-bezier(.86,0,.07,1) .3s;width:100vw;z-index:20}.splash section{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.splash .logo{margin:4rem;pointer-events:none;z-index:5}.splash canvas{left:0;position:absolute;top:0}.splash .shapes{display:none}:root{--white:#fff;--black:#000;--yellow:#fe0;--yellow-pale:#fff9c7;--grey:#d1d1d1}.logo{display:block;width:35%}@media only screen and (max-width:767px){.logo{width:70%}}