<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f6f6f6; }

ol.crumbs &gt; li {
  display: inline-block;
  float: left; }

ol.crumbs &gt; li &gt; a,
ol.crumbs &gt; li &gt; span {
  position: relative;
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden; }

ol.crumbs &gt; li &gt; a,
ol.crumbs &gt; li &gt; span {
  background-color: #8b0e1a;
  color: white; }

ol.crumbs &gt; li:first-child &gt; a:before,
ol.crumbs &gt; li:first-child &gt; span:before {
  display: none; }

ol.crumbs &gt; li &gt; a:before,
ol.crumbs &gt; li &gt; span:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 18.99px solid #f6f6f6;
  border-right: 0 solid transparent;
  border-bottom: 18.9px solid #f6f6f6;
  border-left: 19px solid #8b0e1a;
  top: 0;
  left: 0; }

ol.crumbs &gt; li:not(:first-child) &gt; a,
ol.crumbs &gt; li:not(:first-child) &gt; span {
  padding-left: 29px; }

ol.crumbs &gt; li.transparent &gt; a,
ol.crumbs &gt; li.transparent &gt; span {
  background-color: #f6f6f6; }

ol.crumbs &gt; li.transparent &gt; a {
  color: #8b0e1a; }

ol.crumbs &gt; li.transparent &gt; span {
  color: #999999; }

ol.crumbs &gt; li.transparent &gt; a:before,
ol.crumbs &gt; li.transparent &gt; span:before {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6; }

ol.crumbs &gt; li:not(.transparent) &gt; a:before,
ol.crumbs &gt; li:not(.transparent) &gt; span:before {
  border-left-color: #f6f6f6; }

ol.crumbs &gt; li:not(.transparent) &gt; a:before,
ol.crumbs &gt; li:not(.transparent) &gt; span:before {
  border-top-color: #8b0e1a;
  border-bottom-color: #8b0e1a; }

ol.crumbs &gt; li:last-child &gt; a,
ol.crumbs &gt; li:last-child &gt; span {
  padding-right: 29px; }

ol.crumbs &gt; li:last-child &gt; a:after,
ol.crumbs &gt; li:last-child &gt; span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 18.99px solid #f6f6f6;
  border-right: 0 solid transparent;
  border-bottom: 18.9px solid #f6f6f6;
  border-left: 19px solid #f6f6f6; }

ol.crumbs &gt; li:last-child:not(.transparent) &gt; a:after,
ol.crumbs &gt; li:last-child:not(.transparent) &gt; span:after {
  border-left-color: #8b0e1a; }

ol.crumbs &gt; li:not(.transparent) &gt; a:before,
ol.crumbs &gt; li:not(.transparent) &gt; span:before {
  border-top-color: white;
  border-bottom-color: white; }

ol.crumbs &gt; li:not(:first-child):not(.transparent) &gt; a,
ol.crumbs &gt; li:not(:first-child):not(.transparent) &gt; span {
  background-color: white; }

ol.crumbs &gt; li:not(:first-child):not(.transparent) &gt; a {
  color: #8b0e1a; }

ol.crumbs &gt; li:not(:first-child):not(.transparent) &gt; span {
  color: black; }

ol.crumbs &gt; li:last-child:not(.transparent):not(:first-child) &gt; a:after,
ol.crumbs &gt; li:last-child:not(.transparent):not(:first-child) &gt; span:after {
  border-left-color: white; }

ol.crumbs &gt; li.transparent:not(:nth-child(2)) &gt; span:before,
ol.crumbs &gt; li.transparent:not(:nth-child(2)) &gt; a:before {
  border-left-color: white; }
</pre></body></html>