.pre-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);z-index:100000}.progress-bar{width:100%;height:7px;background-color:var(--text);transform:scaleX(0);transform-origin:left}.home-page,.progress-bar{position:absolute;top:0;left:0}.home-page{width:100vw;height:100vh;overflow:hidden}.interactive-hero{position:relative;width:100%;height:100svh;overflow:hidden}.interactive-hero canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.interactive-hero .hero-footer{position:absolute;bottom:0;width:100%;padding:2rem;display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.interactive-hero .hero-footer p{text-transform:uppercase;color:var(--bg);font-size:.85rem;font-weight:600;line-height:.9}body.menu-open .interactive-hero .hero-footer{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media (max-width:900px){.interactive-hero .hero-footer{padding:1.5rem}.interactive-hero .hero-footer p{font-size:.75rem}}