.back-to-top{position:fixed;bottom:2rem;right:calc(2rem + 10px);width:60px;height:60px;background:0 0;border:none;cursor:pointer;padding:0;z-index:500;visibility:hidden}.back-to-top.visible{visibility:visible}@media (hover:hover) and (pointer:fine){.back-to-top:hover img{scale:1.15}}.back-to-top img{width:100%;height:100%;object-fit:contain;position:relative;bottom:10px;transform:scale(0);filter:drop-shadow(0 3px 8px rgba(0, 0, 0, .3));transition:scale .25s ease}.back-to-top::before{content:'';position:absolute;bottom:-45px;left:50%;width:4px;height:0;transform:translateX(-50%);background:linear-gradient(to top,#6b8c42,#8fa86e);border-radius:3px;box-shadow:1px 1px 4px rgba(46,29,16,.25);z-index:-1}@keyframes stem-grow{0%{height:0;opacity:0}15%{opacity:1}100%{height:80px;opacity:1}}@keyframes bloom{0%{transform:scale(0) rotate(-30deg)}60%{transform:scale(1.1) rotate(5deg)}80%{transform:scale(.95) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}.back-to-top.visible::before{animation:stem-grow .6s ease-out forwards}.back-to-top.visible img{animation:bloom .5s ease-out .45s forwards}@keyframes wilt{0%{transform:scale(1) rotate(0)}40%{transform:scale(1.05) rotate(3deg)}100%{transform:scale(0) rotate(30deg)}}@keyframes stem-shrink{0%{height:80px;opacity:1}85%{opacity:1}100%{height:0;opacity:0}}.back-to-top.hiding{visibility:visible}.back-to-top.hiding img{animation:wilt .25s ease-in both}.back-to-top.hiding::before{animation:stem-shrink .2s ease-in .15s both}@media (min-width:1300px){.back-to-top{right:calc((87vw - 1120px)/ 4 + 10px)}}