/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[\.2rem\] {
    margin-top: .2rem;
  }
  .mt-\[\.08rem\] {
    margin-top: .08rem;
  }
  .mt-\[\.12rem\] {
    margin-top: .12rem;
  }
  .mt-\[\.28rem\] {
    margin-top: .28rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[\.5rem\] {
    height: .5rem;
  }
  .h-\[\.44rem\] {
    height: .44rem;
  }
  .h-\[1\.19rem\] {
    height: 1.19rem;
  }
  .h-\[3\.83rem\] {
    height: 3.83rem;
  }
  .h-full {
    height: 100%;
  }
  .w-\[1\.8rem\] {
    width: 1.8rem;
  }
  .w-\[1\.9rem\] {
    width: 1.9rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-\[\.2rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(.2rem * var(--tw-space-y-reverse));
      margin-block-end: calc(.2rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[\.12rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(.12rem * var(--tw-space-y-reverse));
      margin-block-end: calc(.12rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#e9ecf0ff\] {
    border-color: #e9ecf0ff;
  }
  .bg-\[\#FAFAFAFF\] {
    background-color: #FAFAFAFF;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\/public\/images\/bg_top_mobile\.webp\)\] {
    background-image: url(/public/images/bg_top_mobile.webp);
  }
  .bg-\[url\(\/public\/images\/img_google\.svg\)\] {
    background-image: url(/public/images/img_google.svg);
  }
  .bg-\[url\(\/public\/images\/img_mobile\.webp\)\] {
    background-image: url(/public/images/img_mobile.webp);
  }
  .bg-\[url\(\/public\/images\/logo\.webp\)\] {
    background-image: url(/public/images/logo.webp);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[100\%\] {
    background-size: 100%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[bottom\] {
    background-position: bottom;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .px-\[\.6rem\] {
    padding-inline: .6rem;
  }
  .px-\[\.12rem\] {
    padding-inline: .12rem;
  }
  .px-\[\.48rem\] {
    padding-inline: .48rem;
  }
  .px-\[80px\] {
    padding-inline: 80px;
  }
  .py-\[\.24rem\] {
    padding-block: .24rem;
  }
  .py-\[\.28rem\] {
    padding-block: .28rem;
  }
  .pt-\[\.26rem\] {
    padding-top: .26rem;
  }
  .pb-\[\.18rem\] {
    padding-bottom: .18rem;
  }
  .pb-\[43px\] {
    padding-bottom: 43px;
  }
  .pl-\[\.2rem\] {
    padding-left: .2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-\[\.2rem\] {
    font-size: .2rem;
  }
  .text-\[\.14rem\] {
    font-size: .14rem;
  }
  .text-\[\.16rem\] {
    font-size: .16rem;
  }
  .text-\[\.24rem\] {
    font-size: .24rem;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .leading-\[\.2rem\] {
    --tw-leading: .2rem;
    line-height: .2rem;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#0A0A0AFF\] {
    color: #0A0A0AFF;
  }
  .text-\[\#0a0a0aff\] {
    color: #0a0a0aff;
  }
  .text-\[\#03A8FFFF\] {
    color: #03A8FFFF;
  }
  .text-\[\#8A9099FF\] {
    color: #8A9099FF;
  }
  .text-\[\#171719FF\] {
    color: #171719FF;
  }
  .text-\[\#525252FF\] {
    color: #525252FF;
  }
  .text-\[\#626973ff\] {
    color: #626973ff;
  }
  .underline {
    text-decoration-line: underline;
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[20px\] {
    @media (width >= 40rem) {
      margin-top: 20px;
    }
  }
  .sm\:mt-\[40px\] {
    @media (width >= 40rem) {
      margin-top: 40px;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:h-\[50px\] {
    @media (width >= 40rem) {
      height: 50px;
    }
  }
  .sm\:h-\[54px\] {
    @media (width >= 40rem) {
      height: 54px;
    }
  }
  .sm\:h-\[327px\] {
    @media (width >= 40rem) {
      height: 327px;
    }
  }
  .sm\:h-\[558px\] {
    @media (width >= 40rem) {
      height: 558px;
    }
  }
  .sm\:h-screen {
    @media (width >= 40rem) {
      height: 100vh;
    }
  }
  .sm\:w-\[204px\] {
    @media (width >= 40rem) {
      width: 204px;
    }
  }
  .sm\:w-\[230px\] {
    @media (width >= 40rem) {
      width: 230px;
    }
  }
  .sm\:w-\[276px\] {
    @media (width >= 40rem) {
      width: 276px;
    }
  }
  .sm\:w-\[800px\] {
    @media (width >= 40rem) {
      width: 800px;
    }
  }
  .sm\:w-\[1440px\] {
    @media (width >= 40rem) {
      width: 1440px;
    }
  }
  .sm\:min-w-\[1440px\] {
    @media (width >= 40rem) {
      min-width: 1440px;
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:space-y-\[12px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(12px * var(--tw-space-y-reverse));
        margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-\[20px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(20px * var(--tw-space-y-reverse));
        margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-\[48px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(48px * var(--tw-space-y-reverse));
        margin-block-end: calc(48px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-\[71px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(71px * var(--tw-space-x-reverse));
        margin-inline-end: calc(71px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:bg-white {
    @media (width >= 40rem) {
      background-color: var(--color-white);
    }
  }
  .sm\:bg-\[url\(\/public\/images\/bg_bottom\.webp\)\] {
    @media (width >= 40rem) {
      background-image: url(/public/images/bg_bottom.webp);
    }
  }
  .sm\:bg-\[url\(\/public\/images\/bg_top\.webp\)\,url\(\/public\/images\/bg_bottom\.webp\)\] {
    @media (width >= 40rem) {
      background-image: url(/public/images/bg_top.webp),url(/public/images/bg_bottom.webp);
    }
  }
  .sm\:bg-size-\[100\%\] {
    @media (width >= 40rem) {
      background-size: 100%;
    }
  }
  .sm\:bg-position-\[top\,bottom\] {
    @media (width >= 40rem) {
      background-position: top,bottom;
    }
  }
  .sm\:bg-no-repeat {
    @media (width >= 40rem) {
      background-repeat: no-repeat;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 40rem) {
      padding-inline: 80px;
    }
  }
  .sm\:px-\[120px\] {
    @media (width >= 40rem) {
      padding-inline: 120px;
    }
  }
  .sm\:px-\[124px\] {
    @media (width >= 40rem) {
      padding-inline: 124px;
    }
  }
  .sm\:px-\[204px\] {
    @media (width >= 40rem) {
      padding-inline: 204px;
    }
  }
  .sm\:py-\[40px\] {
    @media (width >= 40rem) {
      padding-block: 40px;
    }
  }
  .sm\:py-\[80px\] {
    @media (width >= 40rem) {
      padding-block: 80px;
    }
  }
  .sm\:pt-\[40px\] {
    @media (width >= 40rem) {
      padding-top: 40px;
    }
  }
  .sm\:pr-\[80px\] {
    @media (width >= 40rem) {
      padding-right: 80px;
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-\[43px\] {
    @media (width >= 40rem) {
      padding-bottom: 43px;
    }
  }
  .sm\:pb-\[352px\] {
    @media (width >= 40rem) {
      padding-bottom: 352px;
    }
  }
  .sm\:pl-\[24px\] {
    @media (width >= 40rem) {
      padding-left: 24px;
    }
  }
  .sm\:pl-\[213px\] {
    @media (width >= 40rem) {
      padding-left: 213px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .sm\:text-\[44px\] {
    @media (width >= 40rem) {
      font-size: 44px;
    }
  }
  .sm\:text-\[60px\] {
    @media (width >= 40rem) {
      font-size: 60px;
    }
  }
  .sm\:text-\[64px\] {
    @media (width >= 40rem) {
      font-size: 64px;
    }
  }
  .sm\:leading-\[20px\] {
    @media (width >= 40rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .sm\:leading-\[24px\] {
    @media (width >= 40rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .sm\:leading-\[160\%\] {
    @media (width >= 40rem) {
      --tw-leading: 160%;
      line-height: 160%;
    }
  }
  .sm\:text-\[\#626973ff\] {
    @media (width >= 40rem) {
      color: #626973ff;
    }
  }
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-space-x-reverse: 0;
    }
  }
}
