/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@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(0.971 0.013 17.38);
    --color-red-100: oklch(0.936 0.032 17.717);
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-amber-50: oklch(0.987 0.022 95.277);
    --color-amber-100: oklch(0.962 0.059 95.617);
    --color-amber-500: oklch(0.769 0.188 70.08);
    --color-yellow-500: oklch(0.795 0.184 86.047);
    --color-green-100: oklch(0.962 0.044 156.743);
    --color-green-500: oklch(0.723 0.219 149.579);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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: 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;
  }
  .relative {
    position: relative;
  }
  .-top-\[62px\] {
    top: calc(62px * -1);
  }
  .-top-\[217px\] {
    top: calc(217px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .right-\[276px\] {
    right: 276px;
  }
  .right-\[303px\] {
    right: 303px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-3\.5 {
    bottom: calc(var(--spacing) * 3.5);
  }
  .bottom-\[15px\] {
    bottom: 15px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\.5 {
    left: calc(var(--spacing) * 1.5);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[9px\] {
    left: 9px;
  }
  .left-\[99px\] {
    left: 99px;
  }
  .left-\[255px\] {
    left: 255px;
  }
  .left-\[276px\] {
    left: 276px;
  }
  .left-\[302px\] {
    left: 302px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[3px\] {
    margin-block: 3px;
  }
  .my-\[70px\] {
    margin-block: 70px;
  }
  .-mt-\[62px\] {
    margin-top: calc(62px * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[62px\] {
    margin-top: 62px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mt-\[155px\] {
    margin-top: 155px;
  }
  .mt-\[162px\] {
    margin-top: 162px;
  }
  .mt-\[222px\] {
    margin-top: 222px;
  }
  .mr-\[68px\] {
    margin-right: 68px;
  }
  .mr-\[276px\] {
    margin-right: 276px;
  }
  .mr-\[303px\] {
    margin-right: 303px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .ml-\[50px\] {
    margin-left: 50px;
  }
  .ml-\[99px\] {
    margin-left: 99px;
  }
  .ml-\[167px\] {
    margin-left: 167px;
  }
  .ml-\[276px\] {
    margin-left: 276px;
  }
  .ml-\[302px\] {
    margin-left: 302px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[50\] {
    height: 50;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[285px\] {
    height: 285px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[345px\] {
    height: 345px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[375px\] {
    height: 375px;
  }
  .h-\[399px\] {
    height: 399px;
  }
  .h-\[405px\] {
    height: 405px;
  }
  .h-\[432px\] {
    height: 432px;
  }
  .h-\[461px\] {
    height: 461px;
  }
  .h-\[538px\] {
    height: 538px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[345px\] {
    min-height: 345px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .min-h-\[432px\] {
    min-height: 432px;
  }
  .min-h-\[538px\] {
    min-height: 538px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[77px\] {
    width: 77px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[137px\] {
    width: 137px;
  }
  .w-\[151px\] {
    width: 151px;
  }
  .w-\[152\.25px\] {
    width: 152.25px;
  }
  .w-\[155px\] {
    width: 155px;
  }
  .w-\[168\.69px\] {
    width: 168.69px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[212px\] {
    width: 212px;
  }
  .w-\[225px\] {
    width: 225px;
  }
  .w-\[254px\] {
    width: 254px;
  }
  .w-\[271px\] {
    width: 271px;
  }
  .w-\[283px\] {
    width: 283px;
  }
  .w-\[287px\] {
    width: 287px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[346px\] {
    width: 346px;
  }
  .w-\[378px\] {
    width: 378px;
  }
  .w-\[425px\] {
    width: 425px;
  }
  .w-\[428px\] {
    width: 428px;
  }
  .w-\[445px\] {
    width: 445px;
  }
  .w-\[590px\] {
    width: 590px;
  }
  .w-\[626px\] {
    width: 626px;
  }
  .w-\[736px\] {
    width: 736px;
  }
  .w-\[835px\] {
    width: 835px;
  }
  .w-\[1173px\] {
    width: 1173px;
  }
  .w-\[1440px\] {
    width: 1440px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .min-w-\[90px\] {
    min-width: 90px;
  }
  .min-w-\[283px\] {
    min-width: 283px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-end {
    justify-items: end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[20\.31px\] {
    gap: 20.31px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[31px\] {
    gap: 31px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .rounded-tl-\[68px\] {
    border-top-left-radius: 68px;
  }
  .rounded-tr-\[32px\] {
    border-top-right-radius: 32px;
  }
  .rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .rounded-b-\[70px\] {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-\[\#ececec\] {
    border-color: #ececec;
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-yellow-500 {
    border-color: var(--color-yellow-500);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-foreground {
    background-color: var(--foreground);
  }
  .bg-foreground\/60 {
    background-color: color-mix(in oklab, var(--foreground) 60%, transparent);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-\[100px\] {
    padding-inline: 100px;
  }
  .px-\[145px\] {
    padding-inline: 145px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[46px\] {
    font-size: 46px;
  }
  .text-\[500px\] {
    font-size: 500px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
  .leading-\[625px\] {
    --tw-leading: 625px;
    line-height: 625px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-\[\#f1f1f1\] {
    color: #f1f1f1;
  }
  .text-accent {
    color: var(--accent);
  }
  .text-primary {
    color: var(--primary);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-x-0 {
    &::before {
      content: var(--tw-content);
      inset-inline: calc(var(--spacing) * 0);
    }
  }
  .before\:-right-0\.5 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * -0.5);
    }
  }
  .before\:bottom-0\.5 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0.5);
    }
  }
  .before\:-left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * -0);
    }
  }
  .before\:-z-10 {
    &::before {
      content: var(--tw-content);
      z-index: calc(10 * -1);
    }
  }
  .before\:h-1 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .hover\:line-clamp-none {
    &:hover {
      @media (hover: hover) {
        overflow: visible;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-line-clamp: unset;
      }
    }
  }
  .hover\:font-medium {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
    }
  }
  .hover\:font-semibold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--foreground);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-primary {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 10px 0 var(--tw-shadow-color, rgba(247, 197, 49, 0.8));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-secondary {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 10px 0 var(--tw-shadow-color, rgba(251, 224, 220, 0.8));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:before\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          background-color: var(--secondary);
        }
      }
    }
  }
}
:root {
  --background: #ffffff;
  --foreground: #272042;
  --primary: #f7c531;
  --secondary: #fbe0dc;
  --accent: #8b8ba5;
}
@layer base {
  body {
    background-color: var(--background);
    font-family: "Quicksand", sans-serif;
    color: var(--foreground);
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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;
}
