.l-anchor-menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 0 10px;
}
@media (max-width: 991.98px) {
  .l-anchor-menu {
    padding: 0 0 5px;
  }
}
.l-anchor-menu.sticky {
  position: fixed;
  top: 80px;
  background: #ffffff;
}
@media (max-width: 1199.98px) {
  .l-anchor-menu.sticky {
    top: 64px;
  }
}
.l-anchor-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.l-anchor-menu__list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  .l-anchor-menu__list {
    justify-content: space-between;
    padding: 0 0 5px;
    margin: 0 -15px;
  }
}
.l-anchor-menu__link {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  line-height: normal;
  padding: 15px 30px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
}
.l-anchor-menu__link:hover, .l-anchor-menu__link:active, .l-anchor-menu__link:focus, .l-anchor-menu__link:visited {
  color: #000000;
}
@media (max-width: 1199.98px) {
  .l-anchor-menu__link {
    padding: 30px 25px;
    flex: 1;
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .l-anchor-menu__link {
    padding: 20px;
  }
}
.l-anchor-menu__link.is-active {
  font-weight: bold;
  color: #007ac7;
  position: relative;
  border: none;
}
.l-anchor-menu__link.is-active:hover, .l-anchor-menu__link.is-active:active, .l-anchor-menu__link.is-active:focus, .l-anchor-menu__link.is-active:visited {
  color: #007ac7;
}
.l-anchor-menu__link.is-active:after {
  content: " ";
  width: 100%;
  height: 3px;
  background: #007ac7;
  position: absolute;
  bottom: 0;
  left: 0;
}