/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 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);
    --color-primary: var(--color-primary);
    --color-primary-dark: var(--color-primary-dark);
    --color-primary-light: var(--color-primary-light);
    --color-primary-hover: var(--color-primary-hover);
    --color-secondary: var(--color-secondary);
    --color-inverted: var(--color-inverted);
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[22px\] {
    top: 22px;
  }
  .top-\[36px\] {
    top: 36px;
  }
  .top-\[45px\] {
    top: 45px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[104px\] {
    top: 104px;
  }
  .top-\[130px\] {
    top: 130px;
  }
  .top-\[165px\] {
    top: 165px;
  }
  .top-\[180px\] {
    top: 180px;
  }
  .top-\[330px\] {
    top: 330px;
  }
  .top-\[404px\] {
    top: 404px;
  }
  .top-\[743px\] {
    top: 743px;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-\[60px\] {
    right: calc(60px * -1);
  }
  .-right-\[100px\] {
    right: calc(100px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-60px\] {
    right: -60px;
  }
  .right-\[-80px\] {
    right: -80px;
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-\[25px\] {
    bottom: 25px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .bottom-\[130px\] {
    bottom: 130px;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .-left-\[27px\] {
    left: calc(27px * -1);
  }
  .-left-\[147px\] {
    left: calc(147px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .left-\[230px\] {
    left: 230px;
  }
  .left-\[537px\] {
    left: 537px;
  }
  .left-\[836px\] {
    left: 836px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-\[14px\] {
    margin-left: 14px;
  }
  .ml-\[22px\] {
    margin-left: 22px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[33px\] {
    height: 33px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[47\.41px\] {
    height: 47.41px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[51px\] {
    height: 51px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[61px\] {
    height: 61px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[79\.5px\] {
    height: 79.5px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[81px\] {
    height: 81px;
  }
  .h-\[94px\] {
    height: 94px;
  }
  .h-\[103px\] {
    height: 103px;
  }
  .h-\[113px\] {
    height: 113px;
  }
  .h-\[116px\] {
    height: 116px;
  }
  .h-\[149px\] {
    height: 149px;
  }
  .h-\[161px\] {
    height: 161px;
  }
  .h-\[164px\] {
    height: 164px;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[186\.68px\] {
    height: 186.68px;
  }
  .h-\[188px\] {
    height: 188px;
  }
  .h-\[235px\] {
    height: 235px;
  }
  .h-\[239px\] {
    height: 239px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[263px\] {
    height: 263px;
  }
  .h-\[281px\] {
    height: 281px;
  }
  .h-\[294px\] {
    height: 294px;
  }
  .h-\[334px\] {
    height: 334px;
  }
  .h-\[346px\] {
    height: 346px;
  }
  .h-\[358px\] {
    height: 358px;
  }
  .h-\[378px\] {
    height: 378px;
  }
  .h-\[402px\] {
    height: 402px;
  }
  .h-\[419px\] {
    height: 419px;
  }
  .h-\[429px\] {
    height: 429px;
  }
  .h-\[434px\] {
    height: 434px;
  }
  .h-\[439px\] {
    height: 439px;
  }
  .h-\[515px\] {
    height: 515px;
  }
  .h-\[547px\] {
    height: 547px;
  }
  .h-\[732px\] {
    height: 732px;
  }
  .h-\[976px\] {
    height: 976px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .min-h-\[calc\(100vh-80px\)\] {
    min-height: calc(100vh - 80px);
  }
  .min-h-\[calc\(100vh-140px\)\] {
    min-height: calc(100vh - 140px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[41px\] {
    width: 41px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[50vw\] {
    width: 50vw;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[70vw\] {
    width: 70vw;
  }
  .w-\[79px\] {
    width: 79px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[103px\] {
    width: 103px;
  }
  .w-\[109px\] {
    width: 109px;
  }
  .w-\[110\.13px\] {
    width: 110.13px;
  }
  .w-\[113px\] {
    width: 113px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[129px\] {
    width: 129px;
  }
  .w-\[134px\] {
    width: 134px;
  }
  .w-\[149px\] {
    width: 149px;
  }
  .w-\[152px\] {
    width: 152px;
  }
  .w-\[161px\] {
    width: 161px;
  }
  .w-\[164px\] {
    width: 164px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[219px\] {
    width: 219px;
  }
  .w-\[223px\] {
    width: 223px;
  }
  .w-\[227px\] {
    width: 227px;
  }
  .w-\[228px\] {
    width: 228px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[256px\] {
    width: 256px;
  }
  .w-\[265px\] {
    width: 265px;
  }
  .w-\[269px\] {
    width: 269px;
  }
  .w-\[271px\] {
    width: 271px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[287px\] {
    width: 287px;
  }
  .w-\[294px\] {
    width: 294px;
  }
  .w-\[297px\] {
    width: 297px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[305px\] {
    width: 305px;
  }
  .w-\[309px\] {
    width: 309px;
  }
  .w-\[328px\] {
    width: 328px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[341px\] {
    width: 341px;
  }
  .w-\[359px\] {
    width: 359px;
  }
  .w-\[364px\] {
    width: 364px;
  }
  .w-\[386px\] {
    width: 386px;
  }
  .w-\[402px\] {
    width: 402px;
  }
  .w-\[459px\] {
    width: 459px;
  }
  .w-\[508px\] {
    width: 508px;
  }
  .w-\[525px\] {
    width: 525px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[548px\] {
    width: 548px;
  }
  .w-\[576px\] {
    width: 576px;
  }
  .w-\[716px\] {
    width: 716px;
  }
  .w-\[757px\] {
    width: 757px;
  }
  .w-\[822px\] {
    width: 822px;
  }
  .w-\[868px\] {
    width: 868px;
  }
  .w-\[954px\] {
    width: 954px;
  }
  .w-\[1044px\] {
    width: 1044px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[272px\] {
    max-width: 272px;
  }
  .max-w-\[276px\] {
    max-width: 276px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[316px\] {
    max-width: 316px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[321px\] {
    max-width: 321px;
  }
  .max-w-\[335px\] {
    max-width: 335px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[355px\] {
    max-width: 355px;
  }
  .max-w-\[358px\] {
    max-width: 358px;
  }
  .max-w-\[359px\] {
    max-width: 359px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[525px\] {
    max-width: 525px;
  }
  .max-w-\[527px\] {
    max-width: 527px;
  }
  .max-w-\[539px\] {
    max-width: 539px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[576px\] {
    max-width: 576px;
  }
  .max-w-\[625px\] {
    max-width: 625px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[644px\] {
    max-width: 644px;
  }
  .max-w-\[715px\] {
    max-width: 715px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[766px\] {
    max-width: 766px;
  }
  .max-w-\[782px\] {
    max-width: 782px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[15px\] {
    column-gap: 15px;
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-\[14px\] {
    row-gap: 14px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[17px\] {
    border-radius: 17px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[21px\] {
    border-radius: 21px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#c59a9a\] {
    border-color: #c59a9a;
  }
  .border-\[\#c59a9a\]\/20 {
    border-color: color-mix(in oklab, #c59a9a 20%, transparent);
  }
  .border-\[\#c59a9a\]\/50 {
    border-color: color-mix(in oklab, #c59a9a 50%, transparent);
  }
  .border-\[\#c59999\] {
    border-color: #c59999;
  }
  .border-\[\#ebe9b6\] {
    border-color: #ebe9b6;
  }
  .border-\[\#fff3f3\] {
    border-color: #fff3f3;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#947e7e\] {
    background-color: #947e7e;
  }
  .bg-\[\#c59a9a\] {
    background-color: #c59a9a;
  }
  .bg-\[\#c59a9a\]\/30 {
    background-color: color-mix(in oklab, #c59a9a 30%, transparent);
  }
  .bg-\[\#c59999\]\/80 {
    background-color: color-mix(in oklab, #c59999 80%, transparent);
  }
  .bg-\[\#fefefe\] {
    background-color: #fefefe;
  }
  .bg-\[\#fff3f3\] {
    background-color: #fff3f3;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#589fd5\] {
    --tw-gradient-from: #589fd5;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#afc59a\] {
    --tw-gradient-from: #afc59a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#ebe9b6\] {
    --tw-gradient-from: #ebe9b6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#ffbd9c\] {
    --tw-gradient-from: #ffbd9c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#fff3f3\] {
    --tw-gradient-from: #fff3f3;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#fff3f3\] {
    --tw-gradient-via: #fff3f3;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#afc59a\] {
    --tw-gradient-to: #afc59a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#e28989\] {
    --tw-gradient-to: #e28989;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#ebe9b6\] {
    --tw-gradient-to: #ebe9b6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#ffbd9c\] {
    --tw-gradient-to: #ffbd9c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-right-bottom {
    object-position: right bottom;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[calc\(50\%-128px\)\] {
    padding-inline: calc(50% - 128px);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pr-\[35vw\] {
    padding-right: 35vw;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[62px\] {
    font-size: 62px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .text-\[106px\] {
    font-size: 106px;
  }
  .text-\[180px\] {
    font-size: 180px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#589fd5\] {
    color: #589fd5;
  }
  .text-\[\#947e7e\] {
    color: #947e7e;
  }
  .text-\[\#c59a9a\] {
    color: #c59a9a;
  }
  .text-\[\#c59999\] {
    color: #c59999;
  }
  .text-\[\#fefefe\] {
    color: #fefefe;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[3px_3px_0px_1px_rgba\(197\,154\,154\,0\.5\)\] {
    --tw-shadow: 3px 3px 0px 1px var(--tw-shadow-color, rgba(197,154,154,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-\[2000ms\] {
    --tw-duration: 2000ms;
    transition-duration: 2000ms;
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-\[\#7a6868\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #7a6868;
      }
    }
  }
  .group-data-\[checked\]\:opacity-100 {
    &:is(:where(.group)[data-checked] *) {
      opacity: 100%;
    }
  }
  .group-data-\[selected\]\:flex {
    &:is(:where(.group)[data-selected] *) {
      display: flex;
    }
  }
  .group-data-\[selected\]\:border-\[\#c59999\] {
    &:is(:where(.group)[data-selected] *) {
      border-color: #c59999;
    }
  }
  .group-data-\[selected\]\:bg-\[\#c59999\] {
    &:is(:where(.group)[data-selected] *) {
      background-color: #c59999;
    }
  }
  .group-data-\[selected\]\:font-medium {
    &:is(:where(.group)[data-selected] *) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .group-data-\[selected\]\:text-white {
    &:is(:where(.group)[data-selected] *) {
      color: var(--color-white);
    }
  }
  .group-data-\[selected\]\:ring-4 {
    &:is(:where(.group)[data-selected] *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .group-data-\[selected\]\:ring-\[\#c59a9a\] {
    &:is(:where(.group)[data-selected] *) {
      --tw-ring-color: #c59a9a;
    }
  }
  .group-data-\[selected\]\:brightness-0 {
    &:is(:where(.group)[data-selected] *) {
      --tw-brightness: brightness(0%);
      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,);
    }
  }
  .group-data-\[selected\]\:invert {
    &:is(:where(.group)[data-selected] *) {
      --tw-invert: invert(100%);
      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,);
    }
  }
  .placeholder\:text-\[\#947e7e\] {
    &::placeholder {
      color: #947e7e;
    }
  }
  .placeholder\:text-\[\#947e7e\]\/50 {
    &::placeholder {
      color: color-mix(in oklab, #947e7e 50%, transparent);
    }
  }
  .placeholder\:text-\[\#c59a9a\] {
    &::placeholder {
      color: #c59a9a;
    }
  }
  .hover\:bg-\[\#7a6868\] {
    &:hover {
      @media (hover: hover) {
        background-color: #7a6868;
      }
    }
  }
  .hover\:bg-\[\#836e6e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #836e6e;
      }
    }
  }
  .hover\:bg-\[\#c59a9a\]\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #c59a9a 10%, transparent);
      }
    }
  }
  .hover\:bg-\[\#c59999\]\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #c59999 10%, transparent);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .in-data-\[sf-first-step\=true\]\:invisible {
    :where(*[data-sf-first-step="true"]) & {
      visibility: hidden;
    }
  }
  .in-data-\[sf-first-step\=true\]\:hidden {
    :where(*[data-sf-first-step="true"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=age-selection\]\:hidden {
    :where(*[data-sf-step-id="age-selection"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=analyzing-answers\]\:hidden {
    :where(*[data-sf-step-id="analyzing-answers"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=certified-experts\]\:hidden {
    :where(*[data-sf-step-id="certified-experts"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=daily-results\]\:hidden {
    :where(*[data-sf-step-id="daily-results"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=social-proof\]\:hidden {
    :where(*[data-sf-step-id="social-proof"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=stronger-back\]\:hidden {
    :where(*[data-sf-step-id="stronger-back"]) & {
      display: none;
    }
  }
  .in-data-\[sf-step-id\=testimonials\]\:hidden {
    :where(*[data-sf-step-id="testimonials"]) & {
      display: none;
    }
  }
  .in-data-\[sf-submitted\=true\]\:hidden {
    :where(*[data-sf-submitted="true"]) & {
      display: none;
    }
  }
  .data-visible\:block {
    &[data-visible] {
      display: block;
    }
  }
  .data-\[selected\]\:border-\[\#c59a9a\] {
    &[data-selected] {
      border-color: #c59a9a;
    }
  }
  .data-\[selected\]\:border-\[\#c59999\] {
    &[data-selected] {
      border-color: #c59999;
    }
  }
  .data-\[selected\]\:bg-\[\#c59a9a\] {
    &[data-selected] {
      background-color: #c59a9a;
    }
  }
  .data-\[selected\]\:bg-\[\#c59999\] {
    &[data-selected] {
      background-color: #c59999;
    }
  }
  .data-\[selected\]\:text-white {
    &[data-selected] {
      color: var(--color-white);
    }
  }
  .data-\[selected\]\:underline {
    &[data-selected] {
      text-decoration-line: underline;
    }
  }
  .data-\[selected\]\:ring-4 {
    &[data-selected] {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .data-\[selected\]\:ring-\[\#c59999\] {
    &[data-selected] {
      --tw-ring-color: #c59999;
    }
  }
  .\@vp-md\:mb-8 {
    @container (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\@vp-md\:mb-10 {
    @container (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .\@vp-md\:inline {
    @container (width >= 768px) {
      display: inline;
    }
  }
  .\@vp-md\:h-6 {
    @container (width >= 768px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .\@vp-md\:h-64 {
    @container (width >= 768px) {
      height: calc(var(--spacing) * 64);
    }
  }
  .\@vp-md\:h-68 {
    @container (width >= 768px) {
      height: calc(var(--spacing) * 68);
    }
  }
  .\@vp-md\:w-6 {
    @container (width >= 768px) {
      width: calc(var(--spacing) * 6);
    }
  }
  .\@vp-md\:w-36 {
    @container (width >= 768px) {
      width: calc(var(--spacing) * 36);
    }
  }
  .\@vp-md\:w-40 {
    @container (width >= 768px) {
      width: calc(var(--spacing) * 40);
    }
  }
  .\@vp-md\:max-w-2xl {
    @container (width >= 768px) {
      max-width: var(--container-2xl);
    }
  }
  .\@vp-md\:max-w-3xl {
    @container (width >= 768px) {
      max-width: var(--container-3xl);
    }
  }
  .\@vp-md\:gap-4 {
    @container (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\@vp-md\:gap-6 {
    @container (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\@vp-md\:gap-8 {
    @container (width >= 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\@vp-md\:space-y-4 {
    @container (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\@vp-md\:rounded-3xl {
    @container (width >= 768px) {
      border-radius: var(--radius-3xl);
    }
  }
  .\@vp-md\:p-4 {
    @container (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\@vp-md\:p-6 {
    @container (width >= 768px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\@vp-md\:px-6 {
    @container (width >= 768px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .\@vp-md\:px-8 {
    @container (width >= 768px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .\@vp-md\:px-12 {
    @container (width >= 768px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .\@vp-md\:py-4 {
    @container (width >= 768px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .\@vp-md\:py-5 {
    @container (width >= 768px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .\@vp-md\:py-12 {
    @container (width >= 768px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .\@vp-md\:text-2xl {
    @container (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\@vp-md\:text-4xl {
    @container (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\@vp-md\:text-base {
    @container (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\@vp-md\:text-xl {
    @container (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\@vp-lg\:absolute {
    @container (width >= 976px) {
      position: absolute;
    }
  }
  .\@vp-lg\:top-2 {
    @container (width >= 976px) {
      top: calc(var(--spacing) * 2);
    }
  }
  .\@vp-lg\:top-8 {
    @container (width >= 976px) {
      top: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:top-\[25px\] {
    @container (width >= 976px) {
      top: 25px;
    }
  }
  .\@vp-lg\:top-auto {
    @container (width >= 976px) {
      top: auto;
    }
  }
  .\@vp-lg\:right-0 {
    @container (width >= 976px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:right-2 {
    @container (width >= 976px) {
      right: calc(var(--spacing) * 2);
    }
  }
  .\@vp-lg\:right-4 {
    @container (width >= 976px) {
      right: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:right-6 {
    @container (width >= 976px) {
      right: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:right-\[34px\] {
    @container (width >= 976px) {
      right: 34px;
    }
  }
  .\@vp-lg\:bottom-0 {
    @container (width >= 976px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:bottom-4 {
    @container (width >= 976px) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:bottom-8 {
    @container (width >= 976px) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:bottom-\[60px\] {
    @container (width >= 976px) {
      bottom: 60px;
    }
  }
  .\@vp-lg\:-left-2 {
    @container (width >= 976px) {
      left: calc(var(--spacing) * -2);
    }
  }
  .\@vp-lg\:left-1\/2 {
    @container (width >= 976px) {
      left: calc(1/2 * 100%);
    }
  }
  .\@vp-lg\:left-8 {
    @container (width >= 976px) {
      left: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:left-16 {
    @container (width >= 976px) {
      left: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:left-auto {
    @container (width >= 976px) {
      left: auto;
    }
  }
  .\@vp-lg\:mx-0 {
    @container (width >= 976px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:mx-auto {
    @container (width >= 976px) {
      margin-inline: auto;
    }
  }
  .\@vp-lg\:my-2 {
    @container (width >= 976px) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .\@vp-lg\:-mt-5 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * -5);
    }
  }
  .\@vp-lg\:mt-0 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:mt-2 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .\@vp-lg\:mt-3 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .\@vp-lg\:mt-4 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:mt-6 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:mt-8 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:mt-10 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .\@vp-lg\:mt-12 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .\@vp-lg\:mt-16 {
    @container (width >= 976px) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:mt-\[1px\] {
    @container (width >= 976px) {
      margin-top: 1px;
    }
  }
  .\@vp-lg\:mt-\[6px\] {
    @container (width >= 976px) {
      margin-top: 6px;
    }
  }
  .\@vp-lg\:mt-\[13px\] {
    @container (width >= 976px) {
      margin-top: 13px;
    }
  }
  .\@vp-lg\:mt-\[15px\] {
    @container (width >= 976px) {
      margin-top: 15px;
    }
  }
  .\@vp-lg\:mr-4 {
    @container (width >= 976px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:mr-auto {
    @container (width >= 976px) {
      margin-right: auto;
    }
  }
  .\@vp-lg\:mb-0 {
    @container (width >= 976px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:mb-4 {
    @container (width >= 976px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:ml-0 {
    @container (width >= 976px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:ml-3 {
    @container (width >= 976px) {
      margin-left: calc(var(--spacing) * 3);
    }
  }
  .\@vp-lg\:ml-4 {
    @container (width >= 976px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:ml-6 {
    @container (width >= 976px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:ml-10 {
    @container (width >= 976px) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .\@vp-lg\:ml-\[39px\] {
    @container (width >= 976px) {
      margin-left: 39px;
    }
  }
  .\@vp-lg\:ml-auto {
    @container (width >= 976px) {
      margin-left: auto;
    }
  }
  .\@vp-lg\:block {
    @container (width >= 976px) {
      display: block;
    }
  }
  .\@vp-lg\:flex {
    @container (width >= 976px) {
      display: flex;
    }
  }
  .\@vp-lg\:grid {
    @container (width >= 976px) {
      display: grid;
    }
  }
  .\@vp-lg\:hidden {
    @container (width >= 976px) {
      display: none;
    }
  }
  .\@vp-lg\:inline {
    @container (width >= 976px) {
      display: inline;
    }
  }
  .\@vp-lg\:h-3 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 3);
    }
  }
  .\@vp-lg\:h-4 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:h-5 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 5);
    }
  }
  .\@vp-lg\:h-6 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:h-8 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:h-9 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 9);
    }
  }
  .\@vp-lg\:h-10 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .\@vp-lg\:h-16 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:h-20 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .\@vp-lg\:h-80 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 80);
    }
  }
  .\@vp-lg\:h-84 {
    @container (width >= 976px) {
      height: calc(var(--spacing) * 84);
    }
  }
  .\@vp-lg\:h-\[15px\] {
    @container (width >= 976px) {
      height: 15px;
    }
  }
  .\@vp-lg\:h-\[17px\] {
    @container (width >= 976px) {
      height: 17px;
    }
  }
  .\@vp-lg\:h-\[23px\] {
    @container (width >= 976px) {
      height: 23px;
    }
  }
  .\@vp-lg\:h-\[25px\] {
    @container (width >= 976px) {
      height: 25px;
    }
  }
  .\@vp-lg\:h-\[28px\] {
    @container (width >= 976px) {
      height: 28px;
    }
  }
  .\@vp-lg\:h-\[33px\] {
    @container (width >= 976px) {
      height: 33px;
    }
  }
  .\@vp-lg\:h-\[37px\] {
    @container (width >= 976px) {
      height: 37px;
    }
  }
  .\@vp-lg\:h-\[39px\] {
    @container (width >= 976px) {
      height: 39px;
    }
  }
  .\@vp-lg\:h-\[42px\] {
    @container (width >= 976px) {
      height: 42px;
    }
  }
  .\@vp-lg\:h-\[44px\] {
    @container (width >= 976px) {
      height: 44px;
    }
  }
  .\@vp-lg\:h-\[46px\] {
    @container (width >= 976px) {
      height: 46px;
    }
  }
  .\@vp-lg\:h-\[48px\] {
    @container (width >= 976px) {
      height: 48px;
    }
  }
  .\@vp-lg\:h-\[49px\] {
    @container (width >= 976px) {
      height: 49px;
    }
  }
  .\@vp-lg\:h-\[50px\] {
    @container (width >= 976px) {
      height: 50px;
    }
  }
  .\@vp-lg\:h-\[54px\] {
    @container (width >= 976px) {
      height: 54px;
    }
  }
  .\@vp-lg\:h-\[58px\] {
    @container (width >= 976px) {
      height: 58px;
    }
  }
  .\@vp-lg\:h-\[60px\] {
    @container (width >= 976px) {
      height: 60px;
    }
  }
  .\@vp-lg\:h-\[61px\] {
    @container (width >= 976px) {
      height: 61px;
    }
  }
  .\@vp-lg\:h-\[63px\] {
    @container (width >= 976px) {
      height: 63px;
    }
  }
  .\@vp-lg\:h-\[66px\] {
    @container (width >= 976px) {
      height: 66px;
    }
  }
  .\@vp-lg\:h-\[71px\] {
    @container (width >= 976px) {
      height: 71px;
    }
  }
  .\@vp-lg\:h-\[76px\] {
    @container (width >= 976px) {
      height: 76px;
    }
  }
  .\@vp-lg\:h-\[80px\] {
    @container (width >= 976px) {
      height: 80px;
    }
  }
  .\@vp-lg\:h-\[83px\] {
    @container (width >= 976px) {
      height: 83px;
    }
  }
  .\@vp-lg\:h-\[100px\] {
    @container (width >= 976px) {
      height: 100px;
    }
  }
  .\@vp-lg\:h-\[128px\] {
    @container (width >= 976px) {
      height: 128px;
    }
  }
  .\@vp-lg\:h-\[135px\] {
    @container (width >= 976px) {
      height: 135px;
    }
  }
  .\@vp-lg\:h-\[158px\] {
    @container (width >= 976px) {
      height: 158px;
    }
  }
  .\@vp-lg\:h-\[210px\] {
    @container (width >= 976px) {
      height: 210px;
    }
  }
  .\@vp-lg\:h-\[231px\] {
    @container (width >= 976px) {
      height: 231px;
    }
  }
  .\@vp-lg\:h-\[266\.88px\] {
    @container (width >= 976px) {
      height: 266.88px;
    }
  }
  .\@vp-lg\:h-\[313px\] {
    @container (width >= 976px) {
      height: 313px;
    }
  }
  .\@vp-lg\:h-\[330px\] {
    @container (width >= 976px) {
      height: 330px;
    }
  }
  .\@vp-lg\:h-\[366px\] {
    @container (width >= 976px) {
      height: 366px;
    }
  }
  .\@vp-lg\:h-\[454px\] {
    @container (width >= 976px) {
      height: 454px;
    }
  }
  .\@vp-lg\:h-\[470px\] {
    @container (width >= 976px) {
      height: 470px;
    }
  }
  .\@vp-lg\:h-\[700px\] {
    @container (width >= 976px) {
      height: 700px;
    }
  }
  .\@vp-lg\:min-h-\[calc\(100vh-80px\)\] {
    @container (width >= 976px) {
      min-height: calc(100vh - 80px);
    }
  }
  .\@vp-lg\:min-h-\[calc\(100vh-120px\)\] {
    @container (width >= 976px) {
      min-height: calc(100vh - 120px);
    }
  }
  .\@vp-lg\:min-h-\[calc\(100vh-var\(--sf-header-height\)-120px\)\] {
    @container (width >= 976px) {
      min-height: calc(100vh - var(--sf-header-height) - 120px);
    }
  }
  .\@vp-lg\:w-3 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 3);
    }
  }
  .\@vp-lg\:w-4 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:w-5 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 5);
    }
  }
  .\@vp-lg\:w-6 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:w-8 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:w-9 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 9);
    }
  }
  .\@vp-lg\:w-10 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .\@vp-lg\:w-14 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 14);
    }
  }
  .\@vp-lg\:w-16 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:w-20 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .\@vp-lg\:w-48 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 48);
    }
  }
  .\@vp-lg\:w-52 {
    @container (width >= 976px) {
      width: calc(var(--spacing) * 52);
    }
  }
  .\@vp-lg\:w-\[9px\] {
    @container (width >= 976px) {
      width: 9px;
    }
  }
  .\@vp-lg\:w-\[10px\] {
    @container (width >= 976px) {
      width: 10px;
    }
  }
  .\@vp-lg\:w-\[25px\] {
    @container (width >= 976px) {
      width: 25px;
    }
  }
  .\@vp-lg\:w-\[28px\] {
    @container (width >= 976px) {
      width: 28px;
    }
  }
  .\@vp-lg\:w-\[31px\] {
    @container (width >= 976px) {
      width: 31px;
    }
  }
  .\@vp-lg\:w-\[41px\] {
    @container (width >= 976px) {
      width: 41px;
    }
  }
  .\@vp-lg\:w-\[44px\] {
    @container (width >= 976px) {
      width: 44px;
    }
  }
  .\@vp-lg\:w-\[49px\] {
    @container (width >= 976px) {
      width: 49px;
    }
  }
  .\@vp-lg\:w-\[50px\] {
    @container (width >= 976px) {
      width: 50px;
    }
  }
  .\@vp-lg\:w-\[54px\] {
    @container (width >= 976px) {
      width: 54px;
    }
  }
  .\@vp-lg\:w-\[60px\] {
    @container (width >= 976px) {
      width: 60px;
    }
  }
  .\@vp-lg\:w-\[64px\] {
    @container (width >= 976px) {
      width: 64px;
    }
  }
  .\@vp-lg\:w-\[71px\] {
    @container (width >= 976px) {
      width: 71px;
    }
  }
  .\@vp-lg\:w-\[77px\] {
    @container (width >= 976px) {
      width: 77px;
    }
  }
  .\@vp-lg\:w-\[80px\] {
    @container (width >= 976px) {
      width: 80px;
    }
  }
  .\@vp-lg\:w-\[114px\] {
    @container (width >= 976px) {
      width: 114px;
    }
  }
  .\@vp-lg\:w-\[135px\] {
    @container (width >= 976px) {
      width: 135px;
    }
  }
  .\@vp-lg\:w-\[169\.5px\] {
    @container (width >= 976px) {
      width: 169.5px;
    }
  }
  .\@vp-lg\:w-\[184\.65px\] {
    @container (width >= 976px) {
      width: 184.65px;
    }
  }
  .\@vp-lg\:w-\[196px\] {
    @container (width >= 976px) {
      width: 196px;
    }
  }
  .\@vp-lg\:w-\[200px\] {
    @container (width >= 976px) {
      width: 200px;
    }
  }
  .\@vp-lg\:w-\[210px\] {
    @container (width >= 976px) {
      width: 210px;
    }
  }
  .\@vp-lg\:w-\[231px\] {
    @container (width >= 976px) {
      width: 231px;
    }
  }
  .\@vp-lg\:w-\[234px\] {
    @container (width >= 976px) {
      width: 234px;
    }
  }
  .\@vp-lg\:w-\[250px\] {
    @container (width >= 976px) {
      width: 250px;
    }
  }
  .\@vp-lg\:w-\[264px\] {
    @container (width >= 976px) {
      width: 264px;
    }
  }
  .\@vp-lg\:w-\[266\.88px\] {
    @container (width >= 976px) {
      width: 266.88px;
    }
  }
  .\@vp-lg\:w-\[274\.88px\] {
    @container (width >= 976px) {
      width: 274.88px;
    }
  }
  .\@vp-lg\:w-\[274px\] {
    @container (width >= 976px) {
      width: 274px;
    }
  }
  .\@vp-lg\:w-\[320px\] {
    @container (width >= 976px) {
      width: 320px;
    }
  }
  .\@vp-lg\:w-\[321px\] {
    @container (width >= 976px) {
      width: 321px;
    }
  }
  .\@vp-lg\:w-\[330px\] {
    @container (width >= 976px) {
      width: 330px;
    }
  }
  .\@vp-lg\:w-\[342px\] {
    @container (width >= 976px) {
      width: 342px;
    }
  }
  .\@vp-lg\:w-\[364px\] {
    @container (width >= 976px) {
      width: 364px;
    }
  }
  .\@vp-lg\:w-\[454px\] {
    @container (width >= 976px) {
      width: 454px;
    }
  }
  .\@vp-lg\:w-\[522px\] {
    @container (width >= 976px) {
      width: 522px;
    }
  }
  .\@vp-lg\:w-\[569px\] {
    @container (width >= 976px) {
      width: 569px;
    }
  }
  .\@vp-lg\:w-\[641px\] {
    @container (width >= 976px) {
      width: 641px;
    }
  }
  .\@vp-lg\:w-\[700px\] {
    @container (width >= 976px) {
      width: 700px;
    }
  }
  .\@vp-lg\:w-\[730px\] {
    @container (width >= 976px) {
      width: 730px;
    }
  }
  .\@vp-lg\:w-\[930px\] {
    @container (width >= 976px) {
      width: 930px;
    }
  }
  .\@vp-lg\:w-full {
    @container (width >= 976px) {
      width: 100%;
    }
  }
  .\@vp-lg\:max-w-4xl {
    @container (width >= 976px) {
      max-width: var(--container-4xl);
    }
  }
  .\@vp-lg\:max-w-\[450px\] {
    @container (width >= 976px) {
      max-width: 450px;
    }
  }
  .\@vp-lg\:max-w-\[527px\] {
    @container (width >= 976px) {
      max-width: 527px;
    }
  }
  .\@vp-lg\:max-w-\[582px\] {
    @container (width >= 976px) {
      max-width: 582px;
    }
  }
  .\@vp-lg\:max-w-\[613px\] {
    @container (width >= 976px) {
      max-width: 613px;
    }
  }
  .\@vp-lg\:max-w-\[623px\] {
    @container (width >= 976px) {
      max-width: 623px;
    }
  }
  .\@vp-lg\:max-w-\[628px\] {
    @container (width >= 976px) {
      max-width: 628px;
    }
  }
  .\@vp-lg\:max-w-\[633px\] {
    @container (width >= 976px) {
      max-width: 633px;
    }
  }
  .\@vp-lg\:max-w-\[694px\] {
    @container (width >= 976px) {
      max-width: 694px;
    }
  }
  .\@vp-lg\:max-w-\[700px\] {
    @container (width >= 976px) {
      max-width: 700px;
    }
  }
  .\@vp-lg\:max-w-\[721px\] {
    @container (width >= 976px) {
      max-width: 721px;
    }
  }
  .\@vp-lg\:max-w-\[730px\] {
    @container (width >= 976px) {
      max-width: 730px;
    }
  }
  .\@vp-lg\:max-w-\[733px\] {
    @container (width >= 976px) {
      max-width: 733px;
    }
  }
  .\@vp-lg\:max-w-\[750px\] {
    @container (width >= 976px) {
      max-width: 750px;
    }
  }
  .\@vp-lg\:max-w-\[781px\] {
    @container (width >= 976px) {
      max-width: 781px;
    }
  }
  .\@vp-lg\:max-w-\[782px\] {
    @container (width >= 976px) {
      max-width: 782px;
    }
  }
  .\@vp-lg\:max-w-\[792px\] {
    @container (width >= 976px) {
      max-width: 792px;
    }
  }
  .\@vp-lg\:max-w-\[817px\] {
    @container (width >= 976px) {
      max-width: 817px;
    }
  }
  .\@vp-lg\:max-w-\[845px\] {
    @container (width >= 976px) {
      max-width: 845px;
    }
  }
  .\@vp-lg\:max-w-\[854px\] {
    @container (width >= 976px) {
      max-width: 854px;
    }
  }
  .\@vp-lg\:max-w-\[1040px\] {
    @container (width >= 976px) {
      max-width: 1040px;
    }
  }
  .\@vp-lg\:max-w-\[1146px\] {
    @container (width >= 976px) {
      max-width: 1146px;
    }
  }
  .\@vp-lg\:max-w-\[1148px\] {
    @container (width >= 976px) {
      max-width: 1148px;
    }
  }
  .\@vp-lg\:max-w-\[1200px\] {
    @container (width >= 976px) {
      max-width: 1200px;
    }
  }
  .\@vp-lg\:max-w-\[1440px\] {
    @container (width >= 976px) {
      max-width: 1440px;
    }
  }
  .\@vp-lg\:max-w-none {
    @container (width >= 976px) {
      max-width: none;
    }
  }
  .\@vp-lg\:flex-1 {
    @container (width >= 976px) {
      flex: 1;
    }
  }
  .\@vp-lg\:flex-none {
    @container (width >= 976px) {
      flex: none;
    }
  }
  .\@vp-lg\:flex-shrink-0 {
    @container (width >= 976px) {
      flex-shrink: 0;
    }
  }
  .\@vp-lg\:-translate-x-1\/2 {
    @container (width >= 976px) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\@vp-lg\:translate-y-0 {
    @container (width >= 976px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\@vp-lg\:grid-cols-4 {
    @container (width >= 976px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\@vp-lg\:flex-col {
    @container (width >= 976px) {
      flex-direction: column;
    }
  }
  .\@vp-lg\:flex-row {
    @container (width >= 976px) {
      flex-direction: row;
    }
  }
  .\@vp-lg\:flex-nowrap {
    @container (width >= 976px) {
      flex-wrap: nowrap;
    }
  }
  .\@vp-lg\:flex-wrap {
    @container (width >= 976px) {
      flex-wrap: wrap;
    }
  }
  .\@vp-lg\:items-center {
    @container (width >= 976px) {
      align-items: center;
    }
  }
  .\@vp-lg\:items-end {
    @container (width >= 976px) {
      align-items: flex-end;
    }
  }
  .\@vp-lg\:items-start {
    @container (width >= 976px) {
      align-items: flex-start;
    }
  }
  .\@vp-lg\:justify-between {
    @container (width >= 976px) {
      justify-content: space-between;
    }
  }
  .\@vp-lg\:justify-center {
    @container (width >= 976px) {
      justify-content: center;
    }
  }
  .\@vp-lg\:justify-start {
    @container (width >= 976px) {
      justify-content: flex-start;
    }
  }
  .\@vp-lg\:gap-2 {
    @container (width >= 976px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\@vp-lg\:gap-4 {
    @container (width >= 976px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:gap-6 {
    @container (width >= 976px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:gap-8 {
    @container (width >= 976px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:gap-16 {
    @container (width >= 976px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:gap-\[9px\] {
    @container (width >= 976px) {
      gap: 9px;
    }
  }
  .\@vp-lg\:gap-\[17px\] {
    @container (width >= 976px) {
      gap: 17px;
    }
  }
  .\@vp-lg\:gap-\[25px\] {
    @container (width >= 976px) {
      gap: 25px;
    }
  }
  .\@vp-lg\:gap-\[26px\] {
    @container (width >= 976px) {
      gap: 26px;
    }
  }
  .\@vp-lg\:gap-\[27px\] {
    @container (width >= 976px) {
      gap: 27px;
    }
  }
  .\@vp-lg\:overflow-visible {
    @container (width >= 976px) {
      overflow: visible;
    }
  }
  .\@vp-lg\:rounded-\[15px\] {
    @container (width >= 976px) {
      border-radius: 15px;
    }
  }
  .\@vp-lg\:rounded-\[20px\] {
    @container (width >= 976px) {
      border-radius: 20px;
    }
  }
  .\@vp-lg\:rounded-\[21px\] {
    @container (width >= 976px) {
      border-radius: 21px;
    }
  }
  .\@vp-lg\:rounded-\[33px\] {
    @container (width >= 976px) {
      border-radius: 33px;
    }
  }
  .\@vp-lg\:rounded-\[50px\] {
    @container (width >= 976px) {
      border-radius: 50px;
    }
  }
  .\@vp-lg\:border-\[3px\] {
    @container (width >= 976px) {
      border-style: var(--tw-border-style);
      border-width: 3px;
    }
  }
  .\@vp-lg\:bg-transparent {
    @container (width >= 976px) {
      background-color: transparent;
    }
  }
  .\@vp-lg\:p-6 {
    @container (width >= 976px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:p-8 {
    @container (width >= 976px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:px-0 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:px-4 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\@vp-lg\:px-5 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .\@vp-lg\:px-6 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .\@vp-lg\:px-8 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:px-16 {
    @container (width >= 976px) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:px-\[14px\] {
    @container (width >= 976px) {
      padding-inline: 14px;
    }
  }
  .\@vp-lg\:py-1 {
    @container (width >= 976px) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .\@vp-lg\:py-1\.5 {
    @container (width >= 976px) {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .\@vp-lg\:py-16 {
    @container (width >= 976px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:pt-0 {
    @container (width >= 976px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:pt-8 {
    @container (width >= 976px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:pt-12 {
    @container (width >= 976px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .\@vp-lg\:pt-16 {
    @container (width >= 976px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .\@vp-lg\:pt-\[19px\] {
    @container (width >= 976px) {
      padding-top: 19px;
    }
  }
  .\@vp-lg\:pt-\[22px\] {
    @container (width >= 976px) {
      padding-top: 22px;
    }
  }
  .\@vp-lg\:pr-0 {
    @container (width >= 976px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:pb-0 {
    @container (width >= 976px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .\@vp-lg\:pb-8 {
    @container (width >= 976px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .\@vp-lg\:pb-36 {
    @container (width >= 976px) {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  .\@vp-lg\:pb-\[21px\] {
    @container (width >= 976px) {
      padding-bottom: 21px;
    }
  }
  .\@vp-lg\:pl-\[230px\] {
    @container (width >= 976px) {
      padding-left: 230px;
    }
  }
  .\@vp-lg\:text-center {
    @container (width >= 976px) {
      text-align: center;
    }
  }
  .\@vp-lg\:text-left {
    @container (width >= 976px) {
      text-align: left;
    }
  }
  .\@vp-lg\:text-2xl {
    @container (width >= 976px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\@vp-lg\:text-3xl {
    @container (width >= 976px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\@vp-lg\:text-4xl {
    @container (width >= 976px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\@vp-lg\:text-5xl {
    @container (width >= 976px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\@vp-lg\:text-lg {
    @container (width >= 976px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\@vp-lg\:text-xl {
    @container (width >= 976px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\@vp-lg\:text-xs {
    @container (width >= 976px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .\@vp-lg\:text-\[15px\] {
    @container (width >= 976px) {
      font-size: 15px;
    }
  }
  .\@vp-lg\:text-\[22px\] {
    @container (width >= 976px) {
      font-size: 22px;
    }
  }
  .\@vp-lg\:text-\[25px\] {
    @container (width >= 976px) {
      font-size: 25px;
    }
  }
  .\@vp-lg\:text-\[32px\] {
    @container (width >= 976px) {
      font-size: 32px;
    }
  }
  .\@vp-lg\:text-\[40px\] {
    @container (width >= 976px) {
      font-size: 40px;
    }
  }
  .\@vp-lg\:text-\[44px\] {
    @container (width >= 976px) {
      font-size: 44px;
    }
  }
  .\@vp-lg\:text-\[52px\] {
    @container (width >= 976px) {
      font-size: 52px;
    }
  }
  .\@vp-lg\:text-\[62px\] {
    @container (width >= 976px) {
      font-size: 62px;
    }
  }
  .\@vp-lg\:text-\[64px\] {
    @container (width >= 976px) {
      font-size: 64px;
    }
  }
  .\@vp-lg\:text-\[80px\] {
    @container (width >= 976px) {
      font-size: 80px;
    }
  }
  .\@vp-lg\:text-\[106px\] {
    @container (width >= 976px) {
      font-size: 106px;
    }
  }
  .\@vp-lg\:leading-\[1\.1\] {
    @container (width >= 976px) {
      --tw-leading: 1.1;
      line-height: 1.1;
    }
  }
  .\@vp-xl\:text-6xl {
    @container (width >= 1440px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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;
}
@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-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}
