#scroll_to_top_container{display:none}#scroll_to_top_container.visible{display:-ms-grid;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;width:var(--scroll-to-top-container-width);height:var(--scroll-to-top-container-height);z-index:99;left:var(--scroll-to-top-container-left);right:var(--scroll-to-top-container-right);bottom:var(--scroll-to-top-container-bottom);margin:var(--scroll-to-top-container-margin);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform ease-in-out .3s;transition:-webkit-transform ease-in-out .3s;transition:transform ease-in-out .3s;transition:transform ease-in-out .3s,-webkit-transform ease-in-out .3s;border-radius:var(--scroll-to-top-container-border-radius);background:var(--scroll-to-top-container-background)}#scroll_to_top_container:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform ease-in .3s;transition:-webkit-transform ease-in .3s;transition:transform ease-in .3s;transition:transform ease-in .3s,-webkit-transform ease-in .3s}#scroll_to_top_container #scroll_to_top_btn{border:unset;background:transparent;max-width:var(--scroll-to-top-btn-max-width);max-height:var(--scroll-to-top-btn-max-height)}#scroll_to_top_container #scroll_to_top_btn:focus{outline:unset}#scroll_to_top_container #scroll_to_top_btn svg{width:var(--scroll-to-top-btn-svg-width);height:var(--scroll-to-top-btn-svg-height);fill:var(--scroll-to-top-btn-svg-fill)}#scroll_to_top_container #scroll_to_top_btn svg path{stroke:var(--scroll-to-top-btn-svg-path-stroke)}