/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans TC", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --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);
    --font-en: "Quicksand", sans-serif;
    --color-dk-grey: #2B2B2B;
    --color-pink: #FF6393;
    --color-dk-pink: #FF2E79;
    --color-blue: #006BCC;
    --color-lg-blue: #0BC0FF;
    --color-green: #02BD00;
    --color-orange: #FFAF02;
    --color-dk-orange: #FF6700;
    --color-yellow: #FAEA00;
  }
}
@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;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .-top-full {
    top: -100%;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-5\%\] {
    top: -5%;
  }
  .top-\[-7\%\] {
    top: -7%;
  }
  .top-\[-17\.5\%\] {
    top: -17.5%;
  }
  .top-\[-18\%\] {
    top: -18%;
  }
  .top-\[-50\%\] {
    top: -50%;
  }
  .top-\[-83\%\] {
    top: -83%;
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-\[2\.5\%\] {
    top: 2.5%;
  }
  .top-\[4\.5\%\] {
    top: 4.5%;
  }
  .top-\[6\.5\%\] {
    top: 6.5%;
  }
  .top-\[8\%\] {
    top: 8%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[17\.5\%\] {
    top: 17.5%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[28\.5\%\] {
    top: 28.5%;
  }
  .top-\[45\%\] {
    top: 45%;
  }
  .top-\[49\%\] {
    top: 49%;
  }
  .top-\[55\%\] {
    top: 55%;
  }
  .top-\[70\%\] {
    top: 70%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-5\%\] {
    right: -5%;
  }
  .right-\[-5\.5\%\] {
    right: -5.5%;
  }
  .right-\[-10\%\] {
    right: -10%;
  }
  .right-\[-20\%\] {
    right: -20%;
  }
  .right-\[-30\%\] {
    right: -30%;
  }
  .right-\[-40\%\] {
    right: -40%;
  }
  .right-\[0\%\] {
    right: 0%;
  }
  .right-\[19\%\] {
    right: 19%;
  }
  .right-\[20\%\] {
    right: 20%;
  }
  .right-\[35\%\] {
    right: 35%;
  }
  .bottom-\[-5\%\] {
    bottom: -5%;
  }
  .bottom-\[-16px\] {
    bottom: -16px;
  }
  .bottom-\[0\%\] {
    bottom: 0%;
  }
  .bottom-\[2\%\] {
    bottom: 2%;
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .bottom-\[6\%\] {
    bottom: 6%;
  }
  .bottom-\[14\%\] {
    bottom: 14%;
  }
  .bottom-\[15\%\] {
    bottom: 15%;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-5\%\] {
    left: -5%;
  }
  .left-\[-6\%\] {
    left: -6%;
  }
  .left-\[-7\%\] {
    left: -7%;
  }
  .left-\[-11\.5\%\] {
    left: -11.5%;
  }
  .left-\[-20\%\] {
    left: -20%;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[2\.5\%\] {
    left: 2.5%;
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[42\.5\%\] {
    left: 42.5%;
  }
  .left-\[47\%\] {
    left: 47%;
  }
  .left-\[55\%\] {
    left: 55%;
  }
  .left-\[56\%\] {
    left: 56%;
  }
  .left-\[57\%\] {
    left: 57%;
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1880px) {
      max-width: 1880px;
    }
  }
  .mx-\[5\%\] {
    margin-inline: 5%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[-1\%\] {
    margin-block: -1%;
  }
  .mt-\[-2\.5\%\] {
    margin-top: -2.5%;
  }
  .mt-\[-5\%\] {
    margin-top: -5%;
  }
  .mt-\[-7\.5\%\] {
    margin-top: -7.5%;
  }
  .mt-\[-8\%\] {
    margin-top: -8%;
  }
  .mt-\[-10\%\] {
    margin-top: -10%;
  }
  .mt-\[-50\%\] {
    margin-top: -50%;
  }
  .mt-\[2\.5\%\] {
    margin-top: 2.5%;
  }
  .mt-\[7\.5\%\] {
    margin-top: 7.5%;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-\[-10\%\] {
    margin-bottom: -10%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-\[clamp\(32px\,4vw\,44px\)\] {
    height: clamp(32px, 4vw, 44px);
  }
  .h-\[clamp\(36px\,10vw\,112px\)\] {
    height: clamp(36px, 10vw, 112px);
  }
  .h-\[clamp\(80px\,10vw\,150px\)\] {
    height: clamp(80px, 10vw, 150px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[243px\] {
    max-height: 243px;
  }
  .w-\[7\.5\%\] {
    width: 7.5%;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[12\.5\%\] {
    width: 12.5%;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[21\%\] {
    width: 21%;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[36\%\] {
    width: 36%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[56\.2\%\] {
    width: 56.2%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[110\%\] {
    width: 110%;
  }
  .w-\[clamp\(16px\,3vw\,50px\)\] {
    width: clamp(16px, 3vw, 50px);
  }
  .w-\[clamp\(22px\,4vw\,44px\)\] {
    width: clamp(22px, 4vw, 44px);
  }
  .w-\[clamp\(30px\,3vw\,51px\)\] {
    width: clamp(30px, 3vw, 51px);
  }
  .w-\[clamp\(32px\,4vw\,44px\)\] {
    width: clamp(32px, 4vw, 44px);
  }
  .w-\[clamp\(36px\,10vw\,112px\)\] {
    width: clamp(36px, 10vw, 112px);
  }
  .w-\[clamp\(50px\,10vw\,157px\)\] {
    width: clamp(50px, 10vw, 157px);
  }
  .w-\[clamp\(80px\,10vw\,130px\)\] {
    width: clamp(80px, 10vw, 130px);
  }
  .w-\[clamp\(80px\,10vw\,150px\)\] {
    width: clamp(80px, 10vw, 150px);
  }
  .w-\[clamp\(90px\,10vw\,130px\)\] {
    width: clamp(90px, 10vw, 130px);
  }
  .w-\[clamp\(100px\,10vw\,130px\)\] {
    width: clamp(100px, 10vw, 130px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[92\%\] {
    max-width: 92%;
  }
  .max-w-\[194px\] {
    max-width: 194px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[311px\] {
    max-width: 311px;
  }
  .max-w-\[335px\] {
    max-width: 335px;
  }
  .max-w-\[336px\] {
    max-width: 336px;
  }
  .max-w-\[391px\] {
    max-width: 391px;
  }
  .max-w-\[414px\] {
    max-width: 414px;
  }
  .max-w-\[559px\] {
    max-width: 559px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[846px\] {
    max-width: 846px;
  }
  .max-w-\[1095px\] {
    max-width: 1095px;
  }
  .max-w-\[1102px\] {
    max-width: 1102px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1241px\] {
    max-width: 1241px;
  }
  .max-w-\[1836px\] {
    max-width: 1836px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[clamp\(4px\,2vw\,8px\)\] {
    gap: clamp(4px, 2vw, 8px);
  }
  .gap-\[clamp\(8px\,2vw\,24px\)\] {
    gap: clamp(8px, 2vw, 24px);
  }
  .gap-\[clamp\(10px\,2vw\,16px\)\] {
    gap: clamp(10px, 2vw, 16px);
  }
  .gap-\[clamp\(10px\,2vw\,20px\)\] {
    gap: clamp(10px, 2vw, 20px);
  }
  .gap-\[clamp\(16px\,2vw\,24px\)\] {
    gap: clamp(16px, 2vw, 24px);
  }
  .gap-\[clamp\(20px\,2vw\,30px\)\] {
    gap: clamp(20px, 2vw, 30px);
  }
  .gap-\[clamp\(20px\,2vw\,41px\)\] {
    gap: clamp(20px, 2vw, 41px);
  }
  .gap-\[clamp\(20px\,3vw\,60px\)\] {
    gap: clamp(20px, 3vw, 60px);
  }
  .gap-\[clamp\(20px\,4vw\,76px\)\] {
    gap: clamp(20px, 4vw, 76px);
  }
  .gap-\[clamp\(22px\,3vw\,66px\)\] {
    gap: clamp(22px, 3vw, 66px);
  }
  .gap-\[clamp\(32px\,5vw\,75px\)\] {
    gap: clamp(32px, 5vw, 75px);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#FFD500\] {
    border-color: #FFD500;
  }
  .border-\[\#FFDA24\] {
    border-color: #FFDA24;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#EEEEEE\] {
    background-color: #EEEEEE;
  }
  .bg-\[\#FFD500\] {
    background-color: #FFD500;
  }
  .bg-\[\#FFDA24\] {
    background-color: #FFDA24;
  }
  .bg-\[\#FFE042\] {
    background-color: #FFE042;
  }
  .bg-dk-grey {
    background-color: var(--color-dk-grey);
  }
  .bg-dk-orange {
    background-color: var(--color-dk-orange);
  }
  .bg-dk-pink {
    background-color: var(--color-dk-pink);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\.\/img\/all\/s2-bg-c\.webp\'\)\] {
    background-image: url('../img/all/s2-bg-c.webp');
  }
  .bg-\[url\(\'\.\.\/img\/all\/textures\.webp\'\)\] {
    background-image: url('../img/all/textures.webp');
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[clamp\(10px\,2vw\,16px\)\] {
    padding: clamp(10px, 2vw, 16px);
  }
  .p-\[clamp\(16px\,2vw\,24px\)\] {
    padding: clamp(16px, 2vw, 24px);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[6\.78\%\] {
    padding-inline: 6.78%;
  }
  .px-\[10\%\] {
    padding-inline: 10%;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[54px\] {
    padding-inline: 54px;
  }
  .px-\[clamp\(10px\,2vw\,16px\)\] {
    padding-inline: clamp(10px, 2vw, 16px);
  }
  .px-\[clamp\(20px\,2vw\,60px\)\] {
    padding-inline: clamp(20px, 2vw, 60px);
  }
  .px-\[clamp\(23px\,2vw\,46px\)\] {
    padding-inline: clamp(23px, 2vw, 46px);
  }
  .px-\[clamp\(32px\,2vw\,40px\)\] {
    padding-inline: clamp(32px, 2vw, 40px);
  }
  .py-\[1\%\] {
    padding-block: 1%;
  }
  .py-\[2\.5\%\] {
    padding-block: 2.5%;
  }
  .py-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[7\.5\%\] {
    padding-block: 7.5%;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[clamp\(5px\,2vw\,10px\)\] {
    padding-block: clamp(5px, 2vw, 10px);
  }
  .py-\[clamp\(10px\,2vw\,13px\)\] {
    padding-block: clamp(10px, 2vw, 13px);
  }
  .py-\[clamp\(10px\,2vw\,16px\)\] {
    padding-block: clamp(10px, 2vw, 16px);
  }
  .py-\[clamp\(16px\,2vw\,24px\)\] {
    padding-block: clamp(16px, 2vw, 24px);
  }
  .py-\[clamp\(20px\,2vw\,30px\)\] {
    padding-block: clamp(20px, 2vw, 30px);
  }
  .py-\[clamp\(20px\,2vw\,32px\)\] {
    padding-block: clamp(20px, 2vw, 32px);
  }
  .py-\[clamp\(20px\,3vw\,60px\)\] {
    padding-block: clamp(20px, 3vw, 60px);
  }
  .py-\[clamp\(21px\,2vw\,42px\)\] {
    padding-block: clamp(21px, 2vw, 42px);
  }
  .py-\[clamp\(30px\,4vw\,60px\)\] {
    padding-block: clamp(30px, 4vw, 60px);
  }
  .py-\[clamp\(36px\,3vw\,52px\)\] {
    padding-block: clamp(36px, 3vw, 52px);
  }
  .pt-\[2\.5\%\] {
    padding-top: 2.5%;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[clamp\(16px\,2vw\,32px\)\] {
    padding-top: clamp(16px, 2vw, 32px);
  }
  .pt-\[clamp\(30px\,3vw\,48px\)\] {
    padding-top: clamp(30px, 3vw, 48px);
  }
  .pb-\[10\%\] {
    padding-bottom: 10%;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .font-en {
    font-family: var(--font-en);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[clamp\(8px\,2vw\,20px\)\] {
    font-size: clamp(8px, 2vw, 20px);
  }
  .text-\[clamp\(16px\,2vw\,18px\)\] {
    font-size: clamp(16px, 2vw, 18px);
  }
  .text-\[clamp\(16px\,2vw\,26px\)\] {
    font-size: clamp(16px, 2vw, 26px);
  }
  .text-\[clamp\(18px\,2vw\,20px\)\] {
    font-size: clamp(18px, 2vw, 20px);
  }
  .text-\[clamp\(20px\,2vw\,24px\)\] {
    font-size: clamp(20px, 2vw, 24px);
  }
  .text-\[clamp\(20px\,2vw\,40px\)\] {
    font-size: clamp(20px, 2vw, 40px);
  }
  .text-\[clamp\(24px\,2vw\,28px\)\] {
    font-size: clamp(24px, 2vw, 28px);
  }
  .text-\[clamp\(24px\,2vw\,32px\)\] {
    font-size: clamp(24px, 2vw, 32px);
  }
  .text-\[clamp\(24px\,2vw\,40px\)\] {
    font-size: clamp(24px, 2vw, 40px);
  }
  .text-\[clamp\(27px\,2vw\,54px\)\] {
    font-size: clamp(27px, 2vw, 54px);
  }
  .text-\[clamp\(27px\,3vw\,54px\)\] {
    font-size: clamp(27px, 3vw, 54px);
  }
  .text-\[clamp\(32px\,2vw\,40px\)\] {
    font-size: clamp(32px, 2vw, 40px);
  }
  .text-\[clamp\(32px\,2vw\,54px\)\] {
    font-size: clamp(32px, 2vw, 54px);
  }
  .text-\[clamp\(60px\,10vw\,96px\)\] {
    font-size: clamp(60px, 10vw, 96px);
  }
  .text-\[clamp\(64px\,10vw\,128px\)\] {
    font-size: clamp(64px, 10vw, 128px);
  }
  .leading-\[1\.47\] {
    --tw-leading: 1.47;
    line-height: 1.47;
  }
  .leading-\[1\.48\] {
    --tw-leading: 1.48;
    line-height: 1.48;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\[\#315496\] {
    color: #315496;
  }
  .text-\[\#A5CD38\] {
    color: #A5CD38;
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-dk-grey {
    color: var(--color-dk-grey);
  }
  .text-dk-orange {
    color: var(--color-dk-orange);
  }
  .text-lg-blue {
    color: var(--color-lg-blue);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }
  .shadow {
    --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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!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,) !important;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:hidden {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }
  .group-hover\:border-dk-pink {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-dk-pink);
      }
    }
  }
  .group-hover\:border-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .group-hover\:bg-dk-grey {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-dk-grey);
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:text-dk-grey {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-dk-grey);
      }
    }
  }
  .group-hover\:text-dk-pink {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-dk-pink);
      }
    }
  }
  .group-active\:bg-dk-grey {
    &:is(:where(.group):active *) {
      background-color: var(--color-dk-grey);
    }
  }
  .hover\:border-dk-pink {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-dk-pink);
      }
    }
  }
  .active\:bg-dk-grey {
    &:active {
      background-color: var(--color-dk-grey);
    }
  }
  .sm\:relative {
    @media (width >= 576px) {
      position: relative;
    }
  }
  .sm\:top-0 {
    @media (width >= 576px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:top-\[-7\%\] {
    @media (width >= 576px) {
      top: -7%;
    }
  }
  .sm\:top-\[-12\.5\%\] {
    @media (width >= 576px) {
      top: -12.5%;
    }
  }
  .sm\:top-\[-72\%\] {
    @media (width >= 576px) {
      top: -72%;
    }
  }
  .sm\:top-\[14\.5\%\] {
    @media (width >= 576px) {
      top: 14.5%;
    }
  }
  .sm\:top-\[42\%\] {
    @media (width >= 576px) {
      top: 42%;
    }
  }
  .sm\:top-\[51\.5\%\] {
    @media (width >= 576px) {
      top: 51.5%;
    }
  }
  .sm\:top-\[52\.5\%\] {
    @media (width >= 576px) {
      top: 52.5%;
    }
  }
  .sm\:bottom-\[20\%\] {
    @media (width >= 576px) {
      bottom: 20%;
    }
  }
  .sm\:left-0 {
    @media (width >= 576px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .sm\:left-\[-35\%\] {
    @media (width >= 576px) {
      left: -35%;
    }
  }
  .sm\:left-\[52\%\] {
    @media (width >= 576px) {
      left: 52%;
    }
  }
  .sm\:left-\[57\%\] {
    @media (width >= 576px) {
      left: 57%;
    }
  }
  .sm\:left-\[58\%\] {
    @media (width >= 576px) {
      left: 58%;
    }
  }
  .sm\:left-\[60\%\] {
    @media (width >= 576px) {
      left: 60%;
    }
  }
  .sm\:mt-0 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[-2\.5\%\] {
    @media (width >= 576px) {
      margin-top: -2.5%;
    }
  }
  .sm\:mt-\[-10\%\] {
    @media (width >= 576px) {
      margin-top: -10%;
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .sm\:w-\[32\.5\%\] {
    @media (width >= 576px) {
      width: 32.5%;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 576px) {
      width: 50%;
    }
  }
  .sm\:w-\[141\%\] {
    @media (width >= 576px) {
      width: 141%;
    }
  }
  .sm\:max-w-\[100px\] {
    @media (width >= 576px) {
      max-width: 100px;
    }
  }
  .sm\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 576px) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 576px) {
      align-items: flex-end;
    }
  }
  .sm\:justify-center {
    @media (width >= 576px) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 576px) {
      justify-content: flex-end;
    }
  }
  .sm\:bg-transparent {
    @media (width >= 576px) {
      background-color: transparent;
    }
  }
  .sm\:px-\[5\%\] {
    @media (width >= 576px) {
      padding-inline: 5%;
    }
  }
  .md\:top-\[-11\.5\%\] {
    @media (width >= 768px) {
      top: -11.5%;
    }
  }
  .md\:top-\[-15\%\] {
    @media (width >= 768px) {
      top: -15%;
    }
  }
  .md\:top-\[-22\%\] {
    @media (width >= 768px) {
      top: -22%;
    }
  }
  .md\:top-\[-75\%\] {
    @media (width >= 768px) {
      top: -75%;
    }
  }
  .md\:top-\[48\.5\%\] {
    @media (width >= 768px) {
      top: 48.5%;
    }
  }
  .md\:right-\[-10\%\] {
    @media (width >= 768px) {
      right: -10%;
    }
  }
  .md\:bottom-\[-7\.5\%\] {
    @media (width >= 768px) {
      bottom: -7.5%;
    }
  }
  .md\:bottom-\[5\%\] {
    @media (width >= 768px) {
      bottom: 5%;
    }
  }
  .md\:bottom-\[10\%\] {
    @media (width >= 768px) {
      bottom: 10%;
    }
  }
  .md\:bottom-\[12\%\] {
    @media (width >= 768px) {
      bottom: 12%;
    }
  }
  .md\:left-0 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-\[-10\%\] {
    @media (width >= 768px) {
      left: -10%;
    }
  }
  .md\:left-\[59\%\] {
    @media (width >= 768px) {
      left: 59%;
    }
  }
  .md\:left-\[60\%\] {
    @media (width >= 768px) {
      left: 60%;
    }
  }
  .md\:mt-\[-1\%\] {
    @media (width >= 768px) {
      margin-top: -1%;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:w-\[7\.5\%\] {
    @media (width >= 768px) {
      width: 7.5%;
    }
  }
  .md\:w-\[10\%\] {
    @media (width >= 768px) {
      width: 10%;
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 768px) {
      width: 20%;
    }
  }
  .md\:max-w-\[194px\] {
    @media (width >= 768px) {
      max-width: 194px;
    }
  }
  .md\:max-w-full {
    @media (width >= 768px) {
      max-width: 100%;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .md\:text-start {
    @media (width >= 768px) {
      text-align: start;
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:top-\[-13\%\] {
    @media (width >= 1024px) {
      top: -13%;
    }
  }
  .lg\:top-\[-15\%\] {
    @media (width >= 1024px) {
      top: -15%;
    }
  }
  .lg\:top-\[-47\.5\%\] {
    @media (width >= 1024px) {
      top: -47.5%;
    }
  }
  .lg\:top-\[42\.5\%\] {
    @media (width >= 1024px) {
      top: 42.5%;
    }
  }
  .lg\:top-\[50\%\] {
    @media (width >= 1024px) {
      top: 50%;
    }
  }
  .lg\:right-0 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[-8\%\] {
    @media (width >= 1024px) {
      right: -8%;
    }
  }
  .lg\:right-\[5\%\] {
    @media (width >= 1024px) {
      right: 5%;
    }
  }
  .lg\:right-\[15\%\] {
    @media (width >= 1024px) {
      right: 15%;
    }
  }
  .lg\:bottom-\[-7\%\] {
    @media (width >= 1024px) {
      bottom: -7%;
    }
  }
  .lg\:bottom-\[0\%\] {
    @media (width >= 1024px) {
      bottom: 0%;
    }
  }
  .lg\:bottom-\[9\%\] {
    @media (width >= 1024px) {
      bottom: 9%;
    }
  }
  .lg\:bottom-\[15\%\] {
    @media (width >= 1024px) {
      bottom: 15%;
    }
  }
  .lg\:left-\[-10\%\] {
    @media (width >= 1024px) {
      left: -10%;
    }
  }
  .lg\:left-\[15\%\] {
    @media (width >= 1024px) {
      left: 15%;
    }
  }
  .lg\:left-\[56\%\] {
    @media (width >= 1024px) {
      left: 56%;
    }
  }
  .lg\:left-\[60\%\] {
    @media (width >= 1024px) {
      left: 60%;
    }
  }
  .lg\:mt-\[-25\%\] {
    @media (width >= 1024px) {
      margin-top: -25%;
    }
  }
  .lg\:mt-\[2\.5\%\] {
    @media (width >= 1024px) {
      margin-top: 2.5%;
    }
  }
  .lg\:mt-\[5\%\] {
    @media (width >= 1024px) {
      margin-top: 5%;
    }
  }
  .lg\:mr-\[-35\%\] {
    @media (width >= 1024px) {
      margin-right: -35%;
    }
  }
  .lg\:ml-\[10\%\] {
    @media (width >= 1024px) {
      margin-left: 10%;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:w-\[5\%\] {
    @media (width >= 1024px) {
      width: 5%;
    }
  }
  .lg\:w-\[6\%\] {
    @media (width >= 1024px) {
      width: 6%;
    }
  }
  .lg\:w-\[15\%\] {
    @media (width >= 1024px) {
      width: 15%;
    }
  }
  .lg\:w-\[17\.5\%\] {
    @media (width >= 1024px) {
      width: 17.5%;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 1024px) {
      width: 40%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 1024px) {
      width: 55%;
    }
  }
  .lg\:w-\[70\.25\%\] {
    @media (width >= 1024px) {
      width: 70.25%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 1024px) {
      width: 80%;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[117px\] {
    @media (width >= 1024px) {
      gap: 117px;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 1024px) {
      overflow: visible;
    }
  }
  .lg\:rounded-full {
    @media (width >= 1024px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .lg\:px-\[10\%\] {
    @media (width >= 1024px) {
      padding-inline: 10%;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 1024px) {
      padding-inline: 100px;
    }
  }
  .lg\:px-\[117px\] {
    @media (width >= 1024px) {
      padding-inline: 117px;
    }
  }
  .lg\:pb-\[clamp\(0px\,2vw\,24px\)\] {
    @media (width >= 1024px) {
      padding-bottom: clamp(0px, 2vw, 24px);
    }
  }
  .xl\:bottom-\[6\%\] {
    @media (width >= 1280px) {
      bottom: 6%;
    }
  }
  .xl\:mx-0 {
    @media (width >= 1280px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 1280px) {
      width: 60%;
    }
  }
  .xl\:items-stretch {
    @media (width >= 1280px) {
      align-items: stretch;
    }
  }
  .xl\:justify-start {
    @media (width >= 1280px) {
      justify-content: flex-start;
    }
  }
  .\32 xl\:top-\[-18\%\] {
    @media (width >= 1536px) {
      top: -18%;
    }
  }
  .\32 xl\:top-\[-35\%\] {
    @media (width >= 1536px) {
      top: -35%;
    }
  }
  .\32 xl\:top-\[-100\%\] {
    @media (width >= 1536px) {
      top: -100%;
    }
  }
  .\32 xl\:right-\[10\%\] {
    @media (width >= 1536px) {
      right: 10%;
    }
  }
  .\32 xl\:right-\[23\%\] {
    @media (width >= 1536px) {
      right: 23%;
    }
  }
  .\32 xl\:bottom-\[-35\%\] {
    @media (width >= 1536px) {
      bottom: -35%;
    }
  }
  .\32 xl\:bottom-\[2\%\] {
    @media (width >= 1536px) {
      bottom: 2%;
    }
  }
  .\32 xl\:left-\[10\%\] {
    @media (width >= 1536px) {
      left: 10%;
    }
  }
  .\32 xl\:left-\[23\%\] {
    @media (width >= 1536px) {
      left: 23%;
    }
  }
  .\32 xl\:my-0 {
    @media (width >= 1536px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mt-0 {
    @media (width >= 1536px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:block {
    @media (width >= 1536px) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 1536px) {
      display: none;
    }
  }
  .\32 xl\:w-\[15\%\] {
    @media (width >= 1536px) {
      width: 15%;
    }
  }
  .\32 xl\:w-\[22\.5\%\] {
    @media (width >= 1536px) {
      width: 22.5%;
    }
  }
  .\32 xl\:w-\[90\%\] {
    @media (width >= 1536px) {
      width: 90%;
    }
  }
  .\32 xl\:items-center {
    @media (width >= 1536px) {
      align-items: center;
    }
  }
  .\32 xl\:rounded-full {
    @media (width >= 1536px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .\32 xl\:bg-transparent {
    @media (width >= 1536px) {
      background-color: transparent;
    }
  }
  .\32 xl\:px-\[15\%\] {
    @media (width >= 1536px) {
      padding-inline: 15%;
    }
  }
  .\32 xl\:px-\[17\.5\%\] {
    @media (width >= 1536px) {
      padding-inline: 17.5%;
    }
  }
  .\32 xl\:pt-\[10\%\] {
    @media (width >= 1536px) {
      padding-top: 10%;
    }
  }
  .\32 xl\:pb-\[12\.5\%\] {
    @media (width >= 1536px) {
      padding-bottom: 12.5%;
    }
  }
  .\32 xl\:text-white {
    @media (width >= 1536px) {
      color: var(--color-white);
    }
  }
  .\33 xl\:top-\[-10\%\] {
    @media (width >= 1880px) {
      top: -10%;
    }
  }
  .\33 xl\:top-\[-22\%\] {
    @media (width >= 1880px) {
      top: -22%;
    }
  }
  .\33 xl\:top-\[-200\%\] {
    @media (width >= 1880px) {
      top: -200%;
    }
  }
  .\33 xl\:right-0 {
    @media (width >= 1880px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:right-\[-2\.75\%\] {
    @media (width >= 1880px) {
      right: -2.75%;
    }
  }
  .\33 xl\:right-\[19\%\] {
    @media (width >= 1880px) {
      right: 19%;
    }
  }
  .\33 xl\:left-\[12\.5\%\] {
    @media (width >= 1880px) {
      left: 12.5%;
    }
  }
  .\33 xl\:mt-\[-5\%\] {
    @media (width >= 1880px) {
      margin-top: -5%;
    }
  }
  .\33 xl\:mt-\[-11\%\] {
    @media (width >= 1880px) {
      margin-top: -11%;
    }
  }
  .\33 xl\:mt-\[-12\%\] {
    @media (width >= 1880px) {
      margin-top: -12%;
    }
  }
  .\33 xl\:mt-\[-12\.5\%\] {
    @media (width >= 1880px) {
      margin-top: -12.5%;
    }
  }
  .\33 xl\:mb-0 {
    @media (width >= 1880px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:block {
    @media (width >= 1880px) {
      display: block;
    }
  }
  .\33 xl\:hidden {
    @media (width >= 1880px) {
      display: none;
    }
  }
  .\33 xl\:w-\[25\%\] {
    @media (width >= 1880px) {
      width: 25%;
    }
  }
  .\33 xl\:w-full {
    @media (width >= 1880px) {
      width: 100%;
    }
  }
  .\33 xl\:gap-0 {
    @media (width >= 1880px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:bg-no-repeat {
    @media (width >= 1880px) {
      background-repeat: no-repeat;
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html, body {
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-tc-v39-chinese-traditional_latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v37-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v37-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v37-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v37-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v37-latin-700.woff2') format('woff2');
}
[data-scroll] {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
[data-scroll].is-inview {
  opacity: 1;
  transform: translateY(0);
}
[data-scroll-fade] {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
[data-scroll-fade].is-inview {
  opacity: 1;
}
[data-scroll-left] {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
[data-scroll-left].is-inview {
  opacity: 1;
  transform: translateX(0);
}
[data-scroll-right] {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
[data-scroll-right].is-inview {
  opacity: 1;
  transform: translateX(0);
}
[data-scroll-scale] {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
[data-scroll-scale].is-inview {
  opacity: 1;
  transform: scale(1);
}
[data-scroll-delay="0.1"] {
  transition-delay: 0.1s;
}
[data-scroll-delay="0.2"] {
  transition-delay: 0.2s;
}
[data-scroll-delay="0.3"] {
  transition-delay: 0.3s;
}
[data-scroll-delay="0.4"] {
  transition-delay: 0.4s;
}
[data-scroll-delay="0.5"] {
  transition-delay: 0.5s;
}
[data-scroll-delay="0.6"] {
  transition-delay: 0.6s;
}
[data-scroll-delay="0.7"] {
  transition-delay: 0.7s;
}
[data-scroll-delay="0.8"] {
  transition-delay: 0.8s;
}
[data-scroll-delay="0.9"] {
  transition-delay: 0.9s;
}
[data-scroll-delay="1"] {
  transition-delay: 1s;
}
[data-scroll-speed="fast"] {
  transition-duration: 0.5s;
}
[data-scroll-speed="slow"] {
  transition-duration: 1.2s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@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-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-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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;
    }
  }
}
