.falling-lines-container{z-index:0;pointer-events:none;width:90vw;height:100%;margin:auto;position:absolute;top:0;left:0;right:0}.falling-line{background:#1717170d;width:1px;height:100%;position:absolute;top:0;left:50%;overflow:hidden}.falling-line:after{content:"";background:linear-gradient(#17171700 0%,#17171766 75%,#171717cc 100%);width:100%;height:15vh;animation:7s cubic-bezier(.4,.26,0,.97) infinite forwards drop;display:block;position:absolute;top:-50%;left:0}.falling-line:first-child{margin-left:-25%}.falling-line:first-child:after{animation-delay:2s}.falling-line:nth-child(2){margin-left:0%}.falling-line:nth-child(2):after{animation-delay:4.5s}.falling-line:nth-child(3){margin-left:25%}.falling-line:nth-child(3):after{animation-delay:2.5s}@keyframes drop{0%{top:-50%}to{top:110%}}
