/* MH Enterprises â€” Home (Figma 4235:43) â€” pixel-tuned for 1440 */
.mh-hs {
  --navy: #0a1628;
  --blue: #2e8de8;
  --blue-mid: #1973c9;
  --blue-deep: #305c9d;
  --blue-soft: #e8f2ff;
  --blue-tint: #eef5ff;
  --border: #dae2ed;
  --border-blue: #cfe2fa;
  --border-dark: #21385b;
  --text: #1e1e1e;
  --text-dark: #272727;
  --text-muted: #777;
  --white: #ffffff;
  --card-bg: #e4e9f0;
  --mint: #74e0b1;
  --mint-hover: #5fd4a3;
  --radius: 20px;
  --radius-sm: 8px;
  --radius-pill: 999px;
  --pad: 80px;
  --max: 1280px;
  --page: 1440px;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

.mh-hs *,
.mh-hs *::before,
.mh-hs *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mh-hs {
  font-family: var(--font-body) !important;
  color: #1e1e1e !important;
  background: #ffffff;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.mh-hs *,
.mh-hs *::before,
.mh-hs *::after {
  box-sizing: border-box;
}

.mh-hs img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mh-hs a {
  color: inherit !important;
  text-decoration: none;
}

.mh-hs ul {
  list-style: none;
}

.mh-hs button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.mh-hs .mh-hs-eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--blue) !important;
}

.mh-hs .mh-hs-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  color: var(--navy) !important;
}

.mh-hs .mh-hs-heading--light {
  color: var(--white) !important;
}

.mh-hs .mh-hs-body-lg {
  font-size: 20px;
  line-height: 31px;
  color: var(--text-dark) !important;
}

.mh-hs .mh-hs-body-lg--light {
  color: var(--white) !important;
}

.mh-hs .mh-hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 36px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
}

.mh-hs .mh-hs-btn:hover {
  transform: translateY(-1px);
}

.mh-hs .mh-hs-btn--primary {
  background: var(--mint);
  color: var(--white) !important;
  border-color: var(--mint);
}

.mh-hs .mh-hs-btn--primary:hover {
  background: var(--mint-hover);
  border-color: var(--mint-hover);
  color: var(--white) !important;
}

.mh-hs .mh-hs-btn--outline-white {
  background: rgba(255, 255, 255, 0.28);
  border: 1.5px solid var(--white);
  color: var(--white) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mh-hs .mh-hs-btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.42);
  color: var(--white) !important;
}

.mh-hs .mh-hs-btn--outline-blue {
  background: transparent;
  border: 1.5px solid var(--mint);
  color: var(--navy) !important;
}

.mh-hs .mh-hs-btn--outline-blue:hover {
  background: rgba(116, 224, 177, 0.15);
  color: var(--navy) !important;
}

.mh-hs .mh-hs-btn--sm {
  min-height: 44px;
  padding: 12px 28px;
  font-size: 16px;
}

.mh-hs .mh-hs-btn--pill {
  width: 52px;
  min-height: 52px;
  height: 52px;
  padding: 0;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.mh-hs .mh-hs-btn--pill:hover {
  background: rgba(255, 255, 255, 0.22);
  color: var(--white) !important;
}

.mh-hs .mh-hs-btn--hero-primary,
.mh-hs .mh-hs-btn--hero-secondary {
  width: auto;
  min-width: 180px;
  padding: 14px 40px;
}

.mh-hs .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 92, 157, 0.2);
  background: var(--navy);
  isolation: isolate;
}

.mh-hs .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mh-hs .hero__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.mh-hs .hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.12) 45%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.mh-hs .hero__content {
  position: absolute;
  left: var(--pad);
  top: auto;
  bottom: clamp(40px, 8vh, 72px);
  width: 687px;
  max-width: calc(100% - var(--pad) * 2);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vh, 46px);
}

.mh-hs .hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  color: var(--white) !important;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mh-hs .hero__title span {
  display: block;
  white-space: nowrap;
}

.mh-hs .hero__text {
  font-size: 20px;
  line-height: 31px;
  color: var(--white) !important;
  width: 100%;
}

.mh-hs .hero__actions {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.mh-hs .stats {
  background: var(--navy);
  padding: 38px 0;
}

.mh-hs .stats__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 896px;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.mh-hs .stats__item {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  min-width: 0;
  padding: 0 24px;
  position: relative;
}

.mh-hs .stats__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 91px;
  transform: translateY(-50%);
  background: rgba(218, 226, 237, 0.25);
}

.mh-hs .stats__value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.02em;
}

.mh-hs .stats__num,
.mh-hs .stats__suffix {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-variant-numeric: inherit;
}

.mh-hs .stats__num {
  color: var(--blue) !important;
}

.mh-hs .stats__suffix {
  color: var(--blue) !important;
}

.mh-hs .stats__label {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: var(--white) !important;
  white-space: nowrap;
}

.mh-hs .stats__divider {
  display: none !important;
}

.mh-hs .partners {
  background: var(--blue-soft);
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  overflow: hidden;
}

.mh-hs .partners__marquee {
  width: 100%;
  overflow: hidden;
}

.mh-hs .partners__track {
  display: flex;
  gap: 11px;
  width: max-content;
  animation: marquee 35s linear infinite;
  will-change: transform;
}

.mh-hs .partners__track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.mh-hs .partner-pill {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 61px;
  background: var(--white);
  border: 1px solid var(--border-blue);
  border-radius: 71px;
  padding: 12px 36px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: var(--blue-mid) !important;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.mh-hs .partner-pill__name {
  display: block;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.mh-hs .partner-pill__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: calc(100% - 40px);
  max-height: 34px;
  object-fit: contain;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.mh-hs .partner-pill:hover,
.mh-hs .partner-pill:focus-visible {
  border-color: var(--border-blue);
  box-shadow: 0 8px 24px rgba(46, 141, 232, 0.12);
  outline: none;
}

.mh-hs .partner-pill:hover .partner-pill__name,
.mh-hs .partner-pill:focus-visible .partner-pill__name {
  opacity: 0;
  transform: translateY(6px);
}

.mh-hs .partner-pill:hover .partner-pill__logo,
.mh-hs .partner-pill:focus-visible .partner-pill__logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.mh-hs .partners__copy {
  width: 1074px;
  max-width: min(1074px, calc(100% - 48px));
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  color: var(--text) !important;
}

.mh-hs .about {
  padding: 106px var(--pad);
}

.mh-hs .about__grid {
  display: grid;
  grid-template-columns: 618px 618px;
  gap: 44px;
  justify-content: center;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.mh-hs .about__media {
  position: relative;
  width: 618px;
  height: 577px;
  max-width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}

.mh-hs .about-slider__slides {
  position: absolute;
  inset: 0;
}

.mh-hs .about-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  z-index: 0;
}

.mh-hs .about-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.mh-hs .about-slider__slide img,
.mh-hs .about__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  z-index: 0;
}

.mh-hs .about-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52%,
    rgba(0, 0, 0, 0.35) 72%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.mh-hs .about__caption,
.mh-hs .about__caption h3,
.mh-hs .about__caption p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

.mh-hs .about__caption {
  position: absolute;
  left: 50px;
  top: 398px;
  z-index: 2;
  width: 472px;
  max-width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mh-hs .about__caption h3 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}

.mh-hs .about__caption p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.mh-hs .about-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mh-hs .about-slider__dot {
  width: 64px;
  height: 8px;
  border: 0;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  background: rgba(218, 226, 237, 0.4);
  transition: width 0.3s ease, background 0.3s ease;
}

.mh-hs .about-slider__dot.is-active {
  width: 148px;
  background: rgba(255, 255, 255, 0.81);
}

.mh-hs .about-slider__dot:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.mh-hs .about__content {
  width: 618px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.mh-hs .about__content .body-stack {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
}

.mh-hs .solutions {
  background:
    linear-gradient(90deg, rgba(10, 22, 40, 0.2), rgba(48, 92, 157, 0.2)),
    var(--navy);
  padding: 99px 0 99px var(--pad);
  display: grid;
  grid-template-columns: 621px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 675px;
}

.mh-hs .solutions__intro {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 621px;
  max-width: 100%;
}

.mh-hs .solutions__intro .mh-hs-body-lg {
  width: 585px;
  max-width: 100%;
}

.mh-hs .solutions__scroller {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: var(--pad);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: var(--radius) 0 0 var(--radius);
  cursor: grab;
}

.mh-hs .solutions__scroller::-webkit-scrollbar {
  display: none;
}

.mh-hs .solutions__scroller:active {
  cursor: grabbing;
}

.mh-hs .solution-card {
  position: relative;
  flex: 0 0 538px;
  width: 538px;
  height: 477px;
  border-radius: var(--radius);
  overflow: hidden;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 32px 37px;
  color: var(--white) !important;
  text-decoration: none;
  background: #0a1628;
  isolation: isolate;
}

.mh-hs .solution-card__media,
.mh-hs .solution-card > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}

.mh-hs .solution-card__media {
  overflow: hidden;
}

.mh-hs .solution-card__media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 20% !important;
  display: block !important;
}

