/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

  :root,
  :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Lexend", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-gold-CB: #C8A24D;
    --color-green-OS: #059669;
    --color-blue-OI: #0151AD;
    --color-green-IA: #14A14D;
    --color-black-IF: #1F2937;
    --color-gray-GB: #6B7280;
    --color-gray-AB: #4B5563;
    --color-red-BP: #B91C1C;
    --color-yellow-EY: #F59E0B;
    --color-gray-FP: #F9FAFB;
    --color-gray-FB: #F8FAFC;
    --color-black-ED: #3D3D3D;
    --color-black-3D: #3D3D3D;
    --color-gray-ED: #EDEDED;
    --color-yellow-FFF8EF: #FFF8EF;
    --color-red-B4: #B43A2F;
    --color-gray-FA: #FAFAFA;
    --color-gold-9E: #9E6C3A;
    --color-blue-5D: #5D95F2;
    --color-black-4B: #4B5563;
    --color-black-2B: #2B2B2B;
    --color-gold-EF: #EFDBA6;
    --spacing-container: 1300px;
    --default-line-height: 1.5;
    --default-font-size: 14px;
    --animate-stuck: stuckMoveDown 0.6s ease-in-out;
  }
}

@layer base {

  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }

  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;

      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .-top-\[30px\] {
    top: calc(30px * -1);
  }

  .-top-\[46px\] {
    top: calc(46px * -1);
  }

  .-top-\[48px\] {
    top: calc(48px * -1);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[4px\] {
    top: 4px;
  }

  .top-\[50px\] {
    top: 50px;
  }

  .top-full {
    top: 100%;
  }

  .top-px {
    top: 1px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-\[2px\] {
    right: 2px;
  }

  .-left-\[14px\] {
    left: calc(14px * -1);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }

  .z-2 {
    z-index: 2;
  }

  .z-9 {
    z-index: 9;
  }

  .z-10 {
    z-index: 10;
  }

  .z-64 {
    z-index: 64;
  }

  .container {
    width: 100%;

    @media (width >=1366px) {
      max-width: 1366px;
    }

    @media (width >=1600px) {
      max-width: 1600px;
    }

    @media (width >=1920px) {
      max-width: 1920px;
    }

    @media (width >=2560px) {
      max-width: 2560px;
    }

    @media (width >=3840px) {
      max-width: 3840px;
    }

    @media (width >=40rem) {
      max-width: 40rem;
    }

    @media (width >=48rem) {
      max-width: 48rem;
    }

    @media (width >=64rem) {
      max-width: 64rem;
    }

    @media (width >=80rem) {
      max-width: 80rem;
    }

    @media (width >=96rem) {
      max-width: 96rem;
    }
  }

  .mx-\[17px\] {
    margin-inline: 17px;
  }

  .mx-\[20px\] {
    margin-inline: 20px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-\[8px\] {
    margin-top: 8px;
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

  .mt-\[25px\] {
    margin-top: 25px;
  }

  .mt-\[32px\] {
    margin-top: 32px;
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }

  .mr-\[5px\] {
    margin-right: 5px;
  }

  .mr-\[12px\] {
    margin-right: 12px;
  }

  .mr-\[20px\] {
    margin-right: 20px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-\[3px\] {
    margin-bottom: 3px;
  }

  .mb-\[6px\] {
    margin-bottom: 6px;
  }

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[10px\] {
    margin-bottom: 10px;
  }

  .mb-\[15px\] {
    margin-bottom: 15px;
  }

  .mb-\[16px\] {
    margin-bottom: 16px;
  }

  .mb-\[18px\] {
    margin-bottom: 18px;
  }

  .mb-\[19px\] {
    margin-bottom: 19px;
  }

  .mb-\[20px\] {
    margin-bottom: 20px;
  }

  .mb-\[22px\] {
    margin-bottom: 22px;
  }

  .mb-\[23px\] {
    margin-bottom: 23px;
  }

  .mb-\[30px\] {
    margin-bottom: 30px;
  }

  .mb-\[32px\] {
    margin-bottom: 32px;
  }

  .mb-\[35px\] {
    margin-bottom: 35px;
  }

  .mb-\[50px\] {
    margin-bottom: 50px;
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }

  .ml-\[10px\] {
    margin-left: 10px;
  }

  .ml-\[25px\] {
    margin-left: 25px;
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-\[14px\] {
    height: 14px;
  }

  .h-\[20px\] {
    height: 20px;
  }

  .h-\[25px\] {
    height: 25px;
  }

  .h-\[28px\] {
    height: 28px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[45px\] {
    height: 45px;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[47px\] {
    height: 47px;
  }

  .h-\[52px\] {
    height: 52px;
  }

  .h-\[56px\] {
    height: 56px;
  }

  .h-\[60\%\] {
    height: 60%;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[75px\] {
    height: 75px;
  }

  .h-\[80px\] {
    height: 80px;
  }

  .h-\[90px\] {
    height: 90px;
  }

  .h-\[93px\] {
    height: 93px;
  }

  .h-\[112px\] {
    height: 112px;
  }

  .h-\[145px\] {
    height: 145px;
  }

  .h-\[174px\] {
    height: 174px;
  }

  .h-\[175px\] {
    height: 175px;
  }

  .h-\[217px\] {
    height: 217px;
  }

  .h-\[220px\] {
    height: 220px;
  }

  .h-\[250px\] {
    height: 250px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[40px\] {
    max-height: 40px;
  }

  .max-h-\[68px\] {
    max-height: 68px;
  }

  .max-h-\[120px\] {
    max-height: 120px;
  }

  .max-h-\[190px\] {
    max-height: 190px;
  }

  .max-h-\[min\(90vh\,840px\)\] {
    max-height: min(90vh, 840px);
  }

  .max-h-full {
    max-height: 100%;
  }

  .min-h-\[55px\] {
    min-height: 55px;
  }

  .min-h-\[90px\] {
    min-height: 90px;
  }

  .min-h-\[135px\] {
    min-height: 135px;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-\[14px\] {
    width: 14px;
  }

  .w-\[23px\] {
    width: 23px;
  }

  .w-\[25px\] {
    width: 25px;
  }

  .w-\[28px\] {
    width: 28px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[36px\] {
    width: 36px;
  }

  .w-\[38px\] {
    width: 38px;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[42px\] {
    width: 42px;
  }

  .w-\[45px\] {
    width: 45px;
  }

  .w-\[47px\] {
    width: 47px;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[65px\] {
    width: 65px;
  }

  .w-\[68px\] {
    width: 68px;
  }

  .w-\[78px\] {
    width: 78px;
  }

  .w-\[85px\] {
    width: 85px;
  }

  .w-\[88px\] {
    width: 88px;
  }

  .w-\[90px\] {
    width: 90px;
  }

  .w-\[93px\] {
    width: 93px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }

  .w-\[calc\(100vw-2rem\)\] {
    width: calc(100vw - 2rem);
  }

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\[95px\] {
    max-width: 95px;
  }

  .max-w-\[850px\] {
    max-width: 850px;
  }

  .max-w-\[1000px\] {
    max-width: 1000px;
  }

  .max-w-\[1017px\] {
    max-width: 1017px;
  }

  .max-w-\[1035px\] {
    max-width: 1035px;
  }

  .max-w-\[1366px\] {
    max-width: 1366px;
  }

  .max-w-container {
    max-width: var(--spacing-container);
  }

  .max-w-full {
    max-width: 100%;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }

  .min-w-\[35px\] {
    min-width: 35px;
  }

  .min-w-\[130px\] {
    min-width: 130px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .min-w-\[240px\] {
    min-width: 240px;
  }

  .min-w-\[260px\] {
    min-width: 260px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    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);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    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;
  }

  .resize {
    resize: both;
  }

  .list-inside {
    list-style-position: inside;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .list-disc {
    list-style-type: disc;
  }

  .list-none {
    list-style-type: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-nowrap {
    flex-wrap: nowrap;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }

  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }

  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }

  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }

  .gap-x-3\.5 {
    column-gap: calc(var(--spacing) * 3.5);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-\[8px\] {
    column-gap: 8px;
  }

  .gap-x-\[10px\] {
    column-gap: 10px;
  }

  .gap-x-\[12px\] {
    column-gap: 12px;
  }

  .gap-x-\[15px\] {
    column-gap: 15px;
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }

  .self-stretch {
    align-self: stretch;
  }

  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: 0.25rem;
  }

  .rounded-\[1px\] {
    border-radius: 1px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }

  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[\#C1C7CD\] {
    border-color: #C1C7CD;
  }

  .border-\[\#D8D8D8\] {
    border-color: #D8D8D8;
  }

  .border-\[\#E4E6EA\] {
    border-color: #E4E6EA;
  }

  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }

  .border-\[\#EAD5BE\] {
    border-color: #EAD5BE;
  }

  .border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }

  .border-\[\#ECEDEF\] {
    border-color: #ECEDEF;
  }

  .border-\[\#EFDBA6\] {
    border-color: #EFDBA6;
  }

  .border-\[\#F2F3F3\] {
    border-color: #F2F3F3;
  }

  .border-\[\#F6E9D3\] {
    border-color: #F6E9D3;
  }

  .border-gold-CB {
    border-color: var(--color-gold-CB);
  }

  .border-gray-ED {
    border-color: var(--color-gray-ED);
  }

  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .border-b-\[\#E5E7EB\] {
    border-bottom-color: #E5E7EB;
  }

  .bg-\[\#241D11\] {
    background-color: #241D11;
  }

  .bg-\[\#413C31\] {
    background-color: #413C31;
  }

  .bg-\[\#635639\] {
    background-color: #635639;
  }

  .bg-\[\#AC7F5E\] {
    background-color: #AC7F5E;
  }

  .bg-\[\#AD8257\] {
    background-color: #AD8257;
  }

  .bg-\[\#EAD5BE\] {
    background-color: #EAD5BE;
  }

  .bg-\[\#EF4444\] {
    background-color: #EF4444;
  }

  .bg-\[\#F2F3F3\] {
    background-color: #F2F3F3;
  }

  .bg-\[\#F3E8C4\]\/60 {
    background-color: color-mix(in oklab, #F3E8C4 60%, transparent);
  }

  .bg-\[\#F6E9D3\] {
    background-color: #F6E9D3;
  }

  .bg-\[\#FAF1F0\] {
    background-color: #FAF1F0;
  }

  .bg-\[\#FFF5E3\] {
    background-color: #FFF5E3;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-blue-5D {
    background-color: var(--color-blue-5D);
  }

  .bg-gold-CB {
    background-color: var(--color-gold-CB);
  }

  .bg-gold-EF {
    background-color: var(--color-gold-EF);
  }

  .bg-gray-ED {
    background-color: var(--color-gray-ED);
  }

  .bg-gray-FA {
    background-color: var(--color-gray-FA);
  }

  .bg-gray-FB {
    background-color: var(--color-gray-FB);
  }

  .bg-gray-FP {
    background-color: var(--color-gray-FP);
  }

  .bg-green-OS {
    background-color: var(--color-green-OS);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-FFF8EF {
    background-color: var(--color-yellow-FFF8EF);
  }

  .bg-linear-to-r {
    --tw-gradient-position: to right;

    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }

    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-white\/70 {
    --tw-gradient-to: color-mix(in srgb, #fff 70%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 70%, transparent);
    }

    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-contain {
    background-size: contain;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-\[5px\] {
    padding: 5px;
  }

  .p-\[10px\] {
    padding: 10px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[15px\] {
    padding: 15px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[15px\] {
    padding-inline: 15px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[30px\] {
    padding-inline: 30px;
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[27px\] {
    padding-block: 27px;
  }

  .py-\[30px\] {
    padding-block: 30px;
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[50px\] {
    padding-block: 50px;
  }

  .py-\[70px\] {
    padding-block: 70px;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-\[2px\] {
    padding-top: 2px;
  }

  .pt-\[10px\] {
    padding-top: 10px;
  }

  .pt-\[12px\] {
    padding-top: 12px;
  }

  .pt-\[15px\] {
    padding-top: 15px;
  }

  .pt-\[30px\] {
    padding-top: 30px;
  }

  .pt-\[35px\] {
    padding-top: 35px;
  }

  .pt-\[60px\] {
    padding-top: 60px;
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-\[10px\] {
    padding-right: 10px;
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-\[15px\] {
    padding-bottom: 15px;
  }

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[26px\] {
    padding-bottom: 26px;
  }

  .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-\[5px\] {
    padding-left: 5px;
  }

  .pl-\[25px\] {
    padding-left: 25px;
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }

  .text-left {
    text-align: left;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[43px\] {
    font-size: 43px;
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .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);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#3BB77E\] {
    color: #3BB77E;
  }

  .text-\[\#08F\] {
    color: #08F;
  }

  .text-\[\#767A79\] {
    color: #767A79;
  }

  .text-\[\#585858\] {
    color: #585858;
  }

  .text-\[\#D1D5DB\] {
    color: #D1D5DB;
  }

  .text-\[\#E37100\] {
    color: #E37100;
  }

  .text-\[\#EF4444\] {
    color: #EF4444;
  }

  .text-\[\#EFDBA6\] {
    color: #EFDBA6;
  }

  .text-\[14x\] {
    color: 14x;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black-2B {
    color: var(--color-black-2B);
  }

  .text-black-3D {
    color: var(--color-black-3D);
  }

  .text-black-4B {
    color: var(--color-black-4B);
  }

  .text-black-ED {
    color: var(--color-black-ED);
  }

  .text-black-IF {
    color: var(--color-black-IF);
  }

  .text-gold-9E {
    color: var(--color-gold-9E);
  }

  .text-gold-CB {
    color: var(--color-gold-CB);
  }

  .text-gold-EF {
    color: var(--color-gold-EF);
  }

  .text-gray-AB {
    color: var(--color-gray-AB);
  }

  .text-gray-GB {
    color: var(--color-gray-GB);
  }

  .text-red-B4 {
    color: var(--color-red-B4);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .opacity-0 {
    opacity: 0%;
  }

  .opacity-90 {
    opacity: 90%;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(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-box-abs5 {
    --tw-shadow: 0 4px 12.1px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.13));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-box-card {
    --tw-shadow: 0 2px 8.2px 0 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-box-contact {
    --tw-shadow: 0 5px 8px 8px var(--tw-shadow-color, rgba(0, 0, 0, 0.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-box-detail-news {
    --tw-shadow: 0 4px 4px 0 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-box-document {
    --tw-shadow: 0 2px 8.8px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-filter-auction {
    --tw-shadow: 0 8px 10px -6px var(--tw-shadow-color, rgba(0, 0, 0, 0.10)), 0 20px 25px -5px var(--tw-shadow-color, rgba(0, 0, 0, 0.10)), 0 0 0 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.00)), 0 0 0 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.00));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-filter-search {
    --tw-shadow: 0 19px 17.3px -9px var(--tw-shadow-color, rgba(0, 0, 0, 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .\[filter\:drop-shadow\(0_4px_4px_rgba\(0\,0\,0\,0\.13\)\)\] {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.13));
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-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, display, 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));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .backface-hidden {
    backface-visibility: hidden;
  }

  .text-shadow-none {
    text-shadow: none;
  }

  .group-hover\:text-\[\#6e4c00\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #6e4c00;
      }
    }
  }

  .group-hover\:text-gold-CB {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-gold-CB);
      }
    }
  }

  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }

  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }

  .group-\[\&\.active\]\:text-gold-CB {
    &:is(:where(.group).active *) {
      color: var(--color-gold-CB);
    }
  }

  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }

  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }

  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1 / 2 * 100%);
    }
  }

  .before\:-left-\[7px\] {
    &::before {
      content: var(--tw-content);
      left: calc(7px * -1);
    }
  }

  .before\:-left-\[10px\] {
    &::before {
      content: var(--tw-content);
      left: calc(10px * -1);
    }
  }

  .before\:left-\[10px\] {
    &::before {
      content: var(--tw-content);
      left: 10px;
    }
  }

  .before\:h-\[10px\] {
    &::before {
      content: var(--tw-content);
      height: 10px;
    }
  }

  .before\:h-\[30px\] {
    &::before {
      content: var(--tw-content);
      height: 30px;
    }
  }

  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }

  .before\:w-\[10px\] {
    &::before {
      content: var(--tw-content);
      width: 10px;
    }
  }

  .before\:w-px {
    &::before {
      content: var(--tw-content);
      width: 1px;
    }
  }

  .before\:translate-x-0 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .before\:translate-y-\[-50\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }

  .before\:border-l {
    &::before {
      content: var(--tw-content);
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }

  .before\:border-dashed {
    &::before {
      content: var(--tw-content);
      --tw-border-style: dashed;
      border-style: dashed;
    }
  }

  .before\:border-gold-CB {
    &::before {
      content: var(--tw-content);
      border-color: var(--color-gold-CB);
    }
  }

  .before\:bg-\[\#EFDBA6\] {
    &::before {
      content: var(--tw-content);
      background-color: #EFDBA6;
    }
  }

  .before\:bg-gold-CB {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-gold-CB);
    }
  }

  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }

  .first\:ml-0 {
    &:first-child {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  .first\:border-t-0 {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }

  .last\:mr-0 {
    &:last-child {
      margin-right: calc(var(--spacing) * 0);
    }
  }

  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }

  .hover\:bg-\[\#B68E3D\] {
    &:hover {
      @media (hover: hover) {
        background-color: #B68E3D;
      }
    }
  }

  .hover\:bg-\[\#F3E8C4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F3E8C4;
      }
    }
  }

  .hover\:bg-gold-CB {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gold-CB);
      }
    }
  }

  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }

  .hover\:bg-gray-FB {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-FB);
      }
    }
  }

  .hover\:text-\[\#DB9440\] {
    &:hover {
      @media (hover: hover) {
        color: #DB9440;
      }
    }
  }

  .hover\:text-\[\#b58c3a\] {
    &:hover {
      @media (hover: hover) {
        color: #b58c3a;
      }
    }
  }

  .hover\:text-gold-CB {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold-CB);
      }
    }
  }

  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }

  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }

  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }

  .hover\:shadow-box-card {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 2px 8.2px 0 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);
      }
    }
  }

  .wide\:min-h-\[670px\] {
    @media (width >=2560px) {
      min-height: 670px;
    }
  }

  .sm\:col-span-2 {
    @media (width >=40rem) {
      grid-column: span 2 / span 2;
    }
  }

  .sm\:h-\[95px\] {
    @media (width >=40rem) {
      height: 95px;
    }
  }

  .sm\:w-\[90vw\] {
    @media (width >=40rem) {
      width: 90vw;
    }
  }

  .sm\:w-\[130px\] {
    @media (width >=40rem) {
      width: 130px;
    }
  }

  .sm\:grid-cols-2 {
    @media (width >=40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .sm\:flex-row {
    @media (width >=40rem) {
      flex-direction: row;
    }
  }

  .sm\:justify-end {
    @media (width >=40rem) {
      justify-content: flex-end;
    }
  }

  .sm\:text-xl {
    @media (width >=40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  .sm\:hidden {
    @media (width <=40rem) {
      display: none;
    }
  }

  .md\:top-\[40px\] {
    @media (width >=48rem) {
      top: 40px;
    }
  }

  .md\:-right-\[18px\] {
    @media (width >=48rem) {
      right: calc(18px * -1);
    }
  }

  .md\:-left-\[18px\] {
    @media (width >=48rem) {
      left: calc(18px * -1);
    }
  }

  .md\:-left-\[45px\] {
    @media (width >=48rem) {
      left: calc(45px * -1);
    }
  }

  .md\:-left-\[46px\] {
    @media (width >=48rem) {
      left: calc(46px * -1);
    }
  }

  .md\:left-\[20px\] {
    @media (width >=48rem) {
      left: 20px;
    }
  }

  .md\:left-\[85px\] {
    @media (width >=48rem) {
      left: 85px;
    }
  }

  .md\:left-auto {
    @media (width >=48rem) {
      left: auto;
    }
  }

  .md\:mx-0 {
    @media (width >=48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  .md\:mt-0 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .md\:mt-10 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }

  .md\:mt-\[25px\] {
    @media (width >=48rem) {
      margin-top: 25px;
    }
  }

  .md\:mt-\[40px\] {
    @media (width >=48rem) {
      margin-top: 40px;
    }
  }

  .md\:mt-\[90px\] {
    @media (width >=48rem) {
      margin-top: 90px;
    }
  }

  .md\:mr-5 {
    @media (width >=48rem) {
      margin-right: calc(var(--spacing) * 5);
    }
  }

  .md\:mb-0 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .md\:mb-2 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }

  .md\:mb-4 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  .md\:mb-5 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }

  .md\:mb-10 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }

  .md\:mb-\[15px\] {
    @media (width >=48rem) {
      margin-bottom: 15px;
    }
  }

  .md\:mb-\[45px\] {
    @media (width >=48rem) {
      margin-bottom: 45px;
    }
  }

  .md\:ml-0 {
    @media (width >=48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  .md\:ml-5 {
    @media (width >=48rem) {
      margin-left: calc(var(--spacing) * 5);
    }
  }

  .md\:ml-auto {
    @media (width >=48rem) {
      margin-left: auto;
    }
  }

  .md\:line-clamp-none {
    @media (width >=48rem) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: unset;
    }
  }

  .md\:block {
    @media (width >=48rem) {
      display: block;
    }
  }

  .md\:hidden {
    @media (width >=48rem) {
      display: none;
    }
  }

  .md\:h-\[57px\] {
    @media (width >=48rem) {
      height: 57px;
    }
  }

  .md\:h-\[72px\] {
    @media (width >=48rem) {
      height: 72px;
    }
  }

  .md\:h-\[100px\] {
    @media (width >=48rem) {
      height: 100px;
    }
  }

  .md\:h-\[180px\] {
    @media (width >=48rem) {
      height: 180px;
    }
  }

  .md\:h-\[220px\] {
    @media (width >=48rem) {
      height: 220px;
    }
  }

  .md\:max-h-\[45px\] {
    @media (width >=48rem) {
      max-height: 45px;
    }
  }

  .md\:min-h-\[175px\] {
    @media (width >=48rem) {
      min-height: 175px;
    }
  }

  .md\:min-h-\[460px\] {
    @media (width >=48rem) {
      min-height: 460px;
    }
  }

  .md\:w-\[45\%\] {
    @media (width >=48rem) {
      width: 45%;
    }
  }

  .md\:w-\[55\%\] {
    @media (width >=48rem) {
      width: 55%;
    }
  }

  .md\:w-\[57px\] {
    @media (width >=48rem) {
      width: 57px;
    }
  }

  .md\:w-\[80px\] {
    @media (width >=48rem) {
      width: 80px;
    }
  }

  .md\:w-\[150px\] {
    @media (width >=48rem) {
      width: 150px;
    }
  }

  .md\:w-\[180px\] {
    @media (width >=48rem) {
      width: 180px;
    }
  }

  .md\:w-\[220px\] {
    @media (width >=48rem) {
      width: 220px;
    }
  }

  .md\:w-\[715px\] {
    @media (width >=48rem) {
      width: 715px;
    }
  }

  .md\:w-\[calc\(100\%-25px\)\] {
    @media (width >=48rem) {
      width: calc(100% - 25px);
    }
  }

  .md\:w-auto {
    @media (width >=48rem) {
      width: auto;
    }
  }

  .md\:max-w-\[145px\] {
    @media (width >=48rem) {
      max-width: 145px;
    }
  }

  .md\:max-w-\[160px\] {
    @media (width >=48rem) {
      max-width: 160px;
    }
  }

  .md\:max-w-\[715px\] {
    @media (width >=48rem) {
      max-width: 715px;
    }
  }

  .md\:min-w-0 {
    @media (width >=48rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }

  .md\:min-w-\[45px\] {
    @media (width >=48rem) {
      min-width: 45px;
    }
  }

  .md\:flex-1 {
    @media (width >=48rem) {
      flex: 1;
    }
  }

  .md\:translate-x-0 {
    @media (width >=48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  .md\:flex-row {
    @media (width >=48rem) {
      flex-direction: row;
    }
  }

  .md\:flex-nowrap {
    @media (width >=48rem) {
      flex-wrap: nowrap;
    }
  }

  .md\:items-center {
    @media (width >=48rem) {
      align-items: center;
    }
  }

  .md\:items-end {
    @media (width >=48rem) {
      align-items: flex-end;
    }
  }

  .md\:justify-end {
    @media (width >=48rem) {
      justify-content: flex-end;
    }
  }

  .md\:gap-x-\[10px\] {
    @media (width >=48rem) {
      column-gap: 10px;
    }
  }

  .md\:gap-x-\[18px\] {
    @media (width >=48rem) {
      column-gap: 18px;
    }
  }

  .md\:gap-y-0 {
    @media (width >=48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }

  .md\:rounded-tl-none {
    @media (width >=48rem) {
      border-top-left-radius: 0;
    }
  }

  .md\:border-0 {
    @media (width >=48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }

  .md\:border-\[5px\] {
    @media (width >=48rem) {
      border-style: var(--tw-border-style);
      border-width: 5px;
    }
  }

  .md\:bg-transparent {
    @media (width >=48rem) {
      background-color: transparent;
    }
  }

  .md\:bg-\[url\(\'\/images\/khung-text\.png\'\)\] {
    @media (width >=48rem) {
      background-image: url('/images/khung-text.png');
    }
  }

  .md\:to-transparent {
    @media (width >=48rem) {
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  .md\:p-\[20px\] {
    @media (width >=48rem) {
      padding: 20px;
    }
  }

  .md\:p-\[30px\] {
    @media (width >=48rem) {
      padding: 30px;
    }
  }

  .md\:px-0 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .md\:px-7 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }

  .md\:px-\[20px\] {
    @media (width >=48rem) {
      padding-inline: 20px;
    }
  }

  .md\:px-\[25px\] {
    @media (width >=48rem) {
      padding-inline: 25px;
    }
  }

  .md\:px-\[28px\] {
    @media (width >=48rem) {
      padding-inline: 28px;
    }
  }

  .md\:px-\[30px\] {
    @media (width >=48rem) {
      padding-inline: 30px;
    }
  }

  .md\:px-\[50px\] {
    @media (width >=48rem) {
      padding-inline: 50px;
    }
  }

  .md\:py-0 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  .md\:py-5 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }

  .md\:py-8 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  .md\:py-\[20px\] {
    @media (width >=48rem) {
      padding-block: 20px;
    }
  }

  .md\:py-\[30px\] {
    @media (width >=48rem) {
      padding-block: 30px;
    }
  }

  .md\:py-\[50px\] {
    @media (width >=48rem) {
      padding-block: 50px;
    }
  }

  .md\:pt-\[25px\] {
    @media (width >=48rem) {
      padding-top: 25px;
    }
  }

  .md\:pt-\[35px\] {
    @media (width >=48rem) {
      padding-top: 35px;
    }
  }

  .md\:pt-\[45px\] {
    @media (width >=48rem) {
      padding-top: 45px;
    }
  }

  .md\:pt-\[50px\] {
    @media (width >=48rem) {
      padding-top: 50px;
    }
  }

  .md\:pt-\[90px\] {
    @media (width >=48rem) {
      padding-top: 90px;
    }
  }

  .md\:pr-5 {
    @media (width >=48rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }

  .md\:pr-\[30px\] {
    @media (width >=48rem) {
      padding-right: 30px;
    }
  }

  .md\:pr-\[35px\] {
    @media (width >=48rem) {
      padding-right: 35px;
    }
  }

  .md\:pb-\[45px\] {
    @media (width >=48rem) {
      padding-bottom: 45px;
    }
  }

  .md\:pb-\[50px\] {
    @media (width >=48rem) {
      padding-bottom: 50px;
    }
  }

  .md\:pb-\[70px\] {
    @media (width >=48rem) {
      padding-bottom: 70px;
    }
  }

  .md\:pb-\[90px\] {
    @media (width >=48rem) {
      padding-bottom: 90px;
    }
  }

  .md\:pl-\[70px\] {
    @media (width >=48rem) {
      padding-left: 70px;
    }
  }

  .md\:pl-\[95px\] {
    @media (width >=48rem) {
      padding-left: 95px;
    }
  }

  .md\:pl-\[100px\] {
    @media (width >=48rem) {
      padding-left: 100px;
    }
  }

  .md\:text-justify {
    @media (width >=48rem) {
      text-align: justify;
    }
  }

  .md\:text-left {
    @media (width >=48rem) {
      text-align: left;
    }
  }

  .md\:text-base {
    @media (width >=48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  .md\:text-\[12px\] {
    @media (width >=48rem) {
      font-size: 12px;
    }
  }

  .md\:text-\[14px\] {
    @media (width >=48rem) {
      font-size: 14px;
    }
  }

  .md\:text-\[15px\] {
    @media (width >=48rem) {
      font-size: 15px;
    }
  }

  .md\:text-\[18px\] {
    @media (width >=48rem) {
      font-size: 18px;
    }
  }

  .md\:text-\[20px\] {
    @media (width >=48rem) {
      font-size: 20px;
    }
  }

  .md\:text-\[28px\] {
    @media (width >=48rem) {
      font-size: 28px;
    }
  }

  .md\:text-\[32px\] {
    @media (width >=48rem) {
      font-size: 32px;
    }
  }

  .md\:text-\[36px\] {
    @media (width >=48rem) {
      font-size: 36px;
    }
  }

  .md\:text-\[42px\] {
    @media (width >=48rem) {
      font-size: 42px;
    }
  }

  .md\:leading-\[1\.4\] {
    @media (width >=48rem) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }

  .md\:leading-\[50px\] {
    @media (width >=48rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }

  .md\:font-medium {
    @media (width >=48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }

  .md\:text-white {
    @media (width >=48rem) {
      color: var(--color-white);
    }
  }

  .md\:not-italic {
    @media (width >=48rem) {
      font-style: normal;
    }
  }

  .md\:\[text-shadow\:0_4px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    @media (width >=48rem) {
      text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
  }

  .md\:before\:-left-\[17px\] {
    @media (width >=48rem) {
      &::before {
        content: var(--tw-content);
        left: calc(17px * -1);
      }
    }
  }

  .md\:before\:left-1\/2 {
    @media (width >=48rem) {
      &::before {
        content: var(--tw-content);
        left: calc(1 / 2 * 100%);
      }
    }
  }

  .md\:before\:left-\[28px\] {
    @media (width >=48rem) {
      &::before {
        content: var(--tw-content);
        left: 28px;
      }
    }
  }

  .md\:before\:translate-x-\[-50\%\] {
    @media (width >=48rem) {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }

  .md\:nth-last-\[-n\+3\]\:mb-0 {
    @media (width >=48rem) {
      &:nth-last-child(-n+3) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }

  .lg\:mb-0 {
    @media (width >=64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .\[\&\.active\]\:visible {
    &.active {
      visibility: visible;
    }
  }

  .\[\&\.active\]\:underline {
    &.active {
      text-decoration-line: underline;
    }
  }

  .\[\&\.active\]\:opacity-100 {
    &.active {
      opacity: 100%;
    }
  }
}

.table-scroll-wrap {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 12px;
}

.table-scroll-wrap table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

@layer base {
  @font-face {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Lexend-VariableFont_wght.ttf") format("truetype-variations");
  }

  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  }

  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype-variations");
  }

  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype-variations");
  }

  @font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
  }

  html,
  :host {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black-IF);
    font-size: 100%;
  }

  body {
    line-height: var(--default-line-height);
    font-size: var(--default-font-size);
  }

  #main {
    position: relative;
    z-index: 2;
  }

  h1 {
    margin-bottom: 0.5em;
    font-size: 35px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  h2 {
    margin-bottom: 0.5em;
    font-size: 27px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  h4 {
    margin-bottom: 0.5em;
    font-size: 21px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  h5 {
    margin-bottom: 0.5em;
    font-size: 19px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  p {
    margin-bottom: 1.3em;
  }

  p:empty {
    margin-bottom: calc(var(--spacing) * 0);
  }

  ul {
    margin-bottom: 1.3em;
  }

  ol {
    margin-bottom: 1.5em;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  input,
  textarea,
  select {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
}

@layer utilities {
  .wow {
    visibility: hidden;
  }

  .line-height-default {
    line-height: var(--default-line-height);
  }

  .font-size-default {
    font-size: var(--default-font-size);
  }

  .small-1 {
    width: calc(1 / 12 * 100%);
  }

  .small-2 {
    width: calc(2 / 12 * 100%);
  }

  .small-3 {
    width: calc(3 / 12 * 100%);
  }

  .small-4 {
    width: calc(4 / 12 * 100%);
  }

  .small-5 {
    width: calc(5 / 12 * 100%);
  }

  .small-6 {
    width: calc(6 / 12 * 100%);
  }

  .small-7 {
    width: calc(7 / 12 * 100%);
  }

  .small-8 {
    width: calc(8 / 12 * 100%);
  }

  .small-9 {
    width: calc(9 / 12 * 100%);
  }

  .small-10 {
    width: calc(10 / 12 * 100%);
  }

  .small-11 {
    width: calc(11 / 12 * 100%);
  }

  .small-12 {
    width: 100%;
  }

  .medium-1 {
    @media (width >=48rem) {
      width: calc(1 / 12 * 100%);
    }
  }

  .medium-2 {
    @media (width >=48rem) {
      width: calc(2 / 12 * 100%);
    }
  }

  .medium-3 {
    @media (width >=48rem) {
      width: calc(3 / 12 * 100%);
    }
  }

  .medium-4 {
    @media (width >=48rem) {
      width: calc(4 / 12 * 100%);
    }
  }

  .medium-5 {
    @media (width >=48rem) {
      width: calc(5 / 12 * 100%);
    }
  }

  .medium-6 {
    @media (width >=48rem) {
      width: calc(6 / 12 * 100%);
    }
  }

  .medium-7 {
    @media (width >=48rem) {
      width: calc(7 / 12 * 100%);
    }
  }

  .medium-8 {
    @media (width >=48rem) {
      width: calc(8 / 12 * 100%);
    }
  }

  .medium-9 {
    @media (width >=48rem) {
      width: calc(9 / 12 * 100%);
    }
  }

  .medium-10 {
    @media (width >=48rem) {
      width: calc(10 / 12 * 100%);
    }
  }

  .medium-11 {
    @media (width >=48rem) {
      width: calc(11 / 12 * 100%);
    }
  }

  .medium-12 {
    @media (width >=48rem) {
      width: 100%;
    }
  }

  .large-1 {
    @media (width >=64rem) {
      width: calc(1 / 12 * 100%);
    }
  }

  .large-2 {
    @media (width >=64rem) {
      width: calc(2 / 12 * 100%);
    }
  }

  .large-3 {
    @media (width >=64rem) {
      width: calc(3 / 12 * 100%);
    }
  }

  .large-4 {
    @media (width >=64rem) {
      width: calc(4 / 12 * 100%);
    }
  }

  .large-5 {
    @media (width >=64rem) {
      width: calc(5 / 12 * 100%);
    }
  }

  .large-6 {
    @media (width >=64rem) {
      width: calc(6 / 12 * 100%);
    }
  }

  .large-7 {
    @media (width >=64rem) {
      width: calc(7 / 12 * 100%);
    }
  }

  .large-8 {
    @media (width >=64rem) {
      width: calc(8 / 12 * 100%);
    }
  }

  .large-9 {
    @media (width >=64rem) {
      width: calc(9 / 12 * 100%);
    }
  }

  .large-10 {
    @media (width >=64rem) {
      width: calc(10 / 12 * 100%);
    }
  }

  .large-11 {
    @media (width >=64rem) {
      width: calc(11 / 12 * 100%);
    }
  }

  .large-12 {
    @media (width >=64rem) {
      width: 100%;
    }
  }
}

@layer components {
  .label-text {
    position: relative;
    padding-left: 15px;

    &::before {
      content: "";
      width: 2px;
      height: 24px;
      background-color: var(--color-green-OS);
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }

    &.label-green-OS {
      &::before {
        background-color: var(--color-green-OS);
      }
    }

    &.label-yellow-EY {
      &::before {
        background-color: var(--color-yellow-EY);
      }
    }

    &.label-gold-CB {
      &::before {
        background-color: var(--color-gold-CB);
      }
    }
  }

  .button {
    display: flex;
    height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
  }

  .filter-input {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #E5E7EB;
    background-color: var(--color-white);
    padding-inline: 13px;
    padding-block: 9px;
  }

  .filter-input::placeholder {
    color: var(--color-gray-GB);
  }

  .form-radio {
    position: relative;
    height: 12px;
    width: 12px;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #D1D5DB;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    --tw-outline-style: none;
    outline-style: none;
  }

  .form-radio:checked {
    border-color: var(--color-gold-CB);
  }

  .form-radio:checked::after {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    margin: auto;
    height: 4px;
    width: 4px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-gold-CB);

    @media (width >=48rem) {
      height: 8px;
    }

    @media (width >=48rem) {
      width: 8px;
    }
  }

  .form-checkbox {
    position: relative;
    height: 12px;
    width: 12px;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    border-radius: 1px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #D1D5DB;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    --tw-outline-style: none;
    outline-style: none;
  }

  .form-checkbox:checked {
    border-color: var(--color-gold-CB);
  }

  .form-checkbox:checked::after {
    content: "";
    position: absolute;
    inset: calc(var(--spacing) * 0);
    margin: auto;
    height: 4px;
    width: 4px;
    border-radius: 1px;
    background-color: var(--color-gold-CB);

    @media (width >=48rem) {
      height: 8px;
    }

    @media (width >=48rem) {
      width: 8px;
    }
  }

  .textLine-1 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .textLine-2 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .textLine-3 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .textLine-4 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .textLine-5 {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .section {
    position: relative;
    display: flex;
    min-height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-block: 30px;
  }

  .section-bg {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    padding: calc(var(--spacing) * 0);
  }

  .fill {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: calc(var(--spacing) * 0);
    height: 100%;
    padding: calc(var(--spacing) * 0);
  }

  .bg-media {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .section-content {
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
  }

  .row {
    margin-inline: auto;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: var(--spacing-container);
    flex-direction: row;
    flex-wrap: wrap;
  }

  .row-full-width {
    max-width: 100%;
  }

  .row .row:not(.row-collapse) {
    margin-inline: calc(15px * -1);
    width: auto;
    padding-right: calc(var(--spacing) * 0);
    padding-left: calc(var(--spacing) * 0);
  }

  .row .row.row-small {
    margin-inline: calc(10px * -1);
  }

  .row .row.row-large {
    margin-inline: calc(20px * -1);
  }

  .row .row.row-large-extra {
    margin-inline: calc(40px * -1);
  }

  .col {
    position: relative;
    margin: calc(var(--spacing) * 0);
    box-sizing: border-box;
    width: 100%;
    padding-inline: 15px;

    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }

    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  .row-collapse>.col {
    padding: calc(var(--spacing) * 0);

    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }

    @media (width >=48rem) {
      &:last-child {
        padding-bottom: calc(var(--spacing) * 0);
      }
    }
  }

  .row-small>.col {
    padding-inline: 10px;
  }

  .row-large>.col {
    padding-inline: 20px;
  }

  .row-large-extra>.col {
    padding-inline: 40px;
  }

  .col-inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .content-single img,
  .content-single iframe {
    margin-bottom: 1.5em;
    overflow: hidden;
    border-radius: 10px;
  }

  .content-single ul,
  .content-single ol {
    margin-left: calc(var(--spacing) * 5);
  }

  .content-single ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
  }

  .content-single ol li {
    margin-bottom: 0.5em;
    list-style-type: decimal;
  }

  .content-single ul li p:last-child,
  .content-single ol li p:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .stuck {
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    animation: var(--animate-stuck);
    position: fixed !important;
  }

  .stuck #masthead {
    height: 80px !important;
  }

  .stuck #logo {
    height: 100%;

    @media (width >=48rem) {
      height: 60px;
    }
  }

  #logo-image {
    transform-origin: center;
  }

  .ng-select.ng-select-single .ng-select-container {
    height: 40px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background-color: white !important;
  }

  .auction-box--info {
    background-color: #EDF3FF;
  }

  .auction-box--success {
    background-color: #DCFCE7;
  }

  .auction-box--warning {
    background-color: #FFF7ED;
  }

  .auction-box--info .label-time {
    color: var(--color-blue-OI);
  }

  .auction-box--success .label-time {
    color: var(--color-green-IA);
  }

  .auction-box--warning .label-time {
    color: var(--color-red-BP);
  }

  .auction-box--info .count-time {
    color: var(--color-blue-OI);
  }

  .auction-box--success .count-time {
    color: var(--color-green-IA);
  }

  .auction-box--warning .count-time {
    color: var(--color-red-BP);
  }

  .header-tab {
    margin-bottom: calc(var(--spacing) * 4);
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #E5E7EB;
  }

  .tab-button {
    position: relative;
    margin-bottom: -1px;
    cursor: pointer;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    --tw-border-style: none;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: 15px;
    color: var(--color-gray-GB);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    -webkit-user-select: none;
    user-select: none;
  }

  .tab-button:hover {
    color: var(--color-black-IF);
  }

  .tab-button.active {
    border-color: var(--color-green-OS);
    color: var(--color-green-OS);
    -webkit-text-stroke: .5px;
  }

  .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-green-OS);
  }

  .content-tab-item {
    display: none;
  }

  .content-tab-item.active {
    display: block;
  }

  .content-tab-item-content {
    --tw-leading: 26px;
    line-height: 26px;
    color: #374151;

    p {
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }

    a {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-blue-OI);

      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }

  .contents-wrapper p,
  .contents-wrapper strong,
  .contents-wrapper ul,
  .contents-wrapper ol,
  .contents-wrapper img {
    margin-bottom: 1.3em;
  }
}

.dialog-content {
  display: none;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 0);
}

#search-result-filter-fancybox {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

#search-result-filter-fancybox .is-close-button {
  top: 15px;
  right: 15px;
}

.dialog-content.popup-search-filter-modal {
  display: block !important;
  max-width: 800px;
  width: 80vw;
  border-radius: 12px;
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .dialog-content.popup-search-filter-modal {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .dialog-content.popup-search-filter-modal {
    padding: 2rem;
  }
}

.fancybox-search-filter-advanced .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
}

.fancybox-dispute-login .fancybox__backdrop {
  background: rgba(15, 37, 64, 0.55) !important;
}

.fancybox-dispute-login .fancybox__carousel {
  max-width: 100%;
}

.fancybox-dispute-login .fancybox__viewport {
  padding: 1rem;
}

.fancybox-dispute-login .fancybox__content {
  width: auto !important;
  max-width: min(400px, calc(100vw - 2rem));
  max-height: none !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.fancybox-dispute-login .fancybox__slide {
  padding: 0;
  overflow: visible !important;
  max-height: none !important;
}

.fancybox-dispute-login .f-html {
  overflow: visible !important;
  max-height: none !important;
}

.fancybox__container.fancybox-dispute-login #dispute-login-required-dialog,
.fancybox-dispute-login #dispute-login-required-dialog {
  display: block !important;
}

.dispute-file-upload-row {
  align-content: center;
}

.dispute-file-upload-caption {
  display: inline-flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 40px;
  box-sizing: border-box;
}

.dispute-file-upload-label {
  align-content: center;
}

#dispute-login-required-dialog .dispute-login-modal-card {
  overflow: hidden;
  border-radius: 10px;
}

#dispute-login-required-dialog .dispute-login-modal-accent {
  height: 8px;
  width: 100%;
  background: #c8a24d;
}

#dispute-login-required-dialog .dispute-login-modal-header {
  border-bottom: 1px solid #e5e7eb;
}

/* #dispute-login-required-dialog .dispute-login-modal-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: #f4e6bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
} */

#dispute-login-required-dialog .dispute-login-modal-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#dispute-login-required-dialog .dispute-login-modal-header h3 {
  text-align: left;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #3d3d3d !important;
}

#dispute-login-required-dialog .dispute-login-modal-body {
  background: #f3f4f6;
  padding-top: 20px;
  padding-bottom: 30px;
}

#dispute-login-required-dialog .dispute-login-modal-footer {
  margin-top: 25px;
  margin-bottom: 26px;
}

#dispute-login-required-dialog .dispute-login-modal-title {
  color: #c8a24d !important;
  font-weight: 700;
  font-size: 17px;
}

#dispute-login-required-dialog .dispute-login-modal-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  min-height: 40px;
  padding: 8px 20px;
  border: none;
  border-radius: 12px;
  background-color: #c8a24d !important;
  color: #ffffff !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#dispute-login-required-dialog .dispute-login-modal-btn:hover,
#dispute-login-required-dialog .dispute-login-modal-btn:focus {
  background-color: #b68f3a !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

#dispute-login-required-dialog .dispute-login-modal-btn:focus-visible {
  outline: 2px solid #c8a24d;
  outline-offset: 2px;
}

.fancybox-dispute-login .is-close-button {
  display: none !important;
}

#snackbar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2147483000;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: min(440px, calc(100vw - 32px));
  padding: 14px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 37, 64, 0.22);
  border: 1px solid #e5e7eb;
  font-size: 14px;
  line-height: 1.45;
  color: #1f2937;
  animation: dispute-snackbar-in 0.28s ease;
}

