/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 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);
  }
}
@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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-2\.5\%\] {
    top: -2.5%;
  }
  .top-\[-2px\] {
    top: -2px;
  }
  .top-\[-465px\] {
    top: -465px;
  }
  .top-\[63px\] {
    top: 63px;
  }
  .top-\[131px\] {
    top: 131px;
  }
  .top-\[134px\] {
    top: 134px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[260px\] {
    top: 260px;
  }
  .top-\[380px\] {
    top: 380px;
  }
  .top-\[557px\] {
    top: 557px;
  }
  .top-\[calc\(50\%\+0\.221039px\)\] {
    top: calc(50% + 0.221039px);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-0\.5px\] {
    right: -0.5px;
  }
  .right-\[-1\.504\%\] {
    right: -1.504%;
  }
  .right-\[-2\.151\%\] {
    right: -2.151%;
  }
  .right-\[-2\.381\%\] {
    right: -2.381%;
  }
  .right-\[-3\.448\%\] {
    right: -3.448%;
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[-2\.5\%\] {
    bottom: -2.5%;
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-0\.5px\] {
    left: -0.5px;
  }
  .left-\[-1\.504\%\] {
    left: -1.504%;
  }
  .left-\[-2\.151\%\] {
    left: -2.151%;
  }
  .left-\[-2\.381\%\] {
    left: -2.381%;
  }
  .left-\[-3\.448\%\] {
    left: -3.448%;
  }
  .left-\[0\.5px\] {
    left: 0.5px;
  }
  .left-\[998px\] {
    left: 998px;
  }
  .left-\[calc\(50\%\+0\.0735779px\)\] {
    left: calc(50% + 0.0735779px);
  }
  .left-\[calc\(50\%\+70px\)\] {
    left: calc(50% + 70px);
  }
  .left-\[calc\(50\%-50\.1279px\)\] {
    left: calc(50% - 50.1279px);
  }
  .left-\[calc\(50\%-55px\)\] {
    left: calc(50% - 55px);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .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-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[-1px\] {
    margin-right: -1px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .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);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[341\.328\/224\] {
    aspect-ratio: 341.328/224;
  }
  .aspect-\[341\.344\/224\] {
    aspect-ratio: 341.344/224;
  }
  .aspect-\[536\/586\] {
    aspect-ratio: 536/586;
  }
  .size-0\.5 {
    width: calc(var(--spacing) * 0.5);
    height: calc(var(--spacing) * 0.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[16\.44px\] {
    width: 16.44px;
    height: 16.44px;
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-\[31px\] {
    width: 31px;
    height: 31px;
  }
  .size-\[172px\] {
    width: 172px;
    height: 172px;
  }
  .size-\[417\.147px\] {
    width: 417.147px;
    height: 417.147px;
  }
  .size-\[630px\] {
    width: 630px;
    height: 630px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .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-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[9\.899px\] {
    height: 9.899px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21\.645px\] {
    height: 21.645px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35\.2px\] {
    height: 35.2px;
  }
  .h-\[35\.84px\] {
    height: 35.84px;
  }
  .h-\[36\.48px\] {
    height: 36.48px;
  }
  .h-\[37\.12px\] {
    height: 37.12px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[65\.984px\] {
    height: 65.984px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[138px\] {
    height: 138px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[177\.027px\] {
    height: 177.027px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[181px\] {
    height: 181px;
  }
  .h-\[218px\] {
    height: 218px;
  }
  .h-\[219px\] {
    height: 219px;
  }
  .h-\[229\.91px\] {
    height: 229.91px;
  }
  .h-\[285px\] {
    height: 285px;
  }
  .h-\[290px\] {
    height: 290px;
  }
  .h-\[296px\] {
    height: 296px;
  }
  .h-\[318\.5px\] {
    height: 318.5px;
  }
  .h-\[328px\] {
    height: 328px;
  }
  .h-\[329px\] {
    height: 329px;
  }
  .h-\[332px\] {
    height: 332px;
  }
  .h-\[449\.099px\] {
    height: 449.099px;
  }
  .h-\[469px\] {
    height: 469px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[620\.985px\] {
    height: 620.985px;
  }
  .h-\[820px\] {
    height: 820px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[156px\] {
    max-height: 156px;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .min-h-\[156px\] {
    min-height: 156px;
  }
  .min-h-px {
    min-height: 1px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[9\.899px\] {
    width: 9.899px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18\.739px\] {
    width: 18.739px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[19\.8px\] {
    width: 19.8px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22\.5px\] {
    width: 22.5px;
  }
  .w-\[24\.96px\] {
    width: 24.96px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30\.72px\] {
    width: 30.72px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[33\.328px\] {
    width: 33.328px;
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-\[39px\] {
    width: 39px;
  }
  .w-\[49\.992px\] {
    width: 49.992px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[137px\] {
    width: 137px;
  }
  .w-\[141px\] {
    width: 141px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[187px\] {
    width: 187px;
  }
  .w-\[191px\] {
    width: 191px;
  }
  .w-\[207px\] {
    width: 207px;
  }
  .w-\[214px\] {
    width: 214px;
  }
  .w-\[216px\] {
    width: 216px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[247px\] {
    width: 247px;
  }
  .w-\[250\.254px\] {
    width: 250.254px;
  }
  .w-\[250\.744px\] {
    width: 250.744px;
  }
  .w-\[259px\] {
    width: 259px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[263px\] {
    width: 263px;
  }
  .w-\[275\.676px\] {
    width: 275.676px;
  }
  .w-\[279px\] {
    width: 279px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[310\.188px\] {
    width: 310.188px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[327px\] {
    width: 327px;
  }
  .w-\[328px\] {
    width: 328px;
  }
  .w-\[341\.328px\] {
    width: 341.328px;
  }
  .w-\[341\.344px\] {
    width: 341.344px;
  }
  .w-\[345px\] {
    width: 345px;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[366px\] {
    width: 366px;
  }
  .w-\[368px\] {
    width: 368px;
  }
  .w-\[561px\] {
    width: 561px;
  }
  .w-\[fit-content\] {
    width: fit-content;
  }
  .w-\[min-content\] {
    width: min-content;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[341\.328px\] {
    max-width: 341.328px;
  }
  .max-w-\[341\.344px\] {
    max-width: 341.344px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[466px\] {
    max-width: 466px;
  }
  .max-w-\[468px\] {
    max-width: 468px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[483px\] {
    max-width: 483px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[546px\] {
    max-width: 546px;
  }
  .max-w-\[568px\] {
    max-width: 568px;
  }
  .max-w-\[582px\] {
    max-width: 582px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[676px\] {
    max-width: 676px;
  }
  .max-w-\[716px\] {
    max-width: 716px;
  }
  .max-w-\[768px\] {
    max-width: 768px;
  }
  .max-w-\[789px\] {
    max-width: 789px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[923px\] {
    max-width: 923px;
  }
  .max-w-\[1028px\] {
    max-width: 1028px;
  }
  .max-w-\[1042px\] {
    max-width: 1042px;
  }
  .max-w-\[1088px\] {
    max-width: 1088px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-\[1152px\] {
    max-width: 1152px;
  }
  .max-w-\[1170px\] {
    max-width: 1170px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-36 {
    min-width: calc(var(--spacing) * 36);
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-w-px {
    min-width: 1px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-70 {
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    --tw-scale-z: 70%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .content-stretch {
    align-content: stretch;
  }
  .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-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-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-48 {
    gap: calc(var(--spacing) * 48);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[16\.99px\] {
    gap: 16.99px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-\[39px\] {
    gap: 39px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[104px\] {
    gap: 104px;
  }
  .gap-\[140px\] {
    gap: 140px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[43px\] {
    border-radius: 43px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[86px\] {
    border-radius: 86px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-\[155px\] {
    border-radius: 155px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-\[80px\] {
    border-top-left-radius: 80px;
  }
  .rounded-tr-\[80px\] {
    border-top-right-radius: 80px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0px_0px_2px\] {
    border-style: var(--tw-border-style);
    border-width: 0px 0px 2px;
  }
  .border-\[20px\] {
    border-style: var(--tw-border-style);
    border-width: 20px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#4b4c4c\] {
    border-color: #4b4c4c;
  }
  .border-\[\#cdcdcd\] {
    border-color: #cdcdcd;
  }
  .border-\[\#f3b7a3\] {
    border-color: #f3b7a3;
  }
  .border-\[\#ffffff\] {
    border-color: #ffffff;
  }
  .border-\[rgba\(96\,162\,161\,0\.5\)\] {
    border-color: rgba(96,162,161,0.5);
  }
  .border-\[transparent\] {
    border-color: transparent;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-\[\#60a2a1\] {
    background-color: #60a2a1;
  }
  .bg-\[\#595959\] {
    background-color: #595959;
  }
  .bg-\[\#EFF6F6\] {
    background-color: #EFF6F6;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#FAF7F5\] {
    background-color: #FAF7F5;
  }
  .bg-\[\#e9f4fb\] {
    background-color: #e9f4fb;
  }
  .bg-\[\#f3b7a3\] {
    background-color: #f3b7a3;
  }
  .bg-\[\#f3ece6\] {
    background-color: #f3ece6;
  }
  .bg-\[\#faf7f5\] {
    background-color: #faf7f5;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-\[rgba\(16\,16\,16\,0\.25\)\] {
    background-color: rgba(16,16,16,0.25);
  }
  .bg-\[rgba\(248\,164\,164\,0\.1\)\] {
    background-color: rgba(248,164,164,0.1);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\[background-size\:cover\,_auto\] {
    background-size: cover, auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .bg-\[position\:50\%_50\%\,_0\%_0\%\] {
    background-position: 50% 50%, 0% 0%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[60px\] {
    padding: 60px;
  }
  .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-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-32 {
    padding-inline: calc(var(--spacing) * 32);
  }
  .px-\[9px\] {
    padding-inline: 9px;
  }
  .px-\[19px\] {
    padding-inline: 19px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[156px\] {
    padding-block: 156px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-px {
    padding-right: 1px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-px {
    padding-bottom: 1px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Roboto\:Bold\'\,_\'Noto_Sans_JP\:Bold\'\,_sans-serif\] {
    font-family: 'Roboto:Bold', 'Noto Sans JP:Bold', sans-serif;
  }
  .font-\[\'Zen_Kaku_Gothic_New\'\] {
    font-family: 'Zen Kaku Gothic New';
  }
  .font-\[\'Zen_Kaku_Gothic_New\:Bold\'\,_sans-serif\] {
    font-family: 'Zen Kaku Gothic New:Bold', sans-serif;
  }
  .font-\[\'Zen_Maru_Gothic\'\] {
    font-family: 'Zen Maru Gothic';
  }
  .font-\[\'Zen_Maru_Gothic\:Regular\'\,_sans-serif\] {
    font-family: 'Zen Maru Gothic:Regular', sans-serif;
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15\.7px\] {
    font-size: 15.7px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[2\.2\] {
    --tw-leading: 2.2;
    line-height: 2.2;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[28\.5px\] {
    --tw-leading: 28.5px;
    line-height: 28.5px;
  }
  .leading-\[28\.89px\] {
    --tw-leading: 28.89px;
    line-height: 28.89px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .leading-\[62px\] {
    --tw-leading: 62px;
    line-height: 62px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-2\.04px\] {
    --tw-tracking: -2.04px;
    letter-spacing: -2.04px;
  }
  .tracking-\[0\.8px\] {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
  .tracking-\[0\.383904px\] {
    --tw-tracking: 0.383904px;
    letter-spacing: 0.383904px;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .tracking-\[1\.6px\] {
    --tw-tracking: 1.6px;
    letter-spacing: 1.6px;
  }
  .tracking-\[1\.8px\] {
    --tw-tracking: 1.8px;
    letter-spacing: 1.8px;
  }
  .tracking-\[1\.28px\] {
    --tw-tracking: 1.28px;
    letter-spacing: 1.28px;
  }
  .tracking-\[1\.04236px\] {
    --tw-tracking: 1.04236px;
    letter-spacing: 1.04236px;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-\[3\.2px\] {
    --tw-tracking: 3.2px;
    letter-spacing: 3.2px;
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .text-\[\#1d1d1d\] {
    color: #1d1d1d;
  }
  .text-\[\#3f3f3f\] {
    color: #3f3f3f;
  }
  .text-\[\#4a4a4a\] {
    color: #4a4a4a;
  }
  .text-\[\#4b4c4c\] {
    color: #4b4c4c;
  }
  .text-\[\#60A2A1\] {
    color: #60A2A1;
  }
  .text-\[\#60a2a1\] {
    color: #60a2a1;
  }
  .text-\[\#232323\] {
    color: #232323;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#443422\] {
    color: #443422;
  }
  .text-\[\#575757\] {
    color: #575757;
  }
  .text-\[\#595959\] {
    color: #595959;
  }
  .text-\[\#686868\] {
    color: #686868;
  }
  .text-\[\#787878\] {
    color: #787878;
  }
  .text-\[\#F3B7A3\] {
    color: #F3B7A3;
  }
  .text-\[\#ca705b\] {
    color: #ca705b;
  }
  .text-\[\#cb705b\] {
    color: #cb705b;
  }
  .text-\[\#f3b7a3\] {
    color: #f3b7a3;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .\[text-decoration-line\:underline\] {
    text-decoration-line: underline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\[text-decoration-style\:solid\] {
    text-decoration-style: solid;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0px_0px_0px_0px_rgba\(89\,94\,102\,0\.15\)\] {
    --tw-shadow: 0px 0px 0px 0px var(--tw-shadow-color, rgba(89,94,102,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[2\.3537px_2\.3537px_0px_0px_\#a8d0d0\] {
    --tw-shadow: 2.3537px 2.3537px 0px 0px var(--tw-shadow-color, #a8d0d0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[4px_4px_0px_0px_\#a8d0d0\] {
    --tw-shadow: 4px 4px 0px 0px var(--tw-shadow-color, #a8d0d0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_0px_rgba\(175\,209\,208\,0\.5\)\] {
    --tw-shadow: 6px 6px 0px 0px var(--tw-shadow-color, rgba(175,209,208,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);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[flex-flow\:wrap\] {
    flex-flow: wrap;
  }
  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }
  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }
  .after\:mt-1 {
    &::after {
      content: var(--tw-content);
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-\[5px\] {
    &::after {
      content: var(--tw-content);
      height: 5px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:rounded {
    &::after {
      content: var(--tw-content);
      border-radius: 0.25rem;
    }
  }
  .after\:bg-\[\#F3B7A3\] {
    &::after {
      content: var(--tw-content);
      background-color: #F3B7A3;
    }
  }
  .hover\:bg-\[\#5a9695\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5a9695;
      }
    }
  }
  .hover\:bg-\[\#579c9b\] {
    &:hover {
      @media (hover: hover) {
        background-color: #579c9b;
      }
    }
  }
  .hover\:bg-\[\#e0c4ba\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e0c4ba;
      }
    }
  }
  .hover\:bg-\[rgba\(96\,162\,161\,0\.1\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(96,162,161,0.1);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-\[230px\] {
    @media (width >= 48rem) {
      height: 230px;
    }
  }
  .md\:w-\[50px\] {
    @media (width >= 48rem) {
      width: 50px;
    }
  }
  .md\:min-w-px {
    @media (width >= 48rem) {
      min-width: 1px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-\[33px\] {
    @media (width >= 48rem) {
      padding: 33px;
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-48 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 48);
    }
  }
  .md\:py-\[156px\] {
    @media (width >= 48rem) {
      padding-block: 156px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:leading-\[24px\] {
    @media (width >= 48rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:leading-\[32px\] {
    @media (width >= 48rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
}
@layer theme {
  :root {
    --font-zen-maru-gothic: "Zen Maru Gothic", sans-serif;
    --font-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
    --font-lexend-zetta: "Lexend Zetta", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --paragraph-size: 12px;
    --paragraph-weight: 400;
    --paragraph-line-height: 1.2;
  }
}
@layer base {
  body {
    font-family: var(--font-zen-maru-gothic);
    font-size: 16px;
  }
}
@layer components {
  .font-zen-maru-gothic {
    font-family: var(--font-zen-maru-gothic);
  }
  .font-zen-kaku-gothic-new {
    font-family: var(--font-zen-kaku-gothic-new);
  }
  .font-lexend-zetta {
    font-family: var(--font-lexend-zetta);
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .text-heading-large {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 8px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5;
  }
  .text-heading-hero {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 4px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
  }
  .text-heading-medium {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 4px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
  }
  .text-heading-small {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
  }
  .text-subheading {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .text-body {
    font-family: var(--font-zen-kaku-gothic-new);
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .text-body-small {
    font-family: var(--font-zen-kaku-gothic-new);
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .text-caption {
    font-family: var(--font-zen-kaku-gothic-new);
    letter-spacing: 0.8px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
  }
  .text-detail {
    font-family: var(--font-zen-kaku-gothic-new);
    letter-spacing: 0.9px;
    font-size: 13.5px;
    line-height: 1.4;
    font-weight: 400;
  }
  .text-accent {
    font-family: var(--font-zen-maru-gothic);
    letter-spacing: 1px;
    font-weight: 600;
  }
  .text-paragraph {
    font-family: var(--font-zen-maru-gothic);
    font-size: var(--paragraph-size);
    font-weight: var(--paragraph-weight);
    line-height: var(--paragraph-line-height);
  }
  .text-teal {
    color: #60a2a1;
  }
  .text-coral {
    color: #f3b7a3;
  }
  .text-text-gray {
    color: #595959;
  }
}
@layer utilities {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .animate-marquee {
    animation: marquee 86.75s linear infinite;
  }
}
@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-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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