.mh-hs .solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  pointer-events: none;
}

.mh-hs .solution-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.mh-hs .solution-card__body h3 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  min-height: calc(24px * 1.25 * 2);
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.mh-hs .solution-card__body p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  min-height: calc(20px * 1.3 * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.mh-hs .industries {
  padding: 102px var(--pad);
}

.mh-hs .industries__intro {
  width: 618px;
  max-width: 100%;
  margin: 0 0 45px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.mh-hs .industries__panel {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 361px 1fr;
  border: none;
  border-radius: var(--radius);
  overflow: visible;
  height: 630px;
  background: transparent;
  gap: 0;
  align-items: stretch;
}

.mh-hs .industries__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /* Top / right / bottom only — no left shadow against the tabs */
  box-shadow:
    8px 0 24px rgba(10, 22, 40, 0.1),
    0 14px 36px rgba(10, 22, 40, 0.12),
    0 -6px 18px rgba(10, 22, 40, 0.06);
}

.mh-hs .industries__tabs {
  background: var(--blue-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border);
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mh-hs .industry-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 94.8px;
  height: auto;
  padding: 18px 24px;
  border-right: 1px solid var(--border);
  position: relative;
  text-align: left;
  color: var(--text-muted) !important;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.3;
  flex: 1;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.mh-hs .industry-tab + .industry-tab {
  border-top: 1px solid var(--border);
}

.mh-hs .industry-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--blue-deep);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mh-hs .industry-tab__icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid var(--border-blue);
  background: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}

.mh-hs .industry-tab__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}

.mh-hs .industry-tab__label {
  display: inline;
}

.mh-hs .industry-tab__label--short {
  display: none;
}

.mh-hs .industry-tab__label--full {
  display: inline;
}

.mh-hs .industry-tab.is-active {
  background: var(--white);
  color: #000 !important;
  border-right-color: transparent;
}

.mh-hs .industry-tab.is-active::before {
  transform: scaleY(1);
}

.mh-hs .industry-tab.is-active .industry-tab__icon {
  background: var(--blue-tint);
}

.mh-hs .industry-tab.is-active .industry-tab__icon img {
  opacity: 1;
}

.mh-hs .industries__image {
  height: 460px;
  overflow: hidden;
  background: #f3f6fa;
  flex-shrink: 0;
}

.mh-hs .industries__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 20%;
  margin-top: 0;
  will-change: opacity, transform;
}

.mh-hs .industries__copy {
  padding: 18px 44px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
  will-change: opacity, transform;
}

.mh-hs .industries__copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: var(--navy) !important;
}

.mh-hs .industries__copy .mh-hs-body-lg {
  color: var(--text-dark) !important;
}

@media (min-width: 1201px) {
.mh-hs .industries__image img,
.mh-hs .industries__copy {
    transition:
      opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

.mh-hs .industries__content.is-leaving .industries__image img {
    opacity: 0;
    transform: scale(1.04);
  }

.mh-hs .industries__content.is-leaving .industries__copy {
    opacity: 0;
    transform: translateY(14px);
  }

.mh-hs .industries__content.is-entering .industries__image img {
    animation: industry-image-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

.mh-hs .industries__content.is-entering .industries__copy {
    animation: industry-copy-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

.mh-hs .industries__content.is-entering .industries__copy h3 {
    animation: industry-copy-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

.mh-hs .industries__content.is-entering .industries__copy .mh-hs-body-lg {
    animation: industry-copy-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
  }
}

@keyframes industry-image-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes industry-copy-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
.mh-hs .industry-tab,
.mh-hs .industry-tab::before,
.mh-hs .industry-tab__icon,
.mh-hs .industry-tab__icon img,
.mh-hs .industries__image img,
.mh-hs .industries__copy {
    transition: none !important;
  }

.mh-hs .industries__content.is-entering .industries__image img,
.mh-hs .industries__content.is-entering .industries__copy,
.mh-hs .industries__content.is-entering .industries__copy h3,
.mh-hs .industries__content.is-entering .industries__copy .mh-hs-body-lg {
    animation: none !important;
  }
}

.mh-hs .industries__copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: var(--navy) !important;
}

.mh-hs .industries__copy .mh-hs-body-lg {
  color: var(--text-dark) !important;
}

.mh-hs .why {
  padding: 85px 0 85px;
}

.mh-hs .why__intro {
  width: 624px;
  max-width: calc(100% - 80px);
  margin: 0 auto 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
}

.mh-hs .why__rows {
  display: flex;
  flex-direction: column;
}

.mh-hs .why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 486px;
}

.mh-hs .why-row--reverse .why-row__media {
  order: 2;
}

.mh-hs .why-row__media {
  height: 486px;
  overflow: hidden;
}

.mh-hs .why-row__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--radius);
}

.mh-hs .why-row__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 79px;
  min-height: 486px;
}

.mh-hs .why-row__text-inner {
  width: 563px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
}

.mh-hs .why-row__text h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: var(--navy) !important;
}

.mh-hs .why__cta {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  text-align: center;
  padding-inline: var(--pad);
}

.mh-hs .why__cta p {
  width: 596px;
  max-width: 100%;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #000 !important;
}

.mh-hs .why__cta .mh-hs-btn--primary {
  min-width: 180px;
  padding: 14px 40px;
}

.mh-hs .categories {
  background: var(--navy);
  padding: 93px var(--pad) 93px;
  min-height: 712px;
}

.mh-hs .categories__header {
  max-width: var(--max);
  margin: 0 auto 83px;
}

.mh-hs .categories__header .mh-hs-eyebrow {
  margin-bottom: 43px;
}

.mh-hs .categories__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mh-hs .categories__title-row .mh-hs-heading {
  white-space: nowrap;
}

.mh-hs .categories__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 305px);
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.mh-hs .category-card {
  background: var(--card-bg);
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  overflow: hidden;
  width: 305px;
  min-height: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mh-hs a.category-card:hover,
.mh-hs a.category-card:focus-visible {
  color: inherit !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 22, 40, 0.18);
  outline: none;
}

.mh-hs .category-card__image {
  height: 184px;
  overflow: hidden;
  flex-shrink: 0;
}

.mh-hs .category-card__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.mh-hs .category-card:nth-child(1) .category-card__image img {
  object-position: center 40%;
}

.mh-hs .category-card:nth-child(3) .category-card__image img {
  object-position: center 45%;
}

.mh-hs .category-card:nth-child(4) .category-card__image img {
  object-position: center 40%;
}

.mh-hs .category-card__body {
  padding: 16px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #000 !important;
  flex: 1;
}

.mh-hs .category-card__body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

.mh-hs .category-card__body p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.mh-hs .compliance {
  padding: 81px var(--pad);
}

.mh-hs .compliance .mh-hs-eyebrow {
  display: block;
  max-width: var(--max);
  margin: 0 auto 19px;
}

.mh-hs .compliance__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 629px 580px;
  gap: 71px;
  align-items: center;
  justify-content: space-between;
}

.mh-hs .compliance__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 629px;
  max-width: 100%;
}

