.to-top{background-color:var(--to-top-bg-color,hsla(0,0%,100%,.5));border-radius:40px;bottom:200px;color:var(--to-top-text-color,var(--base-color));display:flex;flex-direction:row-reverse;font-size:.45em;font-weight:300;letter-spacing:2px;line-height:1em;padding:1rem 1.5rem;position:fixed;right:-70px;text-transform:uppercase;transform:rotate(-90deg);z-index:100}.to-top svg path{stroke:var(--to-top-text-color,var(--base-color))}@media not screen and (min-width:1120px){.to-top{padding:.5rem 1rem;right:-65px}}@media not screen and (min-width:1024px){.to-top{display:none}}.to-top--arrow{margin-left:15px}.to-top:not(.show){opacity:0}