.hero{height:100vh;width:100%;cursor:none;z-index:1}#unicorn-scene-container{width:100%;height:100vh;position:relative}#unicorn-scene-container:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:20vh;background:linear-gradient(0deg,rgb(255,255,255),rgba(255,255,255,0))}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;font-size:40px;font-family:system-ui,sans-serif;font-weight:700;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #000;background:radial-gradient(.71em at 50% 1em,#000 99%,#0000 101%) calc(50% - 1em) 1em/2em 200% repeat-x text,radial-gradient(.71em at 50% -.5em,#0000 99%,#000 101%) 50% 1.5em/2em 200% repeat-x text;animation:l10-0 .8s linear infinite alternate,l10-1 4s linear infinite}.loader:before{content:"Loading"}@keyframes l10-0{to{background-position-x:50%,calc(50% + 1em)}}@keyframes l10-1{to{background-position-y:-.5em,0}}