.mouse-scroller .mouse{align-items:center;background-color:transparent;border:2px solid;border-radius:80px;display:flex;flex-flow:column;font-size:0;height:56px;justify-content:flex-start;padding:8px;width:32px}.mouse-scroller .mouse:before{animation:mouseScroll 3s ease-in-out infinite;border-radius:8px;content:"";display:block;height:4px;position:relative;transition:background-color .25s ease-in-out;width:4px}@keyframes mouseScroll{0%{opacity:0;top:0}50%{height:8px;opacity:1}90%{opacity:1;top:calc(100% - 8px)}to{opacity:0;top:calc(100% - 8px)}}