.scroll-btn{color:#fff;cursor:pointer;background-color:#1459a2;border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background-color .25s,transform .25s;display:flex;box-shadow:0 4px 14px #00000040}.scroll-btn:hover{background-color:#1a9dd9;transform:translateY(-2px)}.scroll-btn--down{z-index:5;width:70px;height:70px;position:absolute;bottom:10%;right:10%}.scroll-btn--down:hover{background-color:#1459a2;transform:none}.scroll-btn--up{z-index:900;background-color:#1a9dd9;position:fixed;bottom:28px;right:28px}@media (width<=768px){.scroll-btn{width:48px;height:48px}.scroll-btn--down{right:16px}.scroll-btn--up{bottom:16px;right:16px}}
