a.button.button--link.button--to-top{background-color:var(--bg-color,#fff);bottom:15px;box-sizing:content-box;color:var(--text-color,var(--base-color));font-size:.95rem;font-weight:400;padding:1rem;position:fixed;right:75px;transform:rotate(90deg);transform-origin:right;width:calc(var(--text-length)*1em);z-index:100}@media not screen and (min-width:1175px){a.button.button--link.button--to-top{right:25px}}@media not screen and (min-width:1024px){a.button.button--link.button--to-top{display:none}}a.button.button--link.button--to-top .button--arrow{margin-left:0;margin-right:10px;transform:rotate(180deg)}a.button.button--link.button--to-top .button--arrow svg line,a.button.button--link.button--to-top .button--arrow svg path{stroke:var(--text-color,var(--base-color))}a.button.button--link.button--to-top:not(.show){opacity:0}