.breadcrumb{padding:var(--content-padding);position:relative;z-index:30}@media (min-width:1440px){.breadcrumb{padding:calc(var(--content-padding)*2) 70px}}.breadcrumb__items{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none}.breadcrumb__item,.breadcrumb__items{display:-ms-flexbox;display:flex;margin:0;padding:0;-ms-flex-align:center;align-items:center}.breadcrumb__item{-ms-flex-pack:center;font-size:11px;justify-content:center}@media (min-width:1440px){.breadcrumb__item{font-size:14px}}.breadcrumb__item:first-child:after,.breadcrumb__item:nth-child(6):after{background:var(--color-yellow)}.breadcrumb__item:nth-child(2):after,.breadcrumb__item:nth-child(7):after{background:var(--color-pink)}.breadcrumb__item:nth-child(3):after,.breadcrumb__item:nth-child(8):after{background:var(--color-green)}.breadcrumb__item:nth-child(4):after,.breadcrumb__item:nth-child(9):after{background:var(--color-blue)}.breadcrumb__item:nth-child(10):after,.breadcrumb__item:nth-child(5):after{background:var(--color-cream)}.breadcrumb__item:not(:last-child){margin-right:6px}.breadcrumb__item:not(:last-child):after{border-radius:1px;content:"";height:2px;margin-left:6px;position:relative;top:-1px;width:7px}.breadcrumb__item--current .breadcrumb__link{color:var(--color-gray)}.breadcrumb__link{color:var(--color-text)}