<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Scroll To Top*/
.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 1px solid #ffffff;
    background: #3973b5;
    color: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    font-size: 27px;
    line-height: 46px;
    display: none;
}


@media screen and (max-width: 576px){

    .scroll-to-top{
        bottom: 10px;
        right: 10px;
    }

}
</pre></body></html>