.mh-hs .compliance__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  align-items: center;
}

.mh-hs .compliance__tags-row {
  display: contents;
}

.mh-hs .mh-hs-tag {
  background: var(--blue-soft);
  border: 1px solid var(--border);
  border-radius: 55px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--blue) !important;
  white-space: nowrap;
}

.mh-hs .compliance__media {
  width: 580px;
  height: 501px;
  max-width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}

.mh-hs .compliance__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
  margin-left: 0;
}

.mh-hs .instagram {
  background: var(--navy);
  padding: 93px var(--pad);
}

.mh-hs .instagram__header {
  max-width: var(--max);
  margin: 0 auto 48px;
}

.mh-hs .instagram__header .mh-hs-eyebrow {
  color: var(--blue) !important;
  margin-bottom: 28px;
}

.mh-hs .instagram__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.mh-hs .instagram__title-row .mh-hs-heading {
  color: var(--white) !important;
}

.mh-hs .instagram__header .mh-hs-lede {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px;
  line-height: 1.55;
}

.mh-hs .instagram__slider {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 16px;
  align-items: center;
}

.mh-hs .instagram__viewport {
  overflow: hidden;
  width: 100%;
}

.mh-hs .instagram__track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mh-hs .instagram-card {
  position: relative;
  flex: 0 0 calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  background: #132238;
  border: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.mh-hs .instagram-card__media,
.mh-hs .instagram-card > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.mh-hs .instagram-card__media {
  overflow: hidden;
}

.mh-hs .instagram-card__media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: transform 0.35s ease;
}

.mh-hs .instagram-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 22, 40, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mh-hs .instagram-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.mh-hs .instagram-card:hover .instagram-card__media img,
.mh-hs .instagram-card:hover > img,
.mh-hs .instagram-card:focus-visible .instagram-card__media img,
.mh-hs .instagram-card:focus-visible > img {
  transform: scale(1.05);
}

.mh-hs .instagram-card:hover .instagram-card__overlay,
.mh-hs .instagram-card:focus-visible .instagram-card__overlay {
  opacity: 1;
}

.mh-hs .instagram__nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.mh-hs .instagram__nav:hover,
.mh-hs .instagram__nav:focus-visible {
  background: rgba(46, 141, 232, 0.2);
  border-color: var(--blue);
  outline: none;
}

.mh-hs .instagram__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.mh-hs .instagram__pager {
  max-width: var(--max);
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.mh-hs .instagram__pager-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.mh-hs .instagram__pager-dot.is-active {
  width: 28px;
  background: var(--blue);
}

.mh-hs .instagram__embed {
  max-width: var(--max);
  margin: 0 auto;
}

/* Smash Balloon header only — keep feed images/layout untouched */
.mh-hs .instagram__embed .sb_instagram_header,
.mh-hs .instagram__embed .sbi_header,
.mh-hs .instagram__embed .sbi_header_bar,
.mh-hs .instagram__embed .sbi_header_style_generic,
.mh-hs .instagram__embed .sbi_header_style_boxed,
.mh-hs .instagram__embed .sbi_header_text,
.mh-hs .instagram__embed .sbi_header_info {
  background: transparent !important;
  background-color: transparent !important;
}

.mh-hs .instagram__embed .sbi_header,
.mh-hs .instagram__embed .sb_instagram_header {
  margin-bottom: 20px !important;
  padding: 4px 0 8px !important;
}

.mh-hs .instagram__embed .sbi_header a,
.mh-hs .instagram__embed .sb_instagram_header a,
.mh-hs .instagram__embed .sbi_username,
.mh-hs .instagram__embed .sbi_header h3,
.mh-hs .instagram__embed .sbi_header h4,
.mh-hs .instagram__embed .sbi_header_text,
.mh-hs .instagram__embed .sbi_header_text h3,
.mh-hs .instagram__embed .sbi_header_text a,
.mh-hs .instagram__embed .sbi_followers,
.mh-hs .instagram__embed .sbi_posts_count,
.mh-hs .instagram__embed .sbi_info,
.mh-hs .instagram__embed .sb_instagram_header h3,
.mh-hs .instagram__embed #sb_instagram .sbi_header_text,
.mh-hs .instagram__embed #sb_instagram .sbi_header_text * {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Username — clearer hierarchy */
.mh-hs .instagram__embed .sbi_username,
.mh-hs .instagram__embed .sbi_header_text h3,
.mh-hs .instagram__embed .sbi_header h3,
.mh-hs .instagram__embed .sb_instagram_header h3 {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
}

/* Bio — softer white so it reads on navy */
.mh-hs .instagram__embed .sbi_bio,
.mh-hs .instagram__embed .sbi_bio_info,
.mh-hs .instagram__embed .sbi_header_bio,
.mh-hs .instagram__embed .sbi_header_info p,
.mh-hs .instagram__embed .sbi_header p,
.mh-hs .instagram__embed .sb_instagram_header p,
.mh-hs .instagram__embed #sb_instagram .sbi_bio,
.mh-hs .instagram__embed #sb_instagram .sbi_bio * {
  color: rgba(255, 255, 255, 0.88) !important;
  opacity: 1 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.mh-hs .testimonials {
  padding: 102px var(--pad) 102px;
}

.mh-hs .testimonials__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 557px) minmax(0, 652px);
  gap: 71px;
  align-items: center;
  justify-content: space-between;
}

.mh-hs .testimonials__intro {
  position: static;
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  align-self: center;
}

.mh-hs .testimonials__intro .mh-hs-eyebrow {
  margin-bottom: 45px;
}

.mh-hs .testimonials__intro .mh-hs-heading {
  width: 481px;
  max-width: 100%;
  margin-bottom: 45px;
}

.mh-hs .testimonials__intro .mh-hs-body-lg {
  width: 557px;
  max-width: 100%;
}

.mh-hs .testimonials__viewport {
  display: block;
  width: 100%;
  max-width: 652px;
  height: 556px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.mh-hs .testimonials__track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  animation: testimonials-marquee 28s linear infinite;
  will-change: transform;
}

.mh-hs .testimonials__viewport:hover .testimonials__track,
.mh-hs .testimonials__viewport:focus-within .testimonials__track {
  animation-play-state: paused;
}

@keyframes testimonials-marquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
.mh-hs .testimonials__track {
    animation: none;
  }

.mh-hs .testimonials__viewport {
    height: auto;
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.mh-hs .testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 652px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.mh-hs .testimonial-card {
  background: var(--blue-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 270px;
  padding: 36px 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  color: var(--text-dark) !important;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.mh-hs .testimonial-card__quote {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 0.4;
  height: 10px;
  color: var(--text-dark) !important;
}

.mh-hs .testimonial-card > p {
  font-size: 16px;
  line-height: 26px;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.mh-hs .testimonial-card__meta {
  max-width: 100%;
}

.mh-hs .testimonial-card__meta strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  overflow-wrap: anywhere;
}

.mh-hs .testimonial-card__meta span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  overflow-wrap: anywhere;
}

.mh-hs .blogs {
  background: var(--navy);
  padding: 85px var(--pad);
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
}

.mh-hs .blogs__header {
  width: 100%;
  max-width: var(--max);
}

.mh-hs .blogs__title-row {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.mh-hs .blogs__title-row .mh-hs-heading {
  width: 449px;
  max-width: 100%;
}

.mh-hs .blogs__title-row .mh-hs-lede {
  width: 475px;
  max-width: 100%;
  text-align: right;
  font-size: 20px;
  line-height: 31px;
  color: var(--white) !important;
}

.mh-hs .blogs__list {
  width: 100%;
  max-width: var(--max);
}

.mh-hs .blog-row {
  display: grid;
  grid-template-columns: 131px minmax(0, 1fr) auto;
  column-gap: 0;
  align-items: center;
  min-height: 146px;
  padding: 0;
  border-top: 1px solid rgba(33, 56, 91, 0.6);
  border-bottom: 1px solid rgba(33, 56, 91, 0.6);
  margin-top: -1px;
  position: relative;
  color: var(--white) !important;
  transition: background 0.25s, min-height 0.25s;
}

.mh-hs .blog-row__num {
  justify-self: start;
}

.mh-hs .blog-row__main {
  padding-right: 24px;
}

.mh-hs .blog-row__action {
  justify-self: end;
  margin-left: auto;
}

.mh-hs .blog-row.is-active,
.mh-hs .blog-row:hover {
  min-height: 215px;
  background: radial-gradient(
    ellipse 70% 80% at 50% 50%,
    rgba(46, 141, 232, 0.2) 0%,
    transparent 70%
  );
}

.mh-hs .blog-row__num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--blue) !important;
}

.mh-hs .blog-row__main h3,
.mh-hs .blog-row__main h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  max-width: 625px;
}

