/*! tailwindcss v4.3.0 | 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-white: #fff;
    --spacing: 0.25rem;
    --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-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);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-3: 1rem;
    --spacing-4: 2rem;
    --spacing-5: 4rem;
    --color-crimson-500: #e50038;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: var(--spacing-3);
  }
  .top-\[-13\%\] {
    top: -13%;
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[18\%\] {
    top: 18%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[42\%\] {
    top: 42%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-9 {
    z-index: 9;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-\[-5\%\] {
    margin-inline: -5%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-0 {
    margin-inline-start: calc(var(--spacing) * 0);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-\[-1rem\] {
    margin-top: -1rem;
  }
  .mt-\[-2rem\] {
    margin-top: -2rem;
  }
  .mt-\[-8rem\] {
    margin-top: -8rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[40rem\] {
    height: 40rem;
  }
  .h-\[42rem\] {
    height: 42rem;
  }
  .h-\[44rem\] {
    height: 44rem;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[44\%\] {
    width: 44%;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[82\%\] {
    width: 82%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[88\%\] {
    width: 88%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[82\%\] {
    max-width: 82%;
  }
  .max-w-\[83\%\] {
    max-width: 83%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[729px\] {
    max-width: 729px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[992px\] {
    max-width: 992px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[1350px\] {
    max-width: 1350px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .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;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-x-\[\.8rem\] {
    column-gap: .8rem;
  }
  .gap-y-\[1rem\] {
    row-gap: 1rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[2\.5rem\] {
    border-radius: 2.5rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[6px\] {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-\[8px\] {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-\[\#d2e5fb\] {
    border-color: #d2e5fb;
  }
  .bg-\[\#b1dbee\] {
    background-color: #b1dbee;
  }
  .bg-\[\#eeeeee\] {
    background-color: #eeeeee;
  }
  .bg-\[\#f4f4f4\] {
    background-color: #f4f4f4;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: var(--spacing-3);
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .py-\[\.8rem\] {
    padding-block: .8rem;
  }
  .py-\[\.9rem\] {
    padding-block: .9rem;
  }
  .py-\[1\.8rem\] {
    padding-block: 1.8rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: var(--spacing-3);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: var(--spacing-3);
  }
  .pb-\[3rem\] {
    padding-bottom: 3rem;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[1rem\] {
    font-size: 1rem;
  }
  .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);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#4f4d4d\] {
    color: #4f4d4d;
  }
  .text-\[\#7f7f7f\] {
    color: #7f7f7f;
  }
  .text-\[\#223e91\] {
    color: #223e91;
  }
  .text-\[\#004496\] {
    color: #004496;
  }
  .text-\[\#595757\] {
    color: #595757;
  }
  .text-\[\#e10031\] {
    color: #e10031;
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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,);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .text-shadow-md {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .text-shadow-white {
    --tw-text-shadow-color: #fff;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-white) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .hover\:text-crimson-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-crimson-500);
      }
    }
  }
  .\32 xs\:text-xl {
    @media (width >= 480px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xs\:top-\[5\%\] {
    @media (width >= 576px) {
      top: 5%;
    }
  }
  .xs\:top-\[42\%\] {
    @media (width >= 576px) {
      top: 42%;
    }
  }
  .xs\:right-\[1rem\] {
    @media (width >= 576px) {
      right: 1rem;
    }
  }
  .xs\:left-\[10\%\] {
    @media (width >= 576px) {
      left: 10%;
    }
  }
  .xs\:ms-2 {
    @media (width >= 576px) {
      margin-inline-start: calc(var(--spacing) * 2);
    }
  }
  .xs\:ms-4 {
    @media (width >= 576px) {
      margin-inline-start: var(--spacing-4);
    }
  }
  .xs\:ms-\[2rem\] {
    @media (width >= 576px) {
      margin-inline-start: 2rem;
    }
  }
  .xs\:mt-4 {
    @media (width >= 576px) {
      margin-top: var(--spacing-4);
    }
  }
  .xs\:mt-5 {
    @media (width >= 576px) {
      margin-top: var(--spacing-5);
    }
  }
  .xs\:mt-\[-2rem\] {
    @media (width >= 576px) {
      margin-top: -2rem;
    }
  }
  .xs\:mt-\[-4rem\] {
    @media (width >= 576px) {
      margin-top: -4rem;
    }
  }
  .xs\:mt-\[3rem\] {
    @media (width >= 576px) {
      margin-top: 3rem;
    }
  }
  .xs\:mt-\[10vh\] {
    @media (width >= 576px) {
      margin-top: 10vh;
    }
  }
  .xs\:mt-\[72px\] {
    @media (width >= 576px) {
      margin-top: 72px;
    }
  }
  .xs\:mb-3 {
    @media (width >= 576px) {
      margin-bottom: var(--spacing-3);
    }
  }
  .xs\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .xs\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .xs\:h-\[44rem\] {
    @media (width >= 576px) {
      height: 44rem;
    }
  }
  .xs\:h-\[72px\] {
    @media (width >= 576px) {
      height: 72px;
    }
  }
  .xs\:w-\[32px\] {
    @media (width >= 576px) {
      width: 32px;
    }
  }
  .xs\:w-\[44\%\] {
    @media (width >= 576px) {
      width: 44%;
    }
  }
  .xs\:w-\[48\%\] {
    @media (width >= 576px) {
      width: 48%;
    }
  }
  .xs\:w-\[53px\] {
    @media (width >= 576px) {
      width: 53px;
    }
  }
  .xs\:w-\[76px\] {
    @media (width >= 576px) {
      width: 76px;
    }
  }
  .xs\:w-\[80\%\] {
    @media (width >= 576px) {
      width: 80%;
    }
  }
  .xs\:w-\[90\%\] {
    @media (width >= 576px) {
      width: 90%;
    }
  }
  .xs\:w-\[100\%\] {
    @media (width >= 576px) {
      width: 100%;
    }
  }
  .xs\:w-\[176px\] {
    @media (width >= 576px) {
      width: 176px;
    }
  }
  .xs\:max-w-\[90\%\] {
    @media (width >= 576px) {
      max-width: 90%;
    }
  }
  .xs\:max-w-\[100\%\] {
    @media (width >= 576px) {
      max-width: 100%;
    }
  }
  .xs\:max-w-\[992px\] {
    @media (width >= 576px) {
      max-width: 992px;
    }
  }
  .xs\:flex-col {
    @media (width >= 576px) {
      flex-direction: column;
    }
  }
  .xs\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .xs\:gap-x-\[1\.25rem\] {
    @media (width >= 576px) {
      column-gap: 1.25rem;
    }
  }
  .xs\:gap-y-\[2\.25rem\] {
    @media (width >= 576px) {
      row-gap: 2.25rem;
    }
  }
  .xs\:border-\[8px\] {
    @media (width >= 576px) {
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
  }
  .xs\:px-\[3rem\] {
    @media (width >= 576px) {
      padding-inline: 3rem;
    }
  }
  .xs\:py-3 {
    @media (width >= 576px) {
      padding-block: var(--spacing-3);
    }
  }
  .xs\:py-\[1\.5rem\] {
    @media (width >= 576px) {
      padding-block: 1.5rem;
    }
  }
  .xs\:py-\[3\.6rem\] {
    @media (width >= 576px) {
      padding-block: 3.6rem;
    }
  }
  .xs\:py-\[7rem\] {
    @media (width >= 576px) {
      padding-block: 7rem;
    }
  }
  .xs\:ps-4 {
    @media (width >= 576px) {
      padding-inline-start: var(--spacing-4);
    }
  }
  .xs\:pt-3 {
    @media (width >= 576px) {
      padding-top: var(--spacing-3);
    }
  }
  .xs\:pt-4 {
    @media (width >= 576px) {
      padding-top: var(--spacing-4);
    }
  }
  .xs\:pt-5 {
    @media (width >= 576px) {
      padding-top: var(--spacing-5);
    }
  }
  .xs\:pb-3 {
    @media (width >= 576px) {
      padding-bottom: var(--spacing-3);
    }
  }
  .xs\:pb-\[6rem\] {
    @media (width >= 576px) {
      padding-bottom: 6rem;
    }
  }
  .xs\:text-2xl {
    @media (width >= 576px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xs\:text-lg {
    @media (width >= 576px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xs\:text-xl {
    @media (width >= 576px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .tab\:mt-\[1\.5rem\] {
    @media (width >= 768px) {
      margin-top: 1.5rem;
    }
  }
  .sm\:mx-\[-7\%\] {
    @media (width >= 992px) {
      margin-inline: -7%;
    }
  }
  .sm\:ms-\[1rem\] {
    @media (width >= 992px) {
      margin-inline-start: 1rem;
    }
  }
  .sm\:mt-\[-5\%\] {
    @media (width >= 992px) {
      margin-top: -5%;
    }
  }
  .sm\:mt-\[-12\.5rem\] {
    @media (width >= 992px) {
      margin-top: -12.5rem;
    }
  }
  .sm\:mt-\[-15rem\] {
    @media (width >= 992px) {
      margin-top: -15rem;
    }
  }
  .sm\:mt-\[6rem\] {
    @media (width >= 992px) {
      margin-top: 6rem;
    }
  }
  .sm\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .sm\:h-\[58rem\] {
    @media (width >= 992px) {
      height: 58rem;
    }
  }
  .sm\:w-\[33\%\] {
    @media (width >= 992px) {
      width: 33%;
    }
  }
  .sm\:w-\[38\%\] {
    @media (width >= 992px) {
      width: 38%;
    }
  }
  .sm\:w-\[49\%\] {
    @media (width >= 992px) {
      width: 49%;
    }
  }
  .sm\:w-\[98px\] {
    @media (width >= 992px) {
      width: 98px;
    }
  }
  .sm\:w-full {
    @media (width >= 992px) {
      width: 100%;
    }
  }
  .sm\:max-w-\[unset\] {
    @media (width >= 992px) {
      max-width: unset;
    }
  }
  .sm\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .sm\:pt-0 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:right-\[3\%\] {
    @media (width >= 1080px) {
      right: 3%;
    }
  }
  .md\:mt-0 {
    @media (width >= 1080px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[2\.5rem\] {
    @media (width >= 1080px) {
      margin-top: 2.5rem;
    }
  }
  .md\:h-\[63rem\] {
    @media (width >= 1080px) {
      height: 63rem;
    }
  }
  .lg\:ms-\[2rem\] {
    @media (width >= 1200px) {
      margin-inline-start: 2rem;
    }
  }
  .lg\:mt-\[-11rem\] {
    @media (width >= 1200px) {
      margin-top: -11rem;
    }
  }
  .lg\:mr-2 {
    @media (width >= 1200px) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:h-\[86px\] {
    @media (width >= 1200px) {
      height: 86px;
    }
  }
  .lg\:w-\[38px\] {
    @media (width >= 1200px) {
      width: 38px;
    }
  }
  .lg\:w-\[68px\] {
    @media (width >= 1200px) {
      width: 68px;
    }
  }
  .lg\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .xl\:mx-\[-5\%\] {
    @media (width >= 1280px) {
      margin-inline: -5%;
    }
  }
  .xl\:ms-\[2\.5rem\] {
    @media (width >= 1280px) {
      margin-inline-start: 2.5rem;
    }
  }
  .xl\:mt-\[-13rem\] {
    @media (width >= 1280px) {
      margin-top: -13rem;
    }
  }
  .xl\:mt-\[-15rem\] {
    @media (width >= 1280px) {
      margin-top: -15rem;
    }
  }
  .xl\:mt-\[-17rem\] {
    @media (width >= 1280px) {
      margin-top: -17rem;
    }
  }
  .xl\:h-\[71rem\] {
    @media (width >= 1280px) {
      height: 71rem;
    }
  }
  .xl\:w-full {
    @media (width >= 1280px) {
      width: 100%;
    }
  }
  .xl\:max-w-\[800px\] {
    @media (width >= 1280px) {
      max-width: 800px;
    }
  }
  .xl\:max-w-\[920px\] {
    @media (width >= 1280px) {
      max-width: 920px;
    }
  }
  .xl\:max-w-full {
    @media (width >= 1280px) {
      max-width: 100%;
    }
  }
  .xl\:ps-0 {
    @media (width >= 1280px) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-0 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:left-\[17\%\] {
    @media (width >= 1440px) {
      left: 17%;
    }
  }
  .\32 xl\:mt-\[-15rem\] {
    @media (width >= 1440px) {
      margin-top: -15rem;
    }
  }
  .\32 xl\:h-\[82rem\] {
    @media (width >= 1440px) {
      height: 82rem;
    }
  }
  .\32 xl\:max-w-\[1150px\] {
    @media (width >= 1440px) {
      max-width: 1150px;
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 1440px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:text-xl {
    @media (width >= 1440px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\33 xl\:mt-\[-17rem\] {
    @media (width >= 1600px) {
      margin-top: -17rem;
    }
  }
  .\33 xl\:h-\[92rem\] {
    @media (width >= 1600px) {
      height: 92rem;
    }
  }
  .\34 xl\:mx-\[-4\%\] {
    @media (width >= 1920px) {
      margin-inline: -4%;
    }
  }
  .\34 xl\:w-\[112px\] {
    @media (width >= 1920px) {
      width: 112px;
    }
  }
  .\34 xl\:max-w-\[1180px\] {
    @media (width >= 1920px) {
      max-width: 1180px;
    }
  }
}
@keyframes scaleUp {
  50% {
    transform: scale(0.95);
  }
}
@keyframes spark {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
    transform: scale(0.5);
  }
  55% {
    opacity: 0.2;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  50% {
    transform: translateY(-1rem);
  }
}
body {
  font-family: "Noto Sans TC", "noto-sans", sans-serif, "思源黑體", "微軟正黑體";
  background: linear-gradient( 90deg, rgba(103, 168, 225, 1) 0%, rgba(131, 195, 233, 1) 6%, rgba(245, 253, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(245, 253, 255, 1) 75%, rgba(131, 195, 233, 1) 93%, rgba(103, 168, 225, 1) 100% );
  @media (max-width: 1440px) {
    background: linear-gradient( 90deg, rgba(103, 168, 225, 1) 0%, rgba(131, 195, 233, 1) 3%, rgba(245, 253, 255, 1) 15%, rgba(255, 255, 255, 1) 50%, rgba(245, 253, 255, 1) 80%, rgba(131, 195, 233, 1) 96%, rgba(103, 168, 225, 1) 100% );
  }
  @media (max-width: 576px) {
    background: linear-gradient( 90deg, rgba(103, 168, 225, 1) 0%, rgba(131, 195, 233, 1) 3%, rgba(245, 253, 255, 1) 10%, rgba(255, 255, 255, 1) 50%, rgba(245, 253, 255, 1) 90%, rgba(131, 195, 233, 1) 96%, rgba(103, 168, 225, 1) 100% );
  }
}
.top-menu {
  li:not(:last-of-type) a {
    &::before {
      content: "";
      position: absolute;
      background: url("../img/top_divider.png");
      width: 4px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      right: -1rem;
      top: 0;
    }
  }
}
.sec-key-visual {
  background: url("../img/kv/kv_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  @media (max-width: 992px) {
    background: url("../img/kv/kv_bg_992.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  @media (max-width: 576px) {
    background: url("../img/kv/kv_bg_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.desc_wrap {
  .feature_wrap {
    background: rgba(208, 234, 240, 0.6);
  }
  .feature_col:nth-of-type(n + 2) {
    &::after {
      position: absolute;
      content: "";
      height: 90%;
      width: 5px;
      top: 5%;
      left: -2.5px;
      background: url("../img/feat_divider.png");
      @media (max-width: 992px) {
        transform: translateX(5%);
        height: 5px;
        width: 90%;
        top: 0;
        content: "";
        background: url("../img/feat_divider_mobile.png");
      }
    }
  }
  .feature_col:nth-of-type(1) {
    .feature-coin-spark {
      animation: spark infinite 2s;
    }
  }
  .feature_col:nth-of-type(2) {
    .feature-coin-spark {
      animation: spark infinite 2s 0.33s;
    }
  }
  .feature_col:nth-of-type(3) {
    .feature-coin-spark {
      animation: spark infinite 2s 0.66s;
    }
  }
}
.sec-purchase {
  .purchase-btn {
    border-radius: 1.2rem;
    width: calc(25% - 1rem);
    transition: all ease 0.5s;
    &:hover {
      background: #87c8e5;
    }
    @media (max-width: 576px) {
      width: calc(50% - 0.8rem);
      max-width: 125px;
    }
  }
}
.sec-download {
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(127, 197, 234, 1) 85%, rgba(108, 179, 228, 1) 100% );
  .download-btn {
    width: calc(25% - 1rem);
    transition: all ease 0.5s;
    &:hover {
      background: #87c8e5;
    }
  }
  @media (max-width: 1080px) {
    .download-btn {
      max-width: 320px;
      width: calc(50% - 0.8rem);
    }
  }
}
.title_w_bg_wrap {
  padding: 16rem 0 14rem;
  background: url("../img/title_bg_orginal.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  @media (max-width: 768px) {
    padding: 7rem 0 7rem;
  }
}
.video-wrap-h {
  padding: 3.6rem 3rem 4.6rem 3rem;
  background: url("../img/video_frame_h.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  iframe {
    width: 700px;
    height: 390px;
  }
  @media (max-width: 1200px) {
    iframe {
      width: 600px;
      height: 320px;
    }
  }
  @media (max-width: 768px) {
    padding: 3rem 2rem 4rem 2rem;
    iframe {
      width: 420px;
      height: 224px;
    }
  }
  @media (max-width: 576px) {
    iframe {
      width: 380px;
      height: 203px;
    }
  }
  @media (max-width: 480px) {
    iframe {
      width: 270px;
      height: 149px;
    }
  }
}
.video-wrap-v {
  padding: 3.6rem 2.7rem 4.6rem 2.7rem;
  background: url("../img/video_frame_v.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  iframe {
    width: 420px;
    height: 550px;
  }
  @media (max-width: 1200px) {
    iframe {
      width: 380px;
      height: 498px;
    }
  }
  @media (max-width: 768px) {
    iframe {
      width: 360px;
      height: 471px;
    }
  }
  @media (max-width: 576px) {
    iframe {
      width: 320px;
      height: 419px;
    }
  }
  @media (max-width: 480px) {
    iframe {
      width: 280px;
      height: 367px;
    }
  }
}
footer {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
}
@media screen and (max-width: 992px) {
  .copyright p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#mobile_active.active {
  transform: translateY(0);
  transition: all 0.6s ease-in;
  background: rgba(10, 10, 10, 0.6);
}
.mobile-menu-wrapper {
  background: linear-gradient( 45deg, rgba(127, 197, 234, 1) 0%, rgb(214, 248, 248) 8%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 50%, rgba(127, 197, 234, 1) 88%, rgba(108, 179, 228, 1) 100% );
  color: rgb(74, 74, 74);
  text-shadow: 0px 1px 2px teal;
}
#mobile_active {
  transform: translateY(-100%);
  transition: all 0.6s ease-in;
}
.ani-fadeInUp {
  animation: 1s ease 0s fadeInUp forwards;
}
.ani-tada {
  animation: 1s ease 0s tada infinite;
}
.ani-float1 {
  animation: 3s ease 0s float infinite;
}
.ani-float2 {
  animation: 7s ease 0.7s float infinite;
}
#side-btn-wrap {
  transition: all ease 0.6s;
  .btn-coin::after {
    content: "";
    background: url("../img/side_btn_coin_spark.png");
    position: absolute;
    width: 150px;
    height: 150px;
    left: -47%;
    top: -38%;
    background-size: cover;
  }
  .btn-coin:nth-of-type(1):after {
    animation: spark infinite 2s;
  }
  .btn-coin:nth-of-type(2):after {
    animation: spark infinite 2s 0.33s;
  }
  .btn-coin:nth-of-type(3):after {
    animation: spark infinite 2s 0.66s;
  }
  .btn-coin:nth-of-type(4):after {
    animation: spark infinite 2s 0.99s;
  }
  .btn-coin:nth-of-type(5):after {
    animation: spark infinite 2s 1.33s;
  }
  @media (max-width: 1080px) {
    .btn-coin::after {
      width: 110px;
      height: 110px;
      left: -47%;
      top: -38%;
      background-size: cover;
    }
  }
  @media (max-width: 576px) {
    .btn-coin:after {
      content: none;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
