/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --font-cjk: "Noto Sans CJK TC", sans-serif;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-2 {
  inset: calc(var(--spacing) * 2);
}
.inset-3 {
  inset: calc(var(--spacing) * 3);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[-2\.5\%\] {
  top: -2.5%;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[-16\%\] {
  top: -16%;
}
.top-\[-17\.5\%\] {
  top: -17.5%;
}
.top-\[-20\%\] {
  top: -20%;
}
.top-\[-23\%\] {
  top: -23%;
}
.top-\[-35\%\] {
  top: -35%;
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[11\%\] {
  top: 11%;
}
.top-\[27\%\] {
  top: 27%;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[clamp\(20px\,5vw\,50px\)\] {
  top: clamp(20px, 5vw, 50px);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-10\%\] {
  right: -10%;
}
.right-\[0\%\] {
  right: 0%;
}
.right-\[0\] {
  right: 0;
}
.right-\[2\%\] {
  right: 2%;
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[7\.5\%\] {
  right: 7.5%;
}
.right-\[10\%\] {
  right: 10%;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[-5\%\] {
  bottom: -5%;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.bottom-\[12\.5\%\] {
  bottom: 12.5%;
}
.bottom-\[16\%\] {
  bottom: 16%;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[33\%\] {
  bottom: 33%;
}
.bottom-\[33\.5\%\] {
  bottom: 33.5%;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[51\%\] {
  bottom: 51%;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1 {
  left: calc(var(--spacing) * 1);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-\[-2\%\] {
  left: -2%;
}
.left-\[-10\%\] {
  left: -10%;
}
.left-\[-35vw\] {
  left: -35vw;
}
.left-\[-55\%\] {
  left: -55%;
}
.left-\[0\%\] {
  left: 0%;
}
.left-\[0\] {
  left: 0;
}
.left-\[2\.5\%\] {
  left: 2.5%;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[50\%\] {
  left: 50%;
}
.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-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-\[1\] {
  order: 1;
}
.order-\[2\] {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.col-3 {
  grid-column: 3;
}
.col-5 {
  grid-column: 5;
}
.col-12 {
  grid-column: 12;
}
.col-auto {
  grid-column: auto;
}
.container {
  width: 100%;
  @media (width >= 576px) {
    max-width: 576px;
  }
  @media (width >= 951px) {
    max-width: 951px;
  }
  @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-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.my-2 {
  margin-block: calc(var(--spacing) * 2);
}
.my-3 {
  margin-block: calc(var(--spacing) * 3);
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-5 {
  margin-block: calc(var(--spacing) * 5);
}
.my-\[2rem\] {
  margin-block: 2rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.me-3 {
  margin-inline-end: calc(var(--spacing) * 3);
}
.-mt-\[20\%\] {
  margin-top: calc(20% * -1);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mt-\[-0\.6rem\] {
  margin-top: -0.6rem;
}
.mt-\[-2\%\] {
  margin-top: -2%;
}
.mt-\[-3\%\] {
  margin-top: -3%;
}
.mt-\[-5\%\] {
  margin-top: -5%;
}
.mt-\[-8\%\] {
  margin-top: -8%;
}
.mt-\[-10\%\] {
  margin-top: -10%;
}
.mt-\[-20\%\] {
  margin-top: -20%;
}
.mt-\[-23\%\] {
  margin-top: -23%;
}
.mt-\[-30\%\] {
  margin-top: -30%;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[55\%\] {
  margin-top: 55%;
}
.mt-\[clamp\(1rem\,10vw\,0rem\)\] {
  margin-top: clamp(1rem, 10vw, 0rem);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-\[-1\.1\%\] {
  margin-bottom: -1.1%;
}
.mb-\[-5\%\] {
  margin-bottom: -5%;
}
.mb-\[-10\%\] {
  margin-bottom: -10%;
}
.mb-\[0\%\] {
  margin-bottom: 0%;
}
.mb-\[clamp\(3rem\,10vw\,8rem\)\] {
  margin-bottom: clamp(3rem, 10vw, 8rem);
}
.mb-\[clamp\(16px\,2vw\,50px\)\] {
  margin-bottom: clamp(16px, 2vw, 50px);
}
.ml-\[-0\%\] {
  margin-left: -0%;
}
.ml-\[-0\.5em\] {
  margin-left: -0.5em;
}
.ml-\[-0\.6rem\] {
  margin-left: -0.6rem;
}
.ml-\[-10\%\] {
  margin-left: -10%;
}
.ml-\[-15\%\] {
  margin-left: -15%;
}
.ml-\[-20\%\] {
  margin-left: -20%;
}
.ml-\[-40\%\] {
  margin-left: -40%;
}
.ml-\[-100\%\] {
  margin-left: -100%;
}
.ml-\[0\%\] {
  margin-left: 0%;
}
.ml-\[3\%\] {
  margin-left: 3%;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-\[16\%\] {
  margin-left: 16%;
}
.ml-\[17\%\] {
  margin-left: 17%;
}
.ml-\[20\%\] {
  margin-left: 20%;
}
.ml-\[100\%\] {
  margin-left: 100%;
}
.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;
}
.inline-flex {
  display: inline-flex;
}
.inline-table {
  display: inline-table;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row {
  display: table-row;
}
.table-row-group {
  display: table-row-group;
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-22 {
  height: calc(var(--spacing) * 22);
}
.h-100 {
  height: calc(var(--spacing) * 100);
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[clamp\(20px\,5vw\,50px\)\] {
  height: clamp(20px, 5vw, 50px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-100 {
  width: calc(var(--spacing) * 100);
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[12\.5\%\] {
  width: 12.5%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[22\.5\%\] {
  width: 22.5%;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[105\%\] {
  width: 105%;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[135\%\] {
  width: 135%;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[min\(28vw\,500px\)\] {
  width: min(28vw, 500px);
}
.w-full {
  width: 100%;
}
.max-w-\[141px\] {
  max-width: 141px;
}
.max-w-\[194px\] {
  max-width: 194px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[662px\] {
  max-width: 662px;
}
.max-w-\[928px\] {
  max-width: 928px;
}
.max-w-\[1039px\] {
  max-width: 1039px;
}
.max-w-\[1045px\] {
  max-width: 1045px;
}
.max-w-\[1050px\] {
  max-width: 1050px;
}
.max-w-\[1107px\] {
  max-width: 1107px;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.flex-1 {
  flex: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-90 {
  rotate: 90deg;
}
.rotate-180 {
  rotate: 180deg;
}
.rotate-270 {
  rotate: 270deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.resize\! {
  resize: both !important;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-\[0\.5rem\] {
  gap: 0.5rem;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[clamp\(1\.5rem\,3vw\,5rem\)\] {
  gap: clamp(1.5rem, 3vw, 5rem);
}
.gap-\[clamp\(1rem\,10vw\,2rem\)\] {
  gap: clamp(1rem, 10vw, 2rem);
}
.gap-\[clamp\(5px\,1vw\,10px\)\] {
  gap: clamp(5px, 1vw, 10px);
}
.gap-\[clamp\(10px\,2vw\,20px\)\] {
  gap: clamp(10px, 2vw, 20px);
}
.gap-\[clamp\(16px\,2vw\,32px\)\] {
  gap: clamp(16px, 2vw, 32px);
}
.gap-\[clamp\(16px\,5vw\,32px\)\] {
  gap: clamp(16px, 5vw, 32px);
}
.gap-\[clamp\(16px\,5vw\,64px\)\] {
  gap: clamp(16px, 5vw, 64px);
}
.gap-\[clamp\(20px\,5vw\,40px\)\] {
  gap: clamp(20px, 5vw, 40px);
}
.gap-\[clamp\(24px\,5vw\,60px\)\] {
  gap: clamp(24px, 5vw, 60px);
}
.gap-\[clamp\(24px\,5vw\,80px\)\] {
  gap: clamp(24px, 5vw, 80px);
}
.gap-\[clamp\(24px\,5vw\,90px\)\] {
  gap: clamp(24px, 5vw, 90px);
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-\[clamp\(30px\,10vw\,100px\)\] {
  column-gap: clamp(30px, 10vw, 100px);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-y-\[clamp\(2px\,1vw\,5px\)\] {
  border-block-style: var(--tw-border-style);
  border-block-width: clamp(2px, 1vw, 5px);
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-\[\#C79CC4\] {
  border-color: #C79CC4;
}
.border-\[\#CFA7CD\] {
  border-color: #CFA7CD;
}
.bg-\[\#CDCBE5\] {
  background-color: #CDCBE5;
}
.bg-\[\#DDEFF5\] {
  background-color: #DDEFF5;
}
.bg-\[\#FFFDF4\] {
  background-color: #FFFDF4;
}
.bg-\[var\(--primary-color\)\] {
  background-color: var(--primary-color);
}
.bg-white\/90 {
  background-color: color-mix(in srgb, #fff 90%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-\[2\%\] {
  padding: 2%;
}
.p-\[clamp\(24px\,5vw\,60px\)\] {
  padding: clamp(24px, 5vw, 60px);
}
.px-\[0\.85em\] {
  padding-inline: 0.85em;
}
.px-\[2\%\] {
  padding-inline: 2%;
}
.px-\[3\%\] {
  padding-inline: 3%;
}
.px-\[5\%\] {
  padding-inline: 5%;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[15\%\] {
  padding-inline: 15%;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.py-\[0\.25em\] {
  padding-block: 0.25em;
}
.py-\[2px\] {
  padding-block: 2px;
}
.py-\[5\%\] {
  padding-block: 5%;
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[clamp\(5px\,2vw\,13px\)\] {
  padding-block: clamp(5px, 2vw, 13px);
}
.pt-\[2\%\] {
  padding-top: 2%;
}
.pt-\[5\%\] {
  padding-top: 5%;
}
.pt-\[30\%\] {
  padding-top: 30%;
}
.pr-\[22\%\] {
  padding-right: 22%;
}
.pb-\[5\%\] {
  padding-bottom: 5%;
}
.pb-\[8\%\] {
  padding-bottom: 8%;
}
.pb-\[10\%\] {
  padding-bottom: 10%;
}
.pb-\[clamp\(24px\,5vw\,90px\)\] {
  padding-bottom: clamp(24px, 5vw, 90px);
}
.pb-\[clamp\(32px\,5vw\,64px\)\] {
  padding-bottom: clamp(32px, 5vw, 64px);
}
.pl-\[32px\] {
  padding-left: 32px;
}
.text-center {
  text-align: center;
}
.font-cjk {
  font-family: var(--font-cjk);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[clamp\(1\.1rem\,2vw\,1\.3rem\)\] {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}
.text-\[clamp\(1\.1rem\,2vw\,1\.125rem\)\] {
  font-size: clamp(1.1rem, 2vw, 1.125rem);
}
.text-\[clamp\(1\.1rem\,10vw\,1\.8rem\)\] {
  font-size: clamp(1.1rem, 10vw, 1.8rem);
}
.text-\[clamp\(1\.2rem\,2\.5vw\,1\.5rem\)\] {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}
.text-\[clamp\(1\.2rem\,2\.5vw\,1\.25rem\)\] {
  font-size: clamp(1.2rem, 2.5vw, 1.25rem);
}
.text-\[clamp\(1\.5rem\,2vw\,2rem\)\] {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.text-\[clamp\(1\.25rem\,2vw\,1\.875rem\)\] {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
}
.text-\[clamp\(16px\,2vw\,18px\)\] {
  font-size: clamp(16px, 2vw, 18px);
}
.text-\[clamp\(18px\,2vw\,24px\)\] {
  font-size: clamp(18px, 2vw, 24px);
}
.text-\[clamp\(20px\,2vw\,30px\)\] {
  font-size: clamp(20px, 2vw, 30px);
}
.text-\[clamp\(24px\,3vw\,36px\)\] {
  font-size: clamp(24px, 3vw, 36px);
}
.text-\[clamp\(24px\,5vw\,32px\)\] {
  font-size: clamp(24px, 5vw, 32px);
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[clamp\(24px\,3vw\,48px\)\] {
  --tw-leading: clamp(24px, 3vw, 48px);
  line-height: clamp(24px, 3vw, 48px);
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[700\] {
  --tw-font-weight: 700;
  font-weight: 700;
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.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-\[0\.01em\] {
  --tw-tracking: 0.01em;
  letter-spacing: 0.01em;
}
.tracking-\[0\.1rem\] {
  --tw-tracking: 0.1rem;
  letter-spacing: 0.1rem;
}
.tracking-\[0\.3rem\] {
  --tw-tracking: 0.3rem;
  letter-spacing: 0.3rem;
}
.tracking-\[clamp\(0\.4px\,0\.5vw\,2px\)\] {
  --tw-tracking: clamp(0.4px, 0.5vw, 2px);
  letter-spacing: clamp(0.4px, 0.5vw, 2px);
}
.text-balance {
  text-wrap: balance;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#00696C\] {
  color: #00696C;
}
.text-\[\#00846A\] {
  color: #00846A;
}
.text-\[\#333333\] {
  color: #333333;
}
.text-\[\#454545\] {
  color: #454545;
}
.text-\[\#C54A58\] {
  color: #C54A58;
}
.text-\[\#CF5843\] {
  color: #CF5843;
}
.text-\[\#FF7B63\] {
  color: #FF7B63;
}
.text-\[\#FF8F7C\] {
  color: #FF8F7C;
}
.text-\[var\(--primary-color\)\] {
  color: var(--primary-color);
}
.text-\[var\(--title-color\)\] {
  color: var(--title-color);
}
.text-\[var\(--title-color-dark\)\] {
  color: var(--title-color-dark);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.overline {
  text-decoration-line: overline;
}
.underline {
  text-decoration-line: underline;
}
.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);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.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,);
}
.sepia {
  --tw-sepia: sepia(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, visibility, 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);
}
.\[hostname\:port\] {
  hostname: port;
}
.hover\:bg-\[\#fff\] {
  &:hover {
    @media (hover: hover) {
      background-color: #fff;
    }
  }
}
.sm\:top-\[-25\%\] {
  @media (width >= 576px) {
    top: -25%;
  }
}
.sm\:top-\[-30\%\] {
  @media (width >= 576px) {
    top: -30%;
  }
}
.sm\:top-\[12\%\] {
  @media (width >= 576px) {
    top: 12%;
  }
}
.sm\:top-\[16\%\] {
  @media (width >= 576px) {
    top: 16%;
  }
}
.sm\:top-\[27\.5\%\] {
  @media (width >= 576px) {
    top: 27.5%;
  }
}
.sm\:top-\[37\.5\%\] {
  @media (width >= 576px) {
    top: 37.5%;
  }
}
.sm\:right-\[10\%\] {
  @media (width >= 576px) {
    right: 10%;
  }
}
.sm\:bottom-\[-15\%\] {
  @media (width >= 576px) {
    bottom: -15%;
  }
}
.sm\:bottom-\[-25\%\] {
  @media (width >= 576px) {
    bottom: -25%;
  }
}
.sm\:bottom-\[5\%\] {
  @media (width >= 576px) {
    bottom: 5%;
  }
}
.sm\:bottom-\[31\%\] {
  @media (width >= 576px) {
    bottom: 31%;
  }
}
.sm\:bottom-\[31\.5\%\] {
  @media (width >= 576px) {
    bottom: 31.5%;
  }
}
.sm\:bottom-\[45\%\] {
  @media (width >= 576px) {
    bottom: 45%;
  }
}
.sm\:bottom-\[52\.5\%\] {
  @media (width >= 576px) {
    bottom: 52.5%;
  }
}
.sm\:order-1 {
  @media (width >= 576px) {
    order: 1;
  }
}
.sm\:order-2 {
  @media (width >= 576px) {
    order: 2;
  }
}
.sm\:order-\[1\] {
  @media (width >= 576px) {
    order: 1;
  }
}
.sm\:order-\[2\] {
  @media (width >= 576px) {
    order: 2;
  }
}
.sm\:mx-0 {
  @media (width >= 576px) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.sm\:mt-0 {
  @media (width >= 576px) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.sm\:mt-\[-50\%\] {
  @media (width >= 576px) {
    margin-top: -50%;
  }
}
.sm\:ml-\[17\%\] {
  @media (width >= 576px) {
    margin-left: 17%;
  }
}
.sm\:ml-auto {
  @media (width >= 576px) {
    margin-left: auto;
  }
}
.sm\:block {
  @media (width >= 576px) {
    display: block;
  }
}
.sm\:w-\[50\%\] {
  @media (width >= 576px) {
    width: 50%;
  }
}
.sm\:w-\[160\%\] {
  @media (width >= 576px) {
    width: 160%;
  }
}
.sm\:w-auto {
  @media (width >= 576px) {
    width: auto;
  }
}
.sm\:grid-cols-2 {
  @media (width >= 576px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sm\:grid-cols-3 {
  @media (width >= 576px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sm\:flex-col {
  @media (width >= 576px) {
    flex-direction: column;
  }
}
.sm\:flex-row {
  @media (width >= 576px) {
    flex-direction: row;
  }
}
.sm\:p-6 {
  @media (width >= 576px) {
    padding: calc(var(--spacing) * 6);
  }
}
.sm\:pt-\[15\%\] {
  @media (width >= 576px) {
    padding-top: 15%;
  }
}
.md\:top-\[-30\%\] {
  @media (width >= 951px) {
    top: -30%;
  }
}
.md\:top-\[-37\.5\%\] {
  @media (width >= 951px) {
    top: -37.5%;
  }
}
.md\:top-\[18\%\] {
  @media (width >= 951px) {
    top: 18%;
  }
}
.md\:right-\[8\%\] {
  @media (width >= 951px) {
    right: 8%;
  }
}
.md\:bottom-\[3\%\] {
  @media (width >= 951px) {
    bottom: 3%;
  }
}
.md\:bottom-\[5\%\] {
  @media (width >= 951px) {
    bottom: 5%;
  }
}
.md\:bottom-\[20\%\] {
  @media (width >= 951px) {
    bottom: 20%;
  }
}
.md\:bottom-\[22\%\] {
  @media (width >= 951px) {
    bottom: 22%;
  }
}
.md\:bottom-\[40\%\] {
  @media (width >= 951px) {
    bottom: 40%;
  }
}
.md\:bottom-\[50\%\] {
  @media (width >= 951px) {
    bottom: 50%;
  }
}
.md\:left-\[-5\%\] {
  @media (width >= 951px) {
    left: -5%;
  }
}
.md\:left-\[30\%\] {
  @media (width >= 951px) {
    left: 30%;
  }
}
.md\:col-span-1 {
  @media (width >= 951px) {
    grid-column: span 1 / span 1;
  }
}
.md\:col-span-2 {
  @media (width >= 951px) {
    grid-column: span 2 / span 2;
  }
}
.md\:col-span-3 {
  @media (width >= 951px) {
    grid-column: span 3 / span 3;
  }
}
.md\:mx-auto {
  @media (width >= 951px) {
    margin-inline: auto;
  }
}
.md\:mt-10 {
  @media (width >= 951px) {
    margin-top: calc(var(--spacing) * 10);
  }
}
.md\:mt-\[-5\%\] {
  @media (width >= 951px) {
    margin-top: -5%;
  }
}
.md\:mt-\[-20\%\] {
  @media (width >= 951px) {
    margin-top: -20%;
  }
}
.md\:mt-\[-40\%\] {
  @media (width >= 951px) {
    margin-top: -40%;
  }
}
.md\:mt-\[-65\%\] {
  @media (width >= 951px) {
    margin-top: -65%;
  }
}
.md\:mr-\[5\%\] {
  @media (width >= 951px) {
    margin-right: 5%;
  }
}
.md\:mr-\[8\%\] {
  @media (width >= 951px) {
    margin-right: 8%;
  }
}
.md\:mr-auto {
  @media (width >= 951px) {
    margin-right: auto;
  }
}
.md\:mb-\[-5\%\] {
  @media (width >= 951px) {
    margin-bottom: -5%;
  }
}
.md\:ml-\[-2\%\] {
  @media (width >= 951px) {
    margin-left: -2%;
  }
}
.md\:ml-\[-5\%\] {
  @media (width >= 951px) {
    margin-left: -5%;
  }
}
.md\:ml-\[-8\%\] {
  @media (width >= 951px) {
    margin-left: -8%;
  }
}
.md\:ml-\[-10\%\] {
  @media (width >= 951px) {
    margin-left: -10%;
  }
}
.md\:ml-\[-20\%\] {
  @media (width >= 951px) {
    margin-left: -20%;
  }
}
.md\:ml-\[-35\%\] {
  @media (width >= 951px) {
    margin-left: -35%;
  }
}
.md\:ml-\[35\%\] {
  @media (width >= 951px) {
    margin-left: 35%;
  }
}
.md\:ml-auto {
  @media (width >= 951px) {
    margin-left: auto;
  }
}
.md\:block {
  @media (width >= 951px) {
    display: block;
  }
}
.md\:flex {
  @media (width >= 951px) {
    display: flex;
  }
}
.md\:grid {
  @media (width >= 951px) {
    display: grid;
  }
}
.md\:hidden {
  @media (width >= 951px) {
    display: none;
  }
}
.md\:w-\[9\%\] {
  @media (width >= 951px) {
    width: 9%;
  }
}
.md\:w-\[10\%\] {
  @media (width >= 951px) {
    width: 10%;
  }
}
.md\:w-\[15\%\] {
  @media (width >= 951px) {
    width: 15%;
  }
}
.md\:w-\[25\%\] {
  @media (width >= 951px) {
    width: 25%;
  }
}
.md\:w-\[30\%\] {
  @media (width >= 951px) {
    width: 30%;
  }
}
.md\:w-\[35\%\] {
  @media (width >= 951px) {
    width: 35%;
  }
}
.md\:w-\[50\%\] {
  @media (width >= 951px) {
    width: 50%;
  }
}
.md\:w-\[60\%\] {
  @media (width >= 951px) {
    width: 60%;
  }
}
.md\:w-\[62\%\] {
  @media (width >= 951px) {
    width: 62%;
  }
}
.md\:w-\[70\%\] {
  @media (width >= 951px) {
    width: 70%;
  }
}
.md\:w-\[90\%\] {
  @media (width >= 951px) {
    width: 90%;
  }
}
.md\:w-\[110\%\] {
  @media (width >= 951px) {
    width: 110%;
  }
}
.md\:w-\[120\%\] {
  @media (width >= 951px) {
    width: 120%;
  }
}
.md\:w-auto {
  @media (width >= 951px) {
    width: auto;
  }
}
.md\:w-full {
  @media (width >= 951px) {
    width: 100%;
  }
}
.md\:max-w-\[79\%\] {
  @media (width >= 951px) {
    max-width: 79%;
  }
}
.md\:max-w-\[248px\] {
  @media (width >= 951px) {
    max-width: 248px;
  }
}
.md\:max-w-\[428px\] {
  @media (width >= 951px) {
    max-width: 428px;
  }
}
.md\:grid-cols-2 {
  @media (width >= 951px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 951px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:grid-cols-12 {
  @media (width >= 951px) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.md\:flex-row {
  @media (width >= 951px) {
    flex-direction: row;
  }
}
.md\:items-center {
  @media (width >= 951px) {
    align-items: center;
  }
}
.md\:items-end {
  @media (width >= 951px) {
    align-items: flex-end;
  }
}
.md\:justify-between {
  @media (width >= 951px) {
    justify-content: space-between;
  }
}
.md\:justify-center {
  @media (width >= 951px) {
    justify-content: center;
  }
}
.md\:gap-3 {
  @media (width >= 951px) {
    gap: calc(var(--spacing) * 3);
  }
}
.md\:gap-4 {
  @media (width >= 951px) {
    gap: calc(var(--spacing) * 4);
  }
}
.md\:gap-\[10px\] {
  @media (width >= 951px) {
    gap: 10px;
  }
}
.md\:gap-y-\[10px\] {
  @media (width >= 951px) {
    row-gap: 10px;
  }
}
.md\:p-8 {
  @media (width >= 951px) {
    padding: calc(var(--spacing) * 8);
  }
}
.md\:px-\[10\%\] {
  @media (width >= 951px) {
    padding-inline: 10%;
  }
}
.md\:px-\[clamp\(10px\,2vw\,20px\)\] {
  @media (width >= 951px) {
    padding-inline: clamp(10px, 2vw, 20px);
  }
}
.md\:pt-\[0\%\] {
  @media (width >= 951px) {
    padding-top: 0%;
  }
}
.md\:pr-\[2\%\] {
  @media (width >= 951px) {
    padding-right: 2%;
  }
}
.md\:pr-\[30\%\] {
  @media (width >= 951px) {
    padding-right: 30%;
  }
}
.md\:pb-\[0\%\] {
  @media (width >= 951px) {
    padding-bottom: 0%;
  }
}
.md\:text-right {
  @media (width >= 951px) {
    text-align: right;
  }
}
.md\:text-\[1rem\] {
  @media (width >= 951px) {
    font-size: 1rem;
  }
}
.lg\:relative {
  @media (width >= 1024px) {
    position: relative;
  }
}
.lg\:top-\[0\] {
  @media (width >= 1024px) {
    top: 0;
  }
}
.lg\:top-\[10\%\] {
  @media (width >= 1024px) {
    top: 10%;
  }
}
.lg\:top-\[22\.5\%\] {
  @media (width >= 1024px) {
    top: 22.5%;
  }
}
.lg\:top-\[35\%\] {
  @media (width >= 1024px) {
    top: 35%;
  }
}
.lg\:right-\[5\%\] {
  @media (width >= 1024px) {
    right: 5%;
  }
}
.lg\:bottom-\[15\%\] {
  @media (width >= 1024px) {
    bottom: 15%;
  }
}
.lg\:bottom-\[20\%\] {
  @media (width >= 1024px) {
    bottom: 20%;
  }
}
.lg\:bottom-\[24\%\] {
  @media (width >= 1024px) {
    bottom: 24%;
  }
}
.lg\:bottom-\[25\%\] {
  @media (width >= 1024px) {
    bottom: 25%;
  }
}
.lg\:left-0 {
  @media (width >= 1024px) {
    left: calc(var(--spacing) * 0);
  }
}
.lg\:left-\[-22\%\] {
  @media (width >= 1024px) {
    left: -22%;
  }
}
.lg\:left-\[42\%\] {
  @media (width >= 1024px) {
    left: 42%;
  }
}
.lg\:order-1 {
  @media (width >= 1024px) {
    order: 1;
  }
}
.lg\:order-2 {
  @media (width >= 1024px) {
    order: 2;
  }
}
.lg\:mt-0 {
  @media (width >= 1024px) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.lg\:mt-\[-10\%\] {
  @media (width >= 1024px) {
    margin-top: -10%;
  }
}
.lg\:mt-\[-18\%\] {
  @media (width >= 1024px) {
    margin-top: -18%;
  }
}
.lg\:mt-\[-60\%\] {
  @media (width >= 1024px) {
    margin-top: -60%;
  }
}
.lg\:mt-\[3\%\] {
  @media (width >= 1024px) {
    margin-top: 3%;
  }
}
.lg\:mt-\[10\%\] {
  @media (width >= 1024px) {
    margin-top: 10%;
  }
}
.lg\:mb-30 {
  @media (width >= 1024px) {
    margin-bottom: calc(var(--spacing) * 30);
  }
}
.lg\:mb-\[-10\%\] {
  @media (width >= 1024px) {
    margin-bottom: -10%;
  }
}
.lg\:ml-\[-8\%\] {
  @media (width >= 1024px) {
    margin-left: -8%;
  }
}
.lg\:ml-\[-17\%\] {
  @media (width >= 1024px) {
    margin-left: -17%;
  }
}
.lg\:ml-\[-110\%\] {
  @media (width >= 1024px) {
    margin-left: -110%;
  }
}
.lg\:ml-\[-200\%\] {
  @media (width >= 1024px) {
    margin-left: -200%;
  }
}
.lg\:block {
  @media (width >= 1024px) {
    display: block;
  }
}
.lg\:inline {
  @media (width >= 1024px) {
    display: inline;
  }
}
.lg\:h-\[0\] {
  @media (width >= 1024px) {
    height: 0;
  }
}
.lg\:w-1\/2 {
  @media (width >= 1024px) {
    width: calc(1/2 * 100%);
  }
}
.lg\:w-\[5\%\] {
  @media (width >= 1024px) {
    width: 5%;
  }
}
.lg\:w-\[12\.5\%\] {
  @media (width >= 1024px) {
    width: 12.5%;
  }
}
.lg\:w-\[13\%\] {
  @media (width >= 1024px) {
    width: 13%;
  }
}
.lg\:w-\[15\%\] {
  @media (width >= 1024px) {
    width: 15%;
  }
}
.lg\:w-\[17\.5\%\] {
  @media (width >= 1024px) {
    width: 17.5%;
  }
}
.lg\:w-\[19\%\] {
  @media (width >= 1024px) {
    width: 19%;
  }
}
.lg\:w-\[20\%\] {
  @media (width >= 1024px) {
    width: 20%;
  }
}
.lg\:w-\[23\%\] {
  @media (width >= 1024px) {
    width: 23%;
  }
}
.lg\:w-\[25\%\] {
  @media (width >= 1024px) {
    width: 25%;
  }
}
.lg\:w-\[30\%\] {
  @media (width >= 1024px) {
    width: 30%;
  }
}
.lg\:w-\[50\%\] {
  @media (width >= 1024px) {
    width: 50%;
  }
}
.lg\:w-\[60\%\] {
  @media (width >= 1024px) {
    width: 60%;
  }
}
.lg\:w-\[95\%\] {
  @media (width >= 1024px) {
    width: 95%;
  }
}
.lg\:w-\[100\%\] {
  @media (width >= 1024px) {
    width: 100%;
  }
}
.lg\:w-\[135\%\] {
  @media (width >= 1024px) {
    width: 135%;
  }
}
.lg\:w-\[150\%\] {
  @media (width >= 1024px) {
    width: 150%;
  }
}
.lg\:w-\[200\%\] {
  @media (width >= 1024px) {
    width: 200%;
  }
}
.lg\:w-\[270\%\] {
  @media (width >= 1024px) {
    width: 270%;
  }
}
.lg\:w-auto {
  @media (width >= 1024px) {
    width: auto;
  }
}
.lg\:max-w-\[300px\] {
  @media (width >= 1024px) {
    max-width: 300px;
  }
}
.lg\:max-w-\[360px\] {
  @media (width >= 1024px) {
    max-width: 360px;
  }
}
.lg\:max-w-\[503px\] {
  @media (width >= 1024px) {
    max-width: 503px;
  }
}
.lg\:max-w-\[542px\] {
  @media (width >= 1024px) {
    max-width: 542px;
  }
}
.lg\:flex-col {
  @media (width >= 1024px) {
    flex-direction: column;
  }
}
.lg\:flex-row {
  @media (width >= 1024px) {
    flex-direction: row;
  }
}
.lg\:gap-\[clamp\(60px\,10vw\,136px\)\] {
  @media (width >= 1024px) {
    gap: clamp(60px, 10vw, 136px);
  }
}
.lg\:gap-\[clamp\(60px\,10vw\,172px\)\] {
  @media (width >= 1024px) {
    gap: clamp(60px, 10vw, 172px);
  }
}
.lg\:px-\[5\%\] {
  @media (width >= 1024px) {
    padding-inline: 5%;
  }
}
.lg\:px-\[15\%\] {
  @media (width >= 1024px) {
    padding-inline: 15%;
  }
}
.lg\:py-\[5\%\] {
  @media (width >= 1024px) {
    padding-block: 5%;
  }
}
.xl\:top-\[-5\%\] {
  @media (width >= 1280px) {
    top: -5%;
  }
}
.xl\:top-\[21\%\] {
  @media (width >= 1280px) {
    top: 21%;
  }
}
.xl\:right-\[-30\%\] {
  @media (width >= 1280px) {
    right: -30%;
  }
}
.xl\:right-\[5\%\] {
  @media (width >= 1280px) {
    right: 5%;
  }
}
.xl\:right-\[10\%\] {
  @media (width >= 1280px) {
    right: 10%;
  }
}
.xl\:bottom-\[3\%\] {
  @media (width >= 1280px) {
    bottom: 3%;
  }
}
.xl\:bottom-\[22\%\] {
  @media (width >= 1280px) {
    bottom: 22%;
  }
}
.xl\:bottom-\[23\%\] {
  @media (width >= 1280px) {
    bottom: 23%;
  }
}
.xl\:bottom-\[24\%\] {
  @media (width >= 1280px) {
    bottom: 24%;
  }
}
.xl\:bottom-\[26\%\] {
  @media (width >= 1280px) {
    bottom: 26%;
  }
}
.xl\:bottom-\[42\%\] {
  @media (width >= 1280px) {
    bottom: 42%;
  }
}
.xl\:bottom-\[45\%\] {
  @media (width >= 1280px) {
    bottom: 45%;
  }
}
.xl\:bottom-\[52\.5\%\] {
  @media (width >= 1280px) {
    bottom: 52.5%;
  }
}
.xl\:mt-\[-8\%\] {
  @media (width >= 1280px) {
    margin-top: -8%;
  }
}
.xl\:mt-\[-18\%\] {
  @media (width >= 1280px) {
    margin-top: -18%;
  }
}
.xl\:block {
  @media (width >= 1280px) {
    display: block;
  }
}
.xl\:hidden {
  @media (width >= 1280px) {
    display: none;
  }
}
.xl\:w-\[22\.5\%\] {
  @media (width >= 1280px) {
    width: 22.5%;
  }
}
.xl\:w-\[30\%\] {
  @media (width >= 1280px) {
    width: 30%;
  }
}
.xl\:max-w-\[180px\] {
  @media (width >= 1280px) {
    max-width: 180px;
  }
}
.xl\:-translate-x-\[15\%\] {
  @media (width >= 1280px) {
    --tw-translate-x: calc(15% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.xl\:grid-cols-3 {
  @media (width >= 1280px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.xl\:flex-row {
  @media (width >= 1280px) {
    flex-direction: row;
  }
}
.\32 xl\:top-\[27\.5\%\] {
  @media (width >= 1536px) {
    top: 27.5%;
  }
}
.\32 xl\:right-\[10\%\] {
  @media (width >= 1536px) {
    right: 10%;
  }
}
.\32 xl\:right-\[15\%\] {
  @media (width >= 1536px) {
    right: 15%;
  }
}
.\32 xl\:right-\[17\.5\%\] {
  @media (width >= 1536px) {
    right: 17.5%;
  }
}
.\32 xl\:bottom-\[1\%\] {
  @media (width >= 1536px) {
    bottom: 1%;
  }
}
.\32 xl\:bottom-\[17\%\] {
  @media (width >= 1536px) {
    bottom: 17%;
  }
}
.\32 xl\:bottom-\[17\.5\%\] {
  @media (width >= 1536px) {
    bottom: 17.5%;
  }
}
.\32 xl\:bottom-\[21\%\] {
  @media (width >= 1536px) {
    bottom: 21%;
  }
}
.\32 xl\:bottom-\[23\%\] {
  @media (width >= 1536px) {
    bottom: 23%;
  }
}
.\32 xl\:bottom-\[40\%\] {
  @media (width >= 1536px) {
    bottom: 40%;
  }
}
.\32 xl\:bottom-\[45\%\] {
  @media (width >= 1536px) {
    bottom: 45%;
  }
}
.\32 xl\:bottom-\[47\.5\%\] {
  @media (width >= 1536px) {
    bottom: 47.5%;
  }
}
.\32 xl\:left-\[-35\%\] {
  @media (width >= 1536px) {
    left: -35%;
  }
}
.\32 xl\:mt-\[-20\%\] {
  @media (width >= 1536px) {
    margin-top: -20%;
  }
}
.\32 xl\:block {
  @media (width >= 1536px) {
    display: block;
  }
}
.\32 xl\:grid-cols-3 {
  @media (width >= 1536px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.\33 xl\:right-\[17\.5\%\] {
  @media (width >= 1880px) {
    right: 17.5%;
  }
}
.\33 xl\:bottom-\[5\%\] {
  @media (width >= 1880px) {
    bottom: 5%;
  }
}
.\33 xl\:bottom-\[16\%\] {
  @media (width >= 1880px) {
    bottom: 16%;
  }
}
.\33 xl\:bottom-\[18\%\] {
  @media (width >= 1880px) {
    bottom: 18%;
  }
}
.\33 xl\:bottom-\[20\%\] {
  @media (width >= 1880px) {
    bottom: 20%;
  }
}
.\33 xl\:mt-\[-10\%\] {
  @media (width >= 1880px) {
    margin-top: -10%;
  }
}
.\33 xl\:w-\[10\%\] {
  @media (width >= 1880px) {
    width: 10%;
  }
}
.\33 xl\:w-\[20\%\] {
  @media (width >= 1880px) {
    width: 20%;
  }
}
.\33 xl\:w-\[30\%\] {
  @media (width >= 1880px) {
    width: 30%;
  }
}
.\33 xl\:justify-end {
  @media (width >= 1880px) {
    justify-content: flex-end;
  }
}
@layer utilities {
  .btn-back {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url('../font/noto-sans-tc-v37-latin-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  src: url('../font/noto-sans-tc-v37-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto-sans-tc-v37-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-sans-tc-v37-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto-sans-tc-v37-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('../font/noto-sans-tc-v37-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto-sans-tc-v37-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  src: url('../font/noto-sans-tc-v37-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto-sans-tc-v37-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans CJK TC';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKtc-Bold.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans CJK TC';
  font-style: normal;
  font-weight: 900;
  src: url('../font/NotoSansCJKtc-Black.woff2') format('woff2');
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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;
    }
  }
}
