.tw-space-y-1 > :not(template) ~ :not(template) {
  margin-top: 0.25rem !important
}

.tw-space-x-1 > :not(template) ~ :not(template) {
  margin-left: 0.25rem !important
}

.tw-space-y-2 > :not(template) ~ :not(template) {
  margin-top: 0.5rem !important
}

.tw-space-x-2 > :not(template) ~ :not(template) {
  margin-left: 0.5rem !important
}

.tw-space-y-4 > :not(template) ~ :not(template) {
  margin-top: 1rem !important
}

.tw-space-x-4 > :not(template) ~ :not(template) {
  margin-left: 1rem !important
}

.tw-space-y-8 > :not(template) ~ :not(template) {
  margin-top: 2rem !important
}

.tw-space-x-px > :not(template) ~ :not(template) {
  margin-left: 1px !important
}

.tw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important
}

.tw-bg-white {
  --bg-opacity: 1 !important;
  background-color: #FFF !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
}

.tw-bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important
}

.tw-bg-red-700 {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important
}

.tw-bg-green-primary {
  --bg-opacity: 1 !important;
  background-color: #679650 !important;
  background-color: rgba(103, 150, 80, var(--bg-opacity)) !important
}

.tw-bg-green-light {
  --bg-opacity: 1 !important;
  background-color: #e2efd5 !important;
  background-color: rgba(226, 239, 213, var(--bg-opacity)) !important
}

.tw-bg-gray-lighter {
  --bg-opacity: 1 !important;
  background-color: #f7f5f2 !important;
  background-color: rgba(247, 245, 242, var(--bg-opacity)) !important
}

.hover\:tw-bg-red-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important
}

.hover\:tw-bg-green-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #4e7639 !important;
  background-color: rgba(78, 118, 57, var(--bg-opacity)) !important
}

.hover\:tw-bg-green-primary:hover {
  --bg-opacity: 1 !important;
  background-color: #679650 !important;
  background-color: rgba(103, 150, 80, var(--bg-opacity)) !important
}

.focus\:tw-bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #FFF !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
}

.tw-bg-none {
  background-image: none !important
}

.tw-bg-opacity-25 {
  --bg-opacity: 0.25 !important
}

.hover\:tw-bg-opacity-100:hover {
  --bg-opacity: 1 !important
}

.tw-border-red-900 {
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important
}

.tw-border-green-dark {
  --border-opacity: 1 !important;
  border-color: #4e7639 !important;
  border-color: rgba(78, 118, 57, var(--border-opacity)) !important
}

.tw-border-green-primary {
  --border-opacity: 1 !important;
  border-color: #679650 !important;
  border-color: rgba(103, 150, 80, var(--border-opacity)) !important
}

.tw-border-green-medium {
  --border-opacity: 1 !important;
  border-color: #84c271 !important;
  border-color: rgba(132, 194, 113, var(--border-opacity)) !important
}

.tw-border-gray {
  --border-opacity: 1 !important;
  border-color: #77756f !important;
  border-color: rgba(119, 117, 111, var(--border-opacity)) !important
}

.tw-border-gray-medium {
  --border-opacity: 1 !important;
  border-color: #d0d0cd !important;
  border-color: rgba(208, 208, 205, var(--border-opacity)) !important
}

.hover\:tw-border-green-dark:hover {
  --border-opacity: 1 !important;
  border-color: #4e7639 !important;
  border-color: rgba(78, 118, 57, var(--border-opacity)) !important
}

.tw-rounded-none {
  border-radius: 0 !important
}

.tw-rounded {
  border-radius: 0.25rem !important
}

.tw-rounded-lg {
  border-radius: 0.5rem !important
}

.tw-rounded-xl {
  border-radius: 0.75rem !important
}

.tw-rounded-2xl {
  border-radius: 1rem !important
}

.tw-rounded-full {
  border-radius: 9999px !important
}

.tw-rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.tw-rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}

.tw-border-solid {
  border-style: solid !important
}

.tw-border-none {
  border-style: none !important
}

.tw-border-0 {
  border-width: 0 !important
}

.tw-border-2 {
  border-width: 2px !important
}

.tw-border-4 {
  border-width: 4px !important
}

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

.tw-border-t-0 {
  border-top-width: 0 !important
}

