<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Customer specific design overrides will appear here */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-padding: 0;
        --navigation-burger-margin: 0;
        --navigation-burger-padding: 10px 20px;
        --navigation-logo-padding: 12px 20px 20px 20px;
        --navigation-logo-width: 126px;
        --navigation-logo-height: 30px;
        --navigation-item-text-color: #000000;
        --navigation-item-font-weight: 400;
        --navigation-item-hover-text-color: #5bac26;
        --navigation-item-active-text-color: #5bac26;
        --navigation-dropdown-background: #ffffff;
        --navigation-item-badge-position-top: -8px;
        --navigation-search-result-match-text-color: #00765a;
        --navigation-search-result-hover-background: #f7f7f7;
        --navigation-dropdown-category-switch-active-border: 1px solid transparent;
    }
    .ImcFooter{
        --footer-background: #00765a;
        --footer-item-text-color: #ffffff;
        --footer-item-hover-text-color: #a6d9cd;
    }
}</pre></body></html>