/*! tailwindcss v4.1.11 | 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;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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 {
  .m-auto {
    margin: auto;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-\[0\.5em\] {
    margin-right: 0.5em;
  }
  .mr-\[1em\] {
    margin-right: 1em;
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[10em\] {
    width: 10em;
  }
  .w-\[15em\] {
    width: 15em;
  }
  .w-\[16\.5em\] {
    width: 16.5em;
  }
  .w-\[19em\] {
    width: 19em;
  }
  .w-\[20em\] {
    width: 20em;
  }
  .w-\[22em\] {
    width: 22em;
  }
  .w-\[40em\] {
    width: 40em;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-\[1\.5em\] {
    gap: 1.5em;
  }
  .gap-\[1em\] {
    gap: 1em;
  }
  .gap-\[2em\] {
    gap: 2em;
  }
  .space-x-\[0\.5em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(0.5em * var(--tw-space-x-reverse));
      margin-inline-end: calc(0.5em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[1em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(1em * var(--tw-space-x-reverse));
      margin-inline-end: calc(1em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[2em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(2em * var(--tw-space-x-reverse));
      margin-inline-end: calc(2em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-l-xl {
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#f3eae3\] {
    background-color: #f3eae3;
  }
  .bg-\[hsl\(158\,36\%\,37\%\)\] {
    background-color: hsl(158,36%,37%);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[0\.8em\] {
    padding: 0.8em;
  }
  .p-\[1em\] {
    padding: 1em;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[Fraunces\] {
    font-family: Fraunces;
  }
  .font-\[Montserrat\] {
    font-family: Montserrat;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[0\.5em\] {
    --tw-tracking: 0.5em;
    letter-spacing: 0.5em;
  }
  .text-\[hsl\(158\,36\%\,37\%\)\] {
    color: hsl(158,36%,37%);
  }
  .text-\[hsl\(228\,12\%\,48\%\)\] {
    color: hsl(228,12%,48%);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .hover\:bg-\[hsl\(158\,42\%\,18\%\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: hsl(158,42%,18%);
      }
    }
  }
  .max-sm\:m-auto {
    @media (width < 40rem) {
      margin: auto;
    }
  }
  .max-sm\:mt-0 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:mb-\[1\.5em\] {
    @media (width < 40rem) {
      margin-bottom: 1.5em;
    }
  }
  .max-sm\:mb-\[1em\] {
    @media (width < 40rem) {
      margin-bottom: 1em;
    }
  }
  .max-sm\:mb-\[20em\] {
    @media (width < 40rem) {
      margin-bottom: 20em;
    }
  }
  .max-sm\:flex {
    @media (width < 40rem) {
      display: flex;
    }
  }
  .max-sm\:size-3 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:size-\[15em\] {
    @media (width < 40rem) {
      width: 15em;
      height: 15em;
    }
  }
  .max-sm\:size-\[17m\] {
    @media (width < 40rem) {
      width: 17m;
      height: 17m;
    }
  }
  .max-sm\:size-\[20em\] {
    @media (width < 40rem) {
      width: 20em;
      height: 20em;
    }
  }
  .max-sm\:size-\[21em\] {
    @media (width < 40rem) {
      width: 21em;
      height: 21em;
    }
  }
  .max-sm\:size-\[22em\] {
    @media (width < 40rem) {
      width: 22em;
      height: 22em;
    }
  }
  .max-sm\:w-\[10em\] {
    @media (width < 40rem) {
      width: 10em;
    }
  }
  .max-sm\:w-\[15em\] {
    @media (width < 40rem) {
      width: 15em;
    }
  }
  .max-sm\:w-\[20em\] {
    @media (width < 40rem) {
      width: 20em;
    }
  }
  .max-sm\:w-\[22em\] {
    @media (width < 40rem) {
      width: 22em;
    }
  }
  .max-sm\:w-\[25em\] {
    @media (width < 40rem) {
      width: 25em;
    }
  }
  .max-sm\:w-\[27em\] {
    @media (width < 40rem) {
      width: 27em;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 40rem) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:items-center {
    @media (width < 40rem) {
      align-items: center;
    }
  }
  .max-sm\:justify-center {
    @media (width < 40rem) {
      justify-content: center;
    }
  }
  .max-sm\:space-x-\[0em\] {
    @media (width < 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(0em * var(--tw-space-x-reverse));
        margin-inline-end: calc(0em * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-sm\:rounded-t-2xl {
    @media (width < 40rem) {
      border-top-left-radius: var(--radius-2xl);
      border-top-right-radius: var(--radius-2xl);
    }
  }
  .max-sm\:rounded-t-xl {
    @media (width < 40rem) {
      border-top-left-radius: var(--radius-xl);
      border-top-right-radius: var(--radius-xl);
    }
  }
  .max-sm\:rounded-l-\[0em\] {
    @media (width < 40rem) {
      border-top-left-radius: 0em;
      border-bottom-left-radius: 0em;
    }
  }
  .max-sm\:rounded-l-\[0px\] {
    @media (width < 40rem) {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
    }
  }
  .max-sm\:rounded-l-\[xl\] {
    @media (width < 40rem) {
      border-top-left-radius: xl;
      border-bottom-left-radius: xl;
    }
  }
  .max-sm\:rounded-l-xl {
    @media (width < 40rem) {
      border-top-left-radius: var(--radius-xl);
      border-bottom-left-radius: var(--radius-xl);
    }
  }
  .max-sm\:p-\[2em\] {
    @media (width < 40rem) {
      padding: 2em;
    }
  }
  .max-sm\:pb-\[1\.5em\] {
    @media (width < 40rem) {
      padding-bottom: 1.5em;
    }
  }
  .max-sm\:pb-\[2em\] {
    @media (width < 40rem) {
      padding-bottom: 2em;
    }
  }
  .max-sm\:pl-\[2em\] {
    @media (width < 40rem) {
      padding-left: 2em;
    }
  }
}
h1 {
  font-family: Fraunces;
  font-size: 36px;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
    }
  }
}
