/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
* {
  box-sizing: border-box;
}
.ca-23 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 12px;
}
@media (max-width: 900px) {
  .ca-23 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media (max-width: 520px) {
  .ca-23 {
    grid-template-columns: 1fr 1fr;
  }
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
