/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .m-auto {
    margin: auto;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[px\] {
    margin-top: px;
  }
  .ml-\[2\%\] {
    margin-left: 2%;
  }
  .ml-\[8\%\] {
    margin-left: 8%;
  }
  .ml-\[10\%\] {
    margin-left: 10%;
  }
  .ml-\[15\%\] {
    margin-left: 15%;
  }
  .ml-\[20\%\] {
    margin-left: 20%;
  }
  .ml-\[30\%\] {
    margin-left: 30%;
  }
  .ml-\[50px\] {
    margin-left: 50px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[235px\] {
    height: 235px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[462px\] {
    height: 462px;
  }
  .h-\[568px\] {
    height: 568px;
  }
  .h-screen {
    height: 100vh;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[245px\] {
    width: 245px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[344px\] {
    width: 344px;
  }
  .w-\[345px\] {
    width: 345px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[444px\] {
    width: 444px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-\[589px\] {
    width: 589px;
  }
  .w-full {
    width: 100%;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[8\%\] {
    gap: 8%;
  }
  .space-y-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .bg-\[\#0000007a\] {
    background-color: #0000007a;
  }
  .bg-\[\#9B6D44\] {
    background-color: #9B6D44;
  }
  .bg-\[\#55371D66\] {
    background-color: #55371D66;
  }
  .bg-\[\#55371D\] {
    background-color: #55371D;
  }
  .bg-\[\#212121\] {
    background-color: #212121;
  }
  .bg-\[\#E1E0FC\] {
    background-color: #E1E0FC;
  }
  .bg-\[\#ECEBFE\] {
    background-color: #ECEBFE;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\/src\/img\/img1\.png\'\)\] {
    background-image: url('/src/img/img1.png');
  }
  .bg-\[url\(\'\/src\/img\/img3\.png\'\)\] {
    background-image: url('/src/img/img3.png');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[7px\] {
    padding-top: 7px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[12\%\] {
    padding-top: 12%;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[8\%\] {
    padding-left: 8%;
  }
  .pl-\[10\%\] {
    padding-left: 10%;
  }
  .pl-\[15\%\] {
    padding-left: 15%;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[20\%\] {
    padding-left: 20%;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .pl-\[63px\] {
    padding-left: 63px;
  }
  .pl-\[80px\] {
    padding-left: 80px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#9B6D44\] {
    color: #9B6D44;
  }
  .text-\[\#AEAEAE\] {
    color: #AEAEAE;
  }
  .text-white {
    color: var(--color-white);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:ml-\[0\] {
    @media (width >= 64rem) {
      margin-left: 0;
    }
  }
  .lg\:ml-\[8\%\] {
    @media (width >= 64rem) {
      margin-left: 8%;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:w-\[470px\] {
    @media (width >= 64rem) {
      width: 470px;
    }
  }
  .lg\:w-\[560px\] {
    @media (width >= 64rem) {
      width: 560px;
    }
  }
  .lg\:w-\[580px\] {
    @media (width >= 64rem) {
      width: 580px;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:pl-\[10\%\] {
    @media (width >= 64rem) {
      padding-left: 10%;
    }
  }
  .lg\:pl-\[15\%\] {
    @media (width >= 64rem) {
      padding-left: 15%;
    }
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
