.tl-button-lk {
    background: rgba(61, 61, 61, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 47px;
    height: 48px;
}

.tl-button-lk:hover {
    background: rgba(164, 116, 69, 1);
    border: 1px solid rgba(164, 116, 69, 1);
}

.tl-button-lk-mob {
    background: rgba(61, 61, 61, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 156px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-decoration: none;
    margin-left: 16px;
    margin-top: 20px;
}

.tl-button-lk-mob svg {
    margin: 0;
}

.tl-button-lk-mob p {
    padding: 13px 2px 11px 10px;
    margin: 0;
}

.tl-button-lk-mob:hover {
    background: rgba(164, 116, 69, 1);
    border: 1px solid rgba(164, 116, 69, 1);
}

#tl-guest-account {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%
}