<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;

    position: relative;
    z-index: 1;
}

.breadcrumbs span {
    display: inline-block;
}

.breadcrumbs span a {
    color: #e2001a;
}

.breadcrumbs span a:hover {
    color: #ffffff;
}

.breadcrumbs span.last-item {
    color: #5f5f5f;
}

.breadcrumbs span.separator {
    /*text-indent: 100%;*/
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;

    width: 9px;
    margin: 0 1px;
    padding: 0 0 0 0;
}</pre></body></html>