.wmm-root {
  position: relative;
  font-family: "Fixel", Sans-serif;
	
}

.wmm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
}

.wmm-panels {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}

.wmm-root.is-open .wmm-panels {
  pointer-events: auto;
}

.wmm-panel {
  background: #fff;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
  border-radius: 20px;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.wmm-panel[hidden] {
  display: none !important;
}

.wmm-services {
  display: grid;
  grid-template-columns: 325px 1fr;
  min-height: 520px;
}

.wmm-services__left {
  font-family: "Fixel", Sans-serif;
  background: #141414;
  padding: 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wmm-cat {
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wmm-cat:hover {
  background: #1D1C1C;
}

.wmm-cat__t {
  font-family: "Fixel", Sans-serif;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}

.wmm-cat__t::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 6px;
  height: 6px;
  background: #BF3131;
}

.wmm-cat__d {
  font-family: "Fixel", Sans-serif;
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255,255,255,.62);
  padding-left: 0px;
}

.wmm-cat.is-active {
  background: #E6E6E6;
  color: #1D1C1C;
  border-radius: 20px;
  padding: 16px;
}

.wmm-cat.is-active:hover {
  background: #E6E6E6;
}

.wmm-cat.is-active .wmm-cat__d {
  color: rgba(29,28,28,.72);
}

.wmm-services__right {
  background: #fff;
}

.wmm-grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,.08);
  border-top: 1px solid rgba(0,0,0,.08);
}

.wmm-grid.is-active {
  display: grid;
}

.wmm-card {
  display: block;
  padding: 40px 30px 30px;
  text-decoration: none;
  color: #1D1C1C;
  border-right: 1px solid rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.08);
  min-height: 260px;
}

.wmm-card__icon {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 30px;
}

.wmm-card__t {
  font-family: "Fixel", Sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #1D1C1C;
  font-weight: 500;
  line-height: 150%; 
}

.wmm-card__d {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(29,28,28,.70);
  max-width: 520px;
}

.wmm-card:hover .wmm-card__t,
.wmm-card:focus-visible .wmm-card__t {
  color: #BF3131;
}

.wmm-card:hover .wmm-card__t::after,
.wmm-card:focus-visible .wmm-card__t::after {
  content: "  →";
  padding-left: 10px;
}

.wmm-card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(191,49,49,.28);
}

.wmm-fallback {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wmm-fallback__a {
  text-decoration: none;
  color: #1D1C1C;
  font-weight: 600;
}

@media (max-width: 991px) {
  .wmm-panels,
  .wmm-overlay {
    display: none !important;
  }
}

.wmm-has-panel > .sub-menu {
  display: none !important; 
}
