.back-to-top-wrapper{position:fixed;bottom:0;left:0;right:0;z-index:10;pointer-events:none}.back-to-top-wrapper .general-page-layout{position:relative}.back-to-top.start-position{opacity:0;cursor:default}.back-to-top{position:absolute;right:var(--page-layot-sides-padding);bottom:32px;pointer-events:auto;opacity:1;z-index:10;height:56px;width:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid transparent;background:rgba(255,255,255,.6);backdrop-filter:blur(22px);box-shadow:0 3px 20px 0 rgba(100,111,101,.09);padding:16px;cursor:pointer;transition:.4s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.back-to-top svg{max-height:100%}.back-to-top:hover{background:rgba(246,246,246,.6);border-color:var(--white)}.back-to-top:active{background:rgba(239,239,239,.6);border-color:var(--white)}