@media only screen and (min-width:960px){.mobile{display:none}}@media only screen and (max-width:960px){.desktop{display:none!important}}@media screen and (min-width:1904px){.container{max-width:1216px}}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#9747ff;z-index:4;opacity:0;transition:all .3s ease-in-out}.scroll-to-top.visible{opacity:1}.scroll-to-top:hover{transform:translateY(-3px)}