html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media (max-width: 700px) {
  .menu-toggle {
    position: absolute;
    right: 14px;
    z-index: 6;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .languages {
    right: 58px;
    z-index: 5;
  }
}
