:root{--startColor:#ff8080;--stopColor:#ff8080}html{background:#000;font-size:16px}@media screen and (min-width:1600px){html{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;place-items:center;overflow:hidden;cursor:none}main{position:relative;align-items:center;flex-direction:column}.backgroundWrapper,main{width:100vw;height:100vh;display:flex;justify-content:center}.backgroundWrapper{position:absolute;top:0;left:0;mix-blend-mode:multiply}.darkBackground{height:100vh;width:100vw;background:#100606;background:#3f4d7e}.imageContainer{overflow:hidden;height:100vh;position:fixed;width:100vw;background-color:#fff}.main-image{opacity:.4;align-self:stretch;background-position:0 0;background-size:initial;background-repeat:no-repeat}.main-image,.overlay{height:100vh;width:100vw;position:absolute}.overlay{background:#000;top:0;left:0;z-index:100}@keyframes fadeOutIn{0%{opacity:1}3%{opacity:1}6%{opacity:0}94%{opacity:0}to{opacity:1}}@keyframes fadeInOut{0%{opacity:0}3%{opacity:1}97%{opacity:1}to{opacity:0}}#soundCloudContainer{position:absolute;bottom:-454px;z-index:200}.lines{left:0;right:0;margin:auto;width:90vw}.line,.lines{position:absolute;top:0;height:100%}.line{width:1px;left:50%;background:hsla(0,0%,100%,.1);overflow:hidden}.line:after{content:"";display:block;position:absolute;height:15vh;width:100%;top:-50%;left:0;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 75%,#fff);animation:drop 7s 0s infinite;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,.26,0,.97)}.line:first-child{margin-left:-25%}.line:first-child:after{animation-delay:2s}.line:nth-child(3){margin-left:25%}.line:nth-child(3):after{animation-delay:2.5s}@keyframes drop{0%{top:-50%}to{top:110%}}@keyframes moveAround{0%{background-position-x:25%;background-position-y:25%}to{background-position-x:100%;background-position-y:100%}}