/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-montserrat: "Montserrat", "sans-serif";
  }
}
@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;
  }
  :-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;
  }
  .relative {
    position: relative;
  }
  .-top-\[57px\] {
    top: calc(57px * -1);
  }
  .-top-\[60px\] {
    top: calc(60px * -1);
  }
  .-top-\[226px\] {
    top: calc(226px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[226px\] {
    top: 226px;
  }
  .-bottom-\[40\%\] {
    bottom: calc(40% * -1);
  }
  .-bottom-\[186px\] {
    bottom: calc(186px * -1);
  }
  .-bottom-\[631px\] {
    bottom: calc(631px * -1);
  }
  .-bottom-\[632px\] {
    bottom: calc(632px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[40\%\] {
    bottom: 40%;
  }
  .-left-\[134px\] {
    left: calc(134px * -1);
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[22\%\] {
    left: 22%;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[41\%\] {
    left: 41%;
  }
  .left-\[42\%\] {
    left: 42%;
  }
  .left-\[115px\] {
    left: 115px;
  }
  .left-\[134px\] {
    left: 134px;
  }
  .left-\[438px\] {
    left: 438px;
  }
  .left-\[658px\] {
    left: 658px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-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-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .-mt-\[100px\] {
    margin-top: calc(100px * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .-mb-2 {
    margin-bottom: calc(var(--spacing) * -2);
  }
  .-mb-\[20px\] {
    margin-bottom: calc(20px * -1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mb-\[75px\] {
    margin-bottom: 75px;
  }
  .mb-\[78px\] {
    margin-bottom: 78px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[82px\] {
    margin-bottom: 82px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[119px\] {
    margin-bottom: 119px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[37\.67px\] {
    height: 37.67px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[53\.97px\] {
    height: 53.97px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[67px\] {
    height: 67px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[122px\] {
    height: 122px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[142px\] {
    height: 142px;
  }
  .h-\[146px\] {
    height: 146px;
  }
  .h-\[184px\] {
    height: 184px;
  }
  .h-\[197px\] {
    height: 197px;
  }
  .h-\[198\.33px\] {
    height: 198.33px;
  }
  .h-\[199px\] {
    height: 199px;
  }
  .h-\[202px\] {
    height: 202px;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[221px\] {
    height: 221px;
  }
  .h-\[234px\] {
    height: 234px;
  }
  .h-\[241px\] {
    height: 241px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[297px\] {
    height: 297px;
  }
  .h-\[317px\] {
    height: 317px;
  }
  .h-\[359\.45px\] {
    height: 359.45px;
  }
  .h-\[374px\] {
    height: 374px;
  }
  .h-\[414px\] {
    height: 414px;
  }
  .h-\[445px\] {
    height: 445px;
  }
  .h-\[457px\] {
    height: 457px;
  }
  .h-\[467px\] {
    height: 467px;
  }
  .h-\[518px\] {
    height: 518px;
  }
  .h-\[527px\] {
    height: 527px;
  }
  .h-\[638px\] {
    height: 638px;
  }
  .h-\[659px\] {
    height: 659px;
  }
  .h-\[715px\] {
    height: 715px;
  }
  .h-\[720px\] {
    height: 720px;
  }
  .h-\[722px\] {
    height: 722px;
  }
  .h-\[774px\] {
    height: 774px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[939\.67px\] {
    height: 939.67px;
  }
  .h-\[939px\] {
    height: 939px;
  }
  .h-\[940px\] {
    height: 940px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[30\] {
    width: 30;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[37\.67px\] {
    width: 37.67px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[47\.978px\] {
    width: 47.978px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[87px\] {
    width: 87px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[123px\] {
    width: 123px;
  }
  .w-\[127px\] {
    width: 127px;
  }
  .w-\[136px\] {
    width: 136px;
  }
  .w-\[146px\] {
    width: 146px;
  }
  .w-\[163px\] {
    width: 163px;
  }
  .w-\[177px\] {
    width: 177px;
  }
  .w-\[195px\] {
    width: 195px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[206px\] {
    width: 206px;
  }
  .w-\[214px\] {
    width: 214px;
  }
  .w-\[216px\] {
    width: 216px;
  }
  .w-\[221px\] {
    width: 221px;
  }
  .w-\[224px\] {
    width: 224px;
  }
  .w-\[225px\] {
    width: 225px;
  }
  .w-\[233px\] {
    width: 233px;
  }
  .w-\[234px\] {
    width: 234px;
  }
  .w-\[274px\] {
    width: 274px;
  }
  .w-\[298px\] {
    width: 298px;
  }
  .w-\[312px\] {
    width: 312px;
  }
  .w-\[333px\] {
    width: 333px;
  }
  .w-\[336px\] {
    width: 336px;
  }
  .w-\[354\.67px\] {
    width: 354.67px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[368px\] {
    width: 368px;
  }
  .w-\[378px\] {
    width: 378px;
  }
  .w-\[404px\] {
    width: 404px;
  }
  .w-\[457px\] {
    width: 457px;
  }
  .w-\[472px\] {
    width: 472px;
  }
  .w-\[566px\] {
    width: 566px;
  }
  .w-\[764px\] {
    width: 764px;
  }
  .w-\[765px\] {
    width: 765px;
  }
  .w-\[768px\] {
    width: 768px;
  }
  .w-\[780px\] {
    width: 780px;
  }
  .w-\[799px\] {
    width: 799px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[810px\] {
    width: 810px;
  }
  .w-\[840px\] {
    width: 840px;
  }
  .w-\[850px\] {
    width: 850px;
  }
  .w-\[1064px\] {
    width: 1064px;
  }
  .w-\[1192px\] {
    width: 1192px;
  }
  .w-\[1440\] {
    width: 1440;
  }
  .w-\[1440px\] {
    width: 1440px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[810px\] {
    max-width: 810px;
  }
  .max-w-\[1192px\] {
    max-width: 1192px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[17\.5px\] {
    gap: 17.5px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .gap-\[120px\] {
    gap: 120px;
  }
  .gap-x-\[120px\] {
    column-gap: 120px;
  }
  .gap-y-\[5px\] {
    row-gap: 5px;
  }
  .gap-y-\[7px\] {
    row-gap: 7px;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 2.5px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-\[\#1F1F1F\] {
    border-color: #1F1F1F;
  }
  .border-\[\#1f1f1f\] {
    border-color: #1f1f1f;
  }
  .border-\[\#E1E1E1\] {
    border-color: #E1E1E1;
  }
  .bg-\[\#1F1F1F\] {
    background-color: #1F1F1F;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FC3314\] {
    background-color: #FC3314;
  }
  .bg-\[\#FFD4D0\] {
    background-color: #FFD4D0;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[FC3314\] {
    background-color: FC3314;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[124px\] {
    padding: 124px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[56px\] {
    padding-inline: 56px;
  }
  .px-\[120px\] {
    padding-inline: 120px;
  }
  .px-\[124\] {
    padding-inline: 124;
  }
  .px-\[124px\] {
    padding-inline: 124px;
  }
  .px-\[188px\] {
    padding-inline: 188px;
  }
  .px-\[200px\] {
    padding-inline: 200px;
  }
  .px-\[300px\] {
    padding-inline: 300px;
  }
  .px-\[330px\] {
    padding-inline: 330px;
  }
  .px-\[332px\] {
    padding-inline: 332px;
  }
  .px-\[335px\] {
    padding-inline: 335px;
  }
  .px-\[338px\] {
    padding-inline: 338px;
  }
  .px-\[340px\] {
    padding-inline: 340px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .py-\[90px\] {
    padding-block: 90px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .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-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[38px\] {
    padding-top: 38px;
  }
  .pt-\[39px\] {
    padding-top: 39px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[400px\] {
    padding-top: 400px;
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[124px\] {
    padding-bottom: 124px;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .font-montserrat {
    font-family: var(--font-montserrat);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\[\#1F1F1FD9\] {
    color: #1F1F1FD9;
  }
  .text-\[\#1F1F1F\] {
    color: #1F1F1F;
  }
  .text-\[\#1f1f1f\] {
    color: #1f1f1f;
  }
  .text-\[\#8D8D8D\] {
    color: #8D8D8D;
  }
  .text-\[\#FC3314\] {
    color: #FC3314;
  }
  .text-\[\#FFD4D0\] {
    color: #FFD4D0;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-\[1F1F1F\] {
    color: 1F1F1F;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