.mh-hs .blog-row__main h3 a,
.mh-hs .blog-row__main h2 a {
  color: inherit !important;
  text-decoration: none;
}

.mh-hs .blog-row__main h3 a:hover,
.mh-hs .blog-row__main h2 a:hover {
  color: var(--mint) !important;
}

.mh-hs .blogs__empty {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 18px;
  padding: 40px 0;
}

.mh-hs .blog-archive__hero,
.mh-hs .single-post {
  background: var(--navy);
}

.mh-hs .blog-archive__hero {
  padding: 100px var(--pad) 60px;
}

.mh-hs .blog-archive__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.mh-hs .blog-archive__lede {
  margin-top: 24px;
  max-width: 640px;
  font-size: 20px;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.8) !important;
}

.mh-hs .blog-archive__list {
  background: var(--navy);
  padding: 0 var(--pad) 100px;
}

.mh-hs .blog-archive__pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.mh-hs .blog-archive__pagination .nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mh-hs .blog-archive__pagination a,
.mh-hs .blog-archive__pagination span {
  color: var(--white) !important;
  font-size: 16px;
}

.mh-hs .blog-archive__empty {
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 40px 0;
}

.mh-hs .single-post {
  background: var(--white);
  padding: 80px var(--pad) 100px;
}

.mh-hs .single-post__article {
  max-width: 800px;
  margin: 0 auto;
}

.mh-hs .single-post__header {
  margin-bottom: 40px;
}

.mh-hs .single-post__header .mh-hs-eyebrow {
  margin-bottom: 20px;
}

.mh-hs .single-post__meta {
  margin-top: 16px;
  color: var(--text-muted) !important;
  font-size: 14px;
}

.mh-hs .single-post__content {
  margin-bottom: 48px;
}

.mh-hs .single-post__content p {
  margin-bottom: 1.2em;
}

.mh-hs .single-post__footer {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.mh-hs .blog-row__main p {
  margin-top: 26px;
  font-size: 16px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6) !important;
  max-width: 625px;
  display: none;
}

.mh-hs .blog-row.is-active .blog-row__main p,
.mh-hs .blog-row:hover .blog-row__main p {
  display: block;
}

.mh-hs .blog-row__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 159px;
}

.mh-hs .blog-row__cta {
  display: none;
}

.mh-hs .blog-row.is-active .blog-row__cta,
.mh-hs .blog-row:hover .blog-row__cta {
  display: inline-flex;
}

.mh-hs .blog-row.is-active .blog-row__arrow,
.mh-hs .blog-row:hover .blog-row__arrow {
  display: none;
}

.mh-hs .contact-cta {
  padding: 85px var(--pad);
  text-align: center;
  min-height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-hs .contact-cta__inner {
  width: 678px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.mh-hs .contact-cta__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.mh-hs .contact-cta__actions .mh-hs-btn--primary {
  padding: 14px 40px;
}

.mh-hs .contact-cta__actions .mh-hs-btn--outline-blue {
  padding: 14px 36px;
}

.mh-hs .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.mh-hs .site-header__inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 28px;
}

.mh-hs .site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mh-hs .site-header__logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.mh-hs .site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.mh-hs .site-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
}

.mh-hs .site-nav__list > .menu-item {
  position: relative;
}

.mh-hs .site-nav__list > .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark) !important;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.mh-hs .site-nav__list > .menu-item > a:hover,
.mh-hs .site-nav__list > .menu-item.current-menu-item > a,
.mh-hs .site-nav__list > .menu-item.current_page_item > a {
  color: var(--blue) !important;
}

.mh-hs .site-nav__list .menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
}

.mh-hs .site-nav__list .sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(10, 22, 40, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.mh-hs .site-nav__list .menu-item-has-children:hover > .sub-menu,
.mh-hs .site-nav__list .menu-item-has-children:focus-within > .sub-menu,
.mh-hs .site-nav__list .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mh-hs .site-nav__list .sub-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--text-muted) !important;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.mh-hs .site-nav__list .sub-menu a:hover {
  color: var(--blue) !important;
  background: var(--blue-soft);
}

.mh-hs .site-header__cta {
  flex-shrink: 0;
  padding: 12px 22px !important;
  font-size: 14px !important;
  white-space: nowrap;
}

.mh-hs .site-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
}

.mh-hs .site-header__toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mh-hs .site-header.is-nav-open .site-header__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mh-hs .site-header.is-nav-open .site-header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.mh-hs .site-header.is-nav-open .site-header__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mh-hs .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mh-hs .footer__logo {
  display: inline-flex;
}

.mh-hs .footer__logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.mh-hs .footer__legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mh-hs .footer__legal a {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none;
}

.mh-hs .footer__legal a:hover {
  color: var(--white) !important;
}

.mh-hs .site-footer {
  background: var(--navy);
  padding: 94px var(--pad) 0;
  min-height: 420px;
}

.mh-hs .footer__top {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(140px, 0.7fr));
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}

.mh-hs .footer__brand {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 249px;
}

.mh-hs .footer__brand h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: var(--white) !important;
}

.mh-hs .footer__brand p {
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4) !important;
}

.mh-hs .footer__social {
  display: flex;
  gap: 15px;
}

.mh-hs .footer__social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  transition: color 0.2s, border-color 0.2s;
}

.mh-hs .footer__social a:hover {
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.mh-hs .footer__col h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 25px;
  line-height: normal;
}

.mh-hs .footer__col ul,
.mh-hs .footer__col .footer__menu,
.mh-hs .footer__col .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-hs .footer__col a,
.mh-hs .footer__col p {
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: color 0.2s;
  text-decoration: none;
}

.mh-hs .footer__col a:hover {
  color: var(--white) !important;
}

.mh-hs .footer__contact-name {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 10px;
}

.mh-hs .footer__contact-links {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 20px;
}

.mh-hs .footer__contact-links a {
  color: var(--blue) !important;
}

.mh-hs .footer__bottom {
  max-width: var(--max);
  margin: 48px auto 0;
  border-top: 1px solid rgba(33, 56, 91, 0.6);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4) !important;
}


/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .mh-hs { --pad: 40px; }

.mh-hs .site-header__inner { gap: 16px; }

.mh-hs .site-nav__list { gap: 8px 18px; }

.mh-hs .site-nav__list > .menu-item > a { font-size: 14px; }

.mh-hs .mh-hs-heading { font-size: 40px; }

.mh-hs .about__grid,
.mh-hs .solutions,
.mh-hs .industries__panel,
.mh-hs .why-row,
.mh-hs .compliance__grid,
.mh-hs .testimonials__grid {
    grid-template-columns: 1fr; height: auto;
  }

.mh-hs .categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; justify-content: stretch; }

.mh-hs .category-card { width: 100%; height: auto; min-height: 300px; }

.mh-hs .category-card__image { height: 220px; }

.mh-hs .solutions { padding: 80px var(--pad); }

.mh-hs .solutions__intro,
.mh-hs .solutions__intro .mh-hs-body-lg { width: 100%; }

.mh-hs .solutions__scroller { padding-right: 0; }

.mh-hs .solution-card {
  flex-basis: min(480px, 82vw);
  width: min(480px, 82vw);
  height: 340px;
}

.mh-hs .why-row--reverse .why-row__media { order: 0; }

.mh-hs .why-row__media,
.mh-hs .why-row__text { height: auto; min-height: 0; }