.tw-border-r-0 {
  border-right-width: 0 !important
}

.tw-border-b-0 {
  border-bottom-width: 0 !important
}

.tw-border-l-0 {
  border-left-width: 0 !important
}

.tw-border-t-2 {
  border-top-width: 2px !important
}

.tw-border-b-2 {
  border-bottom-width: 2px !important
}

.tw-border-l-2 {
  border-left-width: 2px !important
}

.tw-box-border {
  box-sizing: border-box !important
}

.tw-cursor-default {
  cursor: default !important
}

.tw-cursor-pointer {
  cursor: pointer !important
}

.tw-cursor-not-allowed {
  cursor: not-allowed !important
}

.tw-block {
  display: block !important
}

.tw-inline-block {
  display: inline-block !important
}

.tw-flex {
  display: flex !important
}

.tw-inline-flex {
  display: inline-flex !important
}

.tw-grid {
  display: grid !important
}

.tw-hidden {
  display: none !important
}

.tw-flex-row {
  flex-direction: row !important
}

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

.tw-flex-wrap {
  flex-wrap: wrap !important
}

.tw-place-content-center {
  place-content: center !important
}

.tw-items-start {
  align-items: flex-start !important
}

.tw-items-center {
  align-items: center !important
}

.tw-self-end {
  align-self: flex-end !important
}

.tw-self-center {
  align-self: center !important
}

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

.tw-justify-center {
  justify-content: center !important
}

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

.tw-flex-1 {
  flex: 1 1 0% !important
}

.tw-flex-initial {
  flex: 0 1 auto !important
}

.tw-flex-grow-0 {
  flex-grow: 0 !important
}

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

.tw-flex-shrink-0 {
  flex-shrink: 0 !important
}

.tw-order-1 {
  order: 1 !important
}

.tw-order-2 {
  order: 2 !important
}

.tw-float-right {
  float: right !important
}

.tw-font-normal {
  font-weight: 400 !important
}

.tw-font-medium {
  font-weight: 500 !important
}

.tw-font-bold {
  font-weight: 700 !important
}

.tw-font-extrabold {
  font-weight: 800 !important
}

.tw-h-8 {
  height: 2rem !important
}

.tw-h-10 {
  height: 2.5rem !important
}

.tw-h-12 {
  height: 3rem !important
}

.tw-h-16 {
  height: 4rem !important
}

.tw-h-64 {
  height: 16rem !important
}

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

.tw-text-xs {
  font-size: 0.75rem !important
}

.tw-text-sm {
  font-size: 0.875rem !important
}

.tw-text-base {
  font-size: 1rem !important
}

.tw-text-lg {
  font-size: 1.125rem !important
}

.tw-text-xl {
  font-size: 1.25rem !important
}

.tw-text-2xl {
  font-size: 1.5rem !important
}

.tw-text-3xl {
  font-size: 1.875rem !important
}

.tw-text-6xl {
  font-size: 4rem !important
}

.tw-leading-5 {
  line-height: 1.25rem !important
}

.tw-leading-6 {
  line-height: 1.5rem !important
}

.tw-leading-8 {
  line-height: 2rem !important
}

.tw-leading-normal {
  line-height: 1.5 !important
}

.tw-list-none {
  list-style-type: none !important
}

.tw-m-0 {
  margin: 0 !important
}

.tw-m-auto {
  margin: auto !important
}

.tw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.tw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important
}

.tw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important
}

.tw-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important
}

.tw-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important
}

.tw-mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important
}

.tw-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.tw-my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.tw-my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.tw-mt-0 {
  margin-top: 0 !important
}

.tw-mr-0 {
  margin-right: 0 !important
}

.tw-mb-0 {
  margin-bottom: 0 !important
}

.tw-ml-0 {
  margin-left: 0 !important
}

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

.tw-mr-1 {
  margin-right: 0.25rem !important
}

.tw-mb-1 {
  margin-bottom: 0.25rem !important
}

.tw-ml-1 {
  margin-left: 0.25rem !important
}

.tw-mt-2 {
  margin-top: 0.5rem !important
}

.tw-mr-2 {
  margin-right: 0.5rem !important
}

.tw-mb-2 {
  margin-bottom: 0.5rem !important
}

