.back-to-top,.back-to-top path{transition:all 0.5s cubic-bezier(.19,1,.22,1)}.back-to-top{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-body);position:fixed;bottom:20px;right:20px;z-index:30;border-radius:50%;cursor:pointer;border:1px solid var(--solid-button-background,var(--color-accent));box-shadow:0 2px 10px rgb(0 0 0 / .15);transform:translateY(70px)}@media only screen and (min-width:1068px){.back-to-top{bottom:30px;right:30px}}[dir="rtl"] .back-to-top{right:auto;left:20px}@media only screen and (min-width:1068px){[dir="rtl"] .back-to-top{right:auto;left:30px}}.back-to-top.back-to-top--active{transform:translateY(0)}.back-to-top svg{overflow:visible;transform:translateY(1px)}.back-to-top--handle{transform:translateY(4px)}.back-to-top--bar{opacity:0;transform-origin:bottom center;transform:scale(1,0) translateY(8px)}.back-to-top:hover .back-to-top--handle,.back-to-top:focus .back-to-top--handle{transform:translateY(0)}.back-to-top:hover .back-to-top--bar,.back-to-top:focus .back-to-top--bar{opacity:1;transform-origin:top center;transform:scale(1,1) translateY(0)}