.arrow-container{cursor:pointer;width:25px;height:20px;animation:1.6s cubic-bezier(.445,.05,.55,.95) infinite bounce}.arrow-down{transform-origin:0 0;background:#fff;border-radius:5px;height:6px;transform:rotate(45deg)}.arrow-down:after{content:"";transform-origin:0 100%;background:#fff;border-radius:5px;width:100%;height:100%;position:absolute;bottom:0;left:100%;transform:rotate(-90deg)}@keyframes bounce{50%{transform:translateY(-15px)}}