.tw-ml-2 {
  margin-left: 0.5rem !important
}

.tw-mt-3 {
  margin-top: 0.75rem !important
}

.tw-mr-3 {
  margin-right: 0.75rem !important
}

.tw-mb-3 {
  margin-bottom: 0.75rem !important
}

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

.tw-mr-4 {
  margin-right: 1rem !important
}

.tw-mb-4 {
  margin-bottom: 1rem !important
}

.tw-ml-4 {
  margin-left: 1rem !important
}

.tw-mt-5 {
  margin-top: 1.25rem !important
}

.tw-mb-5 {
  margin-bottom: 1.25rem !important
}

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

.tw-mb-6 {
  margin-bottom: 1.5rem !important
}

.tw-ml-6 {
  margin-left: 1.5rem !important
}

.tw-mt-8 {
  margin-top: 2rem !important
}

.tw-mb-8 {
  margin-bottom: 2rem !important
}

.tw-mt-10 {
  margin-top: 2.5rem !important
}

.tw-mb-10 {
  margin-bottom: 2.5rem !important
}

.tw-mt-12 {
  margin-top: 3rem !important
}

.tw-mb-12 {
  margin-bottom: 3rem !important
}

.tw-mb-16 {
  margin-bottom: 4rem !important
}

.tw-mt-20 {
  margin-top: 5rem !important
}

.tw-ml-auto {
  margin-left: auto !important
}

.tw-max-h-\(screen-16\) {
  max-height: calc(100vh - 4rem) !important
}

.tw-max-w-none {
  max-width: none !important
}

.tw-max-w-sm {
  max-width: 24rem !important
}

.tw-max-w-md {
  max-width: 28rem !important
}

.tw-min-h-8 {
  min-height: 2rem !important
}

.tw-min-h-12 {
  min-height: 3rem !important
}

.tw-min-w-0 {
  min-width: 0 !important
}

.tw-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important
}

.tw-opacity-90 {
  opacity: 0.90 !important
}

.tw-overflow-auto {
  overflow: auto !important
}

.tw-overflow-y-auto {
  overflow-y: auto !important
}

.tw-p-0 {
  padding: 0 !important
}

.tw-p-1 {
  padding: 0.25rem !important
}

.tw-p-2 {
  padding: 0.5rem !important
}

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

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

.tw-p-6 {
  padding: 1.5rem !important
}

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

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

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

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

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.tw-pb-0 {
  padding-bottom: 0 !important
}

.tw-pl-0 {
  padding-left: 0 !important
}

.tw-pt-1 {
  padding-top: 0.25rem !important
}

.tw-pl-1 {
  padding-left: 0.25rem !important
}

.tw-pt-2 {
  padding-top: 0.5rem !important
}

.tw-pr-2 {
  padding-right: 0.5rem !important
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important
}

.tw-pl-2 {
  padding-left: 0.5rem !important
}

.tw-pt-3 {
  padding-top: 0.75rem !important
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important
}

.tw-pl-3 {
  padding-left: 0.75rem !important
}

.tw-pr-4 {
  padding-right: 1rem !important
}

.tw-pt-5 {
  padding-top: 1.25rem !important
}

.tw-pr-5 {
  padding-right: 1.25rem !important
}

.tw-pt-6 {
  padding-top: 1.5rem !important
}

.tw-pr-6 {
  padding-right: 1.5rem !important
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important
}

.tw-pl-6 {
  padding-left: 1.5rem !important
}

.tw-pl-8 {
  padding-left: 2rem !important
}

.tw-pt-12 {
  padding-top: 3rem !important
}

.tw-pl-12 {
  padding-left: 3rem !important
}

.tw-fixed {
  position: fixed !important
}

.tw-absolute {
  position: absolute !important
}

.tw-relative {
  position: relative !important
}

.tw-inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important
}

.tw-top-0 {
  top: 0 !important
}

.tw-right-0 {
  right: 0 !important
}

.tw-bottom-0 {
  bottom: 0 !important
}

.tw-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}

.tw-text-left {
  text-align: left !important
}

.tw-text-center {
  text-align: center !important
}

.tw-text-right {
  text-align: right !important
}

.tw-text-white {
  --text-opacity: 1 !important;
  color: #FFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important
}

