@import url("https://use.typekit.net/epw5rih.css");
.widget_sd_widget_menu_toggle {
  display: none;
}

@media screen and (max-width: 1199px) {
  .widget_sd_widget_menu_toggle {
    display: block;
  }
  button.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "fractul-variable", sans-serif;
    background-color: transparent !important;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    float: right;
    margin-top: 0;
    padding: 0;
  }
  button.menu-toggle:after, button.menu-toggle:before {
    display: none;
  }
  button.menu-toggle svg {
    width: 40px;
    height: 40px;
    color: #fff;
  }
}

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