/** Included _colors.scss */
/* Color mixins which can be used in CSS files */
/** Included _breakpoints.scss */
/** Included _typesetting.scss */
/** Included _foundation.scss */
.ds-ele.ds_breadcrumb.brc-t {
  margin-top: 54px;
  width: 100%;
}
.ds-ele.ds_breadcrumb.brc-t:not(:has(.brc)) {
  margin-top: 0;
}
@media screen and (min-width: 840px) {
  .ds-ele.ds_breadcrumb.brc--wh {
    margin: -3rem;
    margin-top: -150px;
    min-height: 170px;
    position: relative;
    background-color: #fff;
    padding: 3rem;
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
.ds-ele.ds_breadcrumb .brc {
  border-bottom: 1px dashed #e0e0e0;
  line-height: 1;
  padding-bottom: 0.5rem;
  padding-right: 0;
  display: none;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 840px) {
  .ds-ele.ds_breadcrumb .brc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.ds-ele.ds_breadcrumb .brc .brc-l, .ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  min-width: 0;
}
.ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i {
  display: inline-block;
  font-size: calc(12px + 1 * (100vw - 1024px) / 896);
  text-transform: uppercase;
  min-width: 0;
}
.ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i:not(:has(a)) {
  color: #d22d23;
}
@media screen and (min-width: 1920px) {
  .ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i {
    font-size: 13px;
  }
}
.ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i a {
  text-decoration: none;
}
.ds-ele.ds_breadcrumb .brc .brc-l .brc-l-i .brc-s {
  color: #828282;
  font-size: 0.875rem;
  margin-left: 0;
  padding: 0 0.5rem;
}
.ds-ele.ds_breadcrumb .brc .brc-lu {
  float: none;
  margin: 0;
  font-family: "Lora", "Georgia", serif;
  font-size: calc(14px + 2 * (100vw - 1024px) / 896);
  font-style: italic;
  display: none;
  margin-left: auto;
  min-width: 0;
}
@media screen and (min-width: 840px) {
  .ds-ele.ds_breadcrumb .brc .brc-lu {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1920px) {
  .ds-ele.ds_breadcrumb .brc .brc-lu {
    font-size: 16px;
  }
}

/*# sourceMappingURL=breadcrumb.css.map */
