/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-black: #000;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-base: 1rem;
    --t-text-base--line-height: calc(1.5 / 1);
    --t-text-lg: 1.125rem;
    --t-text-lg--line-height: calc(1.75 / 1.125);
    --t-text-xl: 1.25rem;
    --t-text-xl--line-height: calc(1.75 / 1.25);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-font-weight-normal: 400;
    --t-font-weight-medium: 500;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-leading-tight: 1.25;
    --t-radius-lg: 0.5rem;
    --t-ease-out: cubic-bezier(0, 0, 0.2, 1);
    --t-default-transition-duration: 150ms;
    --t-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-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(--t-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(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-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(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-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 {
  .t\:invisible {
    visibility: hidden;
  }
  .t\:absolute {
    position: absolute;
  }
  .t\:relative {
    position: relative;
  }
  .t\:sticky {
    position: sticky;
  }
  .t\:inset-x-0 {
    inset-inline: calc(var(--t-spacing) * 0);
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .t\:top-2 {
    top: calc(var(--t-spacing) * 2);
  }
  .t\:top-4 {
    top: calc(var(--t-spacing) * 4);
  }
  .t\:top-full {
    top: 100%;
  }
  .t\:right-2 {
    right: calc(var(--t-spacing) * 2);
  }
  .t\:right-4 {
    right: calc(var(--t-spacing) * 4);
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:bottom-4 {
    bottom: calc(var(--t-spacing) * 4);
  }
  .t\:left-0 {
    left: calc(var(--t-spacing) * 0);
  }
  .t\:left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:z-50 {
    z-index: 50;
  }
  .t\:float-left {
    float: left;
  }
  .t\:container {
    width: 100%;
    @media (width >= 1000px) {
      max-width: 1000px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @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;
    }
  }
  .t\:m-0\! {
    margin: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:my-4 {
    margin-block: calc(var(--t-spacing) * 4);
  }
  .t\:my-auto {
    margin-block: auto;
  }
  .t\:mt-0\! {
    margin-top: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mr-4 {
    margin-right: calc(var(--t-spacing) * 4);
  }
  .t\:mb-2 {
    margin-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:mb-4 {
    margin-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:mb-5 {
    margin-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:ml-auto {
    margin-left: auto;
  }
  .t\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:flow-root {
    display: flow-root;
  }
  .t\:grid {
    display: grid;
  }
  .t\:inline-flex {
    display: inline-flex;
  }
  .t\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .t\:size-5 {
    width: calc(var(--t-spacing) * 5);
    height: calc(var(--t-spacing) * 5);
  }
  .t\:size-6 {
    width: calc(var(--t-spacing) * 6);
    height: calc(var(--t-spacing) * 6);
  }
  .t\:size-9 {
    width: calc(var(--t-spacing) * 9);
    height: calc(var(--t-spacing) * 9);
  }
  .t\:size-26 {
    width: calc(var(--t-spacing) * 26);
    height: calc(var(--t-spacing) * 26);
  }
  .t\:h-3 {
    height: calc(var(--t-spacing) * 3);
  }
  .t\:h-9 {
    height: calc(var(--t-spacing) * 9);
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-11 {
    height: calc(var(--t-spacing) * 11);
  }
  .t\:h-13 {
    height: calc(var(--t-spacing) * 13);
  }
  .t\:h-\[70px\] {
    height: 70px;
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:max-h-10 {
    max-height: calc(var(--t-spacing) * 10);
  }
  .t\:max-h-12 {
    max-height: calc(var(--t-spacing) * 12);
  }
  .t\:max-h-15 {
    max-height: calc(var(--t-spacing) * 15);
  }
  .t\:min-h-\[240px\] {
    min-height: 240px;
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-11 {
    width: calc(var(--t-spacing) * 11);
  }
  .t\:w-25 {
    width: calc(var(--t-spacing) * 25);
  }
  .t\:w-\[46\%\] {
    width: 46%;
  }
  .t\:w-auto {
    width: auto;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:w-px {
    width: 1px;
  }
  .t\:max-w-\[200px\] {
    max-width: 200px;
  }
  .t\:max-w-\[450px\] {
    max-width: 450px;
  }
  .t\:min-w-0 {
    min-width: calc(var(--t-spacing) * 0);
  }
  .t\:min-w-\[220px\] {
    min-width: 220px;
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:shrink-0 {
    flex-shrink: 0;
  }
  .t\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:translate-y-1 {
    --tw-translate-y: calc(var(--t-spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t\:grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:items-stretch {
    align-items: stretch;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-8 {
    gap: calc(var(--t-spacing) * 8);
  }
  .t\:gap-x-1\.5 {
    column-gap: calc(var(--t-spacing) * 1.5);
  }
  .t\:gap-x-2 {
    column-gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-x-2\.5 {
    column-gap: calc(var(--t-spacing) * 2.5);
  }
  .t\:gap-x-3 {
    column-gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-x-4 {
    column-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-x-6 {
    column-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-x-8 {
    column-gap: calc(var(--t-spacing) * 8);
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-2 {
    row-gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-y-2\.5 {
    row-gap: calc(var(--t-spacing) * 2.5);
  }
  .t\:gap-y-3 {
    row-gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-y-4 {
    row-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-y-5 {
    row-gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-y-6 {
    row-gap: calc(var(--t-spacing) * 6);
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:overflow-y-auto {
    overflow-y: auto;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .t\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .t\:border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .t\:border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .t\:border-\[\#BC0000\] {
    border-color: #BC0000;
  }
  .t\:border-\[\#D4D4D4\] {
    border-color: #D4D4D4;
  }
  .t\:border-\[\#D6D2CC\] {
    border-color: #D6D2CC;
  }
  .t\:border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .t\:border-\[\#DCDCDC\] {
    border-color: #DCDCDC;
  }
  .t\:border-\[\#DCDFE4\] {
    border-color: #DCDFE4;
  }
  .t\:border-black\/10 {
    border-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--t-color-black) 10%, transparent);
    }
  }
  .t\:border-white\/10 {
    border-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--t-color-white) 10%, transparent);
    }
  }
  .t\:bg-\[\#30A14A\] {
    background-color: #30A14A;
  }
  .t\:bg-\[\#687074\] {
    background-color: #687074;
  }
  .t\:bg-\[\#BC0000\] {
    background-color: #BC0000;
  }
  .t\:bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .t\:bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .t\:bg-\[\#F8F8F8\] {
    background-color: #F8F8F8;
  }
  .t\:bg-black {
    background-color: var(--t-color-black);
  }
  .t\:bg-black\! {
    background-color: var(--t-color-black) !important;
  }
  .t\:bg-black\/5 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 5%, transparent);
    }
  }
  .t\:bg-black\/45 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 45%, transparent);
    }
  }
  .t\:bg-black\/50 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 50%, transparent);
    }
  }
  .t\:bg-transparent {
    background-color: transparent;
  }
  .t\:bg-white {
    background-color: var(--t-color-white);
  }
  .t\:bg-white\/15 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 15%, transparent);
    }
  }
  .t\:bg-white\/70 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 70%, transparent);
    }
  }
  .t\:bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: rgba(0,0,0,0);
    --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));
  }
  .t\:to-\[rgba\(0\,0\,0\,0\.95\)\] {
    --tw-gradient-to: rgba(0,0,0,0.95);
    --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));
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:object-cover {
    object-fit: cover;
  }
  .t\:object-left {
    object-position: left;
  }
  .t\:p-0 {
    padding: calc(var(--t-spacing) * 0);
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:p-5 {
    padding: calc(var(--t-spacing) * 5);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-4 {
    padding-inline: calc(var(--t-spacing) * 4);
  }
  .t\:px-5 {
    padding-inline: calc(var(--t-spacing) * 5);
  }
  .t\:py-0\.5 {
    padding-block: calc(var(--t-spacing) * 0.5);
  }
  .t\:py-1 {
    padding-block: calc(var(--t-spacing) * 1);
  }
  .t\:py-2 {
    padding-block: calc(var(--t-spacing) * 2);
  }
  .t\:py-3 {
    padding-block: calc(var(--t-spacing) * 3);
  }
  .t\:py-5 {
    padding-block: calc(var(--t-spacing) * 5);
  }
  .t\:py-6\! {
    padding-block: calc(var(--t-spacing) * 6) !important;
  }
  .t\:pt-2 {
    padding-top: calc(var(--t-spacing) * 2);
  }
  .t\:pt-2\.5 {
    padding-top: calc(var(--t-spacing) * 2.5);
  }
  .t\:pt-3 {
    padding-top: calc(var(--t-spacing) * 3);
  }
  .t\:pt-4 {
    padding-top: calc(var(--t-spacing) * 4);
  }
  .t\:pt-9 {
    padding-top: calc(var(--t-spacing) * 9);
  }
  .t\:pt-10 {
    padding-top: calc(var(--t-spacing) * 10);
  }
  .t\:pb-1\.5 {
    padding-bottom: calc(var(--t-spacing) * 1.5);
  }
  .t\:pb-2\.5 {
    padding-bottom: calc(var(--t-spacing) * 2.5);
  }
  .t\:pb-4 {
    padding-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:pb-5 {
    padding-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:pb-6 {
    padding-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:pb-7 {
    padding-bottom: calc(var(--t-spacing) * 7);
  }
  .t\:pb-8 {
    padding-bottom: calc(var(--t-spacing) * 8);
  }
  .t\:pb-10 {
    padding-bottom: calc(var(--t-spacing) * 10);
  }
  .t\:text-center {
    text-align: center;
  }
  .t\:text-left {
    text-align: left;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-base {
    font-size: var(--t-text-base);
    line-height: var(--tw-leading, var(--t-text-base--line-height));
  }
  .t\:text-lg {
    font-size: var(--t-text-lg);
    line-height: var(--tw-leading, var(--t-text-lg--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xl {
    font-size: var(--t-text-xl);
    line-height: var(--tw-leading, var(--t-text-xl--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:text-\[13px\] {
    font-size: 13px;
  }
  .t\:text-\[19px\] {
    font-size: 19px;
  }
  .t\:text-\[28px\] {
    font-size: 28px;
  }
  .t\:leading-8 {
    --tw-leading: calc(var(--t-spacing) * 8);
    line-height: calc(var(--t-spacing) * 8);
  }
  .t\:leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .t\:leading-tight {
    --tw-leading: var(--t-leading-tight);
    line-height: var(--t-leading-tight);
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-medium {
    --tw-font-weight: var(--t-font-weight-medium);
    font-weight: var(--t-font-weight-medium);
  }
  .t\:font-normal {
    --tw-font-weight: var(--t-font-weight-normal);
    font-weight: var(--t-font-weight-normal);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:break-all {
    word-break: break-all;
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#8A94A6\] {
    color: #8A94A6;
  }
  .t\:text-\[\#888\] {
    color: #888;
  }
  .t\:text-\[\#935F25\] {
    color: #935F25;
  }
  .t\:text-\[\#212636\] {
    color: #212636;
  }
  .t\:text-\[\#667085\] {
    color: #667085;
  }
  .t\:text-\[\#BC0000\] {
    color: #BC0000;
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:text-white\! {
    color: var(--t-color-white) !important;
  }
  .t\:text-white\/80\! {
    color: var(--t-color-white) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--t-color-white) 80%, transparent) !important;
    }
  }
  .t\:normal-case {
    text-transform: none;
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:underline {
    text-decoration-line: underline;
  }
  .t\:placeholder-\[\#AAAEB2\] {
    &::placeholder {
      color: #AAAEB2;
    }
  }
  .t\:opacity-0 {
    opacity: 0%;
  }
  .t\:shadow-\[0_12px_28px_rgba\(15\,23\,42\,0\.14\)\] {
    --tw-shadow: 0 12px 28px var(--tw-shadow-color, rgba(15,23,42,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .t\: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);
  }
  .t\:drop-shadow-\[0_2px_3px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 3px var(--tw-drop-shadow-color, rgba(0,0,0,0.08)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .t\: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(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\: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(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .t\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .t\:ease-out {
    --tw-ease: var(--t-ease-out);
    transition-timing-function: var(--t-ease-out);
  }
  .t\:outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .t\:group-focus-within\:visible {
    &:is(:where(.t\:group):focus-within *) {
      visibility: visible;
    }
  }
  .t\:group-focus-within\:translate-y-0 {
    &:is(:where(.t\:group):focus-within *) {
      --tw-translate-y: calc(var(--t-spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .t\:group-focus-within\:opacity-100 {
    &:is(:where(.t\:group):focus-within *) {
      opacity: 100%;
    }
  }
  .t\:group-hover\:visible {
    &:is(:where(.t\:group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .t\:group-hover\:translate-y-0 {
    &:is(:where(.t\:group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--t-spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .t\:group-hover\:text-\[\#30A14A\] {
    &:is(:where(.t\:group):hover *) {
      @media (hover: hover) {
        color: #30A14A;
      }
    }
  }
  .t\:group-hover\:opacity-100 {
    &:is(:where(.t\:group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .t\:hover\:bg-\[\#F0F7FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0F7FF;
      }
    }
  }
  .t\:hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-white);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--t-color-white) 25%, transparent);
        }
      }
    }
  }
  .t\:hover\:text-\[\#30A14A\] {
    &:hover {
      @media (hover: hover) {
        color: #30A14A;
      }
    }
  }
  .t\:hover\:text-\[\#935F25\] {
    &:hover {
      @media (hover: hover) {
        color: #935F25;
      }
    }
  }
  .t\:hover\:text-\[\#BC0000\] {
    &:hover {
      @media (hover: hover) {
        color: #BC0000;
      }
    }
  }
  .t\:hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .t\:hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .t\:focus\:border-\[\#BC0000\] {
    &:focus {
      border-color: #BC0000;
    }
  }
  .t\:max-pc\:text-\[22px\] {
    @media (width < 1000px) {
      font-size: 22px;
    }
  }
  .t\:max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .t\:pc\:order-9 {
    @media (width >= 1000px) {
      order: 9;
    }
  }
  .t\:pc\:col-span-2 {
    @media (width >= 1000px) {
      grid-column: span 2 / span 2;
    }
  }
  .t\:pc\:float-none {
    @media (width >= 1000px) {
      float: none;
    }
  }
  .t\:pc\:mt-3\! {
    @media (width >= 1000px) {
      margin-top: calc(var(--t-spacing) * 3) !important;
    }
  }
  .t\:pc\:mr-0 {
    @media (width >= 1000px) {
      margin-right: calc(var(--t-spacing) * 0);
    }
  }
  .t\:pc\:grid {
    @media (width >= 1000px) {
      display: grid;
    }
  }
  .t\:pc\:w-fit {
    @media (width >= 1000px) {
      width: fit-content;
    }
  }
  .t\:pc\:w-full {
    @media (width >= 1000px) {
      width: 100%;
    }
  }
  .t\:pc\:grid-cols-3 {
    @media (width >= 1000px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:pc\:grid-cols-4 {
    @media (width >= 1000px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .t\:pc\:grid-cols-\[1fr_auto\] {
    @media (width >= 1000px) {
      grid-template-columns: 1fr auto;
    }
  }
  .t\:pc\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
    @media (width >= 1000px) {
      grid-template-columns: minmax(0,1fr) 320px;
    }
  }
  .t\:pc\:grid-cols-\[minmax\(0\,2fr\)_380px\] {
    @media (width >= 1000px) {
      grid-template-columns: minmax(0,2fr) 380px;
    }
  }
  .t\:pc\:grid-cols-\[minmax\(0\,13fr\)_minmax\(320px\,5fr\)\] {
    @media (width >= 1000px) {
      grid-template-columns: minmax(0,13fr) minmax(320px,5fr);
    }
  }
  .t\:pc\:gap-x-4 {
    @media (width >= 1000px) {
      column-gap: calc(var(--t-spacing) * 4);
    }
  }
  .t\:pc\:gap-x-6 {
    @media (width >= 1000px) {
      column-gap: calc(var(--t-spacing) * 6);
    }
  }
  .t\:pc\:gap-x-20 {
    @media (width >= 1000px) {
      column-gap: calc(var(--t-spacing) * 20);
    }
  }
  .t\:pc\:border-l {
    @media (width >= 1000px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .t\:pc\:border-\[\#D4D4D4\] {
    @media (width >= 1000px) {
      border-color: #D4D4D4;
    }
  }
  .t\:pc\:pl-8 {
    @media (width >= 1000px) {
      padding-left: calc(var(--t-spacing) * 8);
    }
  }
  .t\:pc\:text-base\! {
    @media (width >= 1000px) {
      font-size: var(--t-text-base) !important;
      line-height: var(--tw-leading, var(--t-text-base--line-height)) !important;
    }
  }
  .t\:min-\[1200px\]\:order-none {
    @media (width >= 1200px) {
      order: 0;
    }
  }
  .t\:min-\[1200px\]\:col-span-1 {
    @media (width >= 1200px) {
      grid-column: span 1 / span 1;
    }
  }
  .t\:min-\[1200px\]\:mt-0 {
    @media (width >= 1200px) {
      margin-top: calc(var(--t-spacing) * 0);
    }
  }
  .t\:min-\[1200px\]\:max-w-\[350px\] {
    @media (width >= 1200px) {
      max-width: 350px;
    }
  }
  .t\:min-\[1200px\]\:grid-cols-\[auto_1fr_auto\] {
    @media (width >= 1200px) {
      grid-template-columns: auto 1fr auto;
    }
  }
  .t\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .t\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:md\:max-pc\:grid {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        display: grid;
      }
    }
  }
  .t\:md\:max-pc\:grid-cols-2 {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
  }
  .t\:md\:max-pc\:gap-x-5 {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        column-gap: calc(var(--t-spacing) * 5);
      }
    }
  }
  .t\:md\:max-pc\:gap-y-6 {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        row-gap: calc(var(--t-spacing) * 6);
      }
    }
  }
  .t\:\[\&_\.swiper-slide\]\:flex {
    & .swiper-slide {
      display: flex;
    }
  }
  .t\:\[\&_\.swiper-slide\]\:w-auto\! {
    & .swiper-slide {
      width: auto !important;
    }
  }
  .t\:\[\&_\.swiper-slide\]\:items-center {
    & .swiper-slide {
      align-items: center;
    }
  }
  .t\:\[\&_\.swiper-slide\]\:px-3 {
    & .swiper-slide {
      padding-inline: calc(var(--t-spacing) * 3);
    }
  }
  .t\:\[\&_\.swiper-wrapper\]\:items-center {
    & .swiper-wrapper {
      align-items: center;
    }
  }
  .t\:\[\&\>\*\]\:border-b {
    &>* {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .t\:\[\&\>\*\]\:border-dashed {
    &>* {
      --tw-border-style: dashed;
      border-style: dashed;
    }
  }
  .t\:\[\&\>\*\]\:border-\[\#D9D9D9\] {
    &>* {
      border-color: #D9D9D9;
    }
  }
  .t\:\[\&\>\*\]\:pb-4 {
    &>* {
      padding-bottom: calc(var(--t-spacing) * 4);
    }
  }
  .t\:pc\:\[\&\>\*\]\:border-b-0 {
    @media (width >= 1000px) {
      &>* {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
  .t\:pc\:\[\&\>\*\]\:pb-0 {
    @media (width >= 1000px) {
      &>* {
        padding-bottom: calc(var(--t-spacing) * 0);
      }
    }
  }
  .t\:md\:max-pc\:\[\&\>\*\]\:border-b-0 {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        &>* {
          border-bottom-style: var(--tw-border-style);
          border-bottom-width: 0px;
        }
      }
    }
  }
  .t\:md\:max-pc\:\[\&\>\*\]\:pb-0 {
    @media (width >= 48rem) {
      @media (width < 1000px) {
        &>* {
          padding-bottom: calc(var(--t-spacing) * 0);
        }
      }
    }
  }
  .t\:\[\&\>\*\:last-child\]\:border-b-0\! {
    &>*:last-child {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0px !important;
    }
  }
  .t\:\[\&\>\*\:last-child\]\:pb-0\! {
    &>*:last-child {
      padding-bottom: calc(var(--t-spacing) * 0) !important;
    }
  }
}
:root {
  color-scheme: light;
  --bg: #f3f7fb;
  --panel: #ffffff;
  --ink: #132033;
  --ink-soft: #506079;
  --stroke: #d7dfeb;
  --action: #1f3b68;
  --action-hover: #142949;
  --danger: #b91c1c;
  --danger-bg: #fee2e2;
}
* {
  box-sizing: border-box;
}
.mobile-menu-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  text-align: left;
}
.mobile-menu-caret {
  font-size: 20px;
  color: #333;
  transition: transform 0.3s ease;
  line-height: 1;
}
.mobile-menu-item.is-open > .mobile-menu-trigger > .mobile-menu-caret {
  transform: rotate(90deg);
}
.mobile-menu-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.mobile-menu-item.is-open > .mobile-menu-sub {
  max-height: 2000px;
}
.mobile-menu-sub > a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  border-top: 1px solid #f0f0f0;
  text-decoration: none;
}
.mobile-menu-sub > a:hover {
  background: #f9f9f9;
}
.mobile-menu-item.is-open > .mobile-menu-trigger {
  color: #30a14a;
  background: #f0f7ff;
}
.mobile-menu-item--nested {
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
}
.mobile-menu-trigger--nested {
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.mobile-menu-trigger--nested .mobile-menu-caret {
  font-size: 16px;
}
.mobile-menu-item--nested.is-open > .mobile-menu-trigger--nested {
  color: #30a14a;
  background: #f0f7ff;
}
.mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 32px;
  font-size: 13px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 56px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 32px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 56px;
}
.desktop-overlay-menu-root {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.desktop-overlay-menu-root > .mobile-menu-sub {
  max-height: none;
}
.multimedia-hero-swiper {
  height: 480px;
  background: #f4f4f4;
}
.multimedia-hero-swiper .swiper-wrapper {
  height: 100%;
}
.multimedia-hero-swiper .swiper-slide {
  height: 100%;
  width: 100%;
}
.multimedia-hero-nav .swiper-button-prev, .multimedia-hero-nav .swiper-button-next {
  position: static;
  inset: auto;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.multimedia-hero-nav .swiper-button-prev::after, .multimedia-hero-nav .swiper-button-next::after {
  content: "";
}
@media (max-width: 999px) {
  .multimedia-hero-swiper {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
  .multimedia-hero-swiper .swiper-wrapper, .multimedia-hero-swiper .swiper-slide, .multimedia-hero-swiper .img-block {
    height: 100% !important;
  }
}
.hero-side-item {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  background-color: #687074;
  transition: background-color 0.25s;
}
.multimedia-hero-tabs {
  height: 480px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.multimedia-hero-tabs::-webkit-scrollbar {
  width: 6px;
}
.multimedia-hero-tabs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
}
.multimedia-hero-tabs .hero-side-item {
  gap: 10px;
  height: 240px;
  min-height: 0;
  overflow: hidden;
  padding: 16px 20px;
}
.multimedia-hero-tabs .hero-side-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 999px) {
  .multimedia-hero-tabs {
    height: auto;
    overflow: hidden;
  }
  .multimedia-hero-tabs .hero-side-item {
    height: auto;
    min-height: 0;
    justify-content: flex-start;
  }
  .hero-side-item .title {
    font-size: 20px;
  }
  .hero-side-item .des {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
  .hero-side-item .cate_title_multi {
    font-size: 22px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .multimedia-hero-tabs .hero-side-item {
    gap: 8px;
    padding: 14px;
  }
  .hero-side-item .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-side-item .des {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .hero-side-item .cate_title_multi {
    font-size: 20px;
  }
}
.hero-side-item.is-active {
  background-color: #1e1e1e;
}
.hero-side-item .title {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
  word-break: normal;
}
.hero-side-item .title:hover {
  color: #d6a45e;
}
.hero-side-item .des {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.hero-side-item .hero-side-desc {
  color: rgba(255, 255, 255, 0.82) !important;
}
.hero-side-item .cate_title_multi {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  line-height: 1.2;
}
.hero-side-item .cate_title_multi:hover {
  color: #d6a45e;
}
.multimedia-hero-mobile {
  display: none;
}
@media (max-width: 767px) {
  .multimedia-hero-desktop {
    display: none !important;
  }
  .multimedia-hero-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
  .multimedia-hero-mobile > article:first-child {
    grid-column: 1 / -1;
  }
  .multimedia-hero-mobile .img-block {
    margin-bottom: 10px;
  }
  .multimedia-hero-mobile .title {
    overflow-wrap: break-word;
  }
  .multimedia-hero-mobile > article:first-child .title {
    font-size: 24px !important;
    line-height: 1.35 !important;
  }
  .multimedia-hero-mobile > article:not(:first-child) .title {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  .multimedia-hero-mobile .desc {
    margin-top: 8px;
    color: #333 !important;
    font-size: 16px;
    line-height: 1.55;
  }
  .multimedia-hero-mobile > article:not(:first-child) .desc {
    display: none !important;
  }
}
.multimedia-section-title {
  border-bottom: 2px solid #dcdfe4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.multimedia-card-cate {
  display: inline-block;
  margin-top: 10px;
  color: #935f25;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  line-height: 1.4;
}
.multimedia-card-cate:hover {
  color: #30a14a;
}
.cate_child_multimedia .row30 {
  margin-bottom: 30px;
}
.cate_child_multimedia .cate-label h2, .multimedia-mostread .cate-label h2 {
  color: #935f25;
}
.cate_child_multimedia .row20 {
  margin-bottom: 20px;
}
.cate_child_multimedia .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .cate_child_multimedia .row {
    gap: 16px 12px;
  }
}
@media (max-width: 767px) {
  .multimedia-featured-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 18px !important;
  }
  .multimedia-featured-list > article:first-child {
    display: none !important;
  }
  .multimedia-featured-list > article {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .multimedia-featured-list .img-block {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .multimedia-featured-list .title {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  .multimedia-featured-list .multimedia-card-cate {
    display: none;
  }
}
@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-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-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-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;
}
@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-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-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-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;
    }
  }
}
