#scroll-to-top{width:50px;height:50px;position:fixed;bottom:98px;right:15px;border-radius:50%;z-index:1000;font-size:24px;border:none;overflow:visible;display:flex;align-items:center;justify-content:center}#scroll-to-top .scroll-ring{content:"";position:absolute;top:0;left:0;bottom:0;right:0;width:50px;height:50px;border-radius:100%;background:conic-gradient(#41586e 0deg,#f1f1f1 0deg);will-change:background;backface-visibility:hidden;transform:translateZ(0);filter:blur(1px);-webkit-filter:blur(1px);z-index:0}#scroll-to-top .scroll-ring::after{content:"";position:absolute;top:3px;left:3px;width:44px;height:44px;background:#fff;border-radius:100%;z-index:1}#scroll-to-top i{position:relative;z-index:2;margin:0;line-height:normal}@media (max-width:766px){#scroll-to-top{display:none}.scroll-to-top{display:none}}@media (min-width:767px){#scroll-to-top{}#scroll-to-top:hover{background-color:#FFF;background-image:linear-gradient(to bottom,#fff0 0,rgb(40 50 60 / .05) 100%);background-repeat:repeat-x}#scroll-to-top:hover>i{color:#1b252e}}