.scroll-indicator{--line-height:60px;--line-height-abs:-60px}.scroll-indicator .scroll{height:var(--line-height)}.scroll-indicator .scroll .scroll-line{animation:scrollIndicator 2s cubic-bezier(.76,0,.3,1) infinite forwards;background:linear-gradient(180deg,#000 50%,#fff0 0);background-position:0 var(--line-height-abs);background-size:100% 200%}@keyframes scrollIndicator{0%{background-position:0 var(--line-height-abs)}75%{background-position:0 0}to{background-position:0 var(--line-height)}}
