/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.the-header__mobile {
  display: block;
}
@media screen and (min-width: 64em) {
  .the-header__mobile {
    display: none;
  }
}
.the-header__desktop {
  display: none;
}
@media screen and (min-width: 64em) {
  .the-header__desktop {
    display: block;
  }
}
/*# sourceMappingURL=the-header.css.map */
