/*! tailwindcss v4.1.18 | 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-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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;
  }
  ::-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;
  }
  .relative {
    position: relative;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .z-30 {
    z-index: 30;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[118px\] {
    width: 118px;
  }
  .w-\[153px\] {
    width: 153px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-3 {
    rotate: calc(3deg * -1);
  }
  .rotate-3 {
    rotate: 3deg;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[url\(\'\.\/images\/bg-footer\.png\'\)\] {
    background-image: url('./images/bg-footer.png');
  }
  .bg-\[url\(\'\.\/images\/bg\.png\'\)\] {
    background-image: url('./images/bg.png');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .text-\[\#80B229\] {
    color: #80B229;
  }
  .text-\[\#D12719\] {
    color: #D12719;
  }
  .text-\[\#F48427\] {
    color: #F48427;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .min-\[390px\]\:max-w-\[300px\] {
    @media (width >= 390px) {
      max-width: 300px;
    }
  }
  .min-\[390px\]\:max-w-\[340px\] {
    @media (width >= 390px) {
      max-width: 340px;
    }
  }
  .min-\[390px\]\:max-w-\[360px\] {
    @media (width >= 390px) {
      max-width: 360px;
    }
  }
  .sm\:h-\[108px\] {
    @media (width >= 40rem) {
      height: 108px;
    }
  }
  .sm\:w-\[150px\] {
    @media (width >= 40rem) {
      width: 150px;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-\[350px\] {
    @media (width >= 40rem) {
      max-width: 350px;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-2 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:-mt-14 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -14);
    }
  }
  .md\:h-\[65px\] {
    @media (width >= 48rem) {
      height: 65px;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[182px\] {
    @media (width >= 48rem) {
      height: 182px;
    }
  }
  .md\:h-\[240px\] {
    @media (width >= 48rem) {
      height: 240px;
    }
  }
  .md\:h-\[258px\] {
    @media (width >= 48rem) {
      height: 258px;
    }
  }
  .md\:min-h-\[300px\] {
    @media (width >= 48rem) {
      min-height: 300px;
    }
  }
  .md\:w-\[258px\] {
    @media (width >= 48rem) {
      width: 258px;
    }
  }
  .md\:w-\[320px\] {
    @media (width >= 48rem) {
      width: 320px;
    }
  }
  .md\:w-\[361px\] {
    @media (width >= 48rem) {
      width: 361px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 48rem) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[460px\] {
    @media (width >= 48rem) {
      max-width: 460px;
    }
  }
  .md\:max-w-\[730px\] {
    @media (width >= 48rem) {
      max-width: 730px;
    }
  }
  .md\:bg-\[url\(\'\.\/images\/bg-1\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('./images/bg-1.png');
    }
  }
  .md\:bg-cover {
    @media (width >= 48rem) {
      background-size: cover;
    }
  }
  .md\:pt-8 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:bottom-5 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-\[982px\] {
    @media (width >= 64rem) {
      max-width: 982px;
    }
  }
  .lg\:rotate-0 {
    @media (width >= 64rem) {
      rotate: 0deg;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-\[100px\] {
    @media (width >= 80rem) {
      gap: 100px;
    }
  }
  .xl\:border-0 {
    @media (width >= 80rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .xl\:border-none {
    @media (width >= 80rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
}
.container {
  margin-inline: auto;
  max-width: 320px;
  padding-inline: calc(var(--spacing) * 2.5);
  @media (width >= 48rem) {
    max-width: 620px;
  }
  @media (width >= 64rem) {
    max-width: 1220px;
  }
}
button {
  cursor: pointer;
}
* {
  box-sizing: border-box;
  --c1: #237512;
  --c2: #80b229;
  --c3: #ffdb43;
  --c4: #f48427;
  --c5: #d12719;
}
@layer components {
  html {
    font-family: var(--font-montserrat);
  }
  .background-web {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("./images/bg-main.png"), radial-gradient( 71.76% 113.4% at 50% 50%, rgba(255, 255, 255, 0) 0%, #ffa1a1 100% );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
  .text-gradient {
    background: -webkit-linear-gradient(#005188, #0277c6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .slot {
    display: flex;
    height: 170px;
    width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: contain;
    background-repeat: no-repeat;
    @media (width >= 48rem) {
      height: 283px;
    }
    @media (width >= 48rem) {
      width: 200px;
    }
    .image {
      margin-top: calc(var(--spacing) * 0.5);
      margin-bottom: calc(var(--spacing) * 2);
      height: 18px;
      width: 36px;
      @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 3);
      }
      @media (width >= 48rem) {
        margin-bottom: calc(var(--spacing) * 4);
      }
      @media (width >= 48rem) {
        height: 30px;
      }
      @media (width >= 48rem) {
        width: 60px;
      }
      img {
        height: 100%;
        width: 100%;
        object-fit: contain;
      }
    }
  }
  .slot[data-item="1"] {
    background-image: url('./images/slot-1-mobi.png');
    @media (width >= 48rem) {
      background-image: url('./images/slot-1.png');
    }
    .speedmonter {
      &::before {
        content: "  ";
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background-color: #9a9a9a;
        rotate: calc(cos(178 * 180deg / 100) * -90deg);
        position: absolute;
        top: 20px;
        left: -6px;
        height: 5px;
        width: 5px;
        @media (width >= 48rem) {
          top: 33px;
        }
        @media (width >= 48rem) {
          left: -12px;
        }
        @media (width >= 48rem) {
          height: 12px;
        }
        @media (width >= 48rem) {
          width: 12px;
        }
      }
    }
  }
  .slot[data-item="2"] {
    background-image: url('./images/slot-2-mobi.png');
    @media (width >= 48rem) {
      background-image: url('./images/slot-2.png');
    }
    .speedmonter {
      &::before {
        top: 5px;
        left: 7px;
        @media (width >= 48rem) {
          top: 1px;
        }
        @media (width >= 48rem) {
          left: 13px;
        }
        rotate: calc(cos(90 * 180deg / 100) * -90deg);
        content: "  ";
      }
    }
  }
  .slot[data-item="3"] {
    background-image: url('./images/slot-3-mobi.png');
    @media (width >= 48rem) {
      background-image: url('./images/slot-3.png');
    }
    .speedmonter {
      &::before {
        content: "  ";
        top: 5px;
        right: 4px;
        @media (width >= 48rem) {
          top: 2px;
        }
        @media (width >= 48rem) {
          right: 16px;
        }
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background-color: #9a9a9a;
        rotate: calc(cos(135 * 180deg / 100) * -90deg);
        position: absolute;
        height: 5px;
        width: 5px;
        @media (width >= 48rem) {
          height: 12px;
        }
        @media (width >= 48rem) {
          width: 12px;
        }
      }
    }
  }
  .slot[data-item="4"] {
    position: relative;
    background-image: url('./images/slot-4-mobi.png');
    @media (width >= 48rem) {
      background-image: url('./images/slot-4.png');
    }
    .speedmonter {
      &::before {
        content: "  ";
        top: 20px;
        right: -4px;
        @media (width >= 48rem) {
          top: 37px;
        }
        @media (width >= 48rem) {
          right: -11px;
        }
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background-color: #9a9a9a;
        rotate: calc(cos(83 * 180deg / 100) * -90deg);
        position: absolute;
        height: 5px;
        width: 5px;
        @media (width >= 48rem) {
          height: 12px;
        }
        @media (width >= 48rem) {
          width: 12px;
        }
      }
    }
  }
  .app {
    height: 100%;
    flex: 1;
    background-image: url('./images/bg-sub.png');
    background-size: cover;
    background-repeat: no-repeat;
    @media (width >= 64rem) {
      background-image: url('./images/bg-sub-1.png');
    }
    @media (width >= 64rem) {
      background-position: center;
    }
  }
  .wapper-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    .speedmonter {
      width: 72px;
      height: 72px;
      padding: 5px;
      border-radius: 50%;
      background: radial-gradient(#ffff 0 0) content-box, conic-gradient( from -90deg, var(--c1) 36deg, var(--c2) 0 72deg, var(--c3) 0 108deg, var(--c4) 0 144deg, var(--c5) 0 180deg, #ffff 0 );
      position: relative;
      padding: calc(var(--spacing) * 1);
      @media (width >= 48rem) {
        height: 130px;
      }
      @media (width >= 48rem) {
        width: 130px;
      }
      @media (width >= 48rem) {
        padding: calc(var(--spacing) * 3);
      }
      .needle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        --tw-leading: 50%;
        line-height: 50%;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: #2BA04A;
        @media (width >= 48rem) {
          font-size: 20px;
        }
        span:first-child {
          font-size: var(--text-base);
          line-height: var(--tw-leading, var(--text-base--line-height));
          --tw-font-weight: var(--font-weight-black);
          font-weight: var(--font-weight-black);
          @media (width >= 48rem) {
            font-size: 26px;
          }
        }
      }
      &::before {
        content: "  ";
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        background-color: #9a9a9a;
        rotate: calc(cos(var(--count) * 180deg / 100) * -90deg);
        position: absolute;
        top: calc(var(--spacing) * 0);
        height: 5px;
        width: 5px;
        @media (width >= 48rem) {
          height: 12px;
        }
        @media (width >= 48rem) {
          width: 12px;
        }
      }
    }
    .slot-btn {
      display: flex;
      height: 30px;
      width: 120px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-white);
      text-transform: uppercase;
      @media (width >= 48rem) {
        font-size: 26px;
      }
      @media (width >= 64rem) {
        margin-top: calc(var(--spacing) * 2);
      }
      @media (width >= 64rem) {
        height: 45px;
      }
      @media (width >= 64rem) {
        width: 150px;
      }
    }
    .slot-btn[data-item="1"] {
      background-image: url('./images/slot-1-button-mobi.png');
      @media (width >= 64rem) {
        background-image: url('./images/slot-1-button.png');
      }
    }
    .slot-btn[data-item="2"] {
      background-image: url('./images/slot-2-button-mobi.png');
      @media (width >= 64rem) {
        background-image: url('./images/slot-2-button.png');
      }
    }
    .slot-btn[data-item="3"] {
      background-image: url('./images/slot-3-button-mobi.png');
      @media (width >= 64rem) {
        background-image: url('./images/slot-3-button.png');
      }
    }
    .slot-btn[data-item="4"] {
      background-image: url('./images/slot-4-button-mobi.png');
      @media (width >= 64rem) {
        background-image: url('./images/slot-4-button.png');
      }
    }
  }
  .download {
    margin-top: calc(var(--spacing) * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    img {
      height: 36px;
      width: 90px;
      @media (width >= 48rem) {
        height: 70px;
      }
      @media (width >= 48rem) {
        width: 180px;
      }
    }
  }
}
@layer components {
  .list-btn {
    margin-top: calc(var(--spacing) * 5);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 5);
  }
  .btn-action {
    width: 100%;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #D30208;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 0.5);
    box-shadow: 0px 4px 6px 0px #ff686d, 0px 0px 10px 0px #ff898d inset, 0px 2px 0px 0px #d30208;
    & img {
      width: 25px;
      height: 20px;
    }
  }
  .btn-action--text {
    display: flex;
    min-height: 30px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #D30208;
    text-transform: capitalize;
    @media (width >= 48rem) {
      min-height: 40px;
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