.mh-hs .why-row__media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 var(--pad);
  }

.mh-hs .why-row__media img {
    height: 360px;
    min-height: 0;
    max-height: 360px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 20px;
  }

.mh-hs .why-row__text { padding: 40px var(--pad); }

.mh-hs .hero {
    height: calc(100svh - 64px);
    height: calc(100dvh - 64px);
    min-height: 520px;
    max-height: none;
    display: block;
  }

.mh-hs .hero__media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
  }

.mh-hs .hero__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 18% !important;
  }

.mh-hs .hero__content {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 48px var(--pad) 36px;
    gap: 16px;
    box-sizing: border-box;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.55) 100%
    );
  }

.mh-hs .hero__title { font-size: 34px; line-height: 1.15; gap: 4px; }

.mh-hs .hero__title span { white-space: normal; }

.mh-hs .hero__text { font-size: 17px; line-height: 1.45; }

.mh-hs .hero__actions { flex-wrap: wrap; gap: 12px; }

.mh-hs .elementor-section:has(.hero),
.mh-hs .elementor-column:has(.hero),
.mh-hs .e-con:has(.hero),
.mh-hs .elementor-widget-mh-hero,
.mh-hs .elementor-widget-mh-hero > .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

.mh-hs .e-con:has(.hero) {
    --padding-top: 0px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
  }

.mh-hs .stats__row { width: 100%; max-width: 100%; padding: 0 var(--pad); }

.mh-hs .about__media,
.mh-hs .about__content,
.mh-hs .compliance__content,
.mh-hs .compliance__media { width: 100%; }

.mh-hs .about__media { height: auto; aspect-ratio: 618 / 520; }

.mh-hs .compliance__grid { gap: 40px; }

.mh-hs .compliance__media { height: auto; aspect-ratio: 580 / 420; }

.mh-hs .compliance__tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

.mh-hs .compliance__tags-row { display: contents; }

.mh-hs .mh-hs-tag {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
    min-height: 44px;
    padding: 10px 14px;
  }

.mh-hs .testimonials__intro { position: static; top: auto; width: 100%; max-width: 100%; }

.mh-hs .instagram__title-row { flex-direction: column; align-items: flex-start; gap: 16px; }

.mh-hs .instagram__slider { grid-template-columns: 40px 1fr 40px; gap: 10px; }

.mh-hs .instagram__nav { width: 40px; height: 40px; font-size: 24px; }

.mh-hs .instagram-card { border-radius: 12px; }

.mh-hs .instagram-card__media,
.mh-hs .instagram-card > img,
.mh-hs .instagram-card__media img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }

.mh-hs .elementor-widget-mh-instagram,
.mh-hs .elementor-widget-mh-instagram > .elementor-widget-container,
.mh-hs .elementor-section:has(.instagram),
.mh-hs .e-con:has(.instagram) {
    max-width: none !important;
  }

.mh-hs .testimonials__intro .mh-hs-heading,
.mh-hs .testimonials__intro .mh-hs-body-lg { width: 100%; max-width: 100%; }

.mh-hs .testimonials__viewport {
    max-height: 480px;
    height: 480px;
    max-width: 100%;
    width: 100%;
  }

.mh-hs .testimonials__list {
    max-height: none;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

.mh-hs .testimonial-card {
    min-height: 0;
    padding: 24px 20px;
    width: 100%;
    max-width: 100%;
  }

.mh-hs .blog-row { grid-template-columns: 48px 1fr auto; column-gap: 20px; }

.mh-hs .industries__panel { height: auto; }

.mh-hs .industries__image { height: 360px; }

.mh-hs .industries__image img { height: 100%; margin-top: 0; width: 100%; object-fit: cover; object-position: center 18%; }

.mh-hs .industries__tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 14px;
    height: auto !important;
    background: var(--blue-soft);
    border-bottom: 1px solid var(--border);
    flex-direction: unset !important;
  }

.mh-hs .industry-tab {
    height: auto;
    min-height: 64px;
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    border: 1px solid var(--border-blue) !important;
    border-radius: 12px;
    background: var(--white);
    gap: 6px !important;
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    align-items: center !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: 100%;
  }

.mh-hs .industry-tab + .industry-tab {
  border: 1px solid var(--border-blue) !important;
}

.mh-hs .industry-tab.is-active {
    border-color: var(--blue);
    box-shadow: 0 0 0 1px var(--blue);
    background: var(--white);
  }

.mh-hs .industry-tab.is-active::before {
    width: 4px;
    height: auto;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-radius: 0 4px 4px 0;
  }

.mh-hs .industry-tab__icon {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0 !important;
}

.mh-hs .industry-tab__icon img {
  width: 18px !important;
  height: 18px !important;
}

.mh-hs .industry-tab__label {
  display: block !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

.mh-hs .industry-tab__label--full { display: none !important; }

.mh-hs .industry-tab__label--short {
  display: block !important;
  font-weight: 500;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.mh-hs .industries__content { order: 2; }

.mh-hs .industries__tabs { order: 1; }

.mh-hs .industries__copy { padding: 24px 20px 28px; }

.mh-hs .industries__copy h3 { font-size: 22px; }

.mh-hs .partners__copy {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}
}

@media (max-width: 980px) {
.mh-hs .site-header__cta { display: none; }

.mh-hs .site-header__toggle { display: inline-flex; }

/* Stats: always 2×2 from tablet down */
.mh-hs .stats__row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 var(--pad) !important;
  align-items: start !important;
  justify-content: stretch !important;
}

.mh-hs .stats__divider { display: none !important; }

.mh-hs .stats__item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.mh-hs .stats__item:not(:last-child)::after {
  display: none !important;
  content: none !important;
}

.mh-hs .stats__label {
  white-space: normal !important;
}

/* Industries tabs: 2×2 on tablet/phone */
.mh-hs .industries__tabs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  height: auto !important;
  flex-direction: unset !important;
}

.mh-hs .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 12px 20px 20px;
    display: none;
    justify-content: stretch;
    max-height: min(80vh, 640px);
    overflow-y: auto;
    box-shadow: 0 18px 40px rgba(10, 22, 40, 0.12);
  }

.mh-hs .site-header.is-nav-open .site-nav { display: block; }

.mh-hs .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

.mh-hs .site-nav__list > .menu-item > a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
    width: 100%;
    justify-content: space-between;
  }

.mh-hs .site-nav__list .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 8px 12px;
    display: none;
    min-width: 0;
    background: transparent;
  }

.mh-hs .site-nav__list .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

.mh-hs .site-nav__list .sub-menu a {
    padding: 10px 4px;
    border-bottom: 1px solid rgba(218, 226, 237, 0.7);
  }
}

