.l-anchor-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}
.l-anchor-menu.is-blog {
  position: relative;
}
@media (max-width: 991.98px) {
  .l-anchor-menu {
    padding: 0 0 5px;
  }
}
.l-anchor-menu.sticky {
  position: fixed;
  top: 70px;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .l-anchor-menu.sticky {
    top: 75px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .l-anchor-menu .container-xxl {
    display: flex;
    justify-content: center;
  }
}
.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: 767.98px) {
  .l-anchor-menu__list {
    justify-content: flex-start;
    margin: 0 -15px;
  }
}
.l-anchor-menu__link {
  color: rgba(0, 0, 0, 0.48);
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.25;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  white-space: normal;
  flex: 1 1 auto;
  min-width: 0;
}
.l-anchor-menu__link:hover, .l-anchor-menu__link:active, .l-anchor-menu__link:focus, .l-anchor-menu__link:visited {
  color: rgba(0, 0, 0, 0.48);
}
@media (max-width: 1199.98px) {
  .l-anchor-menu__link {
    font-size: 0.875em;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .l-anchor-menu__link {
    font-size: 0.875em;
    padding: 10px;
    white-space: initial;
    flex: none;
  }
}
.l-anchor-menu__link.is-active {
  font-weight: bold;
  color: #c2a800;
  border-bottom: 4px solid #c2a800;
}
.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: #c2a800;
}

.layout_anchor_menu {
  height: 90px;
}
@media (max-width: 991.98px) {
  .layout_anchor_menu {
    height: 45px;
  }
}