/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #ffffff;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -0.065rem;
}
.main-nav__cta {
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .main-nav__cta {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  .main-nav__cta {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 90.0625em) {
  .main-nav__cta {
    padding: 0 2rem;
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=main-nav.css.map */