@media (max-width: 720px) {
  .mh-hs { --pad: 20px; }

.mh-hs .site-header__inner { padding: 12px var(--pad); }

.mh-hs .site-header__logo img { height: 36px; }

.mh-hs .footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

.mh-hs .footer__brand { width: 100%; }

.mh-hs .footer__bottom {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0 32px;
    gap: 12px;
  }

.mh-hs .mh-hs-heading { font-size: 28px; }

.mh-hs .mh-hs-body-lg,
.mh-hs .hero__text,
.mh-hs .partners__copy {
  font-size: 16px;
  line-height: 26px;
}

.mh-hs .partners__copy {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

.mh-hs .mh-hs-eyebrow { font-size: 14px; }

.mh-hs .mh-hs-btn { min-height: 48px; padding: 12px 28px; font-size: 16px; }

.mh-hs .hero {
    height: calc(100svh - 60px);
    height: calc(100dvh - 60px);
    min-height: 560px;
    max-height: none;
    display: block;
  }

.mh-hs .hero__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

.mh-hs .hero__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 16% !important;
  }

.mh-hs .hero__content {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
    padding: 40px var(--pad) 28px;
    gap: 12px;
    box-sizing: border-box;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }

.mh-hs .hero__title { font-size: 26px; line-height: 1.15; gap: 4px; }

.mh-hs .hero__title span { white-space: normal; }

.mh-hs .hero__text { font-size: 15px; line-height: 1.45; }

.mh-hs .hero__actions { flex-direction: column; gap: 10px; width: 100%; }

.mh-hs .mh-hs-btn--hero-primary,
.mh-hs .mh-hs-btn--hero-secondary { width: 100%; min-width: 0; }

.mh-hs .stats { padding: 28px 0; }

.mh-hs .stats__row {
  gap: 20px 16px !important;
  padding: 0 20px !important;
}

.mh-hs .stats__value { font-size: 32px; }

.mh-hs .stats__label { font-size: 14px; white-space: normal; }

.mh-hs .partners { padding: 48px 0; gap: 28px; }

.mh-hs .partner-pill {
    font-size: 16px;
    padding: 12px 22px;
    min-width: 148px;
    min-height: 52px;
  }

.mh-hs .partner-pill__logo { max-height: 28px; }

.mh-hs .about,
.mh-hs .industries,
.mh-hs .compliance,
.mh-hs .testimonials,
.mh-hs .categories,
.mh-hs .blogs,
.mh-hs .contact-cta,
.mh-hs .why,
.mh-hs .instagram {
    padding-left: var(--pad); padding-right: var(--pad);
  }

.mh-hs .about { padding-top: 56px; padding-bottom: 56px; }

.mh-hs .about__grid { gap: 28px; }

.mh-hs .about__media { aspect-ratio: 1 / 1.05; }

.mh-hs .about__caption { left: 20px; right: 20px; top: auto; bottom: 56px; width: auto; max-width: none; gap: 12px; }

.mh-hs .about-slider__dots { bottom: 12px; }

.mh-hs .about-slider__dot { width: 40px; }

.mh-hs .about-slider__dot.is-active { width: 88px; }

.mh-hs .about__caption h3 { font-size: 20px; }

.mh-hs .about__caption p { font-size: 15px; }

.mh-hs .about__content { gap: 24px; }

.mh-hs .solutions { padding: 56px var(--pad); gap: 32px; min-height: 0; }

.mh-hs .solutions__intro { gap: 20px; }

.mh-hs .solution-card {
  height: 280px !important;
  min-height: 0 !important;
  max-height: 280px !important;
  padding: 0 18px 18px !important;
  flex-basis: min(420px, 84vw);
  width: min(420px, 84vw);
}

.mh-hs .solution-card__media,
.mh-hs .solution-card > img,
.mh-hs .solution-card__media img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }

.mh-hs .solution-card__body h3 {
    font-size: 18px;
    min-height: 0;
    margin-bottom: 6px;
  }

.mh-hs .solution-card__body p {
    font-size: 13px;
    line-height: 1.35;
    min-height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

.mh-hs .elementor-section:has(.solutions),
.mh-hs .e-con:has(.solutions),
.mh-hs .elementor-widget-mh-solutions,
.mh-hs .elementor-widget-mh-solutions > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }

.mh-hs .industries { padding-top: 56px; padding-bottom: 56px; }

.mh-hs .industries__intro { gap: 16px; margin-bottom: 24px; width: 100%; }

.mh-hs .industries__panel {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
    height: auto;
  }

.mh-hs .industries__tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px;
    order: 1;
    border: 1px solid var(--border);
    border-radius: 16px;
    border-right: 1px solid var(--border);
    height: auto !important;
    flex-direction: unset !important;
  }

.mh-hs .industries__content {
    order: 2;
    border-radius: 16px;
    border-left: 1px solid var(--border);
    box-shadow:
      0 16px 40px rgba(10, 22, 40, 0.14),
      0 4px 12px rgba(10, 22, 40, 0.08);
  }

.mh-hs .industry-tab {
    min-height: 56px;
    padding: 8px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    border-radius: 10px;
    gap: 6px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    -webkit-appearance: none;
    appearance: none;
    -webkit-text-size-adjust: 100%;
  }

.mh-hs .industry-tab__icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px;
  flex-shrink: 0 !important;
}

.mh-hs .industry-tab__icon img {
  width: 16px !important;
  height: 16px !important;
}

.mh-hs .industry-tab__label,
.mh-hs .industry-tab__label--short {
  display: block !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.2 !important;
}

.mh-hs .industry-tab.is-active::before { display: none; }

.mh-hs .industry-tab.is-active {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white) !important;
    box-shadow: none;
  }

.mh-hs .industry-tab.is-active .industry-tab__icon {
    background: rgba(255, 255, 255, 0.95);
    border-color: transparent;
  }

.mh-hs .industry-tab.is-active .industry-tab__icon img { opacity: 1; }

.mh-hs .industries__image { height: 320px; }

.mh-hs .industries__copy { padding: 20px 16px 22px; gap: 10px; }

.mh-hs .industries__copy h3 { font-size: 20px; }

.mh-hs .industries__copy .mh-hs-body-lg { font-size: 15px; line-height: 24px; }

.mh-hs .why__intro { gap: 12px; margin-bottom: 20px; max-width: 100%; width: 100%; }

.mh-hs .why__intro .mh-hs-heading {
  font-size: 26px !important;
  line-height: 1.2 !important;
  max-width: 100%;
}

.mh-hs .why {
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}

.mh-hs .why-row__media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

.mh-hs .why-row__media img {
    height: 320px;
    min-height: 0;
    max-height: 320px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    object-fit: cover;
    object-position: center 18%;
  }

.mh-hs .why-row__text { padding: 28px 0; text-align: left; }

.mh-hs .why-row__text-inner { gap: 14px; margin: 0 auto; width: 100%; }

.mh-hs .why-row__text h3 { font-size: 20px; }

.mh-hs .why__cta { margin-top: 28px; gap: 24px; }

.mh-hs .why__cta p { font-size: 18px; line-height: 28px; }

.mh-hs .categories { padding-top: 56px; padding-bottom: 56px; min-height: 0; }

.mh-hs .categories__header { margin-bottom: 32px; }

.mh-hs .categories__header .mh-hs-eyebrow { margin-bottom: 20px; }

.mh-hs .categories__title-row { flex-direction: column; align-items: flex-start; gap: 20px; }

.mh-hs .categories__title-row .mh-hs-heading { white-space: normal; }

.mh-hs .categories__grid { grid-template-columns: 1fr; }

.mh-hs .category-card { min-height: 0; }

.mh-hs .category-card__image { height: 280px; }

.mh-hs .category-card__body h3 { font-size: 18px; }

.mh-hs .compliance { padding-top: 56px; padding-bottom: 56px; }

.mh-hs .compliance__content { gap: 24px; width: 100%; }

.mh-hs .compliance__tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

.mh-hs .compliance__tags-row {
    display: contents;
  }

.mh-hs .mh-hs-tag {
    width: 100% !important;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 10px 8px;
    white-space: normal;
    line-height: 1.3;
    min-height: 40px;
  }

.mh-hs .testimonials {
    padding-top: 56px;
    padding-bottom: 56px;
    overflow-x: hidden;
  }

.mh-hs .instagram {
    padding-top: 56px;
    padding-bottom: 56px;
  }

.mh-hs .instagram__header { margin-bottom: 28px; }

