.hs-dropdown-menu-lang-wrap  {
    padding-right: 65px;
}

.hs-dropdown-menu-lang  {
    position: absolute;
    bottom: 0;
    left: 65px;
}

.btn-center-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.btn-center-wrap a {
    padding: 1rem 2rem;
    background: #0066ff;
}

.btn-center-wrap a:hover {
    background: #00e5ff;
}
.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgb(0 102 255 / 53%);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, transform 0.3s
}

.to-top:hover {
    background: rgb(0 102 255 / 90%);
}

.to-top.show {
    display: flex
}