/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xs: 4px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[21\%\] {
    top: 21%;
  }
  .top-full {
    top: 100%;
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[0\%\] {
    right: 0%;
  }
  .right-\[22\%\] {
    right: 22%;
  }
  .right-full {
    right: 100%;
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .bottom-\[14\%\] {
    bottom: 14%;
  }
  .bottom-\[18\%\] {
    bottom: 18%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-full {
    bottom: 100%;
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-16 {
    left: calc(var(--spacing) * 16);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[22\%\] {
    left: 22%;
  }
  .left-\[36px\] {
    left: 36px;
  }
  .left-full {
    left: 100%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-210 {
    z-index: 210;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[110\] {
    z-index: 110;
  }
  .z-\[120\] {
    z-index: 120;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-0\! {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-12 {
    margin: calc(var(--spacing) * 12);
  }
  .m-125 {
    margin: calc(var(--spacing) * 125);
  }
  .m-185 {
    margin: calc(var(--spacing) * 185);
  }
  .m-214 {
    margin: calc(var(--spacing) * 214);
  }
  .m-374 {
    margin: calc(var(--spacing) * 374);
  }
  .m-571 {
    margin: calc(var(--spacing) * 571);
  }
  .m-750 {
    margin: calc(var(--spacing) * 750);
  }
  .m-812 {
    margin: calc(var(--spacing) * 812);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * 0.5);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-\[-30px\] {
    margin-inline: -30px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[37px\] {
    margin-top: 37px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-32 {
    margin-left: calc(var(--spacing) * 32);
  }
  .ml-\[4rem\] {
    margin-left: 4rem;
  }
  .ml-\[256px\] {
    margin-left: 256px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .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;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .size-30 {
    width: calc(var(--spacing) * 30);
    height: calc(var(--spacing) * 30);
  }
  .size-40 {
    width: calc(var(--spacing) * 40);
    height: calc(var(--spacing) * 40);
  }
  .size-50 {
    width: calc(var(--spacing) * 50);
    height: calc(var(--spacing) * 50);
  }
  .size-200 {
    width: calc(var(--spacing) * 200);
    height: calc(var(--spacing) * 200);
  }
  .size-250 {
    width: calc(var(--spacing) * 250);
    height: calc(var(--spacing) * 250);
  }
  .size-370 {
    width: calc(var(--spacing) * 370);
    height: calc(var(--spacing) * 370);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-\[1\.125rem\] {
    height: 1.125rem;
  }
  .h-\[6\.5rem\] {
    height: 6.5rem;
  }
  .h-\[12rem\] {
    height: 12rem;
  }
  .h-\[16rem\] {
    height: 16rem;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[calc\(70vh-100px\)\]\! {
    height: calc(70vh - 100px) !important;
  }
  .h-\[calc\(100vh-120px\)\] {
    height: calc(100vh - 120px);
  }
  .h-\[calc\(100vh-324px\)\] {
    height: calc(100vh - 324px);
  }
  .h-\[calc\(100vh-800px\)\] {
    height: calc(100vh - 800px);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[280px\] {
    max-height: 280px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .max-h-\[calc\(100vh-324px\)\] {
    max-height: calc(100vh - 324px);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[1\.125rem\] {
    min-height: 1.125rem;
  }
  .min-h-\[2\.25rem\] {
    min-height: 2.25rem;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[58\.5px\] {
    min-height: 58.5px;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .min-h-\[calc\(80vh-2rem\)\] {
    min-height: calc(80vh - 2rem);
  }
  .min-h-\[calc\(100vh-2rem\)\] {
    min-height: calc(100vh - 2rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14\! {
    width: calc(var(--spacing) * 14) !important;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[1\.125rem\] {
    width: 1.125rem;
  }
  .w-\[6\.5rem\] {
    width: 6.5rem;
  }
  .w-\[12rem\] {
    width: 12rem;
  }
  .w-\[16rem\] {
    width: 16rem;
  }
  .w-\[49px\] {
    width: 49px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[4\.5rem\] {
    max-width: 4.5rem;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[1\.125rem\] {
    min-width: 1.125rem;
  }
  .min-w-\[12px\] {
    min-width: 12px;
  }
  .min-w-\[14rem\] {
    min-width: 14rem;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[95px\] {
    min-width: 95px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[125px\] {
    min-width: 125px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[205px\] {
    min-width: 205px;
  }
  .min-w-\[225px\] {
    min-width: 225px;
  }
  .min-w-\[257px\] {
    min-width: 257px;
  }
  .min-w-\[259px\] {
    min-width: 259px;
  }
  .min-w-\[420px\] {
    min-width: 420px;
  }
  .min-w-\[500px\] {
    min-width: 500px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-2\.5 {
    --tw-translate-x: calc(var(--spacing) * -2.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[2\.2\] {
    scale: 2.2;
  }
  .-rotate-6 {
    rotate: calc(6deg * -1);
  }
  .rotate-6 {
    rotate: 6deg;
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-col-resize {
    cursor: col-resize;
  }
  .cursor-crosshair {
    cursor: crosshair;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-e-resize {
    cursor: e-resize;
  }
  .cursor-ew-resize {
    cursor: ew-resize;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-move {
    cursor: move;
  }
  .cursor-n-resize {
    cursor: n-resize;
  }
  .cursor-ne-resize {
    cursor: ne-resize;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-ns-resize {
    cursor: ns-resize;
  }
  .cursor-nw-resize {
    cursor: nw-resize;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-row-resize {
    cursor: row-resize;
  }
  .cursor-s-resize {
    cursor: s-resize;
  }
  .cursor-se-resize {
    cursor: se-resize;
  }
  .cursor-sw-resize {
    cursor: sw-resize;
  }
  .cursor-w-resize {
    cursor: w-resize;
  }
  .cursor-wait {
    cursor: wait;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .list-none\! {
    list-style-type: none !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[30\%_70\%\] {
    grid-template-columns: 30% 70%;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none\! {
    border-radius: 0 !important;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-2xl {
    border-top-left-radius: var(--radius-2xl);
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-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 {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#9ca3af\] {
    border-color: #9ca3af;
  }
  .border-\[\#9ca3af\]\/30 {
    border-color: color-mix(in oklab, #9ca3af 30%, transparent);
  }
  .border-\[\#0052EA\] {
    border-color: #0052EA;
  }
  .border-\[\#181818\] {
    border-color: #181818;
  }
  .border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }
  .border-\[\#d7dfeb\] {
    border-color: #d7dfeb;
  }
  .border-\[\#e6ebf2\] {
    border-color: #e6ebf2;
  }
  .border-\[\#ffc107\] {
    border-color: #ffc107;
  }
  .border-black\/15 {
    border-color: color-mix(in oklab, #000 15%, transparent);
  }
  .border-dark-blue {
    border-color: #08345e;
  }
  .border-dark-blue-light {
    border-color: #6a859e;
  }
  .border-dark-blue-light\/30 {
    border-color: color-mix(in oklab, #6a859e 30%, transparent);
  }
  .border-dark-blue-light\/40 {
    border-color: color-mix(in oklab, #6a859e 40%, transparent);
  }
  .border-dark-blue-light\/50 {
    border-color: color-mix(in oklab, #6a859e 50%, transparent);
  }
  .border-dark-blue\/30 {
    border-color: color-mix(in oklab, #08345e 30%, transparent);
  }
  .border-dark-blue\/40 {
    border-color: color-mix(in oklab, #08345e 40%, transparent);
  }
  .border-dark-blue\/50 {
    border-color: color-mix(in oklab, #08345e 50%, transparent);
  }
  .border-dark-blue\/80 {
    border-color: color-mix(in oklab, #08345e 80%, transparent);
  }
  .border-gray {
    border-color: #ececec;
  }
  .border-grey {
    border-color: #ececec;
  }
  .border-red {
    border-color: #f44336;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/20 {
    border-color: color-mix(in oklab, #fff 20%, transparent);
  }
  .border-white\/30 {
    border-color: color-mix(in oklab, #fff 30%, transparent);
  }
  .border-t-dark-blue-light {
    border-top-color: #6a859e;
  }
  .border-t-white {
    border-top-color: #fff;
  }
  .border-b-\[\#08345e\]\/60 {
    border-bottom-color: color-mix(in oklab, #08345e 60%, transparent);
  }
  .bg-\[\#395c7e\] {
    background-color: #395c7e;
  }
  .bg-\[\#08345e\]\/10 {
    background-color: color-mix(in oklab, #08345e 10%, transparent);
  }
  .bg-\[\#08345e\]\/60 {
    background-color: color-mix(in oklab, #08345e 60%, transparent);
  }
  .bg-\[\#08345e\]\/90 {
    background-color: color-mix(in oklab, #08345e 90%, transparent);
  }
  .bg-\[\#198754\] {
    background-color: #198754;
  }
  .bg-\[\#E5F1FF\] {
    background-color: #E5F1FF;
  }
  .bg-\[\#F1F6FD\] {
    background-color: #F1F6FD;
  }
  .bg-\[\#dbe1e7\] {
    background-color: #dbe1e7;
  }
  .bg-\[\#ebf3fa\] {
    background-color: #ebf3fa;
  }
  .bg-\[\#f1f2f3\] {
    background-color: #f1f2f3;
  }
  .bg-\[\#f3f4f6\] {
    background-color: #f3f4f6;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }
  .bg-\[\#f8fafc\] {
    background-color: #f8fafc;
  }
  .bg-\[\#fafbfd\] {
    background-color: #fafbfd;
  }
  .bg-\[\#fbfbfb\] {
    background-color: #fbfbfb;
  }
  .bg-\[\#fff3cd\] {
    background-color: #fff3cd;
  }
  .bg-\[rgb\(242\,242\,242\)\] {
    background-color: rgb(242,242,242);
  }
  .bg-black {
    background-color: #000;
  }
  .bg-black\/20 {
    background-color: color-mix(in oklab, #000 20%, transparent);
  }
  .bg-black\/40 {
    background-color: color-mix(in oklab, #000 40%, transparent);
  }
  .bg-black\/50 {
    background-color: color-mix(in oklab, #000 50%, transparent);
  }
  .bg-cyan {
    background-color: #084f5a;
  }
  .bg-cyan\/10 {
    background-color: color-mix(in oklab, #084f5a 10%, transparent);
  }
  .bg-dark-blue {
    background-color: #08345e;
  }
  .bg-dark-blue-light {
    background-color: #6a859e;
  }
  .bg-dark-blue-light\/10 {
    background-color: color-mix(in oklab, #6a859e 10%, transparent);
  }
  .bg-dark-blue-light\/20 {
    background-color: color-mix(in oklab, #6a859e 20%, transparent);
  }
  .bg-dark-blue-light\/75 {
    background-color: color-mix(in oklab, #6a859e 75%, transparent);
  }
  .bg-dark-blue\/80 {
    background-color: color-mix(in oklab, #08345e 80%, transparent);
  }
  .bg-dark-blue\/90 {
    background-color: color-mix(in oklab, #08345e 90%, transparent);
  }
  .bg-dark-blue\/95 {
    background-color: color-mix(in oklab, #08345e 95%, transparent);
  }
  .bg-gray {
    background-color: #ececec;
  }
  .bg-gray\/20 {
    background-color: color-mix(in oklab, #ececec 20%, transparent);
  }
  .bg-gray\/30 {
    background-color: color-mix(in oklab, #ececec 30%, transparent);
  }
  .bg-gray\/50 {
    background-color: color-mix(in oklab, #ececec 50%, transparent);
  }
  .bg-grey {
    background-color: #ececec;
  }
  .bg-grey\/30 {
    background-color: color-mix(in oklab, #ececec 30%, transparent);
  }
  .bg-grey\/40 {
    background-color: color-mix(in oklab, #ececec 40%, transparent);
  }
  .bg-red-light {
    background-color: #ffe2e2;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-white\/60 {
    background-color: color-mix(in oklab, #fff 60%, transparent);
  }
  .bg-white\/80 {
    background-color: color-mix(in oklab, #fff 80%, transparent);
  }
  .bg-white\/95 {
    background-color: color-mix(in oklab, #fff 95%, transparent);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#f8f9fa\] {
    --tw-gradient-from: #f8f9fa;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-dark-blue {
    --tw-gradient-from: #08345e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-dark-blue-light {
    --tw-gradient-to: #6a859e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: #fff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\! {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\! {
    padding-block: calc(var(--spacing) * 1) !important;
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-1\! {
    padding-top: calc(var(--spacing) * 1) !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[-40px\] {
    padding-top: -40px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-0\! {
    padding-left: calc(var(--spacing) * 0) !important;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-left\! {
    text-align: left !important;
  }
  .text-right {
    text-align: right;
  }
  .text-right\! {
    text-align: right !important;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-4xl\! {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\! {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xl\! {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.65rem\] {
    font-size: 0.65rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\]\! {
    --tw-font-weight: 400 !important;
    font-weight: 400 !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-normal\! {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#6a859e\] {
    color: #6a859e;
  }
  .text-\[\#395c7e\] {
    color: #395c7e;
  }
  .text-\[\#991b1b\] {
    color: #991b1b;
  }
  .text-\[\#08345e\] {
    color: #08345e;
  }
  .text-\[\#08345e\]\! {
    color: #08345e !important;
  }
  .text-\[\#181818\] {
    color: #181818;
  }
  .text-\[\#374151\] {
    color: #374151;
  }
  .text-\[rgb\(0\,103\,184\)\]\! {
    color: rgb(0,103,184) !important;
  }
  .text-black {
    color: #000;
  }
  .text-black\! {
    color: #000 !important;
  }
  .text-black\/30 {
    color: color-mix(in oklab, #000 30%, transparent);
  }
  .text-black\/40 {
    color: color-mix(in oklab, #000 40%, transparent);
  }
  .text-black\/50 {
    color: color-mix(in oklab, #000 50%, transparent);
  }
  .text-black\/60 {
    color: color-mix(in oklab, #000 60%, transparent);
  }
  .text-black\/70 {
    color: color-mix(in oklab, #000 70%, transparent);
  }
  .text-black\/80 {
    color: color-mix(in oklab, #000 80%, transparent);
  }
  .text-black\/85 {
    color: color-mix(in oklab, #000 85%, transparent);
  }
  .text-black\/90 {
    color: color-mix(in oklab, #000 90%, transparent);
  }
  .text-cyan {
    color: #084f5a;
  }
  .text-dark-blue {
    color: #08345e;
  }
  .text-dark-blue\! {
    color: #08345e !important;
  }
  .text-dark-blue-light {
    color: #6a859e;
  }
  .text-dark-blue\/50 {
    color: color-mix(in oklab, #08345e 50%, transparent);
  }
  .text-dark-blue\/60 {
    color: color-mix(in oklab, #08345e 60%, transparent);
  }
  .text-dark-blue\/70 {
    color: color-mix(in oklab, #08345e 70%, transparent);
  }
  .text-dark-blue\/80 {
    color: color-mix(in oklab, #08345e 80%, transparent);
  }
  .text-dark-blue\/90 {
    color: color-mix(in oklab, #08345e 90%, transparent);
  }
  .text-dark-green\! {
    color: #759c64 !important;
  }
  .text-green {
    color: #16a34a;
  }
  .text-inherit {
    color: inherit;
  }
  .text-red {
    color: #f44336;
  }
  .text-white {
    color: #fff;
  }
  .text-white\! {
    color: #fff !important;
  }
  .text-white\/85 {
    color: color-mix(in oklab, #fff 85%, transparent);
  }
  .text-white\/90 {
    color: color-mix(in oklab, #fff 90%, transparent);
  }
  .text-white\/95 {
    color: color-mix(in oklab, #fff 95%, transparent);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .accent-\[\#395c7e\] {
    accent-color: #395c7e;
  }
  .accent-dark-blue {
    accent-color: #08345e;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[0\.03\] {
    opacity: 0.03;
  }
  .opacity-\[0\.12\] {
    opacity: 0.12;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_25px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
  .ring-2 {
    --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);
  }
  .ring-\[\#E5F1FF\] {
    --tw-ring-color: #E5F1FF;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    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,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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,);
  }
  .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,);
  }
  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\] {
    transition-property: border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\,visibility\] {
    transition-property: opacity,transform,visibility;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\,transform\] {
    transition-property: width,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }
  .\[-webkit-tap-highlight-color\:transparent\] {
    -webkit-tap-highlight-color: transparent;
  }
  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }
  .group-hover\:scale-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-\[\#E5F1FF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #E5F1FF;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-has-checked\:border-dark-blue {
    &:is(:where(.group):has(*:checked) *) {
      border-color: #08345e;
    }
  }
  .group-has-checked\:bg-dark-blue {
    &:is(:where(.group):has(*:checked) *) {
      background-color: #08345e;
    }
  }
  .peer-checked\:translate-x-6 {
    &:is(:where(.peer):checked ~ *) {
      --tw-translate-x: calc(var(--spacing) * 6);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-checked\:bg-dark-blue\/80 {
    &:is(:where(.peer):checked ~ *) {
      background-color: color-mix(in oklab, #08345e 80%, transparent);
    }
  }
  .peer-disabled\:cursor-not-allowed {
    &:is(:where(.peer):disabled ~ *) {
      cursor: not-allowed;
    }
  }
  .peer-disabled\:opacity-60 {
    &:is(:where(.peer):disabled ~ *) {
      opacity: 60%;
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .focus-within\:border-dark-blue-light {
    &:focus-within {
      border-color: #6a859e;
    }
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --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-within\:ring-dark-blue-light\/25 {
    &:focus-within {
      --tw-ring-color: color-mix(in oklab, #6a859e 25%, transparent);
    }
  }
  .focus-within\:ring-dark-blue\/30 {
    &:focus-within {
      --tw-ring-color: color-mix(in oklab, #08345e 30%, transparent);
    }
  }
  .focus-within\:ring-offset-2 {
    &:focus-within {
      --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);
    }
  }
  .hover\:z-10 {
    &:hover {
      @media (hover: hover) {
        z-index: 10;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-dark-blue {
    &:hover {
      @media (hover: hover) {
        border-color: #08345e;
      }
    }
  }
  .hover\:border-dark-blue-light {
    &:hover {
      @media (hover: hover) {
        border-color: #6a859e;
      }
    }
  }
  .hover\:border-red {
    &:hover {
      @media (hover: hover) {
        border-color: #f44336;
      }
    }
  }
  .hover\:border-red\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #f44336 50%, transparent);
      }
    }
  }
  .hover\:bg-\[\#2d4a63\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2d4a63;
      }
    }
  }
  .hover\:bg-\[\#5a758e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5a758e;
      }
    }
  }
  .hover\:bg-\[\#08345e\]\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #08345e 40%, transparent);
      }
    }
  }
  .hover\:bg-\[\#157347\] {
    &:hover {
      @media (hover: hover) {
        background-color: #157347;
      }
    }
  }
  .hover\:bg-\[\#181818\]\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #181818 5%, transparent);
      }
    }
  }
  .hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #000 5%, transparent);
      }
    }
  }
  .hover\:bg-cyan\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #084f5a 90%, transparent);
      }
    }
  }
  .hover\:bg-dark-blue {
    &:hover {
      @media (hover: hover) {
        background-color: #08345e;
      }
    }
  }
  .hover\:bg-dark-blue-light {
    &:hover {
      @media (hover: hover) {
        background-color: #6a859e;
      }
    }
  }
  .hover\:bg-dark-blue\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #08345e 10%, transparent);
      }
    }
  }
  .hover\:bg-gray {
    &:hover {
      @media (hover: hover) {
        background-color: #ececec;
      }
    }
  }
  .hover\:bg-grey {
    &:hover {
      @media (hover: hover) {
        background-color: #ececec;
      }
    }
  }
  .hover\:bg-grey\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #ececec 50%, transparent);
      }
    }
  }
  .hover\:bg-grey\/50\! {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #ececec 50%, transparent) !important;
      }
    }
  }
  .hover\:bg-red-light {
    &:hover {
      @media (hover: hover) {
        background-color: #ffe2e2;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: #fff;
      }
    }
  }
  .hover\:text-dark-blue {
    &:hover {
      @media (hover: hover) {
        color: #08345e;
      }
    }
  }
  .hover\:text-dark-blue-light {
    &:hover {
      @media (hover: hover) {
        color: #6a859e;
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: #f44336;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .peer-checked\:hover\:bg-dark-blue {
    &:is(:where(.peer):checked ~ *) {
      &:hover {
        @media (hover: hover) {
          background-color: #08345e;
        }
      }
    }
  }
  .focus\:border-\[\#395c7e\] {
    &:focus {
      border-color: #395c7e;
    }
  }
  .focus\:border-cyan {
    &:focus {
      border-color: #084f5a;
    }
  }
  .focus\:border-dark-blue {
    &:focus {
      border-color: #08345e;
    }
  }
  .focus\:border-dark-blue-light {
    &:focus {
      border-color: #6a859e;
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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-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-\[\#0052EA\] {
    &:focus {
      --tw-ring-color: #0052EA;
    }
  }
  .focus\:ring-\[\#395c7e\] {
    &:focus {
      --tw-ring-color: #395c7e;
    }
  }
  .focus\:ring-cyan {
    &:focus {
      --tw-ring-color: #084f5a;
    }
  }
  .focus\:ring-dark-blue {
    &:focus {
      --tw-ring-color: #08345e;
    }
  }
  .focus\:ring-dark-blue-light\/15 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #6a859e 15%, transparent);
    }
  }
  .focus\:ring-dark-blue-light\/25 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #6a859e 25%, transparent);
    }
  }
  .focus\:ring-dark-blue-light\/30 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #6a859e 30%, transparent);
    }
  }
  .focus\:ring-dark-blue\/25 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #08345e 25%, transparent);
    }
  }
  .focus\:ring-dark-blue\/40 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #08345e 40%, transparent);
    }
  }
  .focus\:ring-offset-0 {
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-1 {
    &:focus {
      --tw-ring-offset-width: 1px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .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\:ring-offset-\[\#F1F6FD\] {
    &:focus {
      --tw-ring-offset-color: #F1F6FD;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:z-10 {
    &:focus-visible {
      z-index: 10;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --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-visible\:ring-dark-blue\/40 {
    &:focus-visible {
      --tw-ring-color: color-mix(in oklab, #08345e 40%, transparent);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --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-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-\[rgb\(57_92_126\)\] {
    &:focus-visible {
      outline-color: rgb(57 92 126);
    }
  }
  .focus-visible\:outline-white\/70 {
    &:focus-visible {
      outline-color: color-mix(in oklab, #fff 70%, transparent);
    }
  }
  .active\:bg-\[\#4a657e\] {
    &:active {
      background-color: #4a657e;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:appearance-none {
    &:disabled {
      appearance: none;
    }
  }
  .disabled\:border-gray {
    &:disabled {
      border-color: #ececec;
    }
  }
  .disabled\:bg-gray {
    &:disabled {
      background-color: #ececec;
    }
  }
  .disabled\:text-black\/50 {
    &:disabled {
      color: color-mix(in oklab, #000 50%, transparent);
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .has-checked\:border-0 {
    &:has(*:checked) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .has-checked\:border-dark-blue {
    &:has(*:checked) {
      border-color: #08345e;
    }
  }
  .has-checked\:bg-\[\#CFE2F3\]\/50 {
    &:has(*:checked) {
      background-color: color-mix(in oklab, #CFE2F3 50%, transparent);
    }
  }
  .has-checked\:text-dark-blue {
    &:has(*:checked) {
      color: #08345e;
    }
  }
  .has-checked\:ring-2 {
    &:has(*:checked) {
      --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);
    }
  }
  .has-checked\:ring-dark-blue\/30 {
    &:has(*:checked) {
      --tw-ring-color: color-mix(in oklab, #08345e 30%, transparent);
    }
  }
  .has-\[\.js-home-classic-panel-exempt\:hover\]\:\!bg-\[\#08345e\]\/60 {
    &:has(*:is(.js-home-classic-panel-exempt:hover)) {
      background-color: color-mix(in oklab, #08345e 60%, transparent) !important;
    }
  }
  .has-\[\:disabled\]\:cursor-not-allowed {
    &:has(*:is(:disabled)) {
      cursor: not-allowed;
    }
  }
  .sm\:right-\[15rem\] {
    @media (width >= 40rem) {
      right: 15rem;
    }
  }
  .sm\:bottom-\[45\%\] {
    @media (width >= 40rem) {
      bottom: 45%;
    }
  }
  .sm\:left-\[15rem\] {
    @media (width >= 40rem) {
      left: 15rem;
    }
  }
  .sm\:h-\[11rem\] {
    @media (width >= 40rem) {
      height: 11rem;
    }
  }
  .sm\:w-\[11rem\] {
    @media (width >= 40rem) {
      width: 11rem;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:min-w-\[220px\] {
    @media (width >= 40rem) {
      min-width: 220px;
    }
  }
  .sm\:translate-x-0 {
    @media (width >= 40rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-x-3 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-1 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 1);
    }
  }
  .sm\:pl-8 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:max-w-\[650px\] {
    @media (width >= 48rem) {
      max-width: 650px;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[10\%\] {
    @media (width >= 64rem) {
      top: 10%;
    }
  }
  .lg\:top-\[44\%\] {
    @media (width >= 64rem) {
      top: 44%;
    }
  }
  .lg\:-right-20 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * -20);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[3\%\] {
    @media (width >= 64rem) {
      right: 3%;
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-\[8\%\] {
    @media (width >= 64rem) {
      bottom: 8%;
    }
  }
  .lg\:bottom-\[40\%\] {
    @media (width >= 64rem) {
      bottom: 40%;
    }
  }
  .lg\:-left-24 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * -24);
    }
  }
  .lg\:left-16 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 16);
    }
  }
  .lg\:left-\[3\%\] {
    @media (width >= 64rem) {
      left: 3%;
    }
  }
  .lg\:col-auto {
    @media (width >= 64rem) {
      grid-column: auto;
    }
  }
  .lg\:row-auto {
    @media (width >= 64rem) {
      grid-row: auto;
    }
  }
  .lg\:row-span-1 {
    @media (width >= 64rem) {
      grid-row: span 1 / span 1;
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-2 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .lg\:ml-\[256px\] {
    @media (width >= 64rem) {
      margin-left: 256px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:size-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:size-24 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 24);
      height: calc(var(--spacing) * 24);
    }
  }
  .lg\:size-40 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 40);
      height: calc(var(--spacing) * 40);
    }
  }
  .lg\:size-100 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 100);
      height: calc(var(--spacing) * 100);
    }
  }
  .lg\:size-250 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 250);
      height: calc(var(--spacing) * 250);
    }
  }
  .lg\:h-\[14rem\] {
    @media (width >= 64rem) {
      height: 14rem;
    }
  }
  .lg\:h-\[15rem\] {
    @media (width >= 64rem) {
      height: 15rem;
    }
  }
  .lg\:h-\[20rem\] {
    @media (width >= 64rem) {
      height: 20rem;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:max-h-\[85vh\] {
    @media (width >= 64rem) {
      max-height: 85vh;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[450px\] {
    @media (width >= 64rem) {
      min-height: 450px;
    }
  }
  .lg\:min-h-\[500px\] {
    @media (width >= 64rem) {
      min-height: 500px;
    }
  }
  .lg\:min-h-\[530px\] {
    @media (width >= 64rem) {
      min-height: 530px;
    }
  }
  .lg\:min-h-\[542px\] {
    @media (width >= 64rem) {
      min-height: 542px;
    }
  }
  .lg\:min-h-\[545px\] {
    @media (width >= 64rem) {
      min-height: 545px;
    }
  }
  .lg\:min-h-\[642px\] {
    @media (width >= 64rem) {
      min-height: 642px;
    }
  }
  .lg\:w-64 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 64);
    }
  }
  .lg\:w-\[14rem\] {
    @media (width >= 64rem) {
      width: 14rem;
    }
  }
  .lg\:w-\[15rem\] {
    @media (width >= 64rem) {
      width: 15rem;
    }
  }
  .lg\:w-\[20rem\] {
    @media (width >= 64rem) {
      width: 20rem;
    }
  }
  .lg\:w-\[490px\] {
    @media (width >= 64rem) {
      width: 490px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-2xl {
    @media (width >= 64rem) {
      max-width: var(--container-2xl);
    }
  }
  .lg\:max-w-4xl {
    @media (width >= 64rem) {
      max-width: var(--container-4xl);
    }
  }
  .lg\:max-w-\[490px\] {
    @media (width >= 64rem) {
      max-width: 490px;
    }
  }
  .lg\:max-w-\[650px\] {
    @media (width >= 64rem) {
      max-width: 650px;
    }
  }
  .lg\:max-w-\[731px\] {
    @media (width >= 64rem) {
      max-width: 731px;
    }
  }
  .lg\:max-w-lg {
    @media (width >= 64rem) {
      max-width: var(--container-lg);
    }
  }
  .lg\:max-w-md {
    @media (width >= 64rem) {
      max-width: var(--container-md);
    }
  }
  .lg\:min-w-\[180px\] {
    @media (width >= 64rem) {
      min-width: 180px;
    }
  }
  .lg\:min-w-\[490x\] {
    @media (width >= 64rem) {
      min-width: 490x;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-initial {
    @media (width >= 64rem) {
      flex: 0 auto;
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .lg\:shrink {
    @media (width >= 64rem) {
      flex-shrink: 1;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-\[35\%_65\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 35% 65%;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:overflow-x-auto {
    @media (width >= 64rem) {
      overflow-x: auto;
    }
  }
  .lg\:rounded-xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-xl);
    }
  }
  .lg\:rounded-tl-\[3rem\] {
    @media (width >= 64rem) {
      border-top-left-radius: 3rem;
    }
  }
  .lg\:rounded-tr-\[3\.2rem\] {
    @media (width >= 64rem) {
      border-top-right-radius: 3.2rem;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-none {
    @media (width >= 64rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:border-white\/20 {
    @media (width >= 64rem) {
      border-color: color-mix(in oklab, #fff 20%, transparent);
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-1 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 1);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-4 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-4 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .lg\:pl-16 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --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);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:max-h-full {
    @media (width >= 80rem) {
      max-height: 100%;
    }
  }
  .xl\:max-w-5xl {
    @media (width >= 80rem) {
      max-width: var(--container-5xl);
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
}
#sidebar.sidebar-collapsed {
  width: 4rem !important;
}
#sidebar.sidebar-collapsed .sidebar-title {
  display: none !important;
}
#sidebar.sidebar-collapsed [id^="arrow-"] {
  display: none !important;
}
#sidebar.sidebar-collapsed #collapse-icon {
  transform: rotate(180deg);
}
#sidebar .sidebar-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
#sidebar .sidebar-nav-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
#sidebar:not(.sidebar-collapsed) .sidebar-nav-inner {
  align-items: center;
}
#sidebar.sidebar-collapsed .section-toggle {
  justify-content: center !important;
}
#sidebar.sidebar-collapsed .section-toggle .tooltip-trigger-escape {
  display: flex;
  justify-content: center;
  width: auto !important;
}
#sidebar.sidebar-collapsed .section-toggle .tooltip-trigger-escape > div {
  justify-content: center !important;
  width: auto !important;
}
#sidebar.sidebar-collapsed .sidebar-nav-inner {
  justify-content: center;
  gap: 0;
}
#sidebar.sidebar-collapsed #header-container {
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#sidebar.sidebar-collapsed #logo {
  justify-content: center;
}
#sidebar.sidebar-collapsed #lnk-user-profile {
  flex: none;
  width: 100%;
  justify-content: center !important;
}
.floating-dropdown::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg);
  border-left: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
#sidebar:not(.sidebar-collapsed) .floating-dropdown {
  display: none !important;
}
#sidebar:not(.sidebar-collapsed) .tooltip-escape-overflow {
  opacity: 0 !important;
  pointer-events: none !important;
}
#sidebar.sidebar-collapsed .tooltip-trigger-escape:hover .tooltip-escape-overflow {
  opacity: 1 !important;
}
#sidebar.sidebar-collapsed .user-profile-details {
  display: none !important;
}
#sidebar.sidebar-collapsed .user-profile-logout-inline {
  display: none !important;
}
#sidebar:not(.sidebar-collapsed) .user-profile-logout-collapsed {
  display: none !important;
}
#sidebar.sidebar-collapsed .user-profile-home-inner {
  justify-content: center !important;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
ul li {
  margin-bottom: 0.25em;
}
@layer base {
  a {
    color: #2563eb;
  }
}
.table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  border-collapse: collapse;
}
.table caption {
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 500;
  color: #08345e;
  background-color: #ececec;
  border-bottom: 1px solid #ececec;
}
.table thead tr {
  background-color: #6a859e;
  color: white;
}
.table th, .table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ececec;
}
.table th {
  font-weight: 500;
}
.table tbody td {
  color: #374151;
}
.table .table-add {
  cursor: pointer;
}
.table td.table-row-highlight {
  background-color: rgb(191 219 254 / 0.6);
  transition: background-color 1s ease-out;
}
.table td.table-row-highlight-fade {
  background-color: transparent;
}
tr[data-lms-type="activity-heading"] td, #parks_lms_table tr[data-bld-type="activity-heading"] td {
  background-color: #ececec;
  color: #08345e;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #d1d5db;
  vertical-align: middle;
}
tr[data-lms-type="activity-heading"] td strong, #parks_lms_table tr[data-bld-type="activity-heading"] td strong {
  font-weight: 700;
}
tr[data-lms-type="existing"] td {
  vertical-align: middle;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ececec;
  color: #374151;
  font-weight: 400 !important;
}
tr[data-lms-type="subgroup-parent"] td {
  vertical-align: middle;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ececec;
  color: #374151;
  font-weight: 400 !important;
}
tr[data-lms-type="existing"] td .lms-checkbox {
  margin: 0;
}
.table tr[data-group="all"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="all"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #EFF1F9;
  color: #5E6366;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="linear"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="linear"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #F0F9F6;
  color: #32936F;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="non-linear"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="non-linear"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #FCF3F2;
  color: #F57E77;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="collection"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="collection"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #F0F9F6;
  color: #32936F;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="treatment"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="treatment"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #FCF3F2;
  color: #F57E77;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="collection_and_treatment"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="collection_and_treatment"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #D8DCF0;
  color: #3A3F6B;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="conveyance"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="conveyance"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #F0F9F6;
  color: #32936F;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
.table tr[data-group="management"] > td:nth-child(3) {
  vertical-align: middle;
  text-align: center;
}
.table tr[data-group="management"] > td:nth-child(3) > div {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #FCF3F2;
  color: #F57E77;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}
#lms_sub03_01_table td, #lms_sub3_02_table td, #lms_sub03_01_table strong, #lms_sub3_02_table strong {
  font-weight: 400 !important;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #9ca3af;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: white;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: background-color 0.15s, border-color 0.15s;
}
input[type="checkbox"]:hover {
  border-color: #6a859e;
}
input[type="checkbox"]:checked {
  background-color: #6a859e;
  border-color: #6a859e;
}
input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35rem;
  height: 0.6rem;
  margin-left: -0.175rem;
  margin-top: -0.3rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
input[type="checkbox"]:disabled:hover {
  border-color: #d1d5db;
}
input[type="checkbox"]:checked:disabled {
  background-color: #9ca8b5;
  border-color: #9ca8b5;
}
input[type="text"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  background-color: #ebf3fa;
  border: 1px solid #9ca3af;
  border-radius: 0.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
input[type="text"]::placeholder {
  color: #9ca3af;
}
input[type="text"]:hover {
  border-color: #6a859e;
}
input[type="text"]:focus {
  outline: none;
  border-color: #6a859e;
  box-shadow: 0 0 0 3px rgb(106 133 158 / 0.25);
}
input[type="text"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
input[type="text"]:disabled:hover {
  border-color: #d1d5db;
}
input[type="number"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  background-color: #ebf3fa;
  border: 1px solid #9ca3af;
  border-radius: 0.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::placeholder {
  color: #9ca3af;
}
input[type="number"]:hover {
  border-color: #6a859e;
}
input[type="number"]:focus {
  outline: none;
  border-color: #6a859e;
  box-shadow: 0 0 0 3px rgb(106 133 158 / 0.25);
}
input[type="number"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
input[type="number"]:disabled:hover {
  border-color: #d1d5db;
}
select.los-los-input {
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  background-color: #ebf3fa;
  border: 1px solid #9ca3af;
  border-radius: 0.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.75rem;
  cursor: pointer;
}
select.los-los-input:hover {
  border-color: #6a859e;
}
select.los-los-input:focus {
  outline: none;
  border-color: #6a859e;
  box-shadow: 0 0 0 3px rgb(106 133 158 / 0.25);
}
select.los-los-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
select.los-los-input:disabled:hover {
  border-color: #d1d5db;
}
textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  background-color: #ebf3fa;
  border: 1px solid #9ca3af;
  border-radius: 0.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
  resize: vertical;
  min-height: 5rem;
}
textarea::placeholder {
  color: #9ca3af;
}
textarea:hover {
  border-color: #6a859e;
}
textarea:focus {
  outline: none;
  border-color: #6a859e;
  box-shadow: 0 0 0 3px rgb(106 133 158 / 0.25);
}
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
textarea:disabled:hover {
  border-color: #d1d5db;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.los-error {
  color: #f44336;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.los-error-v2 {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.los-invalid, input.los-invalid, select.los-invalid {
  border-color: #f44336 !important;
  box-shadow: 0 0 0 2px rgb(244 67 54 / 0.2);
}
.los-invalid-wrap {
  border-color: #f44336 !important;
  box-shadow: 0 0 0 2px rgb(244 67 54 / 0.2);
}
input.border-red, input[type="number"].border-red, input[type="text"].border-red, select.los-los-input.border-red {
  border-color: #f44336 !important;
}
.inflation-calc-loading {
  min-height: 12rem;
}
.inflation-calc-loading:not(.hidden) {
  display: flex;
}
.inflation-calc-result-body.hidden {
  display: none !important;
}
.los-side-modal-loading {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem 0;
}
.help-icon {
  font-size: 1.0em;
  color: #2b7fd3;
  opacity: 0.95;
  margin-left: 6px;
  cursor: help;
  vertical-align: middle;
  position: relative;
}
.help-icon:hover {
  opacity: 1;
}
.help-tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.9em;
  white-space: normal;
  overflow-wrap: break-word;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 99999;
  display: none;
}
.help-tooltip-small {
  width: 200px;
}
.help-tooltip-medium {
  width: 400px;
}
.help-tooltip-large {
  width: 700px;
  max-width: min(700px, calc(100vw - 2rem));
}
.table:has(.help-tooltip-large) {
  overflow: visible;
}
.help-icon:hover .help-tooltip {
  display: block;
}
.cond-cell.very-good {
  background-color: #278cf6;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.cond-cell.good {
  background-color: #5d945f;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.cond-cell.fair {
  background-color: #ed8e2a;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.cond-cell.poor {
  background-color: #eb4334;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.cond-cell.very-poor {
  background-color: #802014;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.progress-stepper-connector {
  position: relative;
  overflow: hidden;
  background-color: #e5e7eb;
}
.progress-stepper-connector-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #6a859e;
  border-radius: inherit;
  transition: width 0.45s ease-out;
}
.progress-stepper-connector-full .progress-stepper-connector-fill {
  width: 100%;
  transition-delay: 0s;
}
.progress-stepper-connector-half .progress-stepper-connector-fill {
  width: 50%;
  transition-delay: 0.9s;
}
.progress-stepper-dot {
  position: relative;
  overflow: hidden;
}
.progress-stepper-dot.progress-stepper-dot-filled {
  background-color: #ececec;
}
.progress-stepper-dot.progress-stepper-dot-filled .progress-stepper-dot-number {
  color: white;
  transition: color 0.3s ease-out 0.45s;
}
.progress-stepper-dot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background-color: #6a859e;
  transition: width 0.45s ease-out;
  transition-delay: 0.45s;
  z-index: 0;
}
.progress-stepper-dot-number {
  position: relative;
  z-index: 1;
}
.progress-stepper-dot.progress-stepper-dot-filled::before {
  width: 100%;
}
.progress-stepper-dot.animate-fill.progress-stepper-dot-filled::before {
  transition-delay: 0.45s;
}
.progress-stepper-no-animate .progress-stepper-connector-fill {
  transition: none !important;
}
.progress-stepper-no-animate .progress-stepper-dot::before {
  transition: none !important;
  transition-delay: 0s !important;
}
.progress-stepper-no-animate .progress-stepper-dot.progress-stepper-dot-filled .progress-stepper-dot-number {
  transition: none !important;
}
.text-success {
  font-weight: 400 !important;
  color: green;
}
.text-danger {
  font-weight: 400 !important;
  color: red;
}
.los-error-v2, .los-error-v2 b {
  font-weight: 400 !important;
  color: red;
}
.field-error-reserved {
  display: block;
  min-height: 1.25rem;
  line-height: 1.25rem;
}
.field-error-reserved:empty::before {
  content: "\00a0";
  visibility: hidden;
}
.los-table-validation-banner.field-error-reserved {
  min-height: 3.25rem;
  line-height: 1.25rem;
  overflow-y: auto;
  max-height: 6rem;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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;
      --tw-ease: initial;
    }
  }
}