.tw-text-red-500 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important
}

.tw-text-red-600 {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important
}

.tw-text-red-700 {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important
}

.tw-text-red-800 {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important
}

.tw-text-green-dark {
  --text-opacity: 1 !important;
  color: #4e7639 !important;
  color: rgba(78, 118, 57, var(--text-opacity)) !important
}

.tw-text-green-primary {
  --text-opacity: 1 !important;
  color: #679650 !important;
  color: rgba(103, 150, 80, var(--text-opacity)) !important
}

.tw-text-green-medium {
  --text-opacity: 1 !important;
  color: #84c271 !important;
  color: rgba(132, 194, 113, var(--text-opacity)) !important
}

.tw-text-gray {
  --text-opacity: 1 !important;
  color: #77756f !important;
  color: rgba(119, 117, 111, var(--text-opacity)) !important
}

.tw-text-gray-medium {
  --text-opacity: 1 !important;
  color: #d0d0cd !important;
  color: rgba(208, 208, 205, var(--text-opacity)) !important
}

.tw-text-charcoal {
  --text-opacity: 1 !important;
  color: #231f20 !important;
  color: rgba(35, 31, 32, var(--text-opacity)) !important
}

.hover\:tw-text-white:hover {
  --text-opacity: 1 !important;
  color: #FFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important
}

.hover\:tw-text-green-dark:hover {
  --text-opacity: 1 !important;
  color: #4e7639 !important;
  color: rgba(78, 118, 57, var(--text-opacity)) !important
}

.hover\:tw-text-green-primary:hover {
  --text-opacity: 1 !important;
  color: #679650 !important;
  color: rgba(103, 150, 80, var(--text-opacity)) !important
}

.focus\:tw-text-red-700:focus {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important
}

.tw-italic {
  font-style: italic !important
}

.tw-uppercase {
  text-transform: uppercase !important
}

.tw-normal-case {
  text-transform: none !important
}

.tw-line-through {
  text-decoration: line-through !important
}

.tw-no-underline {
  text-decoration: none !important
}

.hover\:tw-underline:hover {
  text-decoration: underline !important
}

.tw-align-top {
  vertical-align: top !important
}

.tw-align-middle {
  vertical-align: middle !important
}

.tw-invisible {
  visibility: hidden !important
}

.tw-whitespace-no-wrap {
  white-space: nowrap !important
}

.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important
}

.tw-w-8 {
  width: 2rem !important
}

.tw-w-16 {
  width: 4rem !important
}

.tw-w-20 {
  width: 5rem !important
}

.tw-w-24 {
  width: 6rem !important
}

.tw-w-32 {
  width: 8rem !important
}

.tw-w-64 {
  width: 16rem !important
}

.tw-w-auto {
  width: auto !important
}

.tw-w-1\/2 {
  width: 50% !important
}

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

.tw-z-10 {
  z-index: 10 !important
}

.tw-z-40 {
  z-index: 40 !important
}

.tw-z-50 {
  z-index: 50 !important
}

.tw-gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important
}

.tw-gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important
}

.tw-gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important
}

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

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

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

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important
}

