/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}
@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-blue-300: oklch(80.9% 0.105 251.813);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25/0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-main: #515154;
  }
}
@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;
  }
  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: -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;
  } */
  ol,
  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;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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;
  }
  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-\[-5px\] {
    top: -5px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[calc\(100\%\)\] {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-2 {
    z-index: 2;
  }
  .z-101 {
    z-index: 101;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-20 {
    grid-column: 20;
  }
  .row-10 {
    grid-row: 10;
  }
  .row-20 {
    grid-row: 20;
  }
  .float-left {
    float: left;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 870px) {
    .container {
      max-width: 870px;
    }
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-\[0_auto_0_10px\] {
    margin: 0 auto 0 10px;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-\[7px\] {
    margin-block: 7px;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .my-clamp-\[7\,10\] {
    margin-top: clamp(7px, 0.75188vw, 10px);
    margin-bottom: clamp(7px, 0.75188vw, 10px);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[9px\] {
    margin-top: 9px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[20px\]\! {
    margin-top: 20px !important;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[3px\] {
    margin-right: 3px;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-\[5px\] {
    margin-bottom: 5px !important;
  }
  .\!mb-\[10px\] {
    margin-bottom: 10px !important;
  }
  .\!mb-\[15px\] {
    margin-bottom: 15px !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .-ml-px {
    margin-left: -1px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[3px\] {
    margin-left: 3px;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline-block {
    display: inline-block !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[60\/200\] {
    aspect-ratio: 60/200;
  }
  .aspect-\[300\/200\] {
    aspect-ratio: 300/200;
  }
  .aspect-\[740\/350\] {
    aspect-ratio: 740/350;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .max-h-\[285px\] {
    max-height: 285px;
  }
  .min-h-\[35px\] {
    min-height: 35px;
  }
  .min-h-\[45px\] {
    min-height: 45px;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[100dvw\] {
    width: 100dvw;
  }
  .w-\[calc\(180\/590\*100\%\)\] {
    width: 30.5085%;
  }
  .w-\[calc\(210\/1200\*100\%\)\] {
    width: 17.5%;
  }
  .w-\[calc\(245\/1200\*100\%\)\] {
    width: 20.4167%;
  }
  .w-\[calc\(265\/1200\*100\%\)\] {
    width: 22.0833%;
  }
  .w-\[calc\(280\/1200\*100\%\)\] {
    width: 23.3333%;
  }
  .w-\[calc\(300\/1200\*100\%\)\] {
    width: 25%;
  }
  .w-\[calc\(375\/1200\*100\%\)\] {
    width: 31.25%;
  }
  .w-\[calc\(395\/590\*100\%\)\] {
    width: 66.9492%;
  }
  .w-\[calc\(885\/1200\*100\%\)\] {
    width: 73.75%;
  }
  .w-\[clamp\(18px\,calc\(24\/1230\*100vw\)\,24px\)\] {
    width: clamp(18px, 1.95122vw, 24px);
  }
  .w-\[clamp\(30px\,calc\(50\/1230\*100vw\)\,50px\)\] {
    width: clamp(30px, 4.06504vw, 50px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .min-w-\[25px\] {
    min-width: 25px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: 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-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[35px_1fr\] {
    grid-template-columns: 35px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-nowrap\! {
    flex-wrap: nowrap !important;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap\! {
    flex-wrap: wrap !important;
  }
  .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;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-clamp-\[5\,10\] {
    gap: clamp(5px, 0.75188vw, 10px);
  }
  :where(.space-y-\[15px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(15px * var(--tw-space-y-reverse));
    margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-\[20px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(20px * var(--tw-space-y-reverse));
    margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[5px_5px_0_0\] {
    border-radius: 5px 5px 0 0;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0 !important;
  }
  .border,
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-\[\#515154\] {
    border-color: #515154;
  }
  .border-\[\#555555\] {
    border-color: #555;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-\[\#d7d7d7\] {
    border-color: #d7d7d7;
  }
  .border-\[\#dadada\] {
    border-color: #dadada;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .\!bg-main {
    background-color: var(--color-main) !important;
  }
  .bg-\[\#515154\] {
    background-color: #515154;
  }
  .bg-\[\#515154\]\! {
    background-color: #515154 !important;
  }
  .bg-\[\#F0F0F0\] {
    background-color: #f0f0f0;
  }
  .bg-\[\#FFB121\],
  .bg-\[\#ffb121\] {
    background-color: #ffb121;
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-main {
    background-color: var(--color-main);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!p-\[7px_30px\] {
    padding: 7px 30px !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\! {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-\[2px_8px\]\! {
    padding: 2px 8px !important;
  }
  .p-\[5px_0_7px\] {
    padding: 5px 0 7px;
  }
  .p-\[5px_10px\] {
    padding: 5px 10px;
  }
  .p-\[5px_15px\] {
    padding: 5px 15px;
  }
  .p-\[5px_15px\]\! {
    padding: 5px 15px !important;
  }
  .p-\[7px\] {
    padding: 7px;
  }
  .p-\[8px_0\] {
    padding: 8px 0;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[10px_30px\] {
    padding: 10px 30px;
  }
  .p-\[15px_5px_5px_5px\] {
    padding: 15px 5px 5px;
  }
  .p-\[20px_10px\] {
    padding: 20px 10px;
  }
  .p-\[20px_10px\]\! {
    padding: 20px 10px !important;
  }
  .p-clamp-\[5\,10\] {
    padding: clamp(5px, 0.75188vw, 10px);
  }
  .p-clamp-\[10\,15\] {
    padding: clamp(10px, 1.12782vw, 15px);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[12px_10px\] {
    padding-inline: 12px 10px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .py-clamp-\[5\,8\] {
    padding-top: clamp(5px, 0.601504vw, 8px);
    padding-bottom: clamp(5px, 0.601504vw, 8px);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .px-clamp-\[5\,10\] {
    padding-left: clamp(5px, 0.75188vw, 10px);
    padding-right: clamp(5px, 0.75188vw, 10px);
  }
  .px-clamp-\[10\,16\] {
    padding-left: clamp(10px, 1.20301vw, 16px);
    padding-right: clamp(10px, 1.20301vw, 16px);
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[80px\]\! {
    padding-bottom: 80px !important;
  }
  .pb-clamp-\[5\,10\] {
    padding-bottom: clamp(5px, 0.75188vw, 10px);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\!text-clamp-\[12\,14\] {
    font-size: clamp(12px, 1.05263vw, 14px) !important;
  }
  .\!text-clamp-\[12\,16\] {
    font-size: clamp(12px, 1.20301vw, 16px) !important;
  }
  .\!text-clamp-\[14\,15\] {
    font-size: clamp(14px, 1.12782vw, 15px) !important;
  }
  .\!text-clamp-\[14\,16\] {
    font-size: clamp(14px, 1.20301vw, 16px) !important;
  }
  .\!text-clamp-\[18\,25\] {
    font-size: clamp(18px, 1.8797vw, 25px) !important;
  }
  .text-\[10px\]\! {
    font-size: 10px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-clamp-\[9\,14\] {
    font-size: clamp(9px, 1.05263vw, 14px);
  }
  .text-clamp-\[11\,13\] {
    font-size: clamp(11px, 0.977444vw, 13px);
  }
  .text-clamp-\[11\,14\] {
    font-size: clamp(11px, 1.05263vw, 14px);
  }
  .text-clamp-\[12\,13\] {
    font-size: clamp(12px, 0.977444vw, 13px);
  }
  .text-clamp-\[12\,14\] {
    font-size: clamp(12px, 1.05263vw, 14px);
  }
  .text-clamp-\[12\,16\] {
    font-size: clamp(12px, 1.20301vw, 16px);
  }
  .text-clamp-\[13\,15\] {
    font-size: clamp(13px, 1.12782vw, 15px);
  }
  .text-clamp-\[14\,15\] {
    font-size: clamp(14px, 1.12782vw, 15px);
  }
  .text-clamp-\[14\,16\] {
    font-size: clamp(14px, 1.20301vw, 16px);
  }
  .text-clamp-\[15\/20\] {
    font-size: clamp(15px, NaNvw, undefinedpx);
  }
  .text-clamp-\[16\,18\] {
    font-size: clamp(16px, 1.35338vw, 18px);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .\!font-\[700\] {
    --tw-font-weight: 700 !important;
    font-weight: 700 !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\]\! {
    --tw-font-weight: 600 !important;
    font-weight: 600 !important;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-inherit {
    color: inherit !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#3B3B3B\] {
    color: #3b3b3b;
  }
  .text-\[\#3B3B3B\]\! {
    color: #3b3b3b !important;
  }
  .text-\[\#111\] {
    color: #111;
  }
  .text-\[\#222\] {
    color: #222;
  }
  .text-\[\#288ad6\] {
    color: #288ad6;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#515154\] {
    color: #515154;
  }
  .text-\[\#A1A1AA\] {
    color: #a1a1aa;
  }
  .text-\[\#D70018\] {
    color: #d70018;
  }
  .text-\[\#FB0\]\! {
    color: #fb0 !important;
  }
  .text-\[\#FFB121\]\! {
    color: #ffb121 !important;
  }
  .text-\[\#fff\]\! {
    color: #fff !important;
  }
  .text-\[RGB\(0\,8\,28\)\] {
    color: #00081c;
  }
  .text-\[RGB\(0\,8\,28\)\]\! {
    color: #00081c !important;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .opacity-0 {
    opacity: 0;
  }
  .shadow-\[0_0\.125rem_0\.25rem_rgba\(0\,0\,0\,0\.075\)\] {
    --tw-shadow: 0 0.125rem 0.25rem var(--tw-shadow-color, #00000013);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_15px_rgb\(0_0_0_\/_10\%\)\] {
    --tw-shadow: 0 0 15px 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);
  }
  .shadow-sm {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px 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);
  }
  .ring-gray-300 {
    --tw-ring-color: var(--color-gray-300);
  }
  .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,
      display,
      visibility,
      content-visibility,
      overlay,
      pointer-events;
    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-150 {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  :is(.\*\:\!mb-0 > *) {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .not-first\:border-t-\[1px\]:not(:first-child) {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .not-first\:border-\[\#e4e8ed\]:not(:first-child) {
    border-color: #e4e8ed;
  }
  .not-first\:pt-\[15px\]:not(:first-child) {
    padding-top: 15px;
  }
  @media (hover: hover) {
    .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
      pointer-events: auto;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
    .hover\:bg-\[\#515154\]:hover {
      background-color: #515154;
    }
    .hover\:bg-\[\#ffb121\]:hover {
      background-color: #ffb121;
    }
    .hover\:text-gray-400:hover {
      color: var(--color-gray-400);
    }
    .hover\:text-gray-500:hover {
      color: var(--color-gray-500);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:underline\!:hover {
      text-decoration-line: underline !important;
    }
  }
  .focus\:z-10:focus {
    z-index: 10;
  }
  .focus\:border-blue-300:focus {
    border-color: var(--color-blue-300);
  }
  .focus\:ring:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:bg-gray-100:active {
    background-color: var(--color-gray-100);
  }
  .active\:text-gray-500:active {
    color: var(--color-gray-500);
  }
  .active\:text-gray-700:active {
    color: var(--color-gray-700);
  }
  @media (min-width: 870px) {
    .mmd\:hidden\! {
      display: none !important;
    }
  }
  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:flex-1 {
      flex: 1;
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:gap-\[15px\] {
      gap: 15px;
    }
  }
  @media (min-width: 48rem) {
    .md\:my-\[40px\] {
      margin-block: 40px;
    }
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .md\:mb-\[20px\] {
      margin-bottom: 20px;
    }
    .md\:block\! {
      display: block !important;
    }
    .md\:w-\[calc\(465\/1200\*100\%\)\] {
      width: 38.75%;
    }
    .md\:w-\[calc\(580\/1200\*100\%\)\] {
      width: 48.3333%;
    }
    .md\:w-\[calc\(590\/1200\*100\%\)\] {
      width: 49.1667%;
    }
    .md\:w-\[calc\(720\/1200\*100\%\)\] {
      width: 60%;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-nowrap\! {
      flex-wrap: nowrap !important;
    }
    .md\:gap-\[7px\] {
      gap: 7px;
    }
    .md\:gap-\[30px\] {
      gap: 30px;
    }
    .md\:gap-\[clamp\(5px\,calc\(15\/590\*100vw\)\,15px\)\] {
      gap: clamp(5px, 2.54237vw, 15px);
    }
    .md\:pb-\[10px\]\! {
      padding-bottom: 10px !important;
    }
  }
  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:mt-\[30px\] {
      margin-top: 30px;
    }
    .lg\:\!hidden {
      display: none !important;
    }
    .lg\:\!inline-block {
      display: inline-block !important;
    }
    .lg\:block {
      display: block;
    }
    .lg\:block\! {
      display: block !important;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:flex\! {
      display: flex !important;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:hidden\! {
      display: none !important;
    }
    .lg\:w-\[200px\] {
      width: 200px;
    }
    .lg\:w-\[calc\(100\%-210px\)\] {
      width: calc(100% - 210px);
    }
    .lg\:w-\[calc\(400\/1200\*100\%\)\] {
      width: 33.3333%;
    }
    .lg\:w-\[calc\(780\/1200\*100\%\)\] {
      width: 65%;
    }
    .lg\:w-auto\! {
      width: auto !important;
    }
    .lg\:flex-1 {
      flex: 1;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[61\.5\%_1fr\] {
      grid-template-columns: 61.5% 1fr;
    }
    .lg\:flex-nowrap\! {
      flex-wrap: nowrap !important;
    }
    .lg\:flex-wrap\! {
      flex-wrap: wrap !important;
    }
    .lg\:gap-\[15px\] {
      gap: 15px;
    }
    :where(.lg\:space-y-0 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 0) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse))
      );
    }
    .lg\:p-\[10px\] {
      padding: 10px;
    }
    .lg\:text-\[14px\] {
      font-size: 14px;
    }
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  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;
}
@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: 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;
}
