@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: flex !important;
    font-family: "Calibre", sans-serif;
    background-color: transparent;
    border: 1px solid rgba(43, 39, 33, 0.15);
    color: #014EE6;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    padding: 0 16px;
    line-height: 44px;
    height: 44px;
  }
  .menu-toggle span {
    display: flex;
  }
  .menu-toggle svg {
    margin-left: 6px;
    width: 15px;
    height: 15px;
    color: #014EE6;
  }
}

/*# sourceMappingURL=style.css.map */
