/*! 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;
    --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 {
  .static {
    position: static;
  }
  .m-\[5em\] {
    margin: 5em;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[1em\] {
    margin-top: 1em;
  }
  .mt-\[2em\] {
    margin-top: 2em;
  }
  .mt-\[5em\] {
    margin-top: 5em;
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-\[2em\] {
    margin-bottom: 2em;
  }
  .mb-\[4em\] {
    margin-bottom: 4em;
  }
  .ml-\[1em\] {
    margin-left: 1em;
  }
  .ml-\[2em\] {
    margin-left: 2em;
  }
  .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-\[40em\] {
    width: 40em;
  }
  .w-\[42em\] {
    width: 42em;
  }
  .w-\[45em\] {
    width: 45em;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-\[0\.5em\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.5em * var(--tw-space-y-reverse));
      margin-block-end: calc(0.5em * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.7em\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.7em * var(--tw-space-y-reverse));
      margin-block-end: calc(0.7em * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1em\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1em * var(--tw-space-y-reverse));
      margin-block-end: calc(1em * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-\[9\.5em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(9.5em * var(--tw-space-x-reverse));
      margin-inline-end: calc(9.5em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[10em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(10em * var(--tw-space-x-reverse));
      margin-inline-end: calc(10em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[12em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(12em * var(--tw-space-x-reverse));
      margin-inline-end: calc(12em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[15\.5em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(15.5em * var(--tw-space-x-reverse));
      margin-inline-end: calc(15.5em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[15em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(15em * var(--tw-space-x-reverse));
      margin-inline-end: calc(15em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[16em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(16em * var(--tw-space-x-reverse));
      margin-inline-end: calc(16em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[17em\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(17em * var(--tw-space-x-reverse));
      margin-inline-end: calc(17em * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[hsl\(30\,10\%\,34\%\)\] {
    border-color: hsl(30,10%,34%);
  }
  .border-\[hsl\(30\,18\%\,87\%\)\] {
    border-color: hsl(30,18%,87%);
  }
  .bg-\[hsl\(329\,94\%\,88\%\)\] {
    background-color: hsl(329,94%,88%);
  }
  .bg-\[hsl\(329\,100\%\,92\%\)\] {
    background-color: hsl(329,100%,92%);
  }
  .bg-\[hsl\(329\,100\%\,94\%\)\] {
    background-color: hsl(329,100%,94%);
  }
  .bg-\[hsl\(330\,100\%\,94\%\)\] {
    background-color: hsl(330,100%,94%);
  }
  .bg-\[hsl\(330\,100\%\,98\%\)\] {
    background-color: hsl(330,100%,98%);
  }
  .bg-\[hsl\(332\,51\%\,32\%\)\] {
    background-color: hsl(332,51%,32%);
  }
  .bg-\[hsl\(332\,52\%\,80\%\)\] {
    background-color: hsl(332,52%,80%);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[2em\] {
    padding: 2em;
  }
  .pl-\[1em\] {
    padding-left: 1em;
  }
  .text-left {
    text-align: left;
  }
  .font-\[Outfit\] {
    font-family: Outfit;
  }
  .text-\[2\.5em\] {
    font-size: 2.5em;
  }
  .text-\[2em\] {
    font-size: 2em;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .text-\[hsl\(14\,45\%\,36\%\)\] {
    color: hsl(14,45%,36%);
  }
  .text-\[hsl\(30\,10\%\,34\%\)\] {
    color: hsl(30,10%,34%);
  }
  .text-\[hsl\(332\,51\%\,32\%\)\] {
    color: hsl(332,51%,32%);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .max-sm\:h-\[5em\] {
    @media (width < 40rem) {
      height: 5em;
    }
  }
  .max-sm\:w-\[5em\] {
    @media (width < 40rem) {
      width: 5em;
    }
  }
  .max-sm\:w-\[20em\] {
    @media (width < 40rem) {
      width: 20em;
    }
  }
  .max-sm\:w-\[21em\] {
    @media (width < 40rem) {
      width: 21em;
    }
  }
  .max-sm\:w-\[25em\] {
    @media (width < 40rem) {
      width: 25em;
    }
  }
  .max-sm\:w-\[30em\] {
    @media (width < 40rem) {
      width: 30em;
    }
  }
  .max-sm\:w-\[80\%\] {
    @media (width < 40rem) {
      width: 80%;
    }
  }
  .max-sm\:w-\[95\%\] {
    @media (width < 40rem) {
      width: 95%;
    }
  }
  .max-sm\:w-\[100\%\] {
    @media (width < 40rem) {
      width: 100%;
    }
  }
  .max-sm\:w-\[100vw\] {
    @media (width < 40rem) {
      width: 100vw;
    }
  }
  .max-sm\:w-\[full\] {
    @media (width < 40rem) {
      width: full;
    }
  }
  .max-sm\:space-x-\[10\.5em\] {
    @media (width < 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(10.5em * var(--tw-space-x-reverse));
        margin-inline-end: calc(10.5em * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-sm\:space-x-\[10em\] {
    @media (width < 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(10em * var(--tw-space-x-reverse));
        margin-inline-end: calc(10em * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-sm\:space-x-\[11em\] {
    @media (width < 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(11em * var(--tw-space-x-reverse));
        margin-inline-end: calc(11em * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-sm\:space-x-\[12em\] {
    @media (width < 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(12em * var(--tw-space-x-reverse));
        margin-inline-end: calc(12em * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-sm\:p-\[1em\] {
    @media (width < 40rem) {
      padding: 1em;
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .sm\:w-\[10em\] {
    @media (width >= 40rem) {
      width: 10em;
    }
  }
  .sm\:w-\[20em\] {
    @media (width >= 40rem) {
      width: 20em;
    }
  }
}
* {
  box-sizing: border-box;
}
.title {
  font-family: Young Serif, serif;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