#snackbar .icon {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  margin-top: 1px;
}

#snackbar .mess {
  flex: 1;
  min-width: 0;
}

@keyframes dispute-snackbar-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

#snackbar.snackbar--top-right {
  left: auto;
  right: 24px;
  top: 24px;
  bottom: auto;
  transform: none;
  animation: snackbar-in-top-right 0.28s ease;
}

@keyframes snackbar-in-top-right {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dispute-form-alert {
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.dispute-form-alert.is-success {
  border-color: #86efac;
  background: #f0fdf4;
  color: #166534;
}

.dispute-form-alert.is-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.with-fancybox .flatpickr-calendar {
  z-index: 200000 !important;
}

.dialog-content .is-close-button {
  top: 8px;
  right: 10px;
}

.inner-dialog-content {
  border-radius: 10px;
  overflow: hidden;
}

.dialog-content .inner-dialog-content .title-dialog--success {
  width: 100%;
  background-color: var(--color-green-IA);
  padding: 10px;
  text-align: center;
  font-size: 22px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}

.dialog-content .inner-dialog-content .title-dialog--warning {
  width: 100%;
  background-color: var(--color-red-BP);
  padding: 10px;
  text-align: center;
  font-size: 22px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}

.loadding {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadding-spin {
  width: 56px;
  height: 56px;
  border: 3px solid #dee2e6;
  border-top-color: #6c757d;
  border-radius: 50%;
  animation: loadding-spin 0.8s linear infinite;
}

@keyframes loadding-spin {
  to {
    transform: rotate(360deg);
  }
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
  line-height: 28px;
}

.last\:mr-0:last-child {
  margin-right: calc(var(--spacing) * 8);
}

.dialog-content.dark-close-button .is-close-button,
.dialog-content.popup-document-kyc .is-close-button,
.dialog-content.popup-change-password .is-close-button,
.dialog-content.popup-search-filter-modal .is-close-button {
  color: var(--color-black-IF) !important;
  top: 15px;
}

.dialog-content.dark-close-button .is-close-button:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.content-faqs ul {
  list-style: disc;
  margin-left: 1.3em;
  margin-bottom: 0;
}

.content-faqs p {
  margin-bottom: 0;
}

.text-label-filter {
  color: var(--Neutral-6, #FFF);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin: 0;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  background-color: white !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 13px !important;
  padding-right: 30px !important;
  color: var(--color-black-IF) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-gray-GB) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  width: 20px !important;
  right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #9CA3AF;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 20px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  font-weight: bold;
  width: 30px;
  justify-content: center;
  font-size: 18px;
}

._3njj {
  background: linear-gradient(180deg, #FFF9E3 0%, #FADB6A 100%);
  border-radius: 16px;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  ._3njj {
    background: url("/images/bg-banner.png") no-repeat center center/cover;
    border-radius: 0;
    padding: 0;
  }
}

.box-danger {
  background-color: #FBF5F4;
}

.box-danger svg path {
  fill: var(--color-red-B4);
}

.box-danger .label {
  color: var(--color-red-B4);
}

.box-success {
  background-color: #EBF9F2;
}

.box-success svg path {
  fill: var(--color-green-OS);
}

.box-success .label,
.box-success time {
  color: var(--color-green-OS);
}

.box-info {
  background-color: #EDF3FF;
}

.box-info svg path {
  fill: var(--color-blue-OI);
}

.box-info .label,
.box-info time {
  color: var(--color-blue-OI);
}

.box-danger .label,
.box-danger time {
  color: var(--color-red-BP);
}

.box-closed {
  background-color: var(--color-gray-ED);
}

.box-closed svg path {
  fill: #767A79;
}

.box-closed .label,
.box-closed time {
  color: #767A79;
}

.bg-step-mobile {
  background: linear-gradient(180deg, #FFF9E3 0%, #FADB6A 100%);
}

._9rit,
._2qxg {
  background-color: white;
  border: 2px solid #C8A24D;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

._9rit::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #C8A24D;
  z-index: 5;
  display: block;
}

@media (min-width: 768px) {
  ._9rit {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-image: url("/images/box-step.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  ._9rit::after {
    display: none;
  }

  ._2qxg {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-image: url("/images/box-step-last.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
}

.box-partner {
  padding-bottom: 40px;
}

.box-partner .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-partner .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 0 4px !important;
  background: transparent !important;
  opacity: 1 !important;
  position: relative;
  display: inline-block !important;
}

.box-partner .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #EFDBA6;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.box-partner .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.box-partner .swiper-pagination-bullet-active::before {
  background-color: #2B2B2B;
}

.box-partner .swiper-pagination-bullet-active::after {
  border-color: #2B2B2B;
}

#header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.select2-container--language .select2-dropdown {
  border: unset;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__options {
  max-height: 265px;
  overflow-y: scroll;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__option {
  font-size: 14px;
  margin: 0;
  padding: 5px 12px;
  min-height: 36px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.select2-container--language .select2-dropdown .select2-results .select2-results__option:hover {
  background: var(--Brand-Geay);
}

.select2-container--language .select2-dropdown .select2-results .select2-results__option.select2-results__option--disabled {
  background: #fff;
  color: #a5a5a5;
  cursor: not-allowed;
}

.select2-container--language .select2-search .select2-search__field {
  box-shadow: unset;
  border-radius: 5px;
  padding: 0 15px;
}

.box-document-blue {
  background-color: #EFF6FF;
}

.box-document-blue h3 {
  color: #1E40AF;
}

.box-document-green {
  background-color: #F0FDF4;
}

.box-document-green h3 {
  color: #166534;
}

.box-document-cream {
  background-color: #FEFCE8;
}

.box-document-cream h3 {
  color: #A16207;
}

.box-document-lavender {
  background-color: #FAF5FF;
}

.box-document-lavender h3 {
  color: #6B21A8;
}

.box-document-blush {
  background-color: #FFF5F5;
}

.box-document-blush h3 {
  color: #A82121;
}

@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-gradient-position {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@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-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}

@keyframes stuckMoveDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
    }
  }
}

.z-index1000 {
  z-index: 1000;
}

.border-red-600 {
  border: 1px solid red;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bgDaketthuccc {
  background-color: #AC7F5E;
}

.bgDauGiaThanhCong {
  background-color: #F6E9D3;
  color: #E37100 !important;
}

.bgDauGiaKhongThanhCong {
  background-color: #FAF1F0;
  color: #EF4444 !important;
}

.filtercustom{
  border: 1px solid #E5E7EB;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  height: 40px;
}
.custompadding{
    padding-block: 0px !important;
}

.bgPhienKetThucSau {
    background-color: #fbf5f4;
}
.bgPhienKetThucSau svg path {
    fill: #B43A2F;
}
.bgPhienKetThucSau .label,
.bgPhienKetThucSau time {
    color: #B43A2F;
}


.bgBatDauDauGiaSau {
    background-color: #EBF9F2;
}

.bgBatDauDauGiaSau svg path {
    fill: #059669;
}

.bgBatDauDauGiaSau .label,
.bgBatDauDauGiaSau time {
    color: #059669;
}