.bx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 10px;
  height: fit-content;
}
.bx-breadcrumb > img {
  margin: 4px 10px;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  white-space: nowrap;
  line-height: 13px;
  vertical-align: middle;
}
.bx-breadcrumb .bx-breadcrumb-item > span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  color: #4370b7;
}
.bx-breadcrumb .bx-breadcrumb-item > a > span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  color: #7f8287;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
  color: #7f8287;
}


@media screen and (max-width: 1060px) {
  .bx-breadcrumb .bx-breadcrumb-item, .bx-breadcrumb .bx-breadcrumb-item > span {
    display: inline-block !important;
	max-width: 400px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-inline-size: 50ch !important;
  }
}