.AZIndex-menu {
  display: flex;
  justify-content: space-between;
}@media (max-width: 1312px) {.AZIndex-menu {
    flex-wrap: wrap;
    justify-content: center;
}
  }

.AZIndexGroup {
  display: none;
}

.AZIndexGroup.is-active {
    display: block;
  }

.AZIndexGroup-handler {
  display: flex;
  margin-bottom: 0.5rem;
  padding: 1rem;
  font-weight: 700;
  background: var(--clr-primary);
  color: var(--clr-grayDarker);
}

.AZIndexGroup-handler.is-inactive {
    font-weight: 400;
    cursor: not-allowed;
  }

.AZIndexGroup-handler.is-active,
  .AZIndexGroup-handler:hover {
    background: var(--clr-primary-lighter);
  }

.AZIndexGroup-header {
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.AZIndex-item {
  display: flex;
}

.AZIndex-item:nth-child(even) {
    background: var(--clr-primary-lighter);
  }

.AZIndex-item:hover {
    font-weight: 700;
  }

.AZIndex-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  color: var(--font-clr-primary);
}
