<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* custom css */
.breadcrumb-item+.breadcrumb-item::before {
	content: ".";
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #ffffff;
    line-height: 12px;
    padding-right: 14px;
}

.breadcrumb-item span {
    color: #fff;
    font-weight: 600;
}

.main-menu ul .has-dropdown .has-dropdown a:after {
    display: none !important;
}</pre></body></html>