._1q34iz10 {
  --grid-width: var(--grid-width-st, 210px);
  --grid-height: var(--grid-height-st, max-content);
  --grid-gap: var(--grid-gap-st, var(--_119yoch5));
  width: 100%;
  flex: 1;
  display: grid;
  height: max-content;
  grid-template-columns: var(--grid-column, repeat(auto-fill, minmax(var(--grid-width), 1fr)));
  grid-template-rows: var(--grid-row);
  grid-auto-rows: var(--grid-height);
  gap: var(--grid-gap);
  transition: display 0.32s ease allow-discrete, all 0.32s ease, color 0.08s ease, max-height 1.4s ease, fill 0.08s ease, background-position 0.45s ease, border-color 0.08s ease, width 2.8s ease, height 0.8s ease, z-index 0s ease;
}
._1q34iz11 {
  overflow-y: auto;
}
@media (max-width: 768px) {
  ._1q34iz10 {
    --grid-width: var(--grid-width-tb, var(--grid-width-st, 210px));
    --grid-height: var(--grid-height-tb, var(--grid-height-st, max-content));
  }
}
@media (max-width: 576px) {
  ._1q34iz10 {
    --grid-width: var(--grid-width-ph, var(--grid-width-tb, var(--grid-width-st, 180px)));
    --grid-height: var(--grid-height-ph, var(--grid-height-tb, var(--grid-height-st, max-content)));
  }
}
