<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @tailwind base; */

.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
  }
}

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

.pointer-events-none {
  pointer-events: none
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.bottom-0 {
  bottom: 0px
}

.bottom-2 {
  bottom: 0.5rem
}

.bottom-5 {
  bottom: 1.25rem
}

.bottom-\[-35px\] {
  bottom: -35px
}

.left-0 {
  left: 0px
}

.left-1\/2 {
  left: 50%
}

.left-2 {
  left: 0.5rem
}

.right-0 {
  right: 0px
}

.right-8 {
  right: 2rem
}

.top-0 {
  top: 0px
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-50 {
  z-index: 50
}

.col-span-1 {
  grid-column: span 1 / span 1
}

.col-span-2 {
  grid-column: span 2 / span 2
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem
}

.mr-4 {
  margin-right: 1rem
}

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

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

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

.mt-5 {
  margin-top: 1.25rem
}

.\!line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.\!block {
  display: block !important
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

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

.size-10 {
  width: 2.5rem;
  height: 2.5rem
}

.size-4 {
  width: 1rem;
  height: 1rem
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem
}

.size-8 {
  width: 2rem;
  height: 2rem
}

.size-full {
  width: 100%;
  height: 100%
}

.h-24 {
  height: 6rem
}

.h-3 {
  height: 0.75rem
}

.h-4 {
  height: 1rem
}

.h-\[700px\] {
  height: 700px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-\[480px\] {
  max-height: 480px
}

.min-h-\[90px\] {
  min-height: 90px
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content
}

.w-10 {
  width: 2.5rem
}

.w-11\/12 {
  width: 91.666667%
}

.w-3 {
  width: 0.75rem
}

.w-4 {
  width: 1rem
}

.w-40 {
  width: 10rem
}

.w-8 {
  width: 2rem
}

.w-9 {
  width: 2.25rem
}

.w-\[80px\] {
  width: 80px
}

.w-\[90\%\] {
  width: 90%
}

.w-full {
  width: 100%
}

.min-w-full {
  min-width: 100%
}

.max-w-screen-xl {
  max-width: 1280px
}

.flex-none {
  flex: none
}

.border-collapse {
  border-collapse: collapse
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
  cursor: pointer
}

.resize {
  resize: both
}

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

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.items-stretch {
  align-items: stretch
}

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

.justify-center {
  justify-content: center
}

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

.gap-1 {
  gap: 0.25rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

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

.self-start {
  align-self: flex-start
}

.overflow-hidden {
  overflow: hidden
}

.overflow-clip {
  overflow: clip
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded {
  border-radius: 0.25rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

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

.rounded-sm {
  border-radius: 0.125rem
}

.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem
}

.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem
}

.border {
  border-width: 1px
}

.border-2 {
  border-width: 2px
}

.border-4 {
  border-width: 4px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-solid {
  border-style: solid
}

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(194 32 38 / var(--tw-border-opacity, 1))
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1))
}

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

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

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 113 99 / var(--tw-bg-opacity, 1))
}

.bg-secondary\/80 {
  background-color: rgb(194 32 38 / 0.8)
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1))
}

.bg-transparent {
  background-color: transparent
}

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

.fill-current {
  fill: currentColor
}

.fill-white {
  fill: #fff
}

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

.object-top {
  -o-object-position: top;
     object-position: top
}

.p-1 {
  padding: 0.25rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

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

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

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

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
}

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pb-\[19px\] {
  padding-bottom: 19px
}

.pb-\[2px\] {
  padding-bottom: 2px
}

.pl-1 {
  padding-left: 0.25rem
}

.pl-4 {
  padding-left: 1rem
}

.ps-1 {
  padding-inline-start: 0.25rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-\[7px\] {
  padding-top: 7px
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-start {
  text-align: start
}

.align-middle {
  vertical-align: middle
}

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

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

.text-\[18px\] {
  font-size: 18px
}

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

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

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

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.\!leading-\[1\.5\] {
  line-height: 1.5 !important
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(38 113 99 / var(--tw-text-opacity, 1))
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(194 32 38 / var(--tw-text-opacity, 1))
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1))
}

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

.opacity-0 {
  opacity: 0
}

.opacity-50 {
  opacity: 0.5
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

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

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))
}

.blur {
  --tw-blur: blur(8px);
  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)
}

.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)
}

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

.duration-700 {
  transition-duration: 700ms
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.odd\:bg-primary\/5:nth-child(odd) {
  background-color: rgb(38 113 99 / 0.05)
}

.even\:bg-primary\/10:nth-child(even) {
  background-color: rgb(38 113 99 / 0.1)
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(38 113 99 / 0.7)
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(38 113 99 / var(--tw-text-opacity, 1))
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(194 32 38 / var(--tw-text-opacity, 1))
}

.hover\:duration-300:hover {
  transition-duration: 300ms
}

.hover\:duration-500:hover {
  transition-duration: 500ms
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.group:hover .group-hover\:bg-primary\/80 {
  background-color: rgb(38 113 99 / 0.8)
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(194 32 38 / var(--tw-bg-opacity, 1))
}

.group:hover .group-hover\:font-bold {
  font-weight: 700
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(38 113 99 / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(194 32 38 / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media not all and (min-width: 640px) {
  .max-sm\:flex-col {
    flex-direction: column
  }

  .max-sm\:gap-1 {
    gap: 0.25rem
  }
}

@media (min-width: 640px) {
  .sm\:h-\[625px\] {
    height: 625px
  }

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

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .md\:mt-6 {
    margin-top: 1.5rem
  }

  .md\:grid {
    display: grid
  }

  .md\:size-16 {
    width: 4rem;
    height: 4rem
  }

  .md\:size-6 {
    width: 1.5rem;
    height: 1.5rem
  }

  .md\:size-8 {
    width: 2rem;
    height: 2rem
  }

  .md\:h-\[170px\] {
    height: 170px
  }

  .md\:h-\[560px\] {
    height: 560px
  }

  .md\:max-w-3xl {
    max-width: 48rem
  }

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

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

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

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

  .md\:flex-row {
    flex-direction: row
  }

  .md\:gap-2 {
    gap: 0.5rem
  }

  .md\:rounded-lg {
    border-radius: 0.5rem
  }

  .md\:p-0 {
    padding: 0px
  }

  .md\:p-1 {
    padding: 0.25rem
  }

  .md\:p-10 {
    padding: 2.5rem
  }

  .md\:p-2 {
    padding: 0.5rem
  }

  .md\:p-5 {
    padding: 1.25rem
  }

  .md\:pr-5 {
    padding-right: 1.25rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .md\:text-\[2\.3rem\] {
    font-size: 2.3rem
  }

  .md\:text-\[25px\] {
    font-size: 25px
  }

  .md\:leading-10 {
    line-height: 2.5rem
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1
} </pre></body></html>