.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.visible {
  visibility: visible !important
}

.collapse {
  visibility: collapse !important
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.inset-0 {
  inset: 0px !important
}

.mt-1 {
  margin-top: 0.25rem !important
}

.mt-6 {
  margin-top: 1.5rem !important
}

.block {
  display: block !important
}

.flex {
  display: flex !important
}

.table {
  display: table !important
}

.grid {
  display: grid !important
}

.hidden {
  display: none !important
}

.h-full {
  height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

.w-full {
  width: 100% !important
}

.flex-grow {
  flex-grow: 1 !important
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.flex-col {
  flex-direction: column !important
}

.justify-end {
  justify-content: flex-end !important
}

.justify-between {
  justify-content: space-between !important
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important
}

.gap-y-10 {
  row-gap: 2.5rem !important
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.overflow-hidden {
  overflow: hidden !important
}

.rounded-md {
  border-radius: 0.375rem !important
}

.border {
  border-width: 1px !important
}

.border-r-2 {
  border-right-width: 2px !important
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}

.bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important
}

.bg-zinc-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity)) !important
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important
}

.p-4 {
  padding: 1rem !important
}

.p-3 {
  padding: 0.75rem !important
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.outline {
  outline-style: solid !important
}

.outline-1 {
  outline-width: 1px !important
}

.outline-2 {
  outline-width: 2px !important
}

.outline-slate-200 {
  outline-color: #e2e8f0 !important
}

.outline-white {
  outline-color: #fff !important
}

.outline-zinc-200 {
  outline-color: #e4e4e7 !important
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }
}

@media (min-width: 1024px) {
  .lg\:h-80 {
    height: 20rem !important
  }

  .lg\:h-full {
    height: 100% !important
  }

  .lg\:w-full {
    width: 100% !important
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }
}