.legal_identity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 22px;
    margin: 0;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.legal_identity span {
    white-space: nowrap;
}

.legal_identity strong {
    color: inherit;
    font-weight: 700;
}

.legal_footer {
    padding: 22px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #cccccc;
    text-align: center;
}

.legal_footer p {
    margin: 0 0 8px;
    color: inherit;
    font-size: 13px;
}

.legal_footer a,
.contact_footer a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal_footer a:hover,
.contact_footer a:hover {
    color: currentColor;
    text-decoration-thickness: 2px;
}

.footer_bottom .legal_identity,
.contact_footer .legal_identity {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 560px) {
    .legal_identity {
        flex-direction: column;
        gap: 3px;
    }

    .legal_identity span {
        white-space: normal;
    }
}
