/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[280px\] {
    top: 280px;
  }
  .top-full {
    top: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[900\] {
    z-index: 900;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @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-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[calc\(100\%\+100px\)\] {
    height: calc(100% + 100px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[1520px\] {
    max-width: 1520px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[44px\] {
    gap: 44px;
  }
  .gap-\[56px\] {
    gap: 56px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[68px\] {
    gap: 68px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .bg-\[\#F4F1EB\] {
    background-color: #F4F1EB;
  }
  .bg-\[\#FFFDFA\] {
    background-color: #FFFDFA;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .text-\[\#F4F1EB\] {
    color: #F4F1EB;
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .transition-\[max-height\,padding\] {
    transition-property: max-height,padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[padding\] {
    transition-property: padding;
    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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-1400 {
    --tw-duration: 1400ms;
    transition-duration: 1400ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 40rem) {
      height: 300px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 40rem) {
      font-size: 24px;
    }
  }
  .md\:h-\[360px\] {
    @media (width >= 48rem) {
      height: 360px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:h-\[700px\] {
    @media (width >= 48rem) {
      height: 700px;
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-25 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 25);
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:z-\[1000\] {
    @media (width >= 64rem) {
      z-index: 1000;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[360px\] {
    @media (width >= 64rem) {
      margin-bottom: 360px;
    }
  }
  .lg\:h-\[14px\] {
    @media (width >= 64rem) {
      height: 14px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[100vh\] {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:h-\[470px\] {
    @media (width >= 64rem) {
      height: 470px;
    }
  }
  .lg\:h-\[885px\] {
    @media (width >= 64rem) {
      height: 885px;
    }
  }
  .lg\:h-\[942px\] {
    @media (width >= 64rem) {
      height: 942px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[14px\] {
    @media (width >= 64rem) {
      width: 14px;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[188px\] {
    @media (width >= 64rem) {
      width: 188px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-\[68px\] {
    @media (width >= 64rem) {
      gap: 68px;
    }
  }
  .lg\:gap-\[120px\] {
    @media (width >= 64rem) {
      gap: 120px;
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:py-2 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:py-\[160px\] {
    @media (width >= 64rem) {
      padding-block: 160px;
    }
  }
  .lg\:py-\[180px\] {
    @media (width >= 64rem) {
      padding-block: 180px;
    }
  }
  .lg\:pt-\[250px\] {
    @media (width >= 64rem) {
      padding-top: 250px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
}
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@layer utilities {
  .font-spoqa {
    font-family: "Spoqa Han Sans Neo", sans-serif;
  }
}
@layer utilities {
  .text-h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    .text-h1 {
      font-size: 1.875rem;
    }
  }
  @media (min-width: 1024px) {
    .text-h1 {
      font-size: 2.25rem;
    }
  }
  .text-h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    .text-h2 {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    .text-h2 {
      font-size: 1.75rem;
    }
  }
  .text-h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .text-h3 {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1024px) {
    .text-h3 {
      font-size: 1.375rem;
    }
  }
  .text-body-l {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    .text-body-l {
      font-size: 1.0625rem;
    }
  }
  @media (min-width: 1024px) {
    .text-body-l {
      font-size: 1.125rem;
    }
  }
  .text-body-m {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
  }
  @media (min-width: 768px) {
    .text-body-m {
      font-size: 0.9375rem;
    }
  }
  @media (min-width: 1024px) {
    .text-body-m {
      font-size: 1rem;
    }
  }
  .text-caption {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 700;
  }
  @media (min-width: 768px) {
    .text-caption {
      font-size: 0.8125rem;
    }
  }
  @media (min-width: 1024px) {
    .text-caption {
      font-size: 0.875rem;
    }
  }
  .text-button {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
  }
  @media (min-width: 768px) {
    .text-button {
      font-size: 0.9375rem;
    }
  }
  @media (min-width: 1024px) {
    .text-button {
      font-size: 1rem;
    }
  }
}
@layer utilities {
  .text-primary-100 {
    color: #ffffff;
  }
  .bg-primary-100 {
    background-color: #ffffff;
  }
  .border-primary-100 {
    border-color: #ffffff;
  }
  .text-primary-200 {
    color: #c5d1ca;
  }
  .bg-primary-200 {
    background-color: #c5d1ca;
  }
  .border-primary-200 {
    border-color: #c5d1ca;
  }
  .text-primary-300 {
    color: #8ea497;
  }
  .bg-primary-300 {
    background-color: #8ea497;
  }
  .border-primary-300 {
    border-color: #8ea497;
  }
  .text-primary-400 {
    color: #5a7a67;
  }
  .bg-primary-400 {
    background-color: #5a7a67;
  }
  .border-primary-400 {
    border-color: #5a7a67;
  }
  .text-primary-500 {
    color: #27513b;
  }
  .bg-primary-500 {
    background-color: #27513b;
  }
  .border-primary-500 {
    border-color: #27513b;
  }
  .text-primary-600 {
    color: #203d2d;
  }
  .bg-primary-600 {
    background-color: #203d2d;
  }
  .border-primary-600 {
    border-color: #203d2d;
  }
  .text-primary-700 {
    color: #182b20;
  }
  .bg-primary-700 {
    background-color: #182b20;
  }
  .border-primary-700 {
    border-color: #182b20;
  }
  .text-primary-800 {
    color: #101914;
  }
  .bg-primary-800 {
    background-color: #101914;
  }
  .border-primary-800 {
    border-color: #101914;
  }
  .text-primary-900 {
    color: #000000;
  }
  .bg-primary-900 {
    background-color: #000000;
  }
  .border-primary-900 {
    border-color: #000000;
  }
  .text-secondary-100 {
    color: #ffffff;
  }
  .bg-secondary-100 {
    background-color: #ffffff;
  }
  .border-secondary-100 {
    border-color: #ffffff;
  }
  .text-secondary-200 {
    color: #f7e5c5;
  }
  .bg-secondary-200 {
    background-color: #f7e5c5;
  }
  .border-secondary-200 {
    border-color: #f7e5c5;
  }
  .text-secondary-300 {
    color: #eccb8d;
  }
  .bg-secondary-300 {
    background-color: #eccb8d;
  }
  .border-secondary-300 {
    border-color: #eccb8d;
  }
  .text-secondary-400 {
    color: #dcb254;
  }
  .bg-secondary-400 {
    background-color: #dcb254;
  }
  .border-secondary-400 {
    border-color: #dcb254;
  }
  .text-secondary-500 {
    color: #c99a00;
  }
  .bg-secondary-500 {
    background-color: #c99a00;
  }
  .border-secondary-500 {
    border-color: #c99a00;
  }
  .text-secondary-600 {
    color: #937110;
  }
  .bg-secondary-600 {
    background-color: #937110;
  }
  .border-secondary-600 {
    border-color: #937110;
  }
  .text-secondary-700 {
    color: #614b12;
  }
  .bg-secondary-700 {
    background-color: #614b12;
  }
  .border-secondary-700 {
    border-color: #614b12;
  }
  .text-secondary-800 {
    color: #33270f;
  }
  .bg-secondary-800 {
    background-color: #33270f;
  }
  .border-secondary-800 {
    border-color: #33270f;
  }
  .text-secondary-900 {
    color: #000000;
  }
  .bg-secondary-900 {
    background-color: #000000;
  }
  .border-secondary-900 {
    border-color: #000000;
  }
}
@layer utilities {
  .text-setgray-100 {
    color: #faf9f8;
  }
  .hover\:text-setgray-100:hover {
    color: #faf9f8;
  }
  .group:hover .group-hover\:text-setgray-100 {
    color: #faf9f8;
  }
  .bg-setgray-100 {
    background-color: #faf9f8;
  }
  .hover\:bg-setgray-100:hover {
    background-color: #faf9f8;
  }
  .group:hover .group-hover\:bg-setgray-100 {
    background-color: #faf9f8;
  }
  .border-setgray-100 {
    border-color: #faf9f8;
  }
  .hover\:border-setgray-100:hover {
    border-color: #faf9f8;
  }
  .group:hover .group-hover\:border-setgray-100 {
    border-color: #faf9f8;
  }
  .text-setgray-200 {
    color: #f3f1ef;
  }
  .hover\:text-setgray-200:hover {
    color: #f3f1ef;
  }
  .group:hover .group-hover\:text-setgray-200 {
    color: #f3f1ef;
  }
  .bg-setgray-200 {
    background-color: #f3f1ef;
  }
  .hover\:bg-setgray-200:hover {
    background-color: #f3f1ef;
  }
  .group:hover .group-hover\:bg-setgray-200 {
    background-color: #f3f1ef;
  }
  .border-setgray-200 {
    border-color: #f3f1ef;
  }
  .hover\:border-setgray-200:hover {
    border-color: #f3f1ef;
  }
  .group:hover .group-hover\:border-setgray-200 {
    border-color: #f3f1ef;
  }
  .text-setgray-300 {
    color: #dddad5;
  }
  .hover\:text-setgray-300:hover {
    color: #dddad5;
  }
  .group:hover .group-hover\:text-setgray-300 {
    color: #dddad5;
  }
  .bg-setgray-300 {
    background-color: #dddad5;
  }
  .hover\:bg-setgray-300:hover {
    background-color: #dddad5;
  }
  .group:hover .group-hover\:bg-setgray-300 {
    background-color: #dddad5;
  }
  .border-setgray-300 {
    border-color: #dddad5;
  }
  .hover\:border-setgray-300:hover {
    border-color: #dddad5;
  }
  .group:hover .group-hover\:border-setgray-300 {
    border-color: #dddad5;
  }
  .text-setgray-400 {
    color: #c8c3bd;
  }
  .hover\:text-setgray-400:hover {
    color: #c8c3bd;
  }
  .group:hover .group-hover\:text-setgray-400 {
    color: #c8c3bd;
  }
  .bg-setgray-400 {
    background-color: #c8c3bd;
  }
  .hover\:bg-setgray-400:hover {
    background-color: #c8c3bd;
  }
  .group:hover .group-hover\:bg-setgray-400 {
    background-color: #c8c3bd;
  }
  .border-setgray-400 {
    border-color: #c8c3bd;
  }
  .hover\:border-setgray-400:hover {
    border-color: #c8c3bd;
  }
  .group:hover .group-hover\:border-setgray-400 {
    border-color: #c8c3bd;
  }
  .text-setgray-500 {
    color: #a49f99;
  }
  .hover\:text-setgray-500:hover {
    color: #a49f99;
  }
  .group:hover .group-hover\:text-setgray-500 {
    color: #a49f99;
  }
  .bg-setgray-500 {
    background-color: #a49f99;
  }
  .hover\:bg-setgray-500:hover {
    background-color: #a49f99;
  }
  .group:hover .group-hover\:bg-setgray-500 {
    background-color: #a49f99;
  }
  .border-setgray-500 {
    border-color: #a49f99;
  }
  .hover\:border-setgray-500:hover {
    border-color: #a49f99;
  }
  .group:hover .group-hover\:border-setgray-500 {
    border-color: #a49f99;
  }
  .text-setgray-600 {
    color: #706b66;
  }
  .hover\:text-setgray-600:hover {
    color: #706b66;
  }
  .group:hover .group-hover\:text-setgray-600 {
    color: #706b66;
  }
  .bg-setgray-600 {
    background-color: #706b66;
  }
  .hover\:bg-setgray-600:hover {
    background-color: #706b66;
  }
  .group:hover .group-hover\:bg-setgray-600 {
    background-color: #706b66;
  }
  .border-setgray-600 {
    border-color: #706b66;
  }
  .hover\:border-setgray-600:hover {
    border-color: #706b66;
  }
  .group:hover .group-hover\:border-setgray-600 {
    border-color: #706b66;
  }
  .text-setgray-700 {
    color: #4a4540;
  }
  .hover\:text-setgray-700:hover {
    color: #4a4540;
  }
  .group:hover .group-hover\:text-setgray-700 {
    color: #4a4540;
  }
  .bg-setgray-700 {
    background-color: #4a4540;
  }
  .hover\:bg-setgray-700:hover {
    background-color: #4a4540;
  }
  .group:hover .group-hover\:bg-setgray-700 {
    background-color: #4a4540;
  }
  .border-setgray-700 {
    border-color: #4a4540;
  }
  .hover\:border-setgray-700:hover {
    border-color: #4a4540;
  }
  .group:hover .group-hover\:border-setgray-700 {
    border-color: #4a4540;
  }
  .text-setgray-800 {
    color: #332f2b;
  }
  .hover\:text-setgray-800:hover {
    color: #332f2b;
  }
  .group:hover .group-hover\:text-setgray-800 {
    color: #332f2b;
  }
  .bg-setgray-800 {
    background-color: #332f2b;
  }
  .hover\:bg-setgray-800:hover {
    background-color: #332f2b;
  }
  .group:hover .group-hover\:bg-setgray-800 {
    background-color: #332f2b;
  }
  .border-setgray-800 {
    border-color: #332f2b;
  }
  .hover\:border-setgray-800:hover {
    border-color: #332f2b;
  }
  .group:hover .group-hover\:border-setgray-800 {
    border-color: #332f2b;
  }
  .text-setgray-900 {
    color: #1f1a17;
  }
  .hover\:text-setgray-900:hover {
    color: #1f1a17;
  }
  .group:hover .group-hover\:text-setgray-900 {
    color: #1f1a17;
  }
  .bg-setgray-900 {
    background-color: #1f1a17;
  }
  .hover\:bg-setgray-900:hover {
    background-color: #1f1a17;
  }
  .group:hover .group-hover\:bg-setgray-900 {
    background-color: #1f1a17;
  }
  .border-setgray-900 {
    border-color: #1f1a17;
  }
  .hover\:border-setgray-900:hover {
    border-color: #1f1a17;
  }
  .group:hover .group-hover\:border-setgray-900 {
    border-color: #1f1a17;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
