/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: '';
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans: 'Mulish', sans-serif;
    --font-serif: 'Raleway', serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --radius-sm: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-px: 1px;
    --spacing-0: 0;
    --spacing-2: 8px;
    --spacing-4: 16px;
    --spacing-6: 24px;
    --spacing-8: 32px;
    --spacing-12: 48px;
    --spacing-14: 56px;
    --spacing-28: 112px;
    --spacing-40: 160px;
    --color-main: #414141;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji',
      'Segoe UI Symbol',
      'Noto Color Emoji'
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      'Liberation Mono',
      'Courier New',
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type='button'], [type='reset'], [type='submit']) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .pointer-events-none {
    pointer-events: none !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  .visible {
    visibility: visible !important;
  }
  .\!absolute,
  .absolute {
    position: absolute !important;
  }
  .relative {
    position: relative !important;
  }
  .inset-0 {
    inset: var(--spacing-0) !important;
  }
  .-top-8 {
    top: calc(var(--spacing-8) * -1) !important;
  }
  .top-0 {
    top: var(--spacing-0) !important;
  }
  .top-1\/4 {
    top: 25% !important;
  }
  .top-\[-140px\] {
    top: -140px !important;
  }
  .top-\[5px\] {
    top: 5px !important;
  }
  .top-\[20px\] {
    top: 20px !important;
  }
  .top-\[28px\] {
    top: 28px !important;
  }
  .top-\[50\%\] {
    top: 50% !important;
  }
  .top-\[80\%\] {
    top: 80% !important;
  }
  .top-\[95\%\] {
    top: 95% !important;
  }
  .right-0 {
    right: var(--spacing-0) !important;
  }
  .right-2 {
    right: var(--spacing-2) !important;
  }
  .right-\[-82px\] {
    right: -82px !important;
  }
  .bottom-2 {
    bottom: var(--spacing-2) !important;
  }
  .left-0 {
    left: var(--spacing-0) !important;
  }
  .left-1\/2 {
    left: 50% !important;
  }
  .left-2 {
    left: var(--spacing-2) !important;
  }
  .left-\[8\%\] {
    left: 8% !important;
  }
  .left-\[8px\] {
    left: 8px !important;
  }
  .left-\[9px\] {
    left: 9px !important;
  }
  .left-\[50\%\] {
    left: 50% !important;
  }
  .z-1 {
    z-index: 1 !important;
  }
  .z-10 {
    z-index: 10 !important;
  }
  .z-20 {
    z-index: 20 !important;
  }
  .z-50 {
    z-index: 50 !important;
  }
  .container {
    width: 100% !important;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem !important;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem !important;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem !important;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem !important;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem !important;
    }
  }
  .\!-m-px {
    margin: -1px !important;
    margin: calc(var(--spacing-px) * -1) !important;
  }
  .m-0 {
    margin: var(--spacing-0) !important;
  }
  .mx-2 {
    margin-inline: var(--spacing-2) !important;
  }
  .mx-\[15px\] {
    margin-inline: 15px !important;
  }
  .mx-\[24px\] {
    margin-inline: 24px !important;
  }
  .mx-auto {
    margin-inline: auto !important;
  }
  .my-\[12px\] {
    margin-block: 12px !important;
  }
  .my-\[25px\] {
    margin-block: 25px !important;
  }
  .mt-\[14px\] {
    margin-top: 14px !important;
  }
  .mt-\[24px\] {
    margin-top: 24px !important;
  }
  .mt-\[29px\] {
    margin-top: 29px !important;
  }
  .mt-\[30px\] {
    margin-top: 30px !important;
  }
  .mt-\[32px\] {
    margin-top: 32px !important;
  }
  .mt-\[44px\] {
    margin-top: 44px !important;
  }
  .mt-\[56px\] {
    margin-top: 56px !important;
  }
  .mt-\[65px\] {
    margin-top: 65px !important;
  }
  .mt-\[70px\] {
    margin-top: 70px !important;
  }
  .mt-\[74px\] {
    margin-top: 74px !important;
  }
  .mt-\[95px\] {
    margin-top: 95px !important;
  }
  .mt-\[111px\] {
    margin-top: 111px !important;
  }
  .mt-\[135px\] {
    margin-top: 135px !important;
  }
  .mr-\[8px\] {
    margin-right: 8px !important;
  }
  .mr-\[10px\] {
    margin-right: 10px !important;
  }
  .mr-\[14px\] {
    margin-right: 14px !important;
  }
  .mb-0 {
    margin-bottom: var(--spacing-0) !important;
  }
  .mb-\[0\] {
    margin-bottom: 0 !important;
  }
  .mb-\[3px\] {
    margin-bottom: 3px !important;
  }
  .mb-\[5px\] {
    margin-bottom: 5px !important;
  }
  .mb-\[8px\] {
    margin-bottom: 8px !important;
  }
  .mb-\[15px\] {
    margin-bottom: 15px !important;
  }
  .mb-\[16px\] {
    margin-bottom: 16px !important;
  }
  .mb-\[17px\] {
    margin-bottom: 17px !important;
  }
  .mb-\[22px\] {
    margin-bottom: 22px !important;
  }
  .mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .mb-\[26px\] {
    margin-bottom: 26px !important;
  }
  .mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .mb-\[32px\] {
    margin-bottom: 32px !important;
  }
  .mb-\[33px\] {
    margin-bottom: 33px !important;
  }
  .mb-\[35px\] {
    margin-bottom: 35px !important;
  }
  .mb-\[39px\] {
    margin-bottom: 39px !important;
  }
  .mb-\[43px\] {
    margin-bottom: 43px !important;
  }
  .mb-\[44px\] {
    margin-bottom: 44px !important;
  }
  .mb-\[45px\] {
    margin-bottom: 45px !important;
  }
  .mb-\[50px\] {
    margin-bottom: 50px !important;
  }
  .mb-\[56px\] {
    margin-bottom: 56px !important;
  }
  .mb-\[57px\] {
    margin-bottom: 57px !important;
  }
  .mb-\[58px\] {
    margin-bottom: 58px !important;
  }
  .mb-\[59px\] {
    margin-bottom: 59px !important;
  }
  .mb-\[60px\] {
    margin-bottom: 60px !important;
  }
  .mb-\[63px\] {
    margin-bottom: 63px !important;
  }
  .mb-\[69px\] {
    margin-bottom: 69px !important;
  }
  .mb-\[74px\] {
    margin-bottom: 74px !important;
  }
  .mb-\[95px\] {
    margin-bottom: 95px !important;
  }
  .mb-\[115px\] {
    margin-bottom: 115px !important;
  }
  .mb-\[118px\] {
    margin-bottom: 118px !important;
  }
  .ml-\[15px\] {
    margin-left: 15px !important;
  }
  .ml-\[20px\] {
    margin-left: 20px !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .block {
    display: block !important;
  }
  .flex {
    display: flex !important;
  }
  .hidden {
    display: none !important;
  }
  .inline {
    display: inline !important;
  }
  .inline-block {
    display: inline-block !important;
  }
  .inline-flex {
    display: inline-flex !important;
  }
  .aspect-\[540\/304\] {
    aspect-ratio: 540/304 !important;
  }
  .\!h-px {
    height: 1px !important;
    height: var(--spacing-px) !important;
  }
  .h-4 {
    height: var(--spacing-4) !important;
  }
  .h-8 {
    height: var(--spacing-8) !important;
  }
  .h-12 {
    height: var(--spacing-12) !important;
  }
  .h-\[0px\] {
    height: 0 !important;
  }
  .h-\[1px\] {
    height: 1px !important;
  }
  .h-\[1rem\] {
    height: 1rem !important;
  }
  .h-\[3rem\] {
    height: 3rem !important;
  }
  .h-\[8px\] {
    height: 8px !important;
  }
  .h-\[14px\] {
    height: 14px !important;
  }
  .h-\[15px\] {
    height: 15px !important;
  }
  .h-\[16px\] {
    height: 16px !important;
  }
  .h-\[20px\] {
    height: 20px !important;
  }
  .h-\[24px\] {
    height: 24px !important;
  }
  .h-\[32px\] {
    height: 32px !important;
  }
  .h-\[33px\] {
    height: 33px !important;
  }
  .h-\[40px\] {
    height: 40px !important;
  }
  .h-\[45px\] {
    height: 45px !important;
  }
  .h-\[47\.467vw\] {
    height: 47.467vw !important;
  }
  .h-\[48px\] {
    height: 48px !important;
  }
  .h-\[49px\] {
    height: 49px !important;
  }
  .h-\[51px\] {
    height: 51px !important;
  }
  .h-\[64\.79px\] {
    height: 64.79px !important;
  }
  .h-\[96px\] {
    height: 96px !important;
  }
  .h-auto {
    height: auto !important;
  }
  .h-full {
    height: 100% !important;
  }
  .max-h-\[16px\] {
    max-height: 16px !important;
  }
  .max-h-\[390px\] {
    max-height: 390px !important;
  }
  .min-h-\[77px\] {
    min-height: 77px !important;
  }
  .\!w-px {
    width: 1px !important;
    width: var(--spacing-px) !important;
  }
  .w-4 {
    width: var(--spacing-4) !important;
  }
  .w-8 {
    width: var(--spacing-8) !important;
  }
  .w-14 {
    width: var(--spacing-14) !important;
  }
  .w-40 {
    width: var(--spacing-40) !important;
  }
  .w-\[1px\] {
    width: 1px !important;
  }
  .w-\[1rem\] {
    width: 1rem !important;
  }
  .w-\[9\.725vw\] {
    width: 9.725vw !important;
  }
  .w-\[14px\] {
    width: 14px !important;
  }
  .w-\[15px\] {
    width: 15px !important;
  }
  .w-\[16px\] {
    width: 16px !important;
  }
  .w-\[30px\] {
    width: 30px !important;
  }
  .w-\[32px\] {
    width: 32px !important;
  }
  .w-\[38\.84px\] {
    width: 38.84px !important;
  }
  .w-\[40px\] {
    width: 40px !important;
  }
  .w-\[42\.933vw\] {
    width: 42.933vw !important;
  }
  .w-\[45px\] {
    width: 45px !important;
  }
  .w-\[58\.533vw\] {
    width: 58.533vw !important;
  }
  .w-\[70px\] {
    width: 70px !important;
  }
  .w-\[74\.666vw\] {
    width: 74.666vw !important;
  }
  .w-\[88\.8vw\] {
    width: 88.8vw !important;
  }
  .w-\[90\%\] {
    width: 90% !important;
  }
  .w-\[96px\] {
    width: 96px !important;
  }
  .w-\[100\%\] {
    width: 100% !important;
  }
  .w-\[100px\] {
    width: 100px !important;
  }
  .w-\[102px\] {
    width: 102px !important;
  }
  .w-\[120px\] {
    width: 120px !important;
  }
  .w-\[141px\] {
    width: 141px !important;
  }
  .w-\[196px\] {
    width: 196px !important;
  }
  .w-\[245px\] {
    width: 245px !important;
  }
  .w-\[343px\] {
    width: 343px !important;
  }
  .w-fit {
    width: fit-content !important;
  }
  .w-full {
    width: 100% !important;
  }
  .max-w-\[16px\] {
    max-width: 16px !important;
  }
  .max-w-\[41\.6px\] {
    max-width: 41.6px !important;
  }
  .max-w-\[51\.5\%\] {
    max-width: 51.5% !important;
  }
  .max-w-\[375px\] {
    max-width: 375px !important;
  }
  .max-w-\[480px\] {
    max-width: 480px !important;
  }
  .max-w-\[540px\] {
    max-width: 540px !important;
  }
  .max-w-\[740px\] {
    max-width: 740px !important;
  }
  .max-w-\[820px\] {
    max-width: 820px !important;
  }
  .max-w-\[1440px\] {
    max-width: 1440px !important;
  }
  .flex-1 {
    flex: 1 !important;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .rotate-180 {
    rotate: 180deg !important;
  }
  .rotate-270 {
    rotate: 270deg !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,)
      var(--tw-skew-y,) !important;
  }
  .animate-spin {
    animation: var(--animate-spin) !important;
  }
  .cursor-pointer {
    cursor: pointer !important;
  }
  .resize {
    resize: both !important;
  }
  .appearance-none {
    appearance: none !important;
  }
  .flex-col {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .items-center {
    align-items: center !important;
  }
  .items-start {
    align-items: flex-start !important;
  }
  .justify-around {
    justify-content: space-around !important;
  }
  .justify-between {
    justify-content: space-between !important;
  }
  .justify-center {
    justify-content: center !important;
  }
  .gap-2 {
    gap: var(--spacing-2) !important;
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem !important;
  }
  .gap-\[8px\] {
    gap: 8px !important;
  }
  .gap-\[10px\] {
    gap: 10px !important;
  }
  .gap-\[15px\] {
    gap: 15px !important;
  }
  .gap-\[16px\] {
    gap: 16px !important;
  }
  .gap-\[20px\] {
    gap: 20px !important;
  }
  .gap-\[24px\] {
    gap: 24px !important;
  }
  .gap-\[29px\] {
    gap: 29px !important;
  }
  .gap-\[32px\] {
    gap: 32px !important;
  }
  .gap-\[36px\] {
    gap: 36px !important;
  }
  .gap-\[47px\] {
    gap: 47px !important;
  }
  .gap-\[79px\] {
    gap: 79px !important;
  }
  .gap-x-\[30px\] {
    column-gap: 30px !important;
  }
  .gap-y-\[20px\] {
    row-gap: 20px !important;
  }
  .self-start {
    align-self: flex-start !important;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-y-auto {
    overflow-y: auto !important;
  }
  .rounded-\[2px\] {
    border-radius: 2px !important;
  }
  .rounded-\[4px\] {
    border-radius: 4px !important;
  }
  .rounded-\[8px\] {
    border-radius: 8px !important;
  }
  .rounded-full {
    border-radius: 3.40282e38px !important;
  }
  .rounded-sm {
    border-radius: var(--radius-sm) !important;
  }
  .rounded-t-\[8px\] {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0 !important;
  }
  .border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-4 {
    border-style: var(--tw-border-style) !important;
    border-width: 4px !important;
  }
  .border-\[0\.6px\] {
    border-style: var(--tw-border-style) !important;
    border-width: 0.6px !important;
  }
  .border-\[0\] {
    border-style: var(--tw-border-style) !important;
    border-width: 0 !important;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .border-dotted {
    --tw-border-style: dotted !important;
    border-style: dotted !important;
  }
  .border-solid {
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .border-\[\#414141\] {
    border-color: #414141 !important;
  }
  .border-\[\#C7C7C7\] {
    border-color: #c7c7c7 !important;
  }
  .border-\[\#F9811E\] {
    border-color: #f9811e !important;
  }
  .border-\[\#FFF\] {
    border-color: #fff !important;
  }
  .border-black {
    border-color: var(--color-black) !important;
  }
  .border-current {
    border-color: currentColor !important;
  }
  .border-white {
    border-color: var(--color-white) !important;
  }
  .border-r-transparent {
    border-right-color: #0000 !important;
  }
  .bg-\[\#00000000\] {
    background-color: #0000 !important;
  }
  .bg-\[\#0000004d\] {
    background-color: #0000004d !important;
  }
  .bg-\[\#414141\] {
    background-color: #414141 !important;
  }
  .bg-\[\#A9A9A9\] {
    background-color: #a9a9a9 !important;
  }
  .bg-\[\#CFAE60\] {
    background-color: #cfae60 !important;
  }
  .bg-\[\#D43742\] {
    background-color: #d43742 !important;
  }
  .bg-\[\#E1E1E1\] {
    background-color: #e1e1e1 !important;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #f5f5f5 !important;
  }
  .bg-\[\#F7EEE3\] {
    background-color: #f7eee3 !important;
  }
  .bg-\[\#F9811E\] {
    background-color: #f9811e !important;
  }
  .bg-\[\#FEF9EE\] {
    background-color: #fef9ee !important;
  }
  .bg-\[\#FFFFFF\],
  .bg-\[\#FFF\] {
    background-color: #fff !important;
  }
  .bg-\[\#ab192d\] {
    background-color: #ab192d !important;
  }
  .bg-\[\#eee\] {
    background-color: #eee !important;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2 !important;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7 !important;
  }
  .bg-\[\#ffffff\] {
    background-color: #fff !important;
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900) !important;
  }
  .bg-main {
    background-color: var(--color-main) !important;
  }
  .bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[image\:var\(--image-url-mobile\)\] {
    background-image: var(--image-url-mobile) !important;
  }
  .bg-cover {
    background-size: cover !important;
  }
  .bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .fill-\[\#414141\] {
    fill: #414141 !important;
  }
  .fill-\[\#FFF\] {
    fill: #fff !important;
  }
  .stroke-\[\#414141\] {
    stroke: #414141 !important;
  }
  .object-cover {
    object-fit: cover !important;
  }
  .\!p-0,
  .p-0 {
    padding: var(--spacing-0) !important;
  }
  .p-2 {
    padding: var(--spacing-2) !important;
  }
  .p-\[20px\] {
    padding: 20px !important;
  }
  .p-\[32px\] {
    padding: 32px !important;
  }
  .px-2 {
    padding-inline: var(--spacing-2) !important;
  }
  .px-4 {
    padding-inline: var(--spacing-4) !important;
  }
  .px-\[2rem\] {
    padding-inline: 2rem !important;
  }
  .px-\[10px\] {
    padding-inline: 10px !important;
  }
  .px-\[15px\] {
    padding-inline: 15px !important;
  }
  .px-\[20px\] {
    padding-inline: 20px !important;
  }
  .px-\[24px\] {
    padding-inline: 24px !important;
  }
  .px-\[30px\] {
    padding-inline: 30px !important;
  }
  .px-\[32px\] {
    padding-inline: 32px !important;
  }
  .px-\[35px\] {
    padding-inline: 35px !important;
  }
  .py-2 {
    padding-block: var(--spacing-2) !important;
  }
  .py-\[5px\] {
    padding-block: 5px !important;
  }
  .py-\[8\.5px\] {
    padding-block: 8.5px !important;
  }
  .py-\[8px\] {
    padding-block: 8px !important;
  }
  .py-\[15px\] {
    padding-block: 15px !important;
  }
  .py-\[16px\] {
    padding-block: 16px !important;
  }
  .py-\[25px\] {
    padding-block: 25px !important;
  }
  .pt-\[15px\] {
    padding-top: 15px !important;
  }
  .pt-\[18px\] {
    padding-top: 18px !important;
  }
  .pt-\[25px\] {
    padding-top: 25px !important;
  }
  .pt-\[26px\] {
    padding-top: 26px !important;
  }
  .pt-\[32px\] {
    padding-top: 32px !important;
  }
  .pt-\[40px\] {
    padding-top: 40px !important;
  }
  .pr-\[15px\] {
    padding-right: 15px !important;
  }
  .pr-\[24px\] {
    padding-right: 24px !important;
  }
  .pb-\[10px\] {
    padding-bottom: 10px !important;
  }
  .pb-\[12px\] {
    padding-bottom: 12px !important;
  }
  .pb-\[15px\] {
    padding-bottom: 15px !important;
  }
  .pb-\[16px\] {
    padding-bottom: 16px !important;
  }
  .pb-\[20px\] {
    padding-bottom: 20px !important;
  }
  .pb-\[23px\] {
    padding-bottom: 23px !important;
  }
  .pb-\[25px\] {
    padding-bottom: 25px !important;
  }
  .pb-\[35px\] {
    padding-bottom: 35px !important;
  }
  .pb-\[38px\] {
    padding-bottom: 38px !important;
  }
  .pb-\[54px\] {
    padding-bottom: 54px !important;
  }
  .pb-\[59px\] {
    padding-bottom: 59px !important;
  }
  .pl-\[15px\] {
    padding-left: 15px !important;
  }
  .pl-\[20px\] {
    padding-left: 20px !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-start {
    text-align: start !important;
  }
  .align-\[-0\.125em\] {
    vertical-align: -0.125em !important;
  }
  .font-\[Mulish\] {
    font-family: Mulish !important;
  }
  .font-\[Raleway\] {
    font-family: Raleway !important;
  }
  .font-sans {
    font-family: var(--font-sans) !important;
  }
  .font-serif {
    font-family: var(--font-serif) !important;
  }
  .text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem !important;
  }
  .text-\[12\.75px\] {
    font-size: 12.75px !important;
  }
  .text-\[12px\] {
    font-size: 12px !important;
  }
  .text-\[13px\] {
    font-size: 13px !important;
  }
  .text-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[15px\] {
    font-size: 15px !important;
  }
  .text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px !important;
  }
  .text-\[20px\] {
    font-size: 20px !important;
  }
  .text-\[22px\] {
    font-size: 22px !important;
  }
  .text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[26px\] {
    font-size: 26px !important;
  }
  .text-\[28px\] {
    font-size: 28px !important;
  }
  .text-\[32px\] {
    font-size: 32px !important;
  }
  .text-\[45px\] {
    font-size: 45px !important;
  }
  .text-\[62px\] {
    font-size: 62px !important;
  }
  .leading-\[1rem\] {
    --tw-leading: 1rem !important;
    line-height: 1rem !important;
  }
  .leading-\[16px\] {
    --tw-leading: 16px !important;
    line-height: 16px !important;
  }
  .leading-\[17px\] {
    --tw-leading: 17px !important;
    line-height: 17px !important;
  }
  .leading-\[18px\] {
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }
  .leading-\[20px\] {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .leading-\[22\.4px\] {
    --tw-leading: 22.4px !important;
    line-height: 22.4px !important;
  }
  .leading-\[22\.5px\] {
    --tw-leading: 22.5px !important;
    line-height: 22.5px !important;
  }
  .leading-\[22px\] {
    --tw-leading: 22px !important;
    line-height: 22px !important;
  }
  .leading-\[23px\] {
    --tw-leading: 23px !important;
    line-height: 23px !important;
  }
  .leading-\[24px\] {
    --tw-leading: 24px !important;
    line-height: 24px !important;
  }
  .leading-\[25\.6px\] {
    --tw-leading: 25.6px !important;
    line-height: 25.6px !important;
  }
  .leading-\[28\.6px\] {
    --tw-leading: 28.6px !important;
    line-height: 28.6px !important;
  }
  .leading-\[28px\] {
    --tw-leading: 28px !important;
    line-height: 28px !important;
  }
  .leading-\[30\.8px\] {
    --tw-leading: 30.8px !important;
    line-height: 30.8px !important;
  }
  .leading-\[32px\] {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }
  .leading-\[40px\] {
    --tw-leading: 40px !important;
    line-height: 40px !important;
  }
  .leading-\[72px\] {
    --tw-leading: 72px !important;
    line-height: 72px !important;
  }
  .leading-\[73px\] {
    --tw-leading: 73px !important;
    line-height: 73px !important;
  }
  .font-\[16px\] {
    --tw-font-weight: 16px !important;
    font-weight: 16px !important;
  }
  .font-\[300\] {
    --tw-font-weight: 300 !important;
    font-weight: 300 !important;
  }
  .font-\[400\] {
    --tw-font-weight: 400 !important;
    font-weight: 400 !important;
  }
  .font-\[500\] {
    --tw-font-weight: 500 !important;
    font-weight: 500 !important;
  }
  .font-\[600\] {
    --tw-font-weight: 600 !important;
    font-weight: 600 !important;
  }
  .font-\[700\] {
    --tw-font-weight: 700 !important;
    font-weight: 700 !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em !important;
    letter-spacing: 0.15em !important;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest) !important;
    letter-spacing: var(--tracking-widest) !important;
  }
  .\!whitespace-nowrap {
    white-space: nowrap !important;
  }
  .text-\[\#8A8A8A\] {
    color: #8a8a8a !important;
  }
  .text-\[\#414141\] {
    color: #414141 !important;
  }
  .text-\[\#525151\] {
    color: #525151 !important;
  }
  .text-\[\#797979\] {
    color: #797979 !important;
  }
  .text-\[\#907221\] {
    color: #907221 !important;
  }
  .text-\[\#FFFFFF\],
  .text-\[\#FFF\] {
    color: #fff !important;
  }
  .text-\[\#ab192d\] {
    color: #ab192d !important;
  }
  .text-\[\#ffffff\] {
    color: #fff !important;
  }
  .text-main {
    color: var(--color-main) !important;
  }
  .text-red-500 {
    color: var(--color-red-500) !important;
  }
  .text-white {
    color: var(--color-white) !important;
  }
  .capitalize {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase !important;
  }
  .normal-case {
    text-transform: none !important;
  }
  .uppercase {
    text-transform: uppercase !important;
  }
  .italic {
    font-style: italic !important;
  }
  .no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline !important;
  }
  .decoration-\[1px\] {
    text-decoration-thickness: 1px !important;
  }
  .underline-offset-2 {
    text-underline-offset: 2px !important;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .shadow-lg {
    --tw-shadow:
      0 10px 15px -3px var(--tw-shadow-color, #0000001a),
      0 4px 6px -4px var(--tw-shadow-color, #0000001a) !important;
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      visibility,
      content-visibility,
      overlay,
      pointer-events !important;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    ) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-all {
    transition-property: all !important;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    ) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    ) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .transition-discrete {
    transition-behavior: allow-discrete !important;
  }
  .delay-150 {
    transition-delay: 0.15s !important;
  }
  .duration-100 {
    --tw-duration: 0.1s !important;
    transition-duration: 0.1s !important;
  }
  .duration-300 {
    --tw-duration: 0.3s !important;
    transition-duration: 0.3s !important;
  }
  .duration-\[200ms\] {
    --tw-duration: 0.2s !important;
    transition-duration: 0.2s !important;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out) !important;
    transition-timing-function: var(--ease-in-out) !important;
  }
  .\!\[clip\:rect\(0\,0\,0\,0\)\] {
    clip: rect(0, 0, 0, 0) !important;
  }
  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible !important;
    }
    .group-hover\:fill-\[\#6d6d6d\]:is(:where(.group):hover *) {
      fill: #6d6d6d !important;
    }
    .group-hover\:fill-\[\#414141\]:is(:where(.group):hover *) {
      fill: #414141 !important;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1 !important;
    }
  }
  .before\:absolute:before {
    content: var(--tw-content);
    position: absolute !important;
  }
  @media (hover: hover) {
    .hover\:border-\[\#ffffffad\]:hover {
      border-color: #ffffffad !important;
    }
    .hover\:bg-\[\#6d6d6d\]:hover {
      background-color: #6d6d6d !important;
    }
    .hover\:bg-\[\#8a1323\]:hover {
      background-color: #8a1323 !important;
    }
    .hover\:bg-\[\#00000080\]:hover {
      background-color: #00000080 !important;
    }
    .hover\:bg-\[\#FFA24D\]:hover {
      background-color: #ffa24d !important;
    }
    .hover\:bg-\[\#f5f5f5\]:hover {
      background-color: #f5f5f5 !important;
    }
    .hover\:bg-\[\#ffffffad\]:hover {
      background-color: #ffffffad !important;
    }
    .hover\:text-\[\#6d6d6d\]:hover {
      color: #6d6d6d !important;
    }
    .hover\:text-\[\#414141\]:hover {
      color: #414141 !important;
    }
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .focus-visible\:before\:inset-\[calc\(-5px\)\]:focus-visible:before {
    content: var(--tw-content);
    inset: -5px !important;
  }
  .focus-visible\:before\:rounded-\[calc\(5px\)\]:focus-visible:before {
    content: var(--tw-content);
    border-radius: 5px !important;
  }
  .focus-visible\:before\:border-2:focus-visible:before {
    content: var(--tw-content);
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .focus-visible\:before\:border-solid:focus-visible:before {
    content: var(--tw-content);
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .focus-visible\:before\:border-\[\#414141\]:focus-visible:before {
    content: var(--tw-content);
    border-color: #414141 !important;
  }
  .focus-visible\:before\:border-\[\#FFF\]:focus-visible:before {
    content: var(--tw-content);
    border-color: #fff !important;
  }
  .focus-visible\:before\:content-\[\"\"\]:focus-visible:before {
    content: var(--tw-content);
    --tw-content: '' !important;
    content: var(--tw-content) !important;
  }
  .active\:bg-\[\#490a12\]:active {
    background-color: #490a12 !important;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed !important;
  }
  .disabled\:border-\[\#F3B885\]:disabled {
    border-color: #f3b885 !important;
  }
  .disabled\:border-\[\#a9a9a9\]:disabled {
    border-color: #a9a9a9 !important;
  }
  .disabled\:bg-\[\#F3B885\]:disabled {
    background-color: #f3b885 !important;
  }
  .disabled\:bg-\[\#a9a9a9\]:disabled {
    background-color: #a9a9a9 !important;
  }
  .disabled\:text-\[\#a9a9a9\]:disabled {
    color: #a9a9a9 !important;
  }
  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
      animation: 1.5s linear infinite spin !important;
    }
  }
  @media (min-width: 40rem) {
    .sm\:w-\[78\.8vw\] {
      width: 78.8vw !important;
    }
  }
  @media (min-width: 48rem) {
    .md\:absolute {
      position: absolute !important;
    }
    .md\:relative {
      position: relative !important;
    }
    .md\:top-0 {
      top: var(--spacing-0) !important;
    }
    .md\:top-\[88\%\] {
      top: 88% !important;
    }
    .md\:left-0 {
      left: var(--spacing-0) !important;
    }
    .md\:left-\[5\.5\%\] {
      left: 5.5% !important;
    }
    .md\:left-\[7\%\] {
      left: 7% !important;
    }
    .md\:left-\[50\%\] {
      left: 50% !important;
    }
    .md\:mx-0 {
      margin-inline: var(--spacing-0) !important;
    }
    .md\:mx-auto {
      margin-inline: auto !important;
    }
    .md\:my-\[26px\] {
      margin-block: 26px !important;
    }
    .md\:mt-\[50px\] {
      margin-top: 50px !important;
    }
    .md\:mt-\[80px\] {
      margin-top: 80px !important;
    }
    .md\:mt-\[109px\] {
      margin-top: 109px !important;
    }
    .md\:mt-\[112px\] {
      margin-top: 112px !important;
    }
    .md\:mt-\[115px\] {
      margin-top: 115px !important;
    }
    .md\:mt-\[119px\] {
      margin-top: 119px !important;
    }
    .md\:mt-\[120px\] {
      margin-top: 120px !important;
    }
    .md\:mt-\[129px\] {
      margin-top: 129px !important;
    }
    .md\:mb-0 {
      margin-bottom: var(--spacing-0) !important;
    }
    .md\:mb-\[15px\] {
      margin-bottom: 15px !important;
    }
    .md\:mb-\[20px\] {
      margin-bottom: 20px !important;
    }
    .md\:mb-\[24px\] {
      margin-bottom: 24px !important;
    }
    .md\:mb-\[30px\] {
      margin-bottom: 30px !important;
    }
    .md\:mb-\[34px\] {
      margin-bottom: 34px !important;
    }
    .md\:mb-\[36px\] {
      margin-bottom: 36px !important;
    }
    .md\:mb-\[37px\] {
      margin-bottom: 37px !important;
    }
    .md\:mb-\[39px\] {
      margin-bottom: 39px !important;
    }
    .md\:mb-\[40px\] {
      margin-bottom: 40px !important;
    }
    .md\:mb-\[48px\] {
      margin-bottom: 48px !important;
    }
    .md\:mb-\[55px\] {
      margin-bottom: 55px !important;
    }
    .md\:mb-\[58px\] {
      margin-bottom: 58px !important;
    }
    .md\:mb-\[59px\] {
      margin-bottom: 59px !important;
    }
    .md\:mb-\[66px\] {
      margin-bottom: 66px !important;
    }
    .md\:mb-\[80px\] {
      margin-bottom: 80px !important;
    }
    .md\:mb-\[86px\] {
      margin-bottom: 86px !important;
    }
    .md\:mb-\[89px\] {
      margin-bottom: 89px !important;
    }
    .md\:mb-\[100px\] {
      margin-bottom: 100px !important;
    }
    .md\:mb-\[140px\] {
      margin-bottom: 140px !important;
    }
    .md\:mb-\[149px\] {
      margin-bottom: 149px !important;
    }
    .md\:ml-0 {
      margin-left: var(--spacing-0) !important;
    }
    .md\:flex {
      display: flex !important;
    }
    .md\:h-\[1\.111vw\] {
      height: 1.111vw !important;
    }
    .md\:h-\[6\.666vw\] {
      height: 6.666vw !important;
    }
    .md\:h-\[28px\] {
      height: 28px !important;
    }
    .md\:h-\[34px\] {
      height: 34px !important;
    }
    .md\:h-\[40px\] {
      height: 40px !important;
    }
    .md\:h-\[80px\] {
      height: 80px !important;
    }
    .md\:h-\[85px\] {
      height: 85px !important;
    }
    .md\:h-\[87\.5px\] {
      height: 87.5px !important;
    }
    .md\:h-\[89px\] {
      height: 89px !important;
    }
    .md\:max-h-\[18px\] {
      max-height: 18px !important;
    }
    .md\:min-h-\[241px\] {
      min-height: 241px !important;
    }
    .md\:w-28 {
      width: var(--spacing-28) !important;
    }
    .md\:w-\[6\.666vw\] {
      width: 6.666vw !important;
    }
    .md\:w-\[15vw\] {
      width: 15vw !important;
    }
    .md\:w-\[17\.291vw\] {
      width: 17.291vw !important;
    }
    .md\:w-\[18\.333vw\] {
      width: 18.333vw !important;
    }
    .md\:w-\[21vw\] {
      width: 21vw !important;
    }
    .md\:w-\[30\%\] {
      width: 30% !important;
    }
    .md\:w-\[32px\] {
      width: 32px !important;
    }
    .md\:w-\[40px\] {
      width: 40px !important;
    }
    .md\:w-\[44\.44vw\] {
      width: 44.44vw !important;
    }
    .md\:w-\[49\%\] {
      width: 49% !important;
    }
    .md\:w-\[60\%\] {
      width: 60% !important;
    }
    .md\:w-\[81\.67px\] {
      width: 81.67px !important;
    }
    .md\:w-\[83\.333vw\] {
      width: 83.333vw !important;
    }
    .md\:w-\[83px\] {
      width: 83px !important;
    }
    .md\:w-\[85px\] {
      width: 85px !important;
    }
    .md\:w-\[87\.5px\] {
      width: 87.5px !important;
    }
    .md\:w-\[90\%\] {
      width: 90% !important;
    }
    .md\:w-\[100\%\] {
      width: 100% !important;
    }
    .md\:w-\[120px\] {
      width: 120px !important;
    }
    .md\:w-\[180px\] {
      width: 180px !important;
    }
    .md\:w-\[200px\] {
      width: 200px !important;
    }
    .md\:w-\[240px\] {
      width: 240px !important;
    }
    .md\:w-fit {
      width: fit-content !important;
    }
    .md\:w-full {
      width: 100% !important;
    }
    .md\:max-w-\[280px\] {
      max-width: 280px !important;
    }
    .md\:max-w-\[317px\] {
      max-width: 317px !important;
    }
    .md\:max-w-\[373px\] {
      max-width: 373px !important;
    }
    .md\:max-w-\[416px\] {
      max-width: 416px !important;
    }
    .md\:max-w-\[640px\] {
      max-width: 640px !important;
    }
    .md\:max-w-\[1024px\] {
      max-width: 1024px !important;
    }
    .md\:max-w-\[1200px\] {
      max-width: 1200px !important;
    }
    .md\:max-w-\[1312px\] {
      max-width: 1312px !important;
    }
    .md\:flex-row {
      flex-direction: row !important;
    }
    .md\:flex-row-reverse {
      flex-direction: row-reverse !important;
    }
    .md\:flex-wrap {
      flex-wrap: wrap !important;
    }
    .md\:items-center {
      align-items: center !important;
    }
    .md\:items-start {
      align-items: flex-start !important;
    }
    .md\:gap-0 {
      gap: var(--spacing-0) !important;
    }
    .md\:gap-\[3\.888vw\] {
      gap: 3.888vw !important;
    }
    .md\:gap-\[4vw\] {
      gap: 4vw !important;
    }
    .md\:gap-\[8px\] {
      gap: 8px !important;
    }
    .md\:gap-\[22px\] {
      gap: 22px !important;
    }
    .md\:gap-\[30px\] {
      gap: 30px !important;
    }
    .md\:gap-\[40px\] {
      gap: 40px !important;
    }
    .md\:bg-\[image\:var\(--image-url-desktop\)\] {
      background-image: var(--image-url-desktop) !important;
    }
    .md\:px-0 {
      padding-inline: var(--spacing-0) !important;
    }
    .md\:px-\[6\%\] {
      padding-inline: 6% !important;
    }
    .md\:px-\[20px\] {
      padding-inline: 20px !important;
    }
    .md\:px-\[56px\] {
      padding-inline: 56px !important;
    }
    .md\:px-\[64px\] {
      padding-inline: 64px !important;
    }
    .md\:py-\[15px\] {
      padding-block: 15px !important;
    }
    .md\:pt-\[5\%\] {
      padding-top: 5% !important;
    }
    .md\:pt-\[24px\] {
      padding-top: 24px !important;
    }
    .md\:pt-\[32px\] {
      padding-top: 32px !important;
    }
    .md\:pt-\[34px\] {
      padding-top: 34px !important;
    }
    .md\:pt-\[70px\] {
      padding-top: 70px !important;
    }
    .md\:pt-\[90px\] {
      padding-top: 90px !important;
    }
    .md\:pb-\[21px\] {
      padding-bottom: 21px !important;
    }
    .md\:pb-\[22px\] {
      padding-bottom: 22px !important;
    }
    .md\:pb-\[29px\] {
      padding-bottom: 29px !important;
    }
    .md\:pb-\[30px\] {
      padding-bottom: 30px !important;
    }
    .md\:pb-\[40px\] {
      padding-bottom: 40px !important;
    }
    .md\:pb-\[45px\] {
      padding-bottom: 45px !important;
    }
    .md\:pb-\[55px\] {
      padding-bottom: 55px !important;
    }
    .md\:pb-\[100px\] {
      padding-bottom: 100px !important;
    }
    .md\:pl-\[13\%\] {
      padding-left: 13% !important;
    }
    .md\:pl-\[24px\] {
      padding-left: 24px !important;
    }
    .md\:pl-\[30px\] {
      padding-left: 30px !important;
    }
    .md\:text-center {
      text-align: center !important;
    }
    .md\:font-\[Raleway\] {
      font-family: Raleway !important;
    }
    .md\:text-\[1\.111vw\] {
      font-size: 1.111vw !important;
    }
    .md\:text-\[1\.388vw\] {
      font-size: 1.388vw !important;
    }
    .md\:text-\[14px\] {
      font-size: 14px !important;
    }
    .md\:text-\[16px\] {
      font-size: 16px !important;
    }
    .md\:text-\[18px\] {
      font-size: 18px !important;
    }
    .md\:text-\[20px\] {
      font-size: 20px !important;
    }
    .md\:text-\[22px\] {
      font-size: 22px !important;
    }
    .md\:text-\[24px\] {
      font-size: 24px !important;
    }
    .md\:text-\[26px\] {
      font-size: 26px !important;
    }
    .md\:text-\[32px\] {
      font-size: 32px !important;
    }
    .md\:text-\[38px\] {
      font-size: 38px !important;
    }
    .md\:text-\[40px\] {
      font-size: 40px !important;
    }
    .md\:leading-6 {
      --tw-leading: var(--spacing-6) !important;
      line-height: var(--spacing-6) !important;
    }
    .md\:leading-\[1\.666vw\] {
      --tw-leading: 1.666vw !important;
      line-height: 1.666vw !important;
    }
    .md\:leading-\[20px\] {
      --tw-leading: 20px !important;
      line-height: 20px !important;
    }
    .md\:leading-\[24px\] {
      --tw-leading: 24px !important;
      line-height: 24px !important;
    }
    .md\:leading-\[28\.6px\] {
      --tw-leading: 28.6px !important;
      line-height: 28.6px !important;
    }
    .md\:leading-\[28px\] {
      --tw-leading: 28px !important;
      line-height: 28px !important;
    }
    .md\:leading-\[32px\] {
      --tw-leading: 32px !important;
      line-height: 32px !important;
    }
    .md\:leading-\[35\.2px\] {
      --tw-leading: 35.2px !important;
      line-height: 35.2px !important;
    }
    .md\:leading-\[44px\] {
      --tw-leading: 44px !important;
      line-height: 44px !important;
    }
    .md\:leading-\[48px\] {
      --tw-leading: 48px !important;
      line-height: 48px !important;
    }
    .md\:leading-\[53\.2px\] {
      --tw-leading: 53.2px !important;
      line-height: 53.2px !important;
    }
  }
  @media (min-width: 64rem) {
    .lg\:absolute {
      position: absolute !important;
    }
    .lg\:relative {
      position: relative !important;
    }
    .lg\:top-\[20\.134\%\] {
      top: 20.134% !important;
    }
    .lg\:block {
      display: block !important;
    }
    .lg\:hidden {
      display: none !important;
    }
    .lg\:w-\[141px\] {
      width: 141px !important;
    }
    .lg\:w-\[300px\] {
      width: 300px !important;
    }
    .lg\:max-w-\[350px\] {
      max-width: 350px !important;
    }
    .lg\:flex-row {
      flex-direction: row !important;
    }
    .lg\:justify-start {
      justify-content: flex-start !important;
    }
    .lg\:gap-\[30px\] {
      gap: 30px !important;
    }
    .lg\:pt-0 {
      padding-top: var(--spacing-0) !important;
    }
    .lg\:pt-\[9\%\] {
      padding-top: 9% !important;
    }
    .lg\:pb-\[15px\] {
      padding-bottom: 15px !important;
    }
    .lg\:pl-0 {
      padding-left: var(--spacing-0) !important;
    }
    .lg\:text-left {
      text-align: left !important;
    }
    .lg\:text-start {
      text-align: start !important;
    }
  }
  @media (min-width: 80rem) {
    .xl\:max-w-\[1140px\] {
      max-width: 1140px !important;
    }
    .xl\:max-w-\[1170px\] {
      max-width: 1170px !important;
    }
    .xl\:pt-\[173px\] {
      padding-top: 173px !important;
    }
    .xl\:pb-\[32px\] {
      padding-bottom: 32px !important;
    }
    .xl\:pb-\[35px\] {
      padding-bottom: 35px !important;
    }
    .xl\:pb-\[39px\] {
      padding-bottom: 39px !important;
    }
  }
  @media (min-width: 96rem) {
    .\32xl\:container {
      width: 100% !important;
    }
    @media (min-width: 40rem) {
      .\32xl\:container {
        max-width: 40rem !important;
      }
    }
    @media (min-width: 48rem) {
      .\32xl\:container {
        max-width: 48rem !important;
      }
    }
    @media (min-width: 64rem) {
      .\32xl\:container {
        max-width: 64rem !important;
      }
    }
    @media (min-width: 80rem) {
      .\32xl\:container {
        max-width: 80rem !important;
      }
    }
    .\32xl\:container {
      max-width: 96rem !important;
    }
    .\32xl\:h-\[16px\] {
      height: 16px !important;
    }
    .\32xl\:h-\[96px\] {
      height: 96px !important;
    }
    .\32xl\:w-\[16px\] {
      width: 16px !important;
    }
    .\32xl\:w-\[96px\] {
      width: 96px !important;
    }
    .\32xl\:w-\[249px\] {
      width: 249px !important;
    }
    .\32xl\:w-\[264px\] {
      width: 264px !important;
    }
    .\32xl\:w-\[640px\] {
      width: 640px !important;
    }
    .\32xl\:gap-\[56px\] {
      gap: 56px !important;
    }
    .\32xl\:gap-\[80px\] {
      gap: 80px !important;
    }
    .\32xl\:px-\[32px\] {
      padding-inline: 32px !important;
    }
    .\32xl\:py-\[16px\] {
      padding-block: 16px !important;
    }
    .\32xl\:text-\[14px\] {
      font-size: 14px !important;
    }
    .\32xl\:text-\[16px\] {
      font-size: 16px !important;
    }
    .\32xl\:text-\[20px\] {
      font-size: 20px !important;
    }
    .\32xl\:leading-\[16px\] {
      --tw-leading: 16px !important;
      line-height: 16px !important;
    }
    .\32xl\:leading-\[24px\] {
      --tw-leading: 24px !important;
      line-height: 24px !important;
    }
  }
  .hide-image {
    display: none;
  }
  div#booth-landing div.booth-wrapper main .block {
    margin-bottom: 0 !important;
  }
}
body {
  margin: 0;
  padding: 0;
}
div#booth-landing div.booth-wrapper main {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  font-variant-numeric: lining-nums;
}
div#booth-landing div.booth-wrapper main .hide-item-desktop {
  display: block;
}
@media (min-width: 768px) {
  div#booth-landing div.booth-wrapper main .hide-item-desktop {
    display: none;
  }
}
div#booth-landing div.booth-wrapper main .hide-item-desktop-flex {
  display: flex;
}
@media (min-width: 1024px) {
  div#booth-landing div.booth-wrapper main .hide-item-desktop-flex {
    display: none;
  }
}
div#booth-landing div.booth-wrapper main .hide-item-mobile {
  display: none;
}
@media (min-width: 768px) {
  div#booth-landing div.booth-wrapper main .hide-item-mobile {
    display: block;
  }
}
div#booth-landing div.booth-wrapper main .hide-item-mobile-flex {
  display: none;
}
@media (min-width: 1024px) {
  div#booth-landing div.booth-wrapper main .hide-item-mobile-flex {
    display: flex;
  }
}
div#booth-landing div.booth-wrapper main b {
  font-weight: 700;
}
.alianza-banner-mobile {
  background: url(https://assets.landings.isdin.com/landings/LT-466-peru--landing-alianza-isdin-msd-2025/assets/alianza-banner-mobile.webp)
    50% / cover no-repeat;
  display: block;
}
@media (min-width: 768px) {
  .alianza-banner-mobile {
    display: none !important;
  }
}
.alianza-banner-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .alianza-banner-desktop {
    background-image: url(https://assets.landings.isdin.com/landings/LT-466-peru--landing-alianza-isdin-msd-2025/assets/alianza-banner-desktop.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
  }
}
.ant-row {
  margin: 0 !important;
}
@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-border-style {
  syntax: '*';
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: '*';
  inherits: false;
}
@property --tw-font-weight {
  syntax: '*';
  inherits: false;
}
@property --tw-tracking {
  syntax: '*';
  inherits: false;
}
@property --tw-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: '*';
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: '*';
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: '*';
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: '*';
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: '*';
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: '<length>';
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: '*';
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: '*';
  inherits: false;
}
@property --tw-ease {
  syntax: '*';
  inherits: false;
}
@property --tw-content {
  syntax: '*';
  inherits: false;
  initial-value: '';
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
