a.button.button--link.button--to-top{position:fixed;z-index:100;bottom:15px;right:75px;transform:rotate(90deg);transform-origin:right;min-height:45px;padding:1rem;background-color:var(--bg-color,#fff);font-size:.95rem;font-weight:400;color:var(--text-color)}@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{transform:rotate(180deg);margin-right:5px;margin-left:0}a.button.button--link.button--to-top .button--arrow .arrow line,a.button.button--link.button--to-top .button--arrow .arrow path{fill:var(--text-color);stroke:var(--text-color)}a.button.button--link.button--to-top .button--arrow:after{background-color:var(--text-color)}a.button.button--link.button--to-top:not(.show){opacity:0}