body.section-has-top-banner main > .xy-breadcrumb:first-child {
    z-index: 3;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child .xy-breadcrumb__list,
body.section-has-top-banner main > .xy-breadcrumb:first-child .xy-breadcrumb__link,
body.section-has-top-banner main > .xy-breadcrumb:first-child .xy-breadcrumb__current,
body.section-has-top-banner main > .xy-breadcrumb:first-child .xy-breadcrumb__sep {
    -webkit-mix-blend-mode: normal;
    mix-blend-mode: normal;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child:not(.xy-breadcrumb--contrast-ready) .xy-breadcrumb__list {
    color: #fff;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-light .xy-breadcrumb__list {
    color: #231815;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-dark .xy-breadcrumb__list {
    color: #fff;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-light .xy-breadcrumb__link,
body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-light .xy-breadcrumb__sep {
    color: inherit;
    opacity: 0.72;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-light .xy-breadcrumb__current {
    color: inherit;
    opacity: 1;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-dark .xy-breadcrumb__link,
body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-dark .xy-breadcrumb__sep {
    color: inherit;
    opacity: 0.85;
}

body.section-has-top-banner main > .xy-breadcrumb:first-child.xy-breadcrumb--on-dark .xy-breadcrumb__current {
    color: inherit;
    opacity: 1;
}

body.section-has-top-banner main.xy-services-page .xy-breadcrumb {
    position: absolute;
    background: transparent;
    border-bottom: none;
}
