.back-to-top{background-color:#000;text-align:center;border:1px solid #fff;border-radius:50px;width:50px;height:50px;display:flex;align-self:center;align-items:center;justify-content:center;gap:0px;position:fixed;bottom:50px;right:50px;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;cursor:pointer;z-index:99}body:not(.bricks-is-frontend) .back-to-top,.back-to-top.show{opacity:.6;pointer-events:all}.back-to-top:hover{opacity:1}.back-to-top i{color:#fff}@media screen and (min-width:1025px){.justify .brxe-text{text-align:justify;column-count:2;column-gap:60px}}@media screen and (max-width:991px){.back-to-top{right:20px}}