.animated-lines-container{position:absolute;top:0;left:0;right:0;height:100%;width:100vw;pointer-events:none;z-index:0}.animated-line{position:absolute;height:100%;top:0;overflow:hidden}.animated-line:after{content:"";display:block;position:absolute;height:var(--glow-height,15vh);width:100%;top:-50%;left:0;background:linear-gradient(to bottom,var(--gradient-start,rgba(255,255,255,0)) 0,var(--gradient-end,#ffffff) 75%,var(--gradient-end,#ffffff) 100%);animation:drop var(--animation-duration,7s) var(--animation-delay,0s) infinite;animation-fill-mode:forwards;animation-timing-function:linear}@keyframes drop{0%{top:-50%}to{top:110%}}.radial-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:radial-gradient(circle at 50% 100%,rgba(2,14,26,1) 0,rgba(2,14,26,1) 10%,rgba(2,14,26,1) 20%,rgba(2,14,26,1) 35%,rgba(2,14,26,1) 50%,rgba(2,14,26,.3) 65%,rgba(2,14,26,.1) 75%,transparent 100%);pointer-events:none;z-index:1}