/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@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: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[10px\] {
    top: 10px;
  }

  .top-\[15px\] {
    top: 15px;
  }

  .top-\[25\.29\%\] {
    top: 25.29%;
  }

  .top-\[30px\] {
    top: 30px;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[50px\] {
    top: 50px;
  }

  .top-\[52px\] {
    top: 52px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }

  .right-5 {
    right: calc(var(--spacing) * 5);
  }

  .right-\[15px\] {
    right: 15px;
  }

  .right-\[20px\] {
    right: 20px;
  }

  .-bottom-\[60px\] {
    bottom: -60px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }

  .bottom-\[15px\] {
    bottom: 15px;
  }

  .bottom-\[20\.83\%\] {
    bottom: 20.83%;
  }

  .bottom-\[20px\] {
    bottom: 20px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }

  .left-\[15px\] {
    left: 15px;
  }

  .left-\[20px\] {
    left: 20px;
  }

  .left-\[31\.86\%\] {
    left: 31.86%;
  }

  .left-\[50\%\] {
    left: 50%;
  }

  .left-full {
    left: 100%;
  }

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .z-5 {
    z-index: 5;
  }

  .z-10 {
    z-index: 10;
  }

  .z-30 {
    z-index: 30;
  }

  .z-50 {
    z-index: 50;
  }

  .z-100 {
    z-index: 100;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[9\] {
    z-index: 9;
  }

  .z-\[31\] {
    z-index: 31;
  }

  .order-first {
    order: -9999;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-\[15px\] {
    margin-inline: 15px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[15px\] {
    margin-block: 15px;
  }

  .my-\[30px\] {
    margin-block: 30px;
  }

  .\!mt-10 {
    margin-top: calc(var(--spacing) * 10) !important;
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

  .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-30 {
    margin-top: calc(var(--spacing) * 30);
  }

  .mt-\[2px\] {
    margin-top: 2px;
  }

  .mt-\[5px\] {
    margin-top: 5px;
  }

  .mt-\[9px\] {
    margin-top: 9px;
  }

  .mt-\[10px\] {
    margin-top: 10px;
  }

  .mt-\[15px\] {
    margin-top: 15px;
  }

  .mt-\[18px\] {
    margin-top: 18px;
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

  .mt-\[25px\] {
    margin-top: 25px;
  }

  .mt-\[30px\] {
    margin-top: 30px;
  }

  .mt-\[40px\] {
    margin-top: 40px;
  }

  .mt-\[50px\] {
    margin-top: 50px;
  }

  .mt-\[57px\] {
    margin-top: 57px;
  }

  .mt-\[60px\] {
    margin-top: 60px;
  }

  .mt-\[100px\] {
    margin-top: 100px;
  }

  .mt-\[200px\] {
    margin-top: 200px;
  }

  .-mr-\[7px\] {
    margin-right: -7px;
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }

  .mr-\[10px\] {
    margin-right: 10px;
  }

  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .mb-\[5px\] {
    margin-bottom: 5px;
  }

  .mb-\[15px\] {
    margin-bottom: 15px;
  }

  .mb-\[20px\] {
    margin-bottom: 20px;
  }

  .mb-\[25px\] {
    margin-bottom: 25px;
  }

  .mb-\[30px\] {
    margin-bottom: 30px;
  }

  .mb-\[64px\] {
    margin-bottom: 64px;
  }

  .mb-\[80px\] {
    margin-bottom: 80px;
  }

  .mb-\[100px\] {
    margin-bottom: 100px;
  }

  .-ml-\[5px\] {
    margin-left: -5px;
  }

  .-ml-\[7px\] {
    margin-left: -7px;
  }

  .-ml-\[15px\] {
    margin-left: -15px;
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-\[6px\] {
    margin-left: 6px;
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .\!inline-flex {
    display: inline-flex !important;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-\[15px\] {
    height: 15px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[23px\] {
    height: 23px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[25px\] {
    height: 25px;
  }

  .h-\[28px\] {
    height: 28px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[34px\] {
    height: 34px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[45px\] {
    height: 45px;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[75px\] {
    height: 75px;
  }

  .h-\[80px\] {
    height: 80px;
  }

  .h-\[95px\] {
    height: 95px;
  }

  .h-\[102px\] {
    height: 102px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[336px\] {
    height: 336px;
  }

  .h-auto {
    height: auto;
  }

  .h-dvh {
    height: 100dvh;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-svh {
    height: 100svh;
  }

  .min-h-\[34px\] {
    min-height: 34px;
  }

  .min-h-\[50px\] {
    min-height: 50px;
  }

  .min-h-\[192px\] {
    min-height: 192px;
  }

  .\!w-auto {
    width: auto !important;
  }

  .w-1\/9 {
    width: 11.1111%;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-15 {
    width: calc(var(--spacing) * 15);
  }

  .w-\[0\.729vw\] {
    width: .729vw;
  }

  .w-\[13px\] {
    width: 13px;
  }

  .w-\[15\.5\%\] {
    width: 15.5%;
  }

  .w-\[15px\] {
    width: 15px;
  }

  .w-\[17\.5\%\] {
    width: 17.5%;
  }

  .w-\[20\%\] {
    width: 20%;
  }

  .w-\[22px\] {
    width: 22px;
  }

  .w-\[25\%\] {
    width: 25%;
  }

  .w-\[30\%\] {
    width: 30%;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[31\%\] {
    width: 31%;
  }

  .w-\[34px\] {
    width: 34px;
  }

  .w-\[40\%\] {
    width: 40%;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[50\%\] {
    width: 50%;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[52\%\] {
    width: 52%;
  }

  .w-\[55\%\] {
    width: 55%;
  }

  .w-\[59px\] {
    width: 59px;
  }

  .w-\[60\%\] {
    width: 60%;
  }

  .w-\[64\%\] {
    width: 64%;
  }

  .w-\[75px\] {
    width: 75px;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-\[83\%\] {
    width: 83%;
  }

  .w-\[87px\] {
    width: 87px;
  }

  .w-\[95px\] {
    width: 95px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[102px\] {
    width: 102px;
  }

  .w-\[114px\] {
    width: 114px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[204px\] {
    width: 204px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[calc\(100\%\+10px\)\] {
    width: calc(100% + 10px);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .max-w-\[90px\] {
    max-width: 90px;
  }

  .max-w-\[113px\] {
    max-width: 113px;
  }

  .max-w-\[178px\] {
    max-width: 178px;
  }

  .max-w-\[250px\] {
    max-width: 250px;
  }

  .max-w-\[300px\] {
    max-width: 300px;
  }

  .max-w-\[346px\] {
    max-width: 346px;
  }

  .max-w-\[375px\] {
    max-width: 375px;
  }

  .max-w-\[1010px\] {
    max-width: 1010px;
  }

  .max-w-\[calc\(100vw\)\] {
    max-width: 100vw;
  }

  .max-w-full {
    max-width: 100%;
  }

  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }

  .min-w-\[65px\] {
    min-width: 65px;
  }

  .min-w-\[80px\] {
    min-width: 80px;
  }

  .min-w-\[88px\] {
    min-width: 88px;
  }

  .min-w-\[95px\] {
    min-width: 95px;
  }

  .min-w-\[840px\] {
    min-width: 840px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .shrink-\[0\] {
    flex-shrink: 0;
  }

  .basis-1\/4 {
    flex-basis: 25%;
  }

  .basis-\[calc\(100\%\/2-10px\/2\)\] {
    flex-basis: calc(50% - 5px);
  }

  .basis-full {
    flex-basis: 100%;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[calc\(100\%\+30px\)\] {
    --tw-translate-x: calc(100% + 30px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-flow-col {
    grid-auto-flow: column;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .\!gap-0 {
    gap: calc(var(--spacing) * 0) !important;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-\[5px\] {
    gap: 5px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[60px\] {
    gap: 60px;
  }

  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }

  .gap-x-\[3px\] {
    column-gap: 3px;
  }

  .gap-x-\[4\%\] {
    column-gap: 4%;
  }

  .gap-x-\[5px\] {
    column-gap: 5px;
  }

  .gap-x-\[7px\] {
    column-gap: 7px;
  }

  .gap-x-\[10px\] {
    column-gap: 10px;
  }

  .gap-x-\[15px\] {
    column-gap: 15px;
  }

  .gap-x-\[30px\] {
    column-gap: 30px;
  }

  .gap-x-\[73px\] {
    column-gap: 73px;
  }

  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }

  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }

  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }

  .gap-y-\[5px\] {
    row-gap: 5px;
  }

  .gap-y-\[10px\] {
    row-gap: 10px;
  }

  .gap-y-\[15px\] {
    row-gap: 15px;
  }

  .gap-y-\[30px\] {
    row-gap: 30px;
  }

  .gap-y-\[40px\] {
    row-gap: 40px;
  }

  .gap-y-\[100px\] {
    row-gap: 100px;
  }

  .self-start {
    align-self: flex-start;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-scroll {
    overflow-x: scroll;
  }

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .rounded-\[10\.05px\] {
    border-radius: 10.05px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-\[20px\] {
    border-radius: 20px;
  }

  .rounded-\[46px\] {
    border-radius: 46px;
  }

  .rounded-\[50px\] {
    border-radius: 50px;
  }

  .rounded-\[68px\] {
    border-radius: 68px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-t-full {
    border-top-left-radius: 3.40282e38px;
    border-top-right-radius: 3.40282e38px;
  }

  .rounded-l-full {
    border-top-left-radius: 3.40282e38px;
    border-bottom-left-radius: 3.40282e38px;
  }

  .rounded-r-full {
    border-top-right-radius: 3.40282e38px;
    border-bottom-right-radius: 3.40282e38px;
  }

  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }

  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0 !important;
  }

  .border, .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t-2, .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[\#C1C1C1\] {
    border-color: #c1c1c1;
  }

  .border-\[\#FF0000\] {
    border-color: red;
  }

  .border-\[\#c1c1c1\] {
    border-color: #c1c1c1;
  }

  .border-\[\#ff0000\] {
    border-color: red;
  }

  .border-\[\#fff\] {
    border-color: #fff;
  }

  .bg-\[\#00C414\] {
    background-color: #00c414;
  }

  .bg-\[\#00000080\] {
    background-color: #00000080;
  }

  .bg-\[\#D9D9D9\] {
    background-color: #d9d9d9;
  }

  .bg-\[\#F00\] {
    background-color: red;
  }

  .bg-\[\#F5F5F5\] {
    background-color: #f5f5f5;
  }

  .bg-\[\#F60\] {
    background-color: #f60;
  }

  .bg-\[\#FF0000\] {
    background-color: red;
  }

  .bg-\[\#FF0000\]\/50 {
    background-color: oklab(62.7955% .224863 .125846 / .5);
  }

  .bg-\[\#FF4FC7\] {
    background-color: #ff4fc7;
  }

  .bg-\[\#FF4FC7\]\/50 {
    background-color: oklab(70.8475% .230641 -.0694793 / .5);
  }

  .bg-\[\#FF2100\] {
    background-color: #ff2100;
  }

  .bg-\[\#FF6600\] {
    background-color: #f60;
  }

  .bg-\[\#FF6600\]\/50 {
    background-color: oklab(69.5793% .148186 .14058 / .5);
  }

  .bg-\[\#f00\] {
    background-color: red;
  }

  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }

  .bg-\[\#ff0000\] {
    background-color: red;
  }

  .bg-\[\#fff\] {
    background-color: #fff;
  }

  .bg-\[pink\] {
    background-color: pink;
  }

  .bg-\[red\] {
    background-color: red;
  }

  .bg-\[teal\] {
    background-color: teal;
  }

  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/90 {
    background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-top {
    object-position: top;
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-\[15px\] {
    padding: 15px;
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-\[5px\] {
    padding-inline: 5px;
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[15px\] {
    padding-inline: 15px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[22px\] {
    padding-inline: 22px;
  }

  .px-\[26px\] {
    padding-inline: 26px;
  }

  .px-\[35px\] {
    padding-inline: 35px;
  }

  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-\[5px\] {
    padding-block: 5px;
  }

  .py-\[6\.5px\] {
    padding-block: 6.5px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[7px\] {
    padding-block: 7px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[15px\] {
    padding-block: 15px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[30px\] {
    padding-block: 30px;
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-\[5px\] {
    padding-top: 5px;
  }

  .pt-\[14px\] {
    padding-top: 14px;
  }

  .pt-\[15px\] {
    padding-top: 15px;
  }

  .pt-\[17px\] {
    padding-top: 17px;
  }

  .pt-\[64px\] {
    padding-top: 64px;
  }

  .pt-\[70px\] {
    padding-top: 70px;
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-\[15px\] {
    padding-right: 15px;
  }

  .pr-\[20px\] {
    padding-right: 20px;
  }

  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-\[15px\] {
    padding-bottom: 15px;
  }

  .pb-\[30px\] {
    padding-bottom: 30px;
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-\[15px\] {
    padding-left: 15px;
  }

  .pl-\[42px\] {
    padding-left: 42px;
  }

  .pl-\[50px\] {
    padding-left: 50px;
  }

  .\!text-left {
    text-align: left !important;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .align-top {
    vertical-align: top;
  }

  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }

  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-\[0\.75rem\]\/\[1\.375rem\] {
    font-size: .75rem;
    line-height: 1.375rem;
  }

  .text-\[0\.75rem\]\/\[1rem\] {
    font-size: .75rem;
    line-height: 1rem;
  }

  .text-\[0\.875rem\]\/\[1\.25rem\] {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-\[0\.875rem\]\/\[1\.563rem\] {
    font-size: .875rem;
    line-height: 1.563rem;
  }

  .text-\[1\.5rem\]\/\[2rem\] {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-\[1\.25rem\]\/\[1\.625rem\] {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .text-\[1rem\]\/\[1\.25rem\] {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-\[1rem\]\/\[1\.625rem\] {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .text-\[12px\]\/\[16px\] {
    font-size: 12px;
    line-height: 16px;
  }

  .text-\[12px\]\/\[22px\] {
    font-size: 12px;
    line-height: 22px;
  }

  .text-\[14px\]\/\[20px\] {
    font-size: 14px;
    line-height: 20px;
  }

  .text-\[14px\]\/\[25px\] {
    font-size: 14px;
    line-height: 25px;
  }

  .text-\[16px\]\/\[20px\] {
    font-size: 16px;
    line-height: 20px;
  }

  .text-\[16px\]\/\[30px\] {
    font-size: 16px;
    line-height: 30px;
  }

  .text-\[18px\]\/\[23px\] {
    font-size: 18px;
    line-height: 23px;
  }

  .text-\[18px\]\/\[26px\] {
    font-size: 18px;
    line-height: 26px;
  }

  .text-\[18px\]\/\[32px\] {
    font-size: 18px;
    line-height: 32px;
  }

  .text-\[20px\]\/\[26px\] {
    font-size: 20px;
    line-height: 26px;
  }

  .text-\[22px\]\/\[32px\] {
    font-size: 22px;
    line-height: 32px;
  }

  .text-\[24px\]\/\[32px\] {
    font-size: 24px;
    line-height: 32px;
  }

  .text-\[28px\]\/\[35px\] {
    font-size: 28px;
    line-height: 35px;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.75rem\] {
    font-size: .75rem;
  }

  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.5px\] {
    --tw-tracking: -.5px;
    letter-spacing: -.5px;
  }

  .tracking-\[-0\.32px\] {
    --tw-tracking: -.32px;
    letter-spacing: -.32px;
  }

  .tracking-\[-0\.88px\] {
    --tw-tracking: -.88px;
    letter-spacing: -.88px;
  }

  .tracking-\[-4\%\] {
    --tw-tracking: -4%;
    letter-spacing: -4%;
  }

  .break-all {
    word-break: break-all;
  }

  .break-keep {
    word-break: keep-all;
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#000\] {
    color: #000;
  }

  .text-\[\#909090\] {
    color: #909090;
  }

  .text-\[\#F00\], .text-\[\#FF0000\] {
    color: red;
  }

  .text-\[\#FF2100\] {
    color: #ff2100;
  }

  .text-\[\#f00\], .text-\[\#ff0000\] {
    color: red;
  }

  .text-\[\#ff2100\] {
    color: #ff2100;
  }

  .text-\[\#fff\] {
    color: #fff;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  :is(.\*\:relative > *) {
    position: relative;
  }

  :is(.\*\:mr-2\.5 > *) {
    margin-right: calc(var(--spacing) * 2.5);
  }

  :is(.\*\:flex > *) {
    display: flex;
  }

  :is(.\*\:aspect-square > *) {
    aspect-ratio: 1;
  }

  :is(.\*\:size-\[25px\] > *) {
    width: 25px;
    height: 25px;
  }

  :is(.\*\:size-\[95px\] > *) {
    width: 95px;
    height: 95px;
  }

  :is(.\*\:h-5 > *) {
    height: calc(var(--spacing) * 5);
  }

  :is(.\*\:h-\[80px\] > *) {
    height: 80px;
  }

  :is(.\*\:h-\[100px\] > *) {
    height: 100px;
  }

  :is(.\*\:w-5 > *) {
    width: calc(var(--spacing) * 5);
  }

  :is(.\*\:w-\[80px\] > *) {
    width: 80px;
  }

  :is(.\*\:w-\[100px\] > *) {
    width: 100px;
  }

  :is(.\*\:basis-\[calc\(100\%\/2-5px\*1\/2\)\] > *), :is(.\*\:basis-\[calc\(100\%\/2-5px\/2\)\] > *) {
    flex-basis: calc(50% - 2.5px);
  }

  :is(.\*\:basis-\[calc\(100\%\/2-10px\*1\/2\)\] > *) {
    flex-basis: calc(50% - 5px);
  }

  :is(.\*\:basis-\[calc\(100\%\/2-20px\*1\/2\)\] > *) {
    flex-basis: calc(50% - 10px);
  }

  :is(.\*\:basis-full > *) {
    flex-basis: 100%;
  }

  :is(.\*\:cursor-pointer > *) {
    cursor: pointer;
  }

  :is(.\*\:flex-col > *) {
    flex-direction: column;
  }

  :is(.\*\:flex-wrap > *) {
    flex-wrap: wrap;
  }

  :is(.\*\:items-baseline > *) {
    align-items: baseline;
  }

  :is(.\*\:items-center > *) {
    align-items: center;
  }

  :is(.\*\:justify-center > *) {
    justify-content: center;
  }

  :is(.\*\:gap-4 > *) {
    gap: calc(var(--spacing) * 4);
  }

  :is(.\*\:gap-x-2\.5 > *) {
    column-gap: calc(var(--spacing) * 2.5);
  }

  :is(.\*\:gap-x-\[5px\] > *) {
    column-gap: 5px;
  }

  :is(.\*\:gap-x-\[10px\] > *) {
    column-gap: 10px;
  }

  :is(.\*\:gap-x-\[36px\] > *) {
    column-gap: 36px;
  }

  :is(.\*\:gap-y-5 > *) {
    row-gap: calc(var(--spacing) * 5);
  }

  :is(.\*\:gap-y-\[20px\] > *) {
    row-gap: 20px;
  }

  :is(.\*\:rounded-\[10\.05px\] > *) {
    border-radius: 10.05px;
  }

  :is(.\*\:rounded-\[50px\] > *) {
    border-radius: 50px;
  }

  :is(.\*\:rounded-full > *) {
    border-radius: 3.40282e38px;
  }

  :is(.\*\:border > *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  :is(.\*\:border-\[\#FF0000\] > *) {
    border-color: red;
  }

  :is(.\*\:border-white > *) {
    border-color: var(--color-white);
  }

  :is(.\*\:bg-\[\#F5F5F5\] > *) {
    background-color: #f5f5f5;
  }

  :is(.\*\:bg-\[\#fff\] > *) {
    background-color: #fff;
  }

  :is(.\*\:py-\[9px\] > *) {
    padding-block: 9px;
  }

  :is(.\*\:text-center > *) {
    text-align: center;
  }

  :is(.\*\:text-\[0\.875rem\]\/\[1\.25rem\] > *) {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  :is(.\*\:text-\[1rem\] > *) {
    font-size: 1rem;
  }

  :is(.\*\:font-bold > *) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  :is(.\*\:font-medium > *) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  :is(.\*\:font-semibold > *) {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  :is(.\*\:tracking-\[-0\.5px\] > *) {
    --tw-tracking: -.5px;
    letter-spacing: -.5px;
  }

  :is(.\*\:whitespace-nowrap > *) {
    white-space: nowrap;
  }

  :is(.\*\:text-\[\#FF0000\] > *), :is(.\*\:text-\[\#f00\] > *) {
    color: red;
  }

  :is(.\*\:text-\[\#fff\] > *) {
    color: #fff;
  }

  @media (hover: hover) {
    .group-hover\:flex:is(:where(.group):hover *) {
      display: flex;
    }
  }

  .group-has-\[\.magazine\]\:bg-\[\#FF4FC7\]:is(:where(.group):has(.magazine) *) {
    background-color: #ff4fc7;
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:top-1\/2:after {
    content: var(--tw-content);
    top: 50%;
  }

  .after\:right-0:after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }

  .after\:h-\[60\%\]:after {
    content: var(--tw-content);
    height: 60%;
  }

  .after\:w-\[1px\]:after {
    content: var(--tw-content);
    width: 1px;
  }

  .after\:-translate-y-1\/2:after {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .after\:bg-\[\#000\]:after {
    content: var(--tw-content);
    background-color: #000;
  }

  @media (width >= 64rem) {
    .lg\:\!pointer-events-auto {
      pointer-events: auto !important;
    }

    .lg\:pointer-events-auto {
      pointer-events: auto;
    }

    .lg\:\!fixed {
      position: fixed !important;
    }

    .lg\:\!relative {
      position: relative !important;
    }

    .lg\:absolute {
      position: absolute;
    }

    .lg\:fixed {
      position: fixed;
    }

    .lg\:relative {
      position: relative;
    }

    .lg\:sticky {
      position: sticky;
    }

    .lg\:\!top-16 {
      top: calc(var(--spacing) * 16) !important;
    }

    .lg\:top-0 {
      top: calc(var(--spacing) * 0);
    }

    .lg\:top-\[15px\] {
      top: 15px;
    }

    .lg\:top-\[54px\] {
      top: 54px;
    }

    .lg\:top-\[64px\] {
      top: 64px;
    }

    .lg\:top-\[84px\] {
      top: 84px;
    }

    .lg\:\!right-0 {
      right: calc(var(--spacing) * 0) !important;
    }

    .lg\:\!right-8 {
      right: calc(var(--spacing) * 8) !important;
    }

    .lg\:right-2\.5 {
      right: calc(var(--spacing) * 2.5);
    }

    .lg\:right-5 {
      right: calc(var(--spacing) * 5);
    }

    .lg\:right-\[30px\] {
      right: 30px;
    }

    .lg\:\!bottom-8 {
      bottom: calc(var(--spacing) * 8) !important;
    }

    .lg\:\!bottom-\[30px\] {
      bottom: 30px !important;
    }

    .lg\:bottom-\[30px\] {
      bottom: 30px;
    }

    .lg\:\!left-0 {
      left: calc(var(--spacing) * 0) !important;
    }

    .lg\:\!left-\[30px\] {
      left: 30px !important;
    }

    .lg\:left-0 {
      left: calc(var(--spacing) * 0);
    }

    .lg\:left-2\.5 {
      left: calc(var(--spacing) * 2.5);
    }

    .lg\:order-none {
      order: 0;
    }

    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }

    .lg\:mx-2\.5 {
      margin-inline: calc(var(--spacing) * 2.5);
    }

    .lg\:mx-auto {
      margin-inline: auto;
    }

    .lg\:\!my-\[30px\] {
      margin-block: 30px !important;
    }

    .lg\:my-0 {
      margin-block: calc(var(--spacing) * 0);
    }

    .lg\:\!mt-10 {
      margin-top: calc(var(--spacing) * 10) !important;
    }

    .lg\:\!mt-\[50px\] {
      margin-top: 50px !important;
    }

    .lg\:\!mt-\[60px\] {
      margin-top: 60px !important;
    }

    .lg\:\!mt-\[63px\] {
      margin-top: 63px !important;
    }

    .lg\:\!mt-\[100px\] {
      margin-top: 100px !important;
    }

    .lg\:\!mt-\[200px\] {
      margin-top: 200px !important;
    }

    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }

    .lg\:mt-2\.5 {
      margin-top: calc(var(--spacing) * 2.5);
    }

    .lg\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }

    .lg\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }

    .lg\:mt-\[4px\] {
      margin-top: 4px;
    }

    .lg\:mt-\[20px\] {
      margin-top: 20px;
    }

    .lg\:mt-\[25px\] {
      margin-top: 25px;
    }

    .lg\:mt-\[30px\] {
      margin-top: 30px;
    }

    .lg\:mt-\[40px\] {
      margin-top: 40px;
    }

    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }

    .lg\:mt-\[80px\] {
      margin-top: 80px;
    }

    .lg\:mt-\[100px\] {
      margin-top: 100px;
    }

    .lg\:mt-\[104px\] {
      margin-top: 104px;
    }

    .lg\:mt-\[200px\] {
      margin-top: 200px;
    }

    .lg\:\!mr-5 {
      margin-right: calc(var(--spacing) * 5) !important;
    }

    .lg\:-mr-\[15px\] {
      margin-right: -15px;
    }

    .lg\:mr-0 {
      margin-right: calc(var(--spacing) * 0);
    }

    .lg\:mr-1 {
      margin-right: calc(var(--spacing) * 1);
    }

    .lg\:mr-2\.5 {
      margin-right: calc(var(--spacing) * 2.5);
    }

    .lg\:mr-\[15px\] {
      margin-right: 15px;
    }

    .lg\:mr-\[70px\] {
      margin-right: 70px;
    }

    .lg\:\!mb-0 {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }

    .lg\:\!mb-2\.5 {
      margin-bottom: calc(var(--spacing) * 2.5) !important;
    }

    .lg\:\!mb-5 {
      margin-bottom: calc(var(--spacing) * 5) !important;
    }

    .lg\:\!mb-24 {
      margin-bottom: calc(var(--spacing) * 24) !important;
    }

    .lg\:\!mb-\[14px\] {
      margin-bottom: 14px !important;
    }

    .lg\:\!mb-\[15px\] {
      margin-bottom: 15px !important;
    }

    .lg\:\!mb-\[24px\] {
      margin-bottom: 24px !important;
    }

    .lg\:\!mb-\[60px\] {
      margin-bottom: 60px !important;
    }

    .lg\:\!mb-\[76px\] {
      margin-bottom: 76px !important;
    }

    .lg\:\!mb-\[200px\] {
      margin-bottom: 200px !important;
    }

    .lg\:-mb-\[7px\] {
      margin-bottom: -7px;
    }

    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }

    .lg\:mb-2\.5 {
      margin-bottom: calc(var(--spacing) * 2.5);
    }

    .lg\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }

    .lg\:mb-\[70px\] {
      margin-bottom: 70px;
    }

    .lg\:mb-\[160px\] {
      margin-bottom: 160px;
    }

    .lg\:-ml-\[15px\] {
      margin-left: -15px;
    }

    .lg\:ml-1 {
      margin-left: calc(var(--spacing) * 1);
    }

    .lg\:ml-3 {
      margin-left: calc(var(--spacing) * 3);
    }

    .lg\:ml-auto {
      margin-left: auto;
    }

    .lg\:\!block {
      display: block !important;
    }

    .lg\:\!flex {
      display: flex !important;
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:\!h-10 {
      height: calc(var(--spacing) * 10) !important;
    }

    .lg\:\!h-\[30px\] {
      height: 30px !important;
    }

    .lg\:\!h-\[34px\] {
      height: 34px !important;
    }

    .lg\:\!h-\[44px\] {
      height: 44px !important;
    }

    .lg\:\!h-\[46px\] {
      height: 46px !important;
    }

    .lg\:\!h-\[58px\] {
      height: 58px !important;
    }

    .lg\:\!h-\[100dvh\] {
      height: 100dvh !important;
    }

    .lg\:\!h-\[calc\(100svh-64px\)\] {
      height: calc(100svh - 64px) !important;
    }

    .lg\:h-8 {
      height: calc(var(--spacing) * 8);
    }

    .lg\:h-\[22px\] {
      height: 22px;
    }

    .lg\:h-\[23px\] {
      height: 23px;
    }

    .lg\:h-\[24px\] {
      height: 24px;
    }

    .lg\:h-\[30px\] {
      height: 30px;
    }

    .lg\:h-\[34px\] {
      height: 34px;
    }

    .lg\:h-\[60px\] {
      height: 60px;
    }

    .lg\:h-\[100px\] {
      height: 100px;
    }

    .lg\:h-\[150px\] {
      height: 150px;
    }

    .lg\:h-\[217px\] {
      height: 217px;
    }

    .lg\:h-auto {
      height: auto;
    }

    .lg\:h-full {
      height: 100%;
    }

    .lg\:min-h-16 {
      min-height: calc(var(--spacing) * 16);
    }

    .lg\:\!w-1\/2 {
      width: 50% !important;
    }

    .lg\:\!w-2\/5 {
      width: 40% !important;
    }

    .lg\:\!w-3\/5 {
      width: 60% !important;
    }

    .lg\:\!w-\[34px\] {
      width: 34px !important;
    }

    .lg\:\!w-\[40px\] {
      width: 40px !important;
    }

    .lg\:\!w-\[58px\] {
      width: 58px !important;
    }

    .lg\:\!w-\[100px\] {
      width: 100px !important;
    }

    .lg\:\!w-\[calc\(50\%-30px\)\] {
      width: calc(50% - 30px) !important;
    }

    .lg\:\!w-auto {
      width: auto !important;
    }

    .lg\:w-1\/6 {
      width: 16.6667%;
    }

    .lg\:w-\[20\%\] {
      width: 20%;
    }

    .lg\:w-\[22px\] {
      width: 22px;
    }

    .lg\:w-\[24px\] {
      width: 24px;
    }

    .lg\:w-\[26px\] {
      width: 26px;
    }

    .lg\:w-\[30\%\] {
      width: 30%;
    }

    .lg\:w-\[34\%\] {
      width: 34%;
    }

    .lg\:w-\[36\%\] {
      width: 36%;
    }

    .lg\:w-\[40\%\] {
      width: 40%;
    }

    .lg\:w-\[52\%\] {
      width: 52%;
    }

    .lg\:w-\[61\%\] {
      width: 61%;
    }

    .lg\:w-\[66\%\] {
      width: 66%;
    }

    .lg\:w-\[100px\] {
      width: 100px;
    }

    .lg\:w-\[150px\] {
      width: 150px;
    }

    .lg\:w-\[153px\] {
      width: 153px;
    }

    .lg\:w-\[217px\] {
      width: 217px;
    }

    .lg\:w-\[calc\(100\%\*1\/4-30px\/2\)\] {
      width: calc(25% - 15px);
    }

    .lg\:w-\[calc\(100\%\*3\/4-30px\/2\)\] {
      width: calc(75% - 15px);
    }

    .lg\:w-auto {
      width: auto;
    }

    .lg\:w-full {
      width: 100%;
    }

    .lg\:\!max-w-\[460px\] {
      max-width: 460px !important;
    }

    .lg\:\!max-w-full {
      max-width: 100% !important;
    }

    .lg\:max-w-\[340px\] {
      max-width: 340px;
    }

    .lg\:max-w-\[346px\] {
      max-width: 346px;
    }

    .lg\:max-w-\[375px\] {
      max-width: 375px;
    }

    .lg\:max-w-\[1540px\] {
      max-width: 1540px;
    }

    .lg\:\!min-w-\[90px\] {
      min-width: 90px !important;
    }

    .lg\:\!min-w-\[100px\] {
      min-width: 100px !important;
    }

    .lg\:\!min-w-\[120px\] {
      min-width: 120px !important;
    }

    .lg\:\!min-w-\[290px\] {
      min-width: 290px !important;
    }

    .lg\:\!min-w-\[460px\] {
      min-width: 460px !important;
    }

    .lg\:min-w-5 {
      min-width: calc(var(--spacing) * 5);
    }

    .lg\:min-w-\[130px\] {
      min-width: 130px;
    }

    .lg\:min-w-\[300px\] {
      min-width: 300px;
    }

    .lg\:min-w-\[400px\] {
      min-width: 400px;
    }

    .lg\:min-w-\[840px\] {
      min-width: 840px;
    }

    .lg\:\!basis-\[60\%\] {
      flex-basis: 60% !important;
    }

    .lg\:basis-1\/2 {
      flex-basis: 50%;
    }

    .lg\:basis-\[31\.25\%\] {
      flex-basis: 31.25%;
    }

    .lg\:basis-\[68\.75\%\] {
      flex-basis: 68.75%;
    }

    .lg\:basis-\[440px\] {
      flex-basis: 440px;
    }

    .lg\:basis-\[calc\(100\%\/2-10px\*1\/2\)\] {
      flex-basis: calc(50% - 5px);
    }

    .lg\:basis-\[calc\(100\%\/2-30px\*1\/2\)\] {
      flex-basis: calc(50% - 15px);
    }

    .lg\:basis-\[calc\(100\%\/3-20px\/3\)\] {
      flex-basis: calc(33.3333% - 6.66667px);
    }

    .lg\:basis-\[calc\(100\%\/4-15px\*3\/4\)\] {
      flex-basis: calc(25% - 11.25px);
    }

    .lg\:basis-\[calc\(100\%\/4-30px\/4\)\] {
      flex-basis: calc(25% - 7.5px);
    }

    .lg\:basis-full {
      flex-basis: 100%;
    }

    .lg\:\!translate-0 {
      --tw-translate-x: calc(var(--spacing) * 0) !important;
      --tw-translate-y: calc(var(--spacing) * 0) !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }

    .lg\:\!flex-row {
      flex-direction: row !important;
    }

    .lg\:flex-col {
      flex-direction: column;
    }

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }

    .lg\:flex-wrap {
      flex-wrap: wrap;
    }

    .lg\:\!items-center {
      align-items: center !important;
    }

    .lg\:items-center {
      align-items: center;
    }

    .lg\:items-start {
      align-items: flex-start;
    }

    .lg\:gap-\[10px\] {
      gap: 10px;
    }

    .lg\:gap-x-2 {
      column-gap: calc(var(--spacing) * 2);
    }

    .lg\:gap-x-2\.5 {
      column-gap: calc(var(--spacing) * 2.5);
    }

    .lg\:gap-x-5 {
      column-gap: calc(var(--spacing) * 5);
    }

    .lg\:gap-x-10 {
      column-gap: calc(var(--spacing) * 10);
    }

    .lg\:gap-x-\[5px\] {
      column-gap: 5px;
    }

    .lg\:gap-x-\[15px\] {
      column-gap: 15px;
    }

    .lg\:gap-x-\[20px\] {
      column-gap: 20px;
    }

    .lg\:gap-x-\[25px\] {
      column-gap: 25px;
    }

    .lg\:gap-x-\[30px\] {
      column-gap: 30px;
    }

    .lg\:gap-x-\[60px\] {
      column-gap: 60px;
    }

    .lg\:gap-x-\[175px\] {
      column-gap: 175px;
    }

    .lg\:\!gap-y-\[40px\] {
      row-gap: 40px !important;
    }

    .lg\:\!gap-y-\[60px\] {
      row-gap: 60px !important;
    }

    .lg\:gap-y-10 {
      row-gap: calc(var(--spacing) * 10);
    }

    .lg\:gap-y-\[30px\] {
      row-gap: 30px;
    }

    .lg\:gap-y-\[40px\] {
      row-gap: 40px;
    }

    .lg\:gap-y-\[100px\] {
      row-gap: 100px;
    }

    .lg\:gap-y-\[200px\] {
      row-gap: 200px;
    }

    .lg\:overflow-auto {
      overflow: auto;
    }

    .lg\:overflow-x-hidden {
      overflow-x: hidden;
    }

    .lg\:overflow-y-scroll {
      overflow-y: scroll;
    }

    .lg\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }

    .lg\:\!border-t-3 {
      border-top-style: var(--tw-border-style) !important;
      border-top-width: 3px !important;
    }

    .lg\:border-t-\[3px\] {
      border-top-style: var(--tw-border-style);
      border-top-width: 3px;
    }

    .lg\:\!border-b-0 {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0 !important;
    }

    .lg\:\!border-b-3 {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 3px !important;
    }

    .lg\:\!bg-\[\#F5F5F5\] {
      background-color: #f5f5f5 !important;
    }

    .lg\:\!bg-transparent {
      background-color: #0000 !important;
    }

    .lg\:\!bg-white {
      background-color: var(--color-white) !important;
    }

    .lg\:p-0 {
      padding: calc(var(--spacing) * 0);
    }

    .lg\:p-5 {
      padding: calc(var(--spacing) * 5);
    }

    .lg\:p-\[30px\] {
      padding: 30px;
    }

    .lg\:\!px-5 {
      padding-inline: calc(var(--spacing) * 5) !important;
    }

    .lg\:\!px-\[30px\] {
      padding-inline: 30px !important;
    }

    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .lg\:px-\[20px\] {
      padding-inline: 20px;
    }

    .lg\:px-\[30px\] {
      padding-inline: 30px;
    }

    .lg\:px-\[35px\] {
      padding-inline: 35px;
    }

    .lg\:\!py-1 {
      padding-block: calc(var(--spacing) * 1) !important;
    }

    .lg\:\!py-5 {
      padding-block: calc(var(--spacing) * 5) !important;
    }

    .lg\:\!py-\[9px\] {
      padding-block: 9px !important;
    }

    .lg\:\!py-\[30px\] {
      padding-block: 30px !important;
    }

    .lg\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }

    .lg\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }

    .lg\:py-\[4\.5px\] {
      padding-block: 4.5px;
    }

    .lg\:py-\[10px\] {
      padding-block: 10px;
    }

    .lg\:py-\[15px\] {
      padding-block: 15px;
    }

    .lg\:py-\[30px\] {
      padding-block: 30px;
    }

    .lg\:\!pt-5 {
      padding-top: calc(var(--spacing) * 5) !important;
    }

    .lg\:\!pt-\[30px\] {
      padding-top: 30px !important;
    }

    .lg\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }

    .lg\:pt-\[30px\] {
      padding-top: 30px;
    }

    .lg\:pt-\[35px\] {
      padding-top: 35px;
    }

    .lg\:pt-\[104px\] {
      padding-top: 104px;
    }

    .lg\:\!pr-0 {
      padding-right: calc(var(--spacing) * 0) !important;
    }

    .lg\:pr-2\.5 {
      padding-right: calc(var(--spacing) * 2.5);
    }

    .lg\:pr-\[16px\] {
      padding-right: 16px;
    }

    .lg\:pr-\[30px\] {
      padding-right: 30px;
    }

    .lg\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }

    .lg\:pb-\[30px\] {
      padding-bottom: 30px;
    }

    .lg\:\!pl-0 {
      padding-left: calc(var(--spacing) * 0) !important;
    }

    .lg\:pl-4 {
      padding-left: calc(var(--spacing) * 4);
    }

    .lg\:pl-\[30px\] {
      padding-left: 30px;
    }

    .lg\:\!text-2xl {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }

    .lg\:\!text-\[16px\]\/\[30px\] {
      font-size: 16px !important;
      line-height: 30px !important;
    }

    .lg\:\!text-\[18px\]\/\[26px\] {
      font-size: 18px !important;
      line-height: 26px !important;
    }

    .lg\:\!text-\[18px\]\/\[32px\] {
      font-size: 18px !important;
      line-height: 32px !important;
    }

    .lg\:\!text-\[18px\]\/\[33px\] {
      font-size: 18px !important;
      line-height: 33px !important;
    }

    .lg\:\!text-\[18px\]\/\[34px\] {
      font-size: 18px !important;
      line-height: 34px !important;
    }

    .lg\:\!text-\[18px\]\/\[35px\] {
      font-size: 18px !important;
      line-height: 35px !important;
    }

    .lg\:\!text-\[18px\]\/\[36px\] {
      font-size: 18px !important;
      line-height: 36px !important;
    }

    .lg\:\!text-\[18px\]\/\[37px\] {
      font-size: 18px !important;
      line-height: 37px !important;
    }

    .lg\:\!text-\[18px\]\/\[38px\] {
      font-size: 18px !important;
      line-height: 38px !important;
    }

    .lg\:\!text-\[18px\]\/\[39px\] {
      font-size: 18px !important;
      line-height: 39px !important;
    }

    .lg\:\!text-\[18px\]\/\[40px\] {
      font-size: 18px !important;
      line-height: 40px !important;
    }

    .lg\:\!text-\[18px\]\/\[41px\] {
      font-size: 18px !important;
      line-height: 41px !important;
    }

    .lg\:\!text-\[18px\]\/\[42px\] {
      font-size: 18px !important;
      line-height: 42px !important;
    }

    .lg\:\!text-\[18px\]\/\[43px\] {
      font-size: 18px !important;
      line-height: 43px !important;
    }

    .lg\:\!text-\[18px\]\/\[44px\] {
      font-size: 18px !important;
      line-height: 44px !important;
    }

    .lg\:\!text-\[18px\]\/\[45px\] {
      font-size: 18px !important;
      line-height: 45px !important;
    }

    .lg\:\!text-\[18px\]\/\[46px\] {
      font-size: 18px !important;
      line-height: 46px !important;
    }

    .lg\:\!text-\[18px\]\/\[47px\] {
      font-size: 18px !important;
      line-height: 47px !important;
    }

    .lg\:\!text-\[18px\]\/\[48px\] {
      font-size: 18px !important;
      line-height: 48px !important;
    }

    .lg\:\!text-\[18px\]\/\[49px\] {
      font-size: 18px !important;
      line-height: 49px !important;
    }

    .lg\:\!text-\[18px\]\/\[50px\] {
      font-size: 18px !important;
      line-height: 50px !important;
    }

    .lg\:\!text-\[18px\]\/\[51px\] {
      font-size: 18px !important;
      line-height: 51px !important;
    }

    .lg\:\!text-\[18px\]\/\[52px\] {
      font-size: 18px !important;
      line-height: 52px !important;
    }

    .lg\:\!text-\[18px\]\/\[53px\] {
      font-size: 18px !important;
      line-height: 53px !important;
    }

    .lg\:\!text-\[18px\]\/\[54px\] {
      font-size: 18px !important;
      line-height: 54px !important;
    }

    .lg\:\!text-\[18px\]\/\[55px\] {
      font-size: 18px !important;
      line-height: 55px !important;
    }

    .lg\:\!text-\[18px\]\/\[56px\] {
      font-size: 18px !important;
      line-height: 56px !important;
    }

    .lg\:\!text-\[18px\]\/\[57px\] {
      font-size: 18px !important;
      line-height: 57px !important;
    }

    .lg\:\!text-\[18px\]\/\[58px\] {
      font-size: 18px !important;
      line-height: 58px !important;
    }

    .lg\:\!text-\[22px\]\/\[32px\] {
      font-size: 22px !important;
      line-height: 32px !important;
    }

    .lg\:\!text-\[24px\]\/\[32px\] {
      font-size: 24px !important;
      line-height: 32px !important;
    }

    .lg\:\!text-\[24px\]\/\[33px\] {
      font-size: 24px !important;
      line-height: 33px !important;
    }

    .lg\:\!text-\[24px\]\/\[34px\] {
      font-size: 24px !important;
      line-height: 34px !important;
    }

    .lg\:\!text-\[24px\]\/\[35px\] {
      font-size: 24px !important;
      line-height: 35px !important;
    }

    .lg\:\!text-\[24px\]\/\[36px\] {
      font-size: 24px !important;
      line-height: 36px !important;
    }

    .lg\:\!text-\[24px\]\/\[37px\] {
      font-size: 24px !important;
      line-height: 37px !important;
    }

    .lg\:\!text-\[24px\]\/\[38px\] {
      font-size: 24px !important;
      line-height: 38px !important;
    }

    .lg\:\!text-\[24px\]\/\[39px\] {
      font-size: 24px !important;
      line-height: 39px !important;
    }

    .lg\:\!text-\[24px\]\/\[40px\] {
      font-size: 24px !important;
      line-height: 40px !important;
    }

    .lg\:\!text-\[24px\]\/\[41px\] {
      font-size: 24px !important;
      line-height: 41px !important;
    }

    .lg\:\!text-\[24px\]\/\[42px\] {
      font-size: 24px !important;
      line-height: 42px !important;
    }

    .lg\:\!text-\[24px\]\/\[43px\] {
      font-size: 24px !important;
      line-height: 43px !important;
    }

    .lg\:\!text-\[24px\]\/\[44px\] {
      font-size: 24px !important;
      line-height: 44px !important;
    }

    .lg\:\!text-\[24px\]\/\[45px\] {
      font-size: 24px !important;
      line-height: 45px !important;
    }

    .lg\:\!text-\[24px\]\/\[46px\] {
      font-size: 24px !important;
      line-height: 46px !important;
    }

    .lg\:\!text-\[24px\]\/\[47px\] {
      font-size: 24px !important;
      line-height: 47px !important;
    }

    .lg\:\!text-\[24px\]\/\[48px\] {
      font-size: 24px !important;
      line-height: 48px !important;
    }

    .lg\:\!text-\[24px\]\/\[49px\] {
      font-size: 24px !important;
      line-height: 49px !important;
    }

    .lg\:\!text-\[24px\]\/\[50px\] {
      font-size: 24px !important;
      line-height: 50px !important;
    }

    .lg\:\!text-\[24px\]\/\[51px\] {
      font-size: 24px !important;
      line-height: 51px !important;
    }

    .lg\:\!text-\[24px\]\/\[52px\] {
      font-size: 24px !important;
      line-height: 52px !important;
    }

    .lg\:\!text-\[24px\]\/\[53px\] {
      font-size: 24px !important;
      line-height: 53px !important;
    }

    .lg\:\!text-\[24px\]\/\[54px\] {
      font-size: 24px !important;
      line-height: 54px !important;
    }

    .lg\:\!text-\[24px\]\/\[55px\] {
      font-size: 24px !important;
      line-height: 55px !important;
    }

    .lg\:\!text-\[24px\]\/\[56px\] {
      font-size: 24px !important;
      line-height: 56px !important;
    }

    .lg\:\!text-\[24px\]\/\[57px\] {
      font-size: 24px !important;
      line-height: 57px !important;
    }

    .lg\:\!text-\[24px\]\/\[58px\] {
      font-size: 24px !important;
      line-height: 58px !important;
    }

    .lg\:\!text-\[28px\]\/\[35px\] {
      font-size: 28px !important;
      line-height: 35px !important;
    }

    .lg\:\!text-base {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }

    .lg\:\!text-lg {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }

    .lg\:\!text-sm {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }

    .lg\:\!text-xl {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }

    @media (width >= 64rem) {
      .lg\:lg\:text-\[1\.563vw\]\/\[2\.083vw\] {
        font-size: 1.563vw;
        line-height: 2.083vw;
      }
    }

    .lg\:text-\[0\.875rem\]\/\[1\.25rem\] {
      font-size: .875rem;
      line-height: 1.25rem;
    }

    .lg\:text-\[1\.5rem\]\/\[2\.188rem\] {
      font-size: 1.5rem;
      line-height: 2.188rem;
    }

    .lg\:text-\[1\.25rem\]\/\[1\.625rem\] {
      font-size: 1.25rem;
      line-height: 1.625rem;
    }

    .lg\:text-\[1\.125rem\]\/\[1\.438rem\] {
      font-size: 1.125rem;
      line-height: 1.438rem;
    }

    .lg\:text-\[1\.875rem\]\/\[2\.5rem\] {
      font-size: 1.875rem;
      line-height: 2.5rem;
    }

    .lg\:text-\[1rem\]\/\[1\.25rem\] {
      font-size: 1rem;
      line-height: 1.25rem;
    }

    .lg\:text-\[1rem\]\/\[1\.875rem\] {
      font-size: 1rem;
      line-height: 1.875rem;
    }

    .lg\:text-\[2\.25rem\]\/\[2\.813rem\] {
      font-size: 2.25rem;
      line-height: 2.813rem;
    }

    .lg\:text-\[14px\]\/\[25px\] {
      font-size: 14px;
      line-height: 25px;
    }

    .lg\:text-\[14px\]\/\[26px\] {
      font-size: 14px;
      line-height: 26px;
    }

    .lg\:text-\[14px\]\/\[27px\] {
      font-size: 14px;
      line-height: 27px;
    }

    .lg\:text-\[14px\]\/\[28px\] {
      font-size: 14px;
      line-height: 28px;
    }

    .lg\:text-\[14px\]\/\[29px\] {
      font-size: 14px;
      line-height: 29px;
    }

    .lg\:text-\[14px\]\/\[30px\] {
      font-size: 14px;
      line-height: 30px;
    }

    .lg\:text-\[14px\]\/\[31px\] {
      font-size: 14px;
      line-height: 31px;
    }

    .lg\:text-\[14px\]\/\[32px\] {
      font-size: 14px;
      line-height: 32px;
    }

    .lg\:text-\[14px\]\/\[33px\] {
      font-size: 14px;
      line-height: 33px;
    }

    .lg\:text-\[14px\]\/\[34px\] {
      font-size: 14px;
      line-height: 34px;
    }

    .lg\:text-\[14px\]\/\[35px\] {
      font-size: 14px;
      line-height: 35px;
    }

    .lg\:text-\[14px\]\/\[36px\] {
      font-size: 14px;
      line-height: 36px;
    }

    .lg\:text-\[14px\]\/\[37px\] {
      font-size: 14px;
      line-height: 37px;
    }

    .lg\:text-\[14px\]\/\[38px\] {
      font-size: 14px;
      line-height: 38px;
    }

    .lg\:text-\[14px\]\/\[39px\] {
      font-size: 14px;
      line-height: 39px;
    }

    .lg\:text-\[14px\]\/\[40px\] {
      font-size: 14px;
      line-height: 40px;
    }

    .lg\:text-\[14px\]\/\[41px\] {
      font-size: 14px;
      line-height: 41px;
    }

    .lg\:text-\[14px\]\/\[42px\] {
      font-size: 14px;
      line-height: 42px;
    }

    .lg\:text-\[14px\]\/\[43px\] {
      font-size: 14px;
      line-height: 43px;
    }

    .lg\:text-\[14px\]\/\[44px\] {
      font-size: 14px;
      line-height: 44px;
    }

    .lg\:text-\[14px\]\/\[45px\] {
      font-size: 14px;
      line-height: 45px;
    }

    .lg\:text-\[14px\]\/\[46px\] {
      font-size: 14px;
      line-height: 46px;
    }

    .lg\:text-\[14px\]\/\[47px\] {
      font-size: 14px;
      line-height: 47px;
    }

    .lg\:text-\[14px\]\/\[48px\] {
      font-size: 14px;
      line-height: 48px;
    }

    .lg\:text-\[14px\]\/\[49px\] {
      font-size: 14px;
      line-height: 49px;
    }

    .lg\:text-\[14px\]\/\[50px\] {
      font-size: 14px;
      line-height: 50px;
    }

    .lg\:text-\[14px\]\/\[51px\] {
      font-size: 14px;
      line-height: 51px;
    }

    .lg\:text-\[16px\]\/\[16px\] {
      font-size: 16px;
      line-height: 16px;
    }

    .lg\:text-\[16px\]\/\[20px\] {
      font-size: 16px;
      line-height: 20px;
    }

    .lg\:text-\[16px\]\/\[30px\] {
      font-size: 16px;
      line-height: 30px;
    }

    .lg\:text-\[18px\]\/\[32px\] {
      font-size: 18px;
      line-height: 32px;
    }

    .lg\:text-\[20px\]\/\[26px\] {
      font-size: 20px;
      line-height: 26px;
    }

    .lg\:text-\[24px\]\/\[35px\] {
      font-size: 24px;
      line-height: 35px;
    }

    .lg\:text-\[28px\]\/\[35px\] {
      font-size: 28px;
      line-height: 35px;
    }

    .lg\:text-\[36px\]\/\[45px\] {
      font-size: 36px;
      line-height: 45px;
    }

    .lg\:text-\[clamp\(10px\,0\.729vw\,14px\)\]\/\[0\.833vw\] {
      font-size: clamp(10px, .729vw, 14px);
      line-height: .833vw;
    }

    .lg\:text-\[clamp\(12px\,0\.833vw\,16px\)\]\/\[1\.042vw\] {
      font-size: clamp(12px, .833vw, 16px);
      line-height: 1.042vw;
    }

    .lg\:text-\[clamp\(12px\,0\.833vw\,16px\)\]\/\[1\.563vw\] {
      font-size: clamp(12px, .833vw, 16px);
      line-height: 1.563vw;
    }

    .lg\:text-\[clamp\(12px\,0\.938vw\,18px\)\]\/\[1\.198vw\] {
      font-size: clamp(12px, .938vw, 18px);
      line-height: 1.198vw;
    }

    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .lg\:\!text-\[16px\] {
      font-size: 16px !important;
    }

    .lg\:\!text-\[28px\] {
      font-size: 28px !important;
    }

    .lg\:\!text-\[30px\] {
      font-size: 30px !important;
    }

    .lg\:\!text-\[36px\] {
      font-size: 36px !important;
    }

    .lg\:text-\[1\.25rem\] {
      font-size: 1.25rem;
    }

    .lg\:text-\[1\.375rem\] {
      font-size: 1.375rem;
    }

    .lg\:text-\[1rem\] {
      font-size: 1rem;
    }

    .lg\:text-\[14px\] {
      font-size: 14px;
    }

    .lg\:text-\[36px\] {
      font-size: 36px;
    }

    .lg\:\!leading-\[14px\] {
      --tw-leading: 14px !important;
      line-height: 14px !important;
    }

    .lg\:font-semibold {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }

    .lg\:\!text-\[\#ff0000\] {
      color: red !important;
    }

    .lg\:shadow-md {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    :is(.lg\:\*\:hidden > *) {
      display: none;
    }

    :is(.lg\:\*\:size-\[200px\] > *) {
      width: 200px;
      height: 200px;
    }

    :is(.lg\:\*\:h-\[55px\] > *) {
      height: 55px;
    }

    :is(.lg\:\*\:h-\[100px\] > *) {
      height: 100px;
    }

    :is(.lg\:\*\:w-\[55px\] > *) {
      width: 55px;
    }

    :is(.lg\:\*\:w-\[100px\] > *) {
      width: 100px;
    }

    :is(.lg\:\*\:max-w-\[100px\] > *) {
      max-width: 100px;
    }

    :is(.lg\:\*\:basis-\[calc\(100\%\/2-5px\/2\)\] > *) {
      flex-basis: calc(50% - 2.5px);
    }

    :is(.lg\:\*\:basis-\[calc\(100\%\/2-175px\/2\)\] > *) {
      flex-basis: calc(50% - 87.5px);
    }

    :is(.lg\:\*\:basis-\[calc\(100\%\/4-10px\*3\/4\)\] > *) {
      flex-basis: calc(25% - 7.5px);
    }

    :is(.lg\:\*\:basis-\[calc\(100\%\/6-5px\*5\/6\)\] > *) {
      flex-basis: calc(16.6667% - 4.16667px);
    }

    :is(.lg\:\*\:gap-x-\[30px\] > *) {
      column-gap: 30px;
    }

    :is(.lg\:\*\:gap-y-\[30px\] > *) {
      row-gap: 30px;
    }

    :is(.\*\:lg\:text-\[1rem\]\/\[1\.25rem\] > *) {
      font-size: 1rem;
      line-height: 1.25rem;
    }

    :is(.lg\:\*\:text-\[1\.5rem\]\/\[2\.188rem\] > *) {
      font-size: 1.5rem;
      line-height: 2.188rem;
    }

    @media (hover: hover) {
      .lg\:hover\:\!bg-\[\#ff0000\]:hover {
        background-color: red !important;
      }

      .lg\:hover\:\!bg-white:hover {
        background-color: var(--color-white) !important;
      }

      .lg\:hover\:bg-\[\#ff0000\]:hover {
        background-color: red;
      }

      .lg\:hover\:\!text-\[\#ff0000\]:hover {
        color: red !important;
      }

      .lg\:hover\:\!text-white:hover {
        color: var(--color-white) !important;
      }

      .lg\:hover\:text-\[\#ff0000\]:hover {
        color: red;
      }

      .lg\:hover\:text-white:hover {
        color: var(--color-white);
      }
    }
  }

  @media (width >= 80rem) {
    .xl\:\!mr-\[30px\] {
      margin-right: 30px !important;
    }

    .xl\:basis-\[calc\(100\%\/3-10px\*2\/3\)\] {
      flex-basis: calc(33.3333% - 6.66667px);
    }

    .xl\:\!text-lg {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }

    .xl\:\!leading-\[18px\] {
      --tw-leading: 18px !important;
      line-height: 18px !important;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:mb-\[100px\] {
      margin-bottom: 100px;
    }
  }
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@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-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@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: 0;
}

@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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
