/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-mContainer: 1320px;
    --font-poppins: "Poppins", "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 {
  .m-auto {
    margin: auto;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[31px\] {
    margin-top: 31px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[69px\] {
    margin-top: 69px;
  }
  .mt-\[72px\] {
    margin-top: 72px;
  }
  .mt-\[95px\] {
    margin-top: 95px;
  }
  .mt-\[121px\] {
    margin-top: 121px;
  }
  .mt-\[px\] {
    margin-top: px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[52px\] {
    margin-bottom: 52px;
  }
  .mb-\[57px\] {
    margin-bottom: 57px;
  }
  .mb-\[72px\] {
    margin-bottom: 72px;
  }
  .mb-\[115px\] {
    margin-bottom: 115px;
  }
  .mb-\[121px\] {
    margin-bottom: 121px;
  }
  .mb-\[140px\] {
    margin-bottom: 140px;
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[22px\] {
    margin-left: 22px;
  }
  .ml-\[24px\] {
    margin-left: 24px;
  }
  .ml-\[25px\] {
    margin-left: 25px;
  }
  .ml-\[30px\] {
    margin-left: 30px;
  }
  .ml-\[35px\] {
    margin-left: 35px;
  }
  .ml-\[120px\] {
    margin-left: 120px;
  }
  .ml-\[220px\] {
    margin-left: 220px;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[492px\] {
    height: 492px;
  }
  .w-\[0\%\] {
    width: 0%;
  }
  .w-\[3\%\] {
    width: 3%;
  }
  .w-\[5\%\] {
    width: 5%;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[19\%\] {
    width: 19%;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[28\%\] {
    width: 28%;
  }
  .w-\[29\%\] {
    width: 29%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[31\%\] {
    width: 31%;
  }
  .w-\[32\%\] {
    width: 32%;
  }
  .w-\[38\%\] {
    width: 38%;
  }
  .w-\[39\%\] {
    width: 39%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[58\%\] {
    width: 58%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-\[69\%\] {
    width: 69%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[77\%\] {
    width: 77%;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[308px\] {
    width: 308px;
  }
  .w-\[312px\] {
    width: 312px;
  }
  .w-\[313px\] {
    width: 313px;
  }
  .w-\[328px\] {
    width: 328px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[387px\] {
    width: 387px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[513px\] {
    width: 513px;
  }
  .w-\[582px\] {
    width: 582px;
  }
  .w-\[692px\] {
    width: 692px;
  }
  .w-\[729px\] {
    width: 729px;
  }
  .w-\[925px\] {
    width: 925px;
  }
  .w-mContainer {
    width: var(--spacing-mContainer);
  }
  .max-w-mContainer {
    max-width: var(--spacing-mContainer);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[23px\] {
    border-radius: 23px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/25 {
    border-color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .bg-\[\#1E1E1E\] {
    background-color: #1E1E1E;
  }
  .bg-\[\#2E2E2E\] {
    background-color: #2E2E2E;
  }
  .bg-\[\#414141\] {
    background-color: #414141;
  }
  .bg-\[\#B2B2B2\] {
    background-color: #B2B2B2;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[19px\] {
    padding-inline: 19px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[34px\] {
    padding-inline: 34px;
  }
  .px-\[44px\] {
    padding-inline: 44px;
  }
  .px-\[45px\] {
    padding-inline: 45px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[19px\] {
    padding-block: 19px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[33px\] {
    padding-block: 33px;
  }
  .py-\[36px\] {
    padding-block: 36px;
  }
  .py-\[38px\] {
    padding-block: 38px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[42px\] {
    padding-block: 42px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-\[115px\] {
    padding-top: 115px;
  }
  .pb-\[93px\] {
    padding-bottom: 93px;
  }
  .pl-\[73px\] {
    padding-left: 73px;
  }
  .text-center {
    text-align: center;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[49px\] {
    --tw-leading: 49px;
    line-height: 49px;
  }
  .leading-\[99px\] {
    --tw-leading: 99px;
    line-height: 99px;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-\[\.63\] {
    opacity: .63;
  }
  .opacity-\[0\.63\] {
    opacity: 0.63;
  }
  .opacity-\[47\%\] {
    opacity: 47%;
  }
  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