.tw-col-span-3 {
  grid-column: span 3 / span 3 !important
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@media (min-width: 640px) {
  .sm\:tw-space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0 !important
  }

  .sm\:tw-space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem !important
  }

  .sm\:tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
  }

  .sm\:tw-border-solid {
    border-style: solid !important
  }

  .sm\:tw-block {
    display: block !important
  }

  .sm\:tw-inline {
    display: inline !important
  }

  .sm\:tw-flex {
    display: flex !important
  }

  .sm\:tw-table {
    display: table !important
  }

  .sm\:tw-table-cell {
    display: table-cell !important
  }

  .sm\:tw-table-row {
    display: table-row !important
  }

  .sm\:tw-hidden {
    display: none !important
  }

  .sm\:tw-flex-row {
    flex-direction: row !important
  }

  .sm\:tw-self-auto {
    align-self: auto !important
  }

  .sm\:tw-justify-between {
    justify-content: space-between !important
  }

  .sm\:tw-text-base {
    font-size: 1rem !important
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem !important
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important
  }

  .sm\:tw-mt-0 {
    margin-top: 0 !important
  }

  .sm\:tw-ml-0 {
    margin-left: 0 !important
  }

  .sm\:tw-mr-2 {
    margin-right: 0.5rem !important
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .sm\:tw-ml-32 {
    margin-left: 8rem !important
  }

  .sm\:tw--mt-3 {
    margin-top: -0.75rem !important
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem !important
  }

  .sm\:tw-p-8 {
    padding: 2rem !important
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .sm\:tw--top-4 {
    top: -1rem !important
  }

  .sm\:tw--right-4 {
    right: -1rem !important
  }

  .sm\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
  }

  .sm\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .sm\:tw-text-left {
    text-align: left !important
  }

  .sm\:tw-text-right {
    text-align: right !important
  }

  .sm\:tw-whitespace-no-wrap {
    white-space: nowrap !important
  }

  .sm\:tw-w-32 {
    width: 8rem !important
  }

  .sm\:tw-grid-flow-row {
    grid-auto-flow: row !important
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:tw-space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0 !important
  }

  .md\:tw-space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem !important
  }

  .md\:tw-space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem !important
  }

  .md\:tw-space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem !important
  }

  .md\:tw-bg-opacity-0 {
    --bg-opacity: 0 !important
  }

  .md\:tw-border-none {
    border-style: none !important
  }

  .md\:tw-block {
    display: block !important
  }

  .md\:tw-flex {
    display: flex !important
  }

  .md\:tw-grid {
    display: grid !important
  }

  .md\:tw-hidden {
    display: none !important
  }

  .md\:tw-flex-row {
    flex-direction: row !important
  }

  .md\:tw-items-start {
    align-items: flex-start !important
  }

  .md\:tw-items-end {
    align-items: flex-end !important
  }

  .md\:tw-order-none {
    order: 0 !important
  }

  .md\:tw-h-10 {
    height: 2.5rem !important
  }

  .md\:tw-text-base {
    font-size: 1rem !important
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important
  }

  .md\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md\:tw-mt-0 {
    margin-top: 0 !important
  }

  .md\:tw-mb-0 {
    margin-bottom: 0 !important
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem !important
  }

  .md\:tw-ml-12 {
    margin-left: 3rem !important
  }

  .md\:tw-mb-auto {
    margin-bottom: auto !important
  }

  .md\:tw-ml-auto {
    margin-left: auto !important
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem !important
  }

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

  .md\:tw-p-6 {
    padding: 1.5rem !important
  }

  .md\:tw-pt-0 {
    padding-top: 0 !important
  }

  .md\:tw-text-left {
    text-align: left !important
  }

  .md\:tw-text-right {
    text-align: right !important
  }

  .md\:tw-text-green-primary {
    --text-opacity: 1 !important;
    color: #679650 !important;
    color: rgba(103, 150, 80, var(--text-opacity)) !important
  }

  .md\:tw-visible {
    visibility: visible !important
  }

  .md\:tw-w-10 {
    width: 2.5rem !important
  }

  .md\:tw-w-64 {
    width: 16rem !important
  }

  .md\:tw-w-1\/2 {
    width: 50% !important
  }

  .md\:tw-w-2\/3 {
    width: 66.666667% !important
  }

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

  .md\:tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important
  }

  .md\:tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important
  }

  .md\:tw-gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important
  }

  .md\:tw-gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important
  }

  .md\:tw-grid-flow-col {
    grid-auto-flow: column !important
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:tw-space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem !important
  }

  .lg\:tw-block {
    display: block !important
  }

  .lg\:tw-hidden {
    display: none !important
  }

  .lg\:tw-flex-row {
    flex-direction: row !important
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important
  }

  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1 !important
  }

  .lg\:tw-text-6xl {
    font-size: 4rem !important
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem !important
  }

  .lg\:tw-relative {
    position: relative !important
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important
  }

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

  .lg\:tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important
  }

  .lg\:tw-grid-flow-col {
    grid-auto-flow: column !important
  }

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

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

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

  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important
  }
}

@media (min-width: 1200px) {
  .xl\:tw-block {
    display: block !important
  }

  .xl\:tw-hidden {
    display: none !important
  }

  .xl\:tw-flex-row {
    flex-direction: row !important
  }

  .xl\:tw-w-64 {
    width: 16rem !important
  }
}
