#element_357 {
    display: none !important;
}

#body {
    --kamion-legal-footer-band-height: 56px;
}

#body > #container {
    height: calc(100% - var(--kamion-legal-footer-band-height)) !important;
}

.kamion-legal-footer-band {
    position: relative;
    z-index: 20;
    width: 100%;
    background-color: rgb(20, 20, 20);
}

.kamion-legal-footer-container {
    display: flex;
    width: calc(100% - 72px);
    max-width: 1200px;
    min-height: var(--kamion-legal-footer-band-height);
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
}

.kamion-legal-footer {
    display: flex;
    width: auto;
    min-height: 34px;
    margin: 0;
    padding: 0;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 11;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    font-family: "Quicksand", "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.kamion-legal-footer,
.kamion-legal-footer * {
    box-sizing: border-box;
}

.kamion-legal-footer a {
    color: inherit;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.kamion-legal-footer a:hover,
.kamion-legal-footer a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 767px) {
    #body {
        --kamion-legal-footer-band-height: 48px;
    }

    .kamion-legal-footer-container {
        width: calc(100% - 32px);
        min-height: 48px;
    }

    .kamion-legal-footer {
        gap: 6px;
        font-size: 11px;
    }
}
