<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main menu */
.wise-styling-menu-main .nav {
    background-color: #fff;
}

.wise-styling-menu-main .nav-link {
    text-decoration:none;
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.wise-styling-menu-main .nav-item {
    padding: 0;
}

.wise-styling-menu-main .nav-item:hover .nav-link,
.wise-styling-menu-main .nav-item:focus .nav-link,
.wise-styling-menu-main .nav-link:hover,
.wise-styling-menu-main .nav-link:focus {
    color: #fff;
    background-color: #236192;
}</pre></body></html>