.back-to-top{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;top:85%;right:10px;width:50px;height:50px;border-radius:3px;font-size:1rem;line-height:1;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;padding:0;background-color:var(--primary-color);text-transform:uppercase;transform:translateX(60px);transition:transform .2s ease}.to-top .back-to-top{transform:translateX(0px)}.back-to-top::before{content:none}.back-to-top:hover,.back-to-top:focus{background-color:var(--primary-color);border:0}.back-to-top__icon{display:block;width:12px;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat;margin-bottom:4px;transform:translateY(-0px);transition:transform .2s ease}.back-to-top:hover .back-to-top__icon{transform:translateY(-2px)}