.mh-hs .instagram__slider {
  grid-template-columns: 40px 1fr 40px !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.mh-hs .instagram__nav {
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 24px !important;
  flex-shrink: 0;
}

.mh-hs .instagram__viewport {
  overflow: hidden !important;
  width: 100% !important;
  min-width: 0 !important;
}

.mh-hs .instagram__track {
  gap: 0 !important;
}

.mh-hs .instagram-card {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 16px !important;
}

.mh-hs .instagram__pager {
  margin-top: 16px !important;
  display: flex !important;
  justify-content: center;
}

.mh-hs .testimonials__grid {
    gap: 28px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

.mh-hs .testimonials__intro .mh-hs-eyebrow,
.mh-hs .testimonials__intro .mh-hs-heading { margin-bottom: 20px; }

.mh-hs .testimonials__viewport {
    height: 400px;
    max-height: 400px;
    width: 100%;
    max-width: 100%;
  }

.mh-hs .testimonials__list {
    max-height: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
    overflow: visible;
  }

.mh-hs .testimonial-card {
    padding: 20px 16px;
    gap: 16px;
    border-radius: 16px;
  }

.mh-hs .testimonial-card__quote {
    font-size: 32px;
  }

.mh-hs .testimonial-card > p {
    font-size: 15px;
    line-height: 24px;
  }

.mh-hs .testimonial-card__meta strong {
    font-size: 15px;
    line-height: 22px;
  }

.mh-hs .testimonial-card__meta span {
    font-size: 13px;
    line-height: 20px;
  }

.mh-hs .blogs { padding-top: 56px; padding-bottom: 56px; gap: 28px; }

.mh-hs .blogs__title-row { flex-direction: column; margin-top: 20px; gap: 16px; }

.mh-hs .blogs__title-row .mh-hs-lede { text-align: left; font-size: 16px; line-height: 26px; }

.mh-hs .blog-row { grid-template-columns: 36px 1fr; min-height: 0; padding: 24px 0; }

.mh-hs .blog-row.is-active,
.mh-hs .blog-row:hover { min-height: 0; }

.mh-hs .blog-row__action {
  grid-column: 2;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-top: 14px;
  min-width: 0;
  width: auto !important;
}

.mh-hs .blog-row__main p {
  display: none !important;
}

.mh-hs .blog-row__cta,
.mh-hs .blog-row__action .mh-hs-btn {
  width: auto !important;
  max-width: none !important;
  align-self: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.mh-hs .blog-row__arrow {
  display: none !important;
}

.mh-hs .contact-cta { padding-top: 56px; padding-bottom: 56px; min-height: 0; }

.mh-hs .contact-cta__inner { gap: 24px; }

.mh-hs .contact-cta__actions { flex-direction: column; width: 100%; }

.mh-hs .contact-cta__actions .mh-hs-btn { width: 100%; }

.mh-hs .blog-archive__hero,
.mh-hs .single-post,
.mh-hs .blog-archive__list { padding-left: var(--pad); padding-right: var(--pad); }

.mh-hs .blog-archive__hero { padding-top: 64px; padding-bottom: 32px; }

.mh-hs .single-post { padding-top: 56px; padding-bottom: 64px; }
}

@media (max-width: 420px) {
.mh-hs .industries__tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
  padding: 10px !important;
}

.mh-hs .industry-tab {
  min-height: 52px !important;
  padding: 8px 6px !important;
  font-size: 11px !important;
  gap: 5px !important;
}

.mh-hs .industry-tab__icon {
  width: 28px !important;
  height: 28px !important;
}

.mh-hs .industry-tab__icon img {
  width: 15px !important;
  height: 15px !important;
}

.mh-hs .industry-tab__label,
.mh-hs .industry-tab__label--short {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
}
}

@media (prefers-reduced-motion: reduce) {
.mh-hs .partners__track { animation: none; }

.mh-hs .testimonials__list { scroll-behavior: auto; }
}

.mh-hs .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.mh-hs .elementor-element.elementor-widget {
  margin-bottom: 0;
}

.mh-hs .elementor-widget-container {
  transition: none;
}

.mh-hs body.elementor-page .elementor-section {
  overflow: visible;
}

.mh-hs .elementor-section .elementor-container {
  display: block;
  width: 100%;
  max-width: none;
}

.mh-hs .elementor-column-wrap,
.mh-hs .elementor-widget-wrap {
  width: 100%;
}

.mh-hs .elementor-column {
  width: 100%;
}


/* ===== MH hard locks (theme/Elementor cannot override) ===== */
.mh-hs h1,
.mh-hs h2,
.mh-hs h3,
.mh-hs h4,
.mh-hs .mh-hs-heading,
.mh-hs .hero__title,
.mh-hs .solution-card__body h3,
.mh-hs .category-card__body h3,
.mh-hs .why-row__text h3,
.mh-hs .industries__copy h3,
.mh-hs .blog-row__main h3,
.mh-hs .blog-row__main h3 a,
.mh-hs .footer__col h3,
.mh-hs .about__caption h3 {
  font-family: "Syne", system-ui, sans-serif !important;
  color: inherit !important;
}

.mh-hs .mh-hs-heading { color: #0a1628 !important; }
.mh-hs .mh-hs-heading--light,
.mh-hs .solutions .mh-hs-heading,
.mh-hs .categories .mh-hs-heading,
.mh-hs .blogs .mh-hs-heading { color: #ffffff !important; }

.mh-hs .mh-hs-eyebrow { color: #2e8de8 !important; font-family: "Syne", system-ui, sans-serif !important; }
.mh-hs .mh-hs-body-lg { color: #272727 !important; }
.mh-hs .mh-hs-body-lg--light { color: #ffffff !important; }

.mh-hs a.mh-hs-btn,
.mh-hs .mh-hs-btn {
  font-family: "Inter", system-ui, sans-serif !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.mh-hs a.mh-hs-btn--primary,
.mh-hs .mh-hs-btn--primary {
  background: #74e0b1 !important;
  background-color: #74e0b1 !important;
  border-color: #74e0b1 !important;
  color: #ffffff !important;
}

.mh-hs a.mh-hs-btn--primary:hover,
.mh-hs .mh-hs-btn--primary:hover {
  background: #5fd4a3 !important;
  background-color: #5fd4a3 !important;
  border-color: #5fd4a3 !important;
  color: #ffffff !important;
}

.mh-hs a.mh-hs-btn--outline-white,
.mh-hs .mh-hs-btn--outline-white {
  background: rgba(255, 255, 255, 0.28) !important;
  border: 1.5px solid #ffffff !important;
  color: #ffffff !important;
}

.mh-hs a.mh-hs-btn--outline-blue,
.mh-hs .mh-hs-btn--outline-blue {
  background: transparent !important;
  border: 1.5px solid #2e8de8 !important;
  color: #2e8de8 !important;
}

.mh-hs a.mh-hs-btn--outline-blue:hover,
.mh-hs .mh-hs-btn--outline-blue:hover {
  background: #2e8de8 !important;
  color: #ffffff !important;
}

.mh-hs .hero__title,
.mh-hs .hero__title span { color: #ffffff !important; }
.mh-hs .hero__text { color: #ffffff !important; }

.mh-hs .site-header a,
.mh-hs .site-nav a { color: #0a1628 !important; }
.mh-hs .site-footer,
.mh-hs .site-footer a,
.mh-hs .site-footer p { color: #ffffff !important; }

/* Neutralize Elementor kit typography/colors inside our root */
.mh-hs .elementor-widget-container,
.mh-hs .elementor-widget,
.elementor-element .mh-hs {
  font-family: var(--font-body) !important;
}


/* ===== MH scope safety ===== */
.mh-hs.site-header,
.mh-hs.site-footer {
  /* support legacy same-element markup if present */
}
.elementor-widget-mh-header,
.elementor-widget-mh-full-home,
.elementor-widget-mh-footer,
.elementor-widget-mh-header > .elementor-widget-container,
.elementor-widget-mh-full-home > .elementor-widget-container,
.elementor-widget-mh-footer > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.elementor-section:has(.elementor-widget-mh-header),
.elementor-section:has(.elementor-widget-mh-full-home),
.elementor-section:has(.elementor-widget-mh-footer) {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-section:has(.elementor-widget-mh-header) > .elementor-container,
.elementor-section:has(.elementor-widget-mh-full-home) > .elementor-container,
.elementor-section:has(.elementor-widget-mh-footer) > .elementor-container,
.elementor-section:has(.elementor-widget-mh-header) .elementor-column-wrap,
.elementor-section:has(.elementor-widget-mh-full-home) .elementor-column-wrap,
.elementor-section:has(.elementor-widget-mh-footer) .elementor-column-wrap,
.elementor-section:has(.elementor-widget-mh-header) .elementor-widget-wrap,
.elementor-section:has(.elementor-widget-mh-full-home) .elementor-widget-wrap,
.elementor-section:has(.elementor-widget-mh-footer) .elementor-widget-wrap {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}


/* ===== Stats color hard lock ===== */
.mh-hs .stats {
  background: #0a1628 !important;
  background-color: #0a1628 !important;
}
.mh-hs .stats__value,
.mh-hs .stats__num,
.mh-hs .stats__suffix {
  color: #2e8de8 !important;
}
.mh-hs .stats__label {
  color: #ffffff !important;
}
.mh-hs .stats__divider {
  background: rgba(218, 226, 237, 0.25) !important;
}

/* ===== Live-site Elementor / theme mobile restore ===== */
.elementor-widget-mh-header,
.elementor-widget-mh-full-home,
.elementor-widget-mh-footer,
.elementor-widget-mh-template-grid,
.elementor-widget-mh-header > .elementor-widget-container,
.elementor-widget-mh-full-home > .elementor-widget-container,
.elementor-widget-mh-footer > .elementor-widget-container,
.elementor-widget-mh-template-grid > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section:has(.mh-hs),
.elementor-top-section:has(.mh-hs),
.e-con:has(.mh-hs),
.e-con-boxed:has(.mh-hs),
.e-con-full:has(.mh-hs) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

.elementor-section:has(.mh-hs) > .elementor-container,
.elementor-section:has(.mh-hs) .elementor-column,
.elementor-section:has(.mh-hs) .elementor-column-wrap,
.elementor-section:has(.mh-hs) .elementor-widget-wrap,
.e-con:has(.mh-hs) > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mh-hs {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip;
}

.mh-hs img,
.mh-hs video,
.mh-hs iframe,
.mh-hs svg {
  max-width: 100% !important;
}

@media (max-width: 1200px) {
  .mh-hs .stats__row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mh-hs .hero,
  .mh-hs .partners,
  .mh-hs .about,
  .mh-hs .solutions,
  .mh-hs .industries,
  .mh-hs .why,
  .mh-hs .categories,
  .mh-hs .compliance,
  .mh-hs .instagram,
  .mh-hs .testimonials,
  .mh-hs .blogs,
  .mh-hs .contact-cta,
  .mh-hs .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mh-hs .about__grid,
  .mh-hs .solutions,
  .mh-hs .industries__panel,
  .mh-hs .why-row,
  .mh-hs .compliance__grid,
  .mh-hs .testimonials__grid,
  .mh-hs .footer__top {
    grid-template-columns: 1fr !important;
    height: auto !important;
  }

  .mh-hs .categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .mh-hs .site-header__cta { display: none !important; }
  .mh-hs .site-header__toggle { display: inline-flex !important; }

  .mh-hs .stats__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 var(--pad) !important;
  }

  .mh-hs .stats__divider { display: none !important; }

  .mh-hs .stats__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .mh-hs .stats__item:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .mh-hs .stats__label {
    white-space: normal !important;
  }
}

@media (max-width: 720px) {
  .mh-hs {
    --pad: 20px !important;
  }

  .mh-hs .mh-hs-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .mh-hs .hero__title {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }

  .mh-hs .hero__actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .mh-hs .mh-hs-btn--hero-primary,
  .mh-hs .mh-hs-btn--hero-secondary,
  .mh-hs .mh-hs-btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mh-hs .blog-row__main p {
    display: none !important;
  }

  .mh-hs .blog-row__action {
    justify-content: flex-start !important;
    width: auto !important;
  }

  .mh-hs .blog-row__cta,
  .mh-hs .blog-row__action .mh-hs-btn {
    width: auto !important;
    max-width: max-content !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mh-hs .blog-row__arrow {
    display: none !important;
  }

  .mh-hs .stats__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 16px !important;
    padding: 0 20px !important;
  }

  .mh-hs .stats__divider { display: none !important; }

  .mh-hs .stats__item {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .mh-hs .stats__item:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }

  .mh-hs .stats__value,
  .mh-hs .stats__num,
  .mh-hs .stats__suffix {
    font-size: 32px !important;
    color: #2e8de8 !important;
  }

  .mh-hs .stats__label {
    font-size: 14px !important;
    white-space: normal !important;
    color: #ffffff !important;
  }

  .mh-hs .categories__grid {
    grid-template-columns: 1fr !important;
  }

  .mh-hs .compliance__tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .mh-hs .mh-hs-tag {
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 12px !important;
    padding: 10px 8px !important;
    min-height: 40px !important;
  }

  .mh-hs .solutions__scroller {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .mh-hs .solution-card {
    flex-basis: min(420px, 84vw) !important;
    width: min(420px, 84vw) !important;
    height: 280px !important;
    max-height: 280px !important;
  }

  .mh-hs .partners__marquee,
  .mh-hs .partners__track {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mh-hs .why-row__media img {
    width: 100% !important;
    max-width: 100% !important;
    height: 280px !important;
  }

  .mh-hs .instagram__slider {
    grid-template-columns: 40px 1fr 40px !important;
    gap: 8px !important;
  }

  .mh-hs .instagram__nav {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
  }

  .mh-hs .instagram__viewport {
    overflow: hidden !important;
    width: 100% !important;
  }

  .mh-hs .instagram__track {
    gap: 0 !important;
  }

  .mh-hs .instagram-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
  }

  .mh-hs .footer__top {
    grid-template-columns: 1fr !important;
  }

  .mh-hs .footer__bottom {
    height: auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* Keep stats 2×2 even on the smallest phones — do not stack to 1 column. */

/* ===== MH Template Grid (4th standalone section) ===== */
.mh-hs.mh-hs--template-grid {
  --mh-grid-cols: 3;
  --mh-grid-cols-tablet: 2;
  --mh-grid-cols-mobile: 1;
  width: 100%;
  max-width: 100%;
  background: var(--white);
  padding: 72px var(--pad);
  box-sizing: border-box;
}

.mh-hs.mh-hs--template-grid .mh-grid__intro {
  max-width: var(--max);
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mh-hs.mh-hs--template-grid .mh-grid__intro .mh-hs-heading {
  color: var(--navy) !important;
  max-width: 18ch;
}

.mh-hs.mh-hs--template-grid .mh-grid__intro .mh-hs-body-lg {
  max-width: 42rem;
  color: var(--text-dark) !important;
}

.mh-hs.mh-hs--template-grid .mh-grid__board {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(var(--mh-grid-cols), minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: var(--white);
}

.mh-hs.mh-hs--template-grid .mh-grid__cell {
  min-width: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--white);
  padding: 28px;
  box-sizing: border-box;
}

.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor,
.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor-section,
.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor-container,
.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor-column,
.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor-widget-wrap,
.mh-hs.mh-hs--template-grid .mh-grid__cell .elementor-widget-container,
.mh-hs.mh-hs--template-grid .mh-grid__cell .e-con,
.mh-hs.mh-hs--template-grid .mh-grid__cell .e-con-inner {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  min-height: 0 !important;
}

.mh-hs.mh-hs--template-grid .mh-grid__cell img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
}

.mh-hs.mh-hs--template-grid .mh-grid__empty {
  grid-column: 1 / -1;
  padding: 40px 24px;
  text-align: center;
  color: var(--text-muted) !important;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

@media (max-width: 1100px) {
  .mh-hs.mh-hs--template-grid {
    padding: 56px var(--pad);
  }

  .mh-hs.mh-hs--template-grid .mh-grid__board {
    grid-template-columns: repeat(var(--mh-grid-cols-tablet), minmax(0, 1fr));
  }

  .mh-hs.mh-hs--template-grid .mh-grid__cell {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .mh-hs.mh-hs--template-grid {
    padding: 48px 20px;
  }

  .mh-hs.mh-hs--template-grid .mh-grid__intro {
    margin-bottom: 28px;
    gap: 12px;
  }

  .mh-hs.mh-hs--template-grid .mh-grid__intro .mh-hs-heading {
    font-size: 28px !important;
    max-width: none;
  }

  .mh-hs.mh-hs--template-grid .mh-grid__board {
    grid-template-columns: repeat(var(--mh-grid-cols-mobile), minmax(0, 1fr));
  }

  .mh-hs.mh-hs--template-grid .mh-grid__cell {
    padding: 16px;
  }
}
