/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.col-3 {
  grid-column: 3;
}
.col-4 {
  grid-column: 4;
}
.col-5 {
  grid-column: 5;
}
.col-6 {
  grid-column: 6;
}
.col-7 {
  grid-column: 7;
}
.col-8 {
  grid-column: 8;
}
.col-9 {
  grid-column: 9;
}
.col-10 {
  grid-column: 10;
}
.col-11 {
  grid-column: 11;
}
.col-12 {
  grid-column: 12;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.float-end {
  float: inline-end;
}
.float-none {
  float: none;
}
.float-right {
  float: right;
}
.float-start {
  float: inline-start;
}
.container {
  width: 100%;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-inline: auto;
}
.my-auto {
  margin-block: auto;
}
.ms-auto {
  margin-inline-start: auto;
}
.me-auto {
  margin-inline-end: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.inline-grid {
  display: inline-grid;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.h-auto {
  height: auto;
}
.min-h-screen {
  min-height: 100vh;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-full {
  min-width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.caption-top {
  caption-side: top;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-visible {
  overflow-y: visible;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-3 {
  border-style: var(--tw-border-style);
  border-width: 3px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-5 {
  border-style: var(--tw-border-style);
  border-width: 5px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-transparent {
  border-color: transparent;
}
.bg-transparent {
  background-color: transparent;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-baseline {
  vertical-align: baseline;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-top {
  vertical-align: top;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.invert {
  --tw-invert: invert(100%);
  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,) !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,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.group-hover\:visible {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\:rotate-180 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: 180deg;
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.bg-lighthouse {
  background-color: #F3F4F4;
}
.bg-distant-cloud {
  background-color: #E5EAE6;
}
.bg-cocoon {
  background-color: #DEDBCC;
}
.bg-june-ivy {
  background-color: #416858;
}
.bg-teal-spill {
  background-color: #032425;
}
.bg-yellow-ace {
  background-color: #F1FF58;
}
.text-lighthouse {
  color: #F3F4F4;
}
.text-distant-cloud {
  color: #E5EAE6;
}
.text-cocoon {
  color: #DEDBCC;
}
.text-june-ivy {
  color: #416858;
}
.text-teal-spill {
  color: #032425;
}
.text-yellow-ace {
  color: #F1FF58;
}
.border-lighthouse {
  border-color: #F3F4F4;
}
.border-distant-cloud {
  border-color: #E5EAE6;
}
.border-cocoon {
  border-color: #DEDBCC;
}
.border-june-ivy {
  border-color: #416858;
}
.border-teal-spill {
  border-color: #032425;
}
.border-yellow-ace {
  border-color: #F1FF58;
}
.bg-lighthouse\/10 {
  background-color: rgba(243, 244, 244, 0.1);
}
.bg-lighthouse\/20 {
  background-color: rgba(243, 244, 244, 0.2);
}
.bg-lighthouse\/30 {
  background-color: rgba(243, 244, 244, 0.3);
}
.bg-lighthouse\/50 {
  background-color: rgba(243, 244, 244, 0.5);
}
.bg-lighthouse\/90 {
  background-color: rgba(243, 244, 244, 0.9);
}
.bg-distant-cloud\/10 {
  background-color: rgba(229, 234, 230, 0.1);
}
.bg-distant-cloud\/20 {
  background-color: rgba(229, 234, 230, 0.2);
}
.bg-distant-cloud\/30 {
  background-color: rgba(229, 234, 230, 0.3);
}
.bg-distant-cloud\/50 {
  background-color: rgba(229, 234, 230, 0.5);
}
.bg-distant-cloud\/90 {
  background-color: rgba(229, 234, 230, 0.9);
}
.bg-cocoon\/10 {
  background-color: rgba(222, 219, 204, 0.1);
}
.bg-cocoon\/20 {
  background-color: rgba(222, 219, 204, 0.2);
}
.bg-cocoon\/30 {
  background-color: rgba(222, 219, 204, 0.3);
}
.bg-cocoon\/50 {
  background-color: rgba(222, 219, 204, 0.5);
}
.bg-cocoon\/90 {
  background-color: rgba(222, 219, 204, 0.9);
}
.bg-june-ivy\/10 {
  background-color: rgba(65, 104, 88, 0.1);
}
.bg-june-ivy\/20 {
  background-color: rgba(65, 104, 88, 0.2);
}
.bg-june-ivy\/30 {
  background-color: rgba(65, 104, 88, 0.3);
}
.bg-june-ivy\/50 {
  background-color: rgba(65, 104, 88, 0.5);
}
.bg-june-ivy\/90 {
  background-color: rgba(65, 104, 88, 0.9);
}
.bg-teal-spill\/10 {
  background-color: rgba(3, 36, 37, 0.1);
}
.bg-teal-spill\/20 {
  background-color: rgba(3, 36, 37, 0.2);
}
.bg-teal-spill\/30 {
  background-color: rgba(3, 36, 37, 0.3);
}
.bg-teal-spill\/50 {
  background-color: rgba(3, 36, 37, 0.5);
}
.bg-teal-spill\/90 {
  background-color: rgba(3, 36, 37, 0.9);
}
.bg-yellow-ace\/10 {
  background-color: rgba(241, 255, 88, 0.1);
}
.bg-yellow-ace\/20 {
  background-color: rgba(241, 255, 88, 0.2);
}
.bg-yellow-ace\/30 {
  background-color: rgba(241, 255, 88, 0.3);
}
.bg-yellow-ace\/50 {
  background-color: rgba(241, 255, 88, 0.5);
}
.bg-yellow-ace\/90 {
  background-color: rgba(241, 255, 88, 0.9);
}
.border-lighthouse\/10 {
  border-color: rgba(243, 244, 244, 0.1);
}
.border-lighthouse\/20 {
  border-color: rgba(243, 244, 244, 0.2);
}
.border-lighthouse\/30 {
  border-color: rgba(243, 244, 244, 0.3);
}
.border-lighthouse\/50 {
  border-color: rgba(243, 244, 244, 0.5);
}
.border-lighthouse\/90 {
  border-color: rgba(243, 244, 244, 0.9);
}
.border-distant-cloud\/10 {
  border-color: rgba(229, 234, 230, 0.1);
}
.border-distant-cloud\/20 {
  border-color: rgba(229, 234, 230, 0.2);
}
.border-distant-cloud\/30 {
  border-color: rgba(229, 234, 230, 0.3);
}
.border-distant-cloud\/50 {
  border-color: rgba(229, 234, 230, 0.5);
}
.border-distant-cloud\/90 {
  border-color: rgba(229, 234, 230, 0.9);
}
.border-cocoon\/10 {
  border-color: rgba(222, 219, 204, 0.1);
}
.border-cocoon\/20 {
  border-color: rgba(222, 219, 204, 0.2);
}
.border-cocoon\/30 {
  border-color: rgba(222, 219, 204, 0.3);
}
.border-cocoon\/50 {
  border-color: rgba(222, 219, 204, 0.5);
}
.border-cocoon\/90 {
  border-color: rgba(222, 219, 204, 0.9);
}
.border-june-ivy\/10 {
  border-color: rgba(65, 104, 88, 0.1);
}
.border-june-ivy\/20 {
  border-color: rgba(65, 104, 88, 0.2);
}
.border-june-ivy\/30 {
  border-color: rgba(65, 104, 88, 0.3);
}
.border-june-ivy\/50 {
  border-color: rgba(65, 104, 88, 0.5);
}
.border-june-ivy\/90 {
  border-color: rgba(65, 104, 88, 0.9);
}
.border-teal-spill\/10 {
  border-color: rgba(3, 36, 37, 0.1);
}
.border-teal-spill\/20 {
  border-color: rgba(3, 36, 37, 0.2);
}
.border-teal-spill\/30 {
  border-color: rgba(3, 36, 37, 0.3);
}
.border-teal-spill\/50 {
  border-color: rgba(3, 36, 37, 0.5);
}
.border-teal-spill\/90 {
  border-color: rgba(3, 36, 37, 0.9);
}
.border-yellow-ace\/10 {
  border-color: rgba(241, 255, 88, 0.1);
}
.border-yellow-ace\/20 {
  border-color: rgba(241, 255, 88, 0.2);
}
.border-yellow-ace\/30 {
  border-color: rgba(241, 255, 88, 0.3);
}
.border-yellow-ace\/50 {
  border-color: rgba(241, 255, 88, 0.5);
}
.border-yellow-ace\/90 {
  border-color: rgba(241, 255, 88, 0.9);
}
.border-teabag\/10 {
  border-color: rgba(114, 98, 89, 0.1);
}
.border-teabag\/20 {
  border-color: rgba(114, 98, 89, 0.2);
}
.border-teabag\/30 {
  border-color: rgba(114, 98, 89, 0.3);
}
.hover\:bg-teabag:hover {
  background-color: #726259;
}
.hover\:bg-teabag\/90:hover {
  background-color: rgba(114, 98, 89, 0.9);
}
.hover\:bg-protonred:hover {
  background-color: #840804;
}
.hover\:bg-protonred\/90:hover {
  background-color: rgba(132, 8, 4, 0.9);
}
.hover\:bg-nyctaxi:hover {
  background-color: #F7B732;
}
.hover\:bg-nyctaxi\/90:hover {
  background-color: rgba(247, 183, 50, 0.9);
}
.hover\:bg-cocoon:hover {
  background-color: #DEDBCC;
}
.hover\:bg-distant-cloud:hover {
  background-color: #E5EAE6;
}
.hover\:bg-yellow-ace:hover {
  background-color: #F1FF58;
}
.hover\:text-yellow-ace:hover {
  color: #F1FF58;
}
.hover\:text-lighthouse:hover {
  color: #F3F4F4;
}
.hover\:text-teal-spill:hover {
  color: #032425;
}
.hover\:text-june-ivy:hover {
  color: #416858;
}
.hover\:border-yellow-ace:hover {
  border-color: #F1FF58;
}
.hover\:border-cocoon:hover {
  border-color: #DEDBCC;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
