:root {
    --yukojo-primary: #0C3A6B;
    --yukojo-placeover: #67696E;
    --yukojo-surface: #F5F7F9;
}

.header_inner, header {
    background-color: var(--yukojo-primary) !important;
}

.header_inner span, .header_inner strong {
    color: white !important;
}

.header_inner li span, .header_inner li strong {
    color: var(--yukojo-primary) !important;
}

@media screen and (max-width: 900px) {
    .form_search {
        background: transparent;
    }
}