@media (max-width: 980px) {
  header .mobile-menu,
  header .menu {
    position: relative;
    z-index: 101;
    pointer-events: auto;
    touch-action: manipulation;
  }

  header .header-inner,
  header .head {
    position: relative;
  }

  header.nti-menu-open {
    height: auto;
  }

  header.nti-menu-open .header-inner,
  header.nti-menu-open .head {
    height: auto;
    min-height: 66px;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }

  header .nav.nti-mobile-nav-open {
    display: flex;
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(13, 27, 43, 0.1);
    background: #fff;
    z-index: 100;
  }

  header .nav.nti-mobile-nav-open a {
    display: flex;
    align-items: center;
    min-height: 44px;
    width: 100%;
  }

  header.nti-menu-open .header-cta,
  header.nti-menu-open .head-cta {
    display: flex;
    order: 4;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    z-index: 100;
  }
}

@media (max-width: 620px) {
  form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  form select {
    min-height: 44px;
  }

  footer .footer-grid a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
