/*! 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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --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);
    --color-primary-orange: var(--variable-collection-primary);
    --color-delicias-black: var(--variable-collection-greyscale-950);
    --color-soft-cream: var(--variable-collection-primary-100);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50rem\] {
    max-height: 50rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[24rem\] {
    max-width: 24rem;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .resize-none {
    resize: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-baseline {
    place-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-green-600 {
    border-color: var(--color-green-600);
  }
  .border-primary-orange {
    border-color: var(--color-primary-orange);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-soft-cream {
    border-color: var(--color-soft-cream);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-primary-orange {
    background-color: var(--color-primary-orange);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-soft-cream {
    background-color: var(--color-soft-cream);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-primary-orange {
    fill: var(--color-primary-orange);
  }
  .fill-soft-cream {
    fill: var(--color-soft-cream);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-18 {
    padding-block: calc(var(--spacing) * 18);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[30rem\] {
    padding-top: 30rem;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-delicias-black {
    color: var(--color-delicias-black);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-primary-orange {
    color: var(--color-primary-orange);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-50 {
    opacity: 50%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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;
    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;
  }
  .group-hover\:text-primary-orange {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary-orange);
      }
    }
  }
  .hover\:border-primary-orange {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-orange);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-primary-orange {
    &:focus {
      border-color: var(--color-primary-orange);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[33px\] {
    @media (width >= 48rem) {
      width: 33px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mx-30 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:max-h-none {
    @media (width >= 64rem) {
      max-height: none;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[35rem\] {
    @media (width >= 64rem) {
      max-width: 35rem;
    }
  }
  .lg\:max-w-\[50rem\] {
    @media (width >= 64rem) {
      max-width: 50rem;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:object-cover {
    @media (width >= 64rem) {
      object-fit: cover;
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-\[40\%\] {
    @media (width >= 64rem) {
      padding-right: 40%;
    }
  }
  .lg\:pl-\[30\%\] {
    @media (width >= 64rem) {
      padding-left: 30%;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:align-middle {
    @media (width >= 64rem) {
      vertical-align: middle;
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Hind:var(--body-m-regular-font-weight),var(--body-s-medium-font-weight)");
:root {
  --neutral-colorswhite: rgba(255, 255, 255, 1);
  --heading-h1-font-family: "Hind", Helvetica;
  --heading-h1-font-weight: 700;
  --heading-h1-font-size: 48px;
  --heading-h1-letter-spacing: 0px;
  --heading-h1-line-height: 120.00000476837158%;
  --heading-h1-font-style: normal;
  --heading-h2-font-family: "Hind", Helvetica;
  --heading-h2-font-weight: 700;
  --heading-h2-font-size: 36px;
  --heading-h2-letter-spacing: 0px;
  --heading-h2-line-height: 120.00000476837158%;
  --heading-h2-font-style: normal;
  --heading-h3-font-family: "Hind", Helvetica;
  --heading-h3-font-weight: 700;
  --heading-h3-font-size: 32px;
  --heading-h3-letter-spacing: 0px;
  --heading-h3-line-height: 139.9999976158142%;
  --heading-h3-font-style: normal;
  --heading-h4-font-family: "Hind", Helvetica;
  --heading-h4-font-weight: 700;
  --heading-h4-font-size: 24px;
  --heading-h4-letter-spacing: 0px;
  --heading-h4-line-height: 139.9999976158142%;
  --heading-h4-font-style: normal;
  --heading-h5-font-family: "Hind", Helvetica;
  --heading-h5-font-weight: 700;
  --heading-h5-font-size: 20px;
  --heading-h5-letter-spacing: 0px;
  --heading-h5-line-height: 150%;
  --heading-h5-font-style: normal;
  --heading-h6-font-family: "Hind", Helvetica;
  --heading-h6-font-weight: 700;
  --heading-h6-font-size: 18px;
  --heading-h6-letter-spacing: 0px;
  --heading-h6-line-height: 150%;
  --heading-h6-font-style: normal;
  --body-xl-bold-font-family: "Hind", Helvetica;
  --body-xl-bold-font-weight: 700;
  --body-xl-bold-font-size: 18px;
  --body-xl-bold-letter-spacing: 0.30000001192092896px;
  --body-xl-bold-line-height: 139.9999976158142%;
  --body-xl-bold-font-style: normal;
  --body-xl-semibold-font-family: "Hind", Helvetica;
  --body-xl-semibold-font-weight: 400;
  --body-xl-semibold-font-size: 18px;
  --body-xl-semibold-letter-spacing: 0.30000001192092896px;
  --body-xl-semibold-line-height: 139.9999976158142%;
  --body-xl-semibold-font-style: normal;
  --body-xl-medium-font-family: "Hind", Helvetica;
  --body-xl-medium-font-weight: 500;
  --body-xl-medium-font-size: 18px;
  --body-xl-medium-letter-spacing: 0.30000001192092896px;
  --body-xl-medium-line-height: 139.9999976158142%;
  --body-xl-medium-font-style: normal;
  --body-xl-regular-font-family: "Hind", Helvetica;
  --body-xl-regular-font-weight: 400;
  --body-xl-regular-font-size: 18px;
  --body-xl-regular-letter-spacing: 0.30000001192092896px;
  --body-xl-regular-line-height: 139.9999976158142%;
  --body-xl-regular-font-style: normal;
  --body-l-bold-font-family: "Hind", Helvetica;
  --body-l-bold-font-weight: 700;
  --body-l-bold-font-size: 16px;
  --body-l-bold-letter-spacing: 0.30000001192092896px;
  --body-l-bold-line-height: 150%;
  --body-l-bold-font-style: normal;
  --body-l-semibold-font-family: "Hind", Helvetica;
  --body-l-semibold-font-weight: 400;
  --body-l-semibold-font-size: 16px;
  --body-l-semibold-letter-spacing: 0.30000001192092896px;
  --body-l-semibold-line-height: 150%;
  --body-l-semibold-font-style: normal;
  --body-l-medium-font-family: "Hind", Helvetica;
  --body-l-medium-font-weight: 500;
  --body-l-medium-font-size: 16px;
  --body-l-medium-letter-spacing: 0.30000001192092896px;
  --body-l-medium-line-height: 150%;
  --body-l-medium-font-style: normal;
  --body-l-regular-font-family: "Hind", Helvetica;
  --body-l-regular-font-weight: 400;
  --body-l-regular-font-size: 16px;
  --body-l-regular-letter-spacing: 0.30000001192092896px;
  --body-l-regular-line-height: 150%;
  --body-l-regular-font-style: normal;
  --body-m-bold-font-family: "Hind", Helvetica;
  --body-m-bold-font-weight: 700;
  --body-m-bold-font-size: 14px;
  --body-m-bold-letter-spacing: 0.30000001192092896px;
  --body-m-bold-line-height: 150%;
  --body-m-bold-font-style: normal;
  --body-m-semibold-font-family: "Hind", Helvetica;
  --body-m-semibold-font-weight: 400;
  --body-m-semibold-font-size: 14px;
  --body-m-semibold-letter-spacing: 0.30000001192092896px;
  --body-m-semibold-line-height: 150%;
  --body-m-semibold-font-style: normal;
  --body-m-medium-font-family: "Hind", Helvetica;
  --body-m-medium-font-weight: 500;
  --body-m-medium-font-size: 14px;
  --body-m-medium-letter-spacing: 0.30000001192092896px;
  --body-m-medium-line-height: 150%;
  --body-m-medium-font-style: normal;
  --body-m-regular-font-family: "Hind", Helvetica;
  --body-m-regular-font-weight: 400;
  --body-m-regular-font-size: 14px;
  --body-m-regular-letter-spacing: 0.30000001192092896px;
  --body-m-regular-line-height: 150%;
  --body-m-regular-font-style: normal;
  --body-s-bold-font-family: "Hind", Helvetica;
  --body-s-bold-font-weight: 700;
  --body-s-bold-font-size: 12px;
  --body-s-bold-letter-spacing: 0.30000001192092896px;
  --body-s-bold-line-height: 150%;
  --body-s-bold-font-style: normal;
  --body-s-semibold-font-family: "Hind", Helvetica;
  --body-s-semibold-font-weight: 400;
  --body-s-semibold-font-size: 12px;
  --body-s-semibold-letter-spacing: 0.30000001192092896px;
  --body-s-semibold-line-height: 150%;
  --body-s-semibold-font-style: normal;
  --body-s-medium-font-family: "Hind", Helvetica;
  --body-s-medium-font-weight: 500;
  --body-s-medium-font-size: 12px;
  --body-s-medium-letter-spacing: 0.30000001192092896px;
  --body-s-medium-line-height: 150%;
  --body-s-medium-font-style: normal;
  --body-s-regular-font-family: "Hind", Helvetica;
  --body-s-regular-font-weight: 400;
  --body-s-regular-font-size: 12px;
  --body-s-regular-letter-spacing: 0.30000001192092896px;
  --body-s-regular-line-height: 150%;
  --body-s-regular-font-style: normal;
  --variable-collection-primary-100: rgba(255, 244, 232, 1);
  --variable-collection-primary: rgba(252, 138, 12, 1);
  --variable-collection-greyscale-950: rgba(57, 61, 71, 1);
}
.text-body-xl-bold {
  font-family: var(--body-xl-bold-font-family);
  font-weight: var(--body-xl-bold-font-weight);
  font-size: var(--body-xl-bold-font-size);
  line-height: var(--body-xl-bold-line-height);
  letter-spacing: var(--body-xl-bold-letter-spacing);
  font-style: var(--body-xl-bold-font-style);
}
.text-body-xl-semibold {
  font-family: var(--body-xl-semibold-font-family);
  font-weight: var(--body-xl-semibold-font-weight);
  font-size: var(--body-xl-semibold-font-size);
  line-height: var(--body-xl-semibold-line-height);
  letter-spacing: var(--body-xl-semibold-letter-spacing);
  font-style: var(--body-xl-semibold-font-style);
}
.text-body-xl-medium {
  font-family: var(--body-xl-medium-font-family);
  font-weight: var(--body-xl-medium-font-weight);
  font-size: var(--body-xl-medium-font-size);
  line-height: var(--body-xl-medium-line-height);
  letter-spacing: var(--body-xl-medium-letter-spacing);
  font-style: var(--body-xl-medium-font-style);
}
.text-body-xl-regular {
  font-family: var(--body-xl-regular-font-family);
  font-weight: var(--body-xl-regular-font-weight);
  font-size: var(--body-xl-regular-font-size);
  line-height: var(--body-xl-regular-line-height);
  letter-spacing: var(--body-xl-regular-letter-spacing);
  font-style: var(--body-xl-regular-font-style);
}
.text-body-l-bold {
  font-family: var(--body-l-bold-font-family);
  font-weight: var(--body-l-bold-font-weight);
  font-size: var(--body-l-bold-font-size);
  line-height: var(--body-l-bold-line-height);
  letter-spacing: var(--body-l-bold-letter-spacing);
  font-style: var(--body-l-bold-font-style);
}
.text-body-l-semibold {
  font-family: var(--body-l-semibold-font-family);
  font-weight: var(--body-l-semibold-font-weight);
  font-size: var(--body-l-semibold-font-size);
  line-height: var(--body-l-semibold-line-height);
  letter-spacing: var(--body-l-semibold-letter-spacing);
  font-style: var(--body-l-semibold-font-style);
}
.text-body-l-medium {
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  font-size: var(--body-l-medium-font-size);
  line-height: var(--body-l-medium-line-height);
  letter-spacing: var(--body-l-medium-letter-spacing);
  font-style: var(--body-l-medium-font-style);
}
.text-body-l-regular {
  font-family: var(--body-l-regular-font-family);
  font-weight: var(--body-l-regular-font-weight);
  font-size: var(--body-l-regular-font-size);
  line-height: var(--body-l-regular-line-height);
  letter-spacing: var(--body-l-regular-letter-spacing);
  font-style: var(--body-l-regular-font-style);
}
.text-body-m-bold {
  font-family: var(--body-m-bold-font-family);
  font-weight: var(--body-m-bold-font-weight);
  font-size: var(--body-m-bold-font-size);
  line-height: var(--body-m-bold-line-height);
  letter-spacing: var(--body-m-bold-letter-spacing);
  font-style: var(--body-m-bold-font-style);
}
.text-body-m-semibold {
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  font-size: var(--body-m-semibold-font-size);
  line-height: var(--body-m-semibold-line-height);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  font-style: var(--body-m-semibold-font-style);
}
.text-body-m-medium {
  font-family: var(--body-m-medium-font-family);
  font-weight: var(--body-m-medium-font-weight);
  font-size: var(--body-m-medium-font-size);
  line-height: var(--body-m-medium-line-height);
  letter-spacing: var(--body-m-medium-letter-spacing);
  font-style: var(--body-m-medium-font-style);
}
.text-body-m-regular {
  font-family: var(--body-m-regular-font-family);
  font-weight: var(--body-m-regular-font-weight);
  font-size: var(--body-m-regular-font-size);
  line-height: var(--body-m-regular-line-height);
  letter-spacing: var(--body-m-regular-letter-spacing);
  font-style: var(--body-m-regular-font-style);
}
.text-body-s-bold {
  font-family: var(--body-s-bold-font-family);
  font-weight: var(--body-s-bold-font-weight);
  font-size: var(--body-s-bold-font-size);
  line-height: var(--body-s-bold-line-height);
  letter-spacing: var(--body-s-bold-letter-spacing);
  font-style: var(--body-s-bold-font-style);
}
.text-body-s-semibold {
  font-family: var(--body-s-semibold-font-family);
  font-weight: var(--body-s-semibold-font-weight);
  font-size: var(--body-s-semibold-font-size);
  line-height: var(--body-s-semibold-line-height);
  letter-spacing: var(--body-s-semibold-letter-spacing);
  font-style: var(--body-s-semibold-font-style);
}
.text-body-s-medium {
  font-family: var(--body-s-medium-font-family);
  font-weight: var(--body-s-medium-font-weight);
  font-size: var(--body-s-medium-font-size);
  line-height: var(--body-s-medium-line-height);
  letter-spacing: var(--body-s-medium-letter-spacing);
  font-style: var(--body-s-medium-font-style);
}
.text-body-s-regular {
  font-family: var(--body-s-regular-font-family);
  font-weight: var(--body-s-regular-font-weight);
  font-size: var(--body-s-regular-font-size);
  line-height: var(--body-s-regular-line-height);
  letter-spacing: var(--body-s-regular-letter-spacing);
  font-style: var(--body-s-regular-font-style);
}
.btn-primary {
  display: flex;
  flex-direction: row;
  padding: 1.5rem 3rem;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  border-radius: 5rem;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  font-size: var(--body-m-semibold-font-size);
  line-height: var(--body-m-semibold-line-height);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  font-style: var(--body-m-semibold-font-style);
  background-color: var(--variable-collection-primary);
  color: white;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover {
  background-color: var(--variable-collection-primary-100);
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  font-size: var(--body-m-semibold-font-size);
  line-height: var(--body-m-semibold-line-height);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  font-style: var(--body-m-semibold-font-style);
  color: var(--variable-collection-primary);
}
@layer base {
  h1 {
    font-family: var(--heading-h1-font-family);
    font-weight: var(--heading-h1-font-weight);
    font-size: var(--heading-h1-font-size);
    line-height: var(--heading-h1-line-height);
  }
  h2 {
    font-family: var(--heading-h2-font-family);
    font-weight: var(--heading-h2-font-weight);
    font-size: var(--heading-h2-font-size);
    line-height: var(--heading-h2-line-height);
  }
  h3 {
    font-family: var(--heading-h3-font-family);
    font-weight: var(--heading-h3-font-weight);
    font-size: var(--heading-h3-font-size);
    line-height: var(--heading-h3-line-height);
  }
  h4 {
    font-family: var(--heading-h4-font-family);
    font-weight: var(--heading-h4-font-weight);
    font-size: var(--heading-h4-font-size);
    line-height: var(--heading-h4-line-height);
  }
  h5 {
    font-family: var(--heading-h5-font-family);
    font-weight: var(--heading-h5-font-weight);
    font-size: var(--heading-h5-font-size);
    line-height: var(--heading-h5-line-height);
  }
  h6 {
    font-family: var(--heading-h6-font-family);
    font-weight: var(--heading-h6-font-weight);
    font-size: var(--heading-h6-font-size);
    line-height: var(--heading-h6-line-height);
  }
}
@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-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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
