.mb-container .mb-track {
  background-color: #EFE5DE;
}
.mb-container .mb-track:before {
  max-width: 100%;
  background-color: #EFE5DE;
}
.mb-container .mb-bar {
  background-color: #A71930;
}
.mb-container .mb-track {
  border-radius: 5px;
  z-index: 1;
}
.mb-container .mb-track-x {
  height: 5px;
}
.mb-container .mb-content::-webkit-scrollbar {
  background-color: transparent;
}
.mb-container .mb-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.mb-container .mb-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.node.see-and-do .mb-bar {
  background-color: #B3C431;
}
.node.service .mb-bar {
  background-color: #56BCC7;
}
.node.understand .mb-bar {
  background-color: #F8AA5C;
}
.node.jo-2024 .mb-bar {
  background-color: #D7C378;
}
.node.anniversary-40 .mb-bar {
  background-color: #A569BD;
}