@keyframes grow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes grow-header {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes grow-header-left {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 16px);
  }
}
@keyframes numberSection-before {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
@keyframes numberSection-text {
  0% {
    top: 200px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  nav.nav-bar {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  nav.nav-bar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
@media (max-width: 767px) {
  nav.nav-bar.banner ul {
    overflow-x: hidden;
    max-width: 100%;
  }
}
nav.nav-bar.banner li {
  font-size: 2.7rem;
  padding: 0 100px 0 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  nav.nav-bar.banner li {
    font-size: 32px;
    border-bottom: none;
    padding: 0 25px 0.5rem 0;
  }
  nav.nav-bar.banner li:first-of-type {
    padding-right: 0px;
    max-width: 46vw;
  }
}
nav.nav-bar.banner li::after {
  left: 0;
}
nav.nav-bar ul {
  display: flex;
  border-bottom: 6px solid #ebedef;
  margin: 0;
  min-height: 28px;
}
@media (max-width: 767px) {
  nav.nav-bar ul {
    width: auto;
    border-bottom: none;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  nav.nav-bar ul::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
@media (max-width: 767px) {
  nav.nav-bar ul.no-filters {
    border-bottom: 6px solid #ebedef;
    min-height: 23px;
  }
}
nav.nav-bar li {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: normal;
  color: #111c29;
  position: relative;
  cursor: pointer;
  padding: 0 35px 0.333rem 0;
  transition: color 0.1s linear;
}
nav.nav-bar li:hover {
  color: #059edb;
}
nav.nav-bar li:hover::after {
  animation: grow 0.8s ease;
  background-color: #059edb;
}
@media (max-width: 767px) {
  nav.nav-bar li {
    font-size: 1rem;
    padding: 0 30px 0.8rem 0;
    flex-grow: 1;
    white-space: nowrap;
  }
}
nav.nav-bar li::after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #c2c8d0;
  transition: width 0.3s linear;
}
@media (max-width: 767px) {
  nav.nav-bar li::after {
    bottom: 0;
  }
}
nav.nav-bar li:first-child::after {
  width: 100%;
  left: 0;
}
nav.nav-bar li.active {
  color: #059edb;
}
nav.nav-bar li.active::after {
  background-color: #059edb;
  z-index: 2;
  width: 100%;
}
nav.nav-bar.tabs ul {
  border-bottom: 6px solid #ebedef;
}
@media (max-width: 767px) {
  nav.nav-bar.tabs ul {
    border-bottom: 0;
    width: auto;
    border-bottom: none;
  }
}
nav.nav-bar.tabs ul li {
  color: #231f20;
  flex-basis: 25%;
  padding-bottom: 0.5rem;
  padding-left: 0;
  transition: all 0.1s linear;
}
@media (max-width: 767px) {
  nav.nav-bar.tabs ul li {
    flex-grow: 0;
    white-space: nowrap;
    font-size: 1rem;
  }
}
nav.nav-bar.tabs ul li:hover, nav.nav-bar.tabs ul li.active {
  color: #059edb;
}
nav.nav-bar.tabs ul li:hover::after, nav.nav-bar.tabs ul li.active::after {
  background-color: #059edb;
}
nav.nav-bar.tabs ul li::after {
  background-color: #ebedef;
  transition: background-color 0.1s linear;
}
nav.nav-bar.tabs ul li.active::after {
  background-color: #059edb;
}

/*# sourceMappingURL=nav-bar.css.map */
