.hidden {
    display: none !important;
}

.sys-partner-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    clear: both;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.sys-partner-footer__link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #fff !important;
}

.sys-partner-footer__link:hover,
.sys-partner-footer__link:focus {
    color: #fff !important;
}

.sys-partner-footer__logo {
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    object-fit: contain;
}