.scroll-to-top{position:fixed;right:35px;bottom:20px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 3px rgb(0 0 0 / .3);z-index:11;opacity:0;visibility:hidden;transform:translateY(15px);transition:all 200ms linear;background:#fff0;border:none;padding:0}.scroll-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{box-shadow:inset 0 0 0 3px rgb(0 0 0 / .5)}.scroll-to-top:active{transform:translateY(0) scale(.95)}.scroll-to-top .progress-circle{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.scroll-to-top .progress-circle path{fill:none;stroke:#242424;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 10ms linear}.scroll-to-top .scroll-arrow{position:absolute;left:50%;bottom:-3px;transform:translateX(-50%) scale(.8);width:20px;height:auto;opacity:.6;fill:#000;transition:opacity 0.35s ease;z-index:1}.scroll-to-top:hover .scroll-arrow{opacity:1}@media (max-width:768px){.scroll-to-top{width:42px;height:42px;bottom:20px;right:20px}.scroll-to-top .scroll-arrow{width:18px}}
