.breadcrumb{margin-left:auto;margin-right:auto;padding-left:var(--layout_padding-left);padding-right:var(--layout_padding-right);max-width:var(--container_max-width-1);--breadcrumb--font-size: var(--px14);--breadcrumb--line-height: var(--px21)}.breadcrumb ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:var(--breadcrumb--font-size);font-family:var(--font-family-1);line-height:var(--px21);color:var(--blue-1);margin-bottom:var(--px10);padding:var(--px20) 0 var(--px10);overflow-x:auto;scrollbar-height:var(--scrollbar_width);scrollbar-width:var(--scrollbar_width);scrollbar-color:var(--scrollbar-thumb_background) var(--scrollbar-track_background)}.breadcrumb ol::-webkit-scrollbar{height:2px}.breadcrumb ol::-webkit-scrollbar-thumb{background-color:#fbaf17;border-radius:6px}.breadcrumb ol::-webkit-scrollbar-track{background-color:#eaeaea}.breadcrumb ol a{font-size:inherit;font-family:inherit;line-height:inherit;color:var(--blue-1)}.breadcrumb ol li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.breadcrumb ol li+li::before{background:transparent url(../sprite.svg?1#chevron_right_16dp_E0006E) no-repeat 50%/24px 20px;content:"";display:inline-block;margin:0 5px;width:24px;height:24px;color:var(--magenta-1);font-family:var(--font-family-4);font-size:var(--px15);font-weight:400}.breadcrumb ol li:first-child a{font-weight:300}.breadcrumb ol li:last-of-type{font-weight:600}@media(min-width: 720px){.breadcrumb{--breadcrumb--font-size: var(--px16);--breadcrumb--line-height: var(--px22)}.breadcrumb ol li+li::before{margin:0 var(--px10)}.breadcrumb ol li:last-of-type{font-weight:600}}