/*! tailwindcss v4.1.12 | 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;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-myBlue: #5382D0;
    --color-darkBlue: #1C253F;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-25 {
    top: calc(var(--spacing) * 25);
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-15 {
    right: calc(var(--spacing) * 15);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .right-\[26\%\] {
    right: 26%;
  }
  .right-\[30\%\] {
    right: 30%;
  }
  .right-\[40\%\] {
    right: 40%;
  }
  .right-\[50\%\] {
    right: 50%;
  }
  .-bottom-\[25px\] {
    bottom: calc(25px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-30 {
    bottom: calc(var(--spacing) * 30);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[30\%\] {
    bottom: 30%;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[50\%\] {
    bottom: 50%;
  }
  .bottom-\[70px\] {
    bottom: 70px;
  }
  .bottom-\[120px\] {
    bottom: 120px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[25\%\] {
    left: 25%;
  }
  .left-\[25px\] {
    left: 25px;
  }
  .left-\[26\%\] {
    left: 26%;
  }
  .left-\[30\%\] {
    left: 30%;
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[22\] {
    z-index: 22;
  }
  .z-\[33\] {
    z-index: 33;
  }
  .z-\[44\] {
    z-index: 44;
  }
  .z-\[55\] {
    z-index: 55;
  }
  .z-\[66\] {
    z-index: 66;
  }
  .z-\[77\] {
    z-index: 77;
  }
  .z-\[88\] {
    z-index: 88;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .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;
    }
  }
  .m-280 {
    margin: calc(var(--spacing) * 280);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-\[10vh\] {
    height: 10vh;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[110vh\] {
    height: 110vh;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[300vh\] {
    height: 300vh;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[1600px\] {
    height: 1600px;
  }
  .h-full {
    height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/4 {
    width: calc(2/4 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-full {
    width: 100%;
  }
  .-translate-x-\[100\%\] {
    --tw-translate-x: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[110\%\] {
    --tw-translate-x: 110%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-1 {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .bg-\[\#494949\] {
    background-color: #494949;
  }
  .bg-\[\#F1F6FE\] {
    background-color: #F1F6FE;
  }
  .bg-\[\#F1F6FF\] {
    background-color: #F1F6FF;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pb-25 {
    padding-bottom: calc(var(--spacing) * 25);
  }
  .font-\[bol\] {
    font-family: bol;
  }
  .font-\[caveat\] {
    font-family: caveat;
  }
  .font-\[med\] {
    font-family: med;
  }
  .font-\[reg\] {
    font-family: reg;
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-darkBlue {
    color: var(--color-darkBlue);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-myBlue {
    color: var(--color-myBlue);
  }
  .decoration-0 {
    text-decoration-thickness: 0px;
  }
  .delay-500 {
    transition-delay: 500ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .\*\:absolute {
    :is(& > *) {
      position: absolute;
    }
  }
  .\*\:-top-7 {
    :is(& > *) {
      top: calc(var(--spacing) * -7);
    }
  }
  .\*\:-top-8 {
    :is(& > *) {
      top: calc(var(--spacing) * -8);
    }
  }
  .\*\:my-10 {
    :is(& > *) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .\*\:my-\[10px\] {
    :is(& > *) {
      margin-block: 10px;
    }
  }
  .\*\:h-\[40vh\] {
    :is(& > *) {
      height: 40vh;
    }
  }
  .\*\:h-\[50vh\] {
    :is(& > *) {
      height: 50vh;
    }
  }
  .\*\:h-\[500px\] {
    :is(& > *) {
      height: 500px;
    }
  }
  .\*\:h-full {
    :is(& > *) {
      height: 100%;
    }
  }
  .\*\:w-1\/4 {
    :is(& > *) {
      width: calc(1/4 * 100%);
    }
  }
  .\*\:w-fit {
    :is(& > *) {
      width: fit-content;
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:border-1 {
    :is(& > *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\*\:border-b-1 {
    :is(& > *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\*\:border-\[\#D9D9D9\] {
    :is(& > *) {
      border-color: #D9D9D9;
    }
  }
  .\*\:border-gray-600 {
    :is(& > *) {
      border-color: var(--color-gray-600);
    }
  }
  .\*\:bg-white {
    :is(& > *) {
      background-color: var(--color-white);
    }
  }
  .\*\:object-cover {
    :is(& > *) {
      object-fit: cover;
    }
  }
  .\*\:p-3 {
    :is(& > *) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\*\:p-5 {
    :is(& > *) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .\*\:px-5 {
    :is(& > *) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .\*\:font-\[bol\] {
    :is(& > *) {
      font-family: bol;
    }
  }
  .\*\:text-2xl {
    :is(& > *) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\*\:text-4xl {
    :is(& > *) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\*\:text-5xl {
    :is(& > *) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\*\:text-7xl {
    :is(& > *) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .\*\:text-8xl {
    :is(& > *) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .\*\:text-9xl {
    :is(& > *) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  .\*\:text-xl {
    :is(& > *) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\*\:font-bold {
    :is(& > *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\*\:text-myBlue {
    :is(& > *) {
      color: var(--color-myBlue);
    }
  }
  .\*\:text-white {
    :is(& > *) {
      color: var(--color-white);
    }
  }
  .\*\:\*\:duration-1000 {
    :is(& > *) {
      :is(& > *) {
        --tw-duration: 1000ms;
        transition-duration: 1000ms;
      }
    }
  }
  .\*\:duration-1000 {
    :is(& > *) {
      --tw-duration: 1000ms;
      transition-duration: 1000ms;
    }
  }
  .group-hover\:-right-\[20\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: calc(20% * -1);
      }
    }
  }
  .group-hover\:z-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        z-index: 50;
      }
    }
  }
  .group-hover\:delay-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transition-delay: 0ms;
      }
    }
  }
  .hover\:border-b-1 {
    &:hover {
      @media (hover: hover) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .hover\:text-myBlue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-myBlue);
      }
    }
  }
  .\*\:hover\:border-b-1 {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          border-bottom-style: var(--tw-border-style);
          border-bottom-width: 1px;
        }
      }
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-4\/6 {
    @media (width >= 64rem) {
      width: calc(4/6 * 100%);
    }
  }
  .lg\:\*\:border-0 {
    @media (width >= 64rem) {
      :is(& > *) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
  }
}
@layer base {
  a, h1 {
    font-family: bol;
  }
}
#left-side-content {
  >div {
    >:nth-of-type(1) {
      display: flex;
      justify-content: center;
      align-items: end;
      margin-block: 40px;
      >h2 {
        font-size: 130px;
        color: var(--color-myBlue);
      }
      >h4 {
        font-size: 24px;
        color: gray;
      }
    }
    >:nth-of-type(2) {
      >ul {
        >li {
          margin-block: 12px;
          display: flex;
          justify-content: space-between;
          * {
            font-size: 18px;
          }
          >h2 {
            font-family: med;
            color: rgb(158, 156, 156);
          }
          >h4 {
            font-family: bol;
          }
        }
      }
    }
  }
}
.blurbg {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
}
@layer theme {
  .firstAnime {
    animation: bdr1 3s ease-out infinite alternate;
  }
  .secondAnime {
    animation: bdr2 3s ease-out alternate infinite;
  }
}
@font-face {
  font-family: reg;
  src: url(../font/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: med;
  src: url(../font/CormorantGaramond-Medium.ttf);
}
@font-face {
  font-family: bol;
  src: url(../font/CormorantGaramond-Bold.ttf);
}
@keyframes bdr1 {
  0% {
    border-radius: 58% 34% 42% 37% / 52% 30% 68% 44%;
  }
  50% {
    border-radius: 34% 54% 30% 59% / 75% 59% 36% 33%;
  }
  100% {
    border-radius: 61% 43% 75% 27% / 87% 33% 46% 20%;
  }
}
@keyframes bdr2 {
  0% {
    border-radius: 61% 43% 75% 27% / 87% 33% 46% 20%;
  }
  50% {
    border-radius: 58% 34% 42% 37% / 52% 30% 68% 44%;
  }
  100% {
    border-radius: 34% 54% 30% 59% / 75% 59% 36% 33%;
  }
}
@font-face {
  font-family: caveat;
  src: url(../font/Caveat-Bold.ttf);
}
@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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
