/*@import "tailwindcss/base";*/

.row-span-2 {
  grid-row: span 2 / span 2 !important
}

.float-right {
  float: right !important
}

.m-3 {
  margin: 0.75rem !important
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

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

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

.-ml-10 {
  margin-left: -2.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.ml-0\.5 {
  margin-left: 0.125rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block !important
}

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

.flex {
  display: flex !important
}

.grid {
  display: grid !important
}

.hidden {
  display: none !important
}

.aspect-video {
  aspect-ratio: 16 / 9 !important
}

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

.h-4 {
  height: 1rem !important
}

.h-75 {
  height: 18.75rem !important
}

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

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

.h-px {
  height: 1px !important
}

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

.w-4 {
  width: 1rem !important
}

.w-40 {
  width: 10rem !important
}

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

.w-80 {
  width: 20rem !important
}

.w-auto {
  width: auto !important
}

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

.max-w-3xl {
  max-width: 48rem !important
}

.max-w-5xl {
  max-width: 64rem !important
}

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

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

.grow {
  flex-grow: 1 !important
}

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem !important
}

.gap-8 {
  gap: 2rem !important
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
}

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

.rounded-br {
  border-bottom-right-radius: 0.25rem !important
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important
}

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

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

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

.border-brand-grue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 44 56 / var(--tw-border-opacity)) !important
}

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important
}

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

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important
}

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

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

.bg-brand-grue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 74 94 / var(--tw-bg-opacity)) !important
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important
}

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

.stroke-current {
  stroke: currentColor !important
}

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

.object-\[0_-125px\] {
  -o-object-position: 0 -125px !important;
     object-position: 0 -125px !important
}

.p-10 {
  padding: 2.5rem !important
}

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

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

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

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

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

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

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

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important
}

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

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

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

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

.font-semibold {
  font-weight: 600 !important
}

.text-brand-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(19 105 183 / var(--tw-text-opacity)) !important
}

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

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !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
}

.focus\:ring-brand-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(21 117 203 / var(--tw-ring-opacity)) !important
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px !important
  }

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

  .sm\:h-auto {
    height: auto !important
  }

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

  .sm\:flex-1 {
    flex: 1 1 0% !important
  }

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

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

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex !important
  }

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

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

  .md\:flex-wrap {
    flex-wrap: wrap !important
  }
}

@media (min-width: 1024px) {
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .lg\:flex {
    display: flex !important
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important
  }

  .lg\:max-w-100 {
    max-width: 25rem !important
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important
  }

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

  .lg\:items-center {
    align-items: center !important
  }

  .lg\:justify-center {
    justify-content: center !important
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .lg\:pr-12 {
    padding-right: 3rem !important
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px !important
  }

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

  .xl\:flex {
    display: flex !important
  }

  .xl\:max-w-lg {
    max-width: 32rem !important
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important
  }

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

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

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

  .xl\:pr-12 {
    padding-right: 3rem !important
  }
}
