@media (max-width:1024px){body{padding-bottom:100px}}#tobottom{display:none!important;position:fixed;right:30px;bottom:90px;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background-color:#eee;box-shadow:0 0 2px rgba(0,0,0,.25);text-decoration:none;transition:all .3s ease;cursor:pointer;z-index:100}#tobottom.show{display:inline-flex!important}#tobottom svg{fill:#555;transition:fill .3s ease,transform .3s ease;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}#tobottom:hover{background:linear-gradient(145deg,#3d566a,#4a6a8c);box-shadow:0 6px 12px rgba(0,0,0,.35)}#tobottom:hover svg{fill:#fff}#tobottom::after{content:attr(data-btn-alt);position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.95);color:#fff;font-size:.75em;padding:4px 8px;border-radius:4px;white-space:nowrap;display:none;opacity:0;transition:opacity .2s;pointer-events:none;box-shadow:0 2px 6px rgba(0,0,0,.4)}#tobottom:hover::after{display:block;opacity:1}