@media (max-width: 575.98px) {
  .breadcrumb {
    display: none; } }

.breadcrumb-list {
  list-style-type: none;
  margin: 0;
  padding: 25px 0 0; }

.breadcrumb-item {
  color: #142554;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0;
  text-transform: uppercase;
  position: relative; }
  .breadcrumb-item:last-child:after {
    display: none; }
  .breadcrumb-item:after {
    content: "/";
    margin-right: 5px;
    margin-top: -4px;
    color: #666666; }
  .breadcrumb-item[aria-current="page"] {
    font-weight: 400; }

.breadcrumb-link {
  font-weight: 500;
  color: #142554;
  text-decoration: none; }
  .breadcrumb-link:hover {
    text-decoration: underline; }
