.scroll-top-btn{align-items:center;background-color:#fff;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #00000026;color:#333;cursor:pointer;display:flex;height:42px;justify-content:center;overflow:hidden;position:fixed;right:90px;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;width:42px;z-index:9999}.scroll-top-btn:before{background-color:#333;content:"";height:100%;left:0;position:absolute;top:100%;transition:top .6s ease;width:100%;z-index:0}.scroll-top-btn.hidden{opacity:0;transform:translateY(20px);visibility:hidden}.scroll-top-btn.visible{opacity:1;transform:translateY(0);visibility:visible}.scroll-top-btn:hover:before{top:0}.scroll-top-btn:hover{color:#fff}.scroll-top-btn .arrow-icon{font-size:24px;position:relative;transition:color .3s ease;z-index:1}.scroll-top-btn:hover .arrow-icon{animation:arrowComeFromBottom .4s ease forwards}@keyframes arrowComeFromBottom{0%{opacity:0;transform:translateY(150%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.scroll-top-btn{bottom:20px;height:38px;right:80px;width:38px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.118617e6.css.map*/