@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

:focus-visible {
  outline: none;
}
@keyframes goleft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes AnimeBtnLink_Next {
  0% {
    transform: translateX(0%);
  }
  45.99% {
    transform: translateX(100%);
    opacity: 0;
  }
  46% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes AnimeBtnLink_Up {
  0% {
    transform: translateY(0%);
  }
  45.99% {
    transform: translateY(-100%);
    opacity: 0;
  }
  46% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes scrollline {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45.99% {
    transform: scaleY(1);
    transform-origin: top;
  }
  46% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1.5em);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1em);
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans TC, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9fa0a0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9fa0a0; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}
.-bottom-14{
  bottom: -3.5rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-right-10{
  right: -2.5rem;
}
.-top-1\.5{
  top: -0.375rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-28{
  bottom: 7rem;
}
.bottom-32{
  bottom: 8rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[-10px\]{
  bottom: -10px;
}
.bottom-\[-9px\]{
  bottom: -9px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-20{
  left: 5rem;
}
.left-40{
  left: 10rem;
}
.left-48{
  left: 12rem;
}
.left-\[-80px\]{
  left: -80px;
}
.left-\[105px\]{
  left: 105px;
}
.left-\[113px\]{
  left: 113px;
}
.left-\[124px\]{
  left: 124px;
}
.left-\[70px\]{
  left: 70px;
}
.left-\[76px\]{
  left: 76px;
}
.right-0{
  right: 0px;
}
.right-14{
  right: 3.5rem;
}
.right-32{
  right: 8rem;
}
.right-40{
  right: 10rem;
}
.top-0{
  top: 0px;
}
.top-16{
  top: 4rem;
}
.top-40{
  top: 10rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[-11px\]{
  top: -11px;
}
.top-\[-94px\]{
  top: -94px;
}
.top-\[26px\]{
  top: 26px;
}
.top-\[300px\]{
  top: 300px;
}
.top-\[580px\]{
  top: 580px;
}
.top-px{
  top: 1px;
}
.top-1\/2{
  top: 50%;
}
.-z-10{
  z-index: -10;
}
.-z-20{
  z-index: -20;
}
.-z-\[5\]{
  z-index: -5;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[119\]{
  z-index: 119;
}
.col-start-1{
  grid-column-start: 1;
}
.row-start-1{
  grid-row-start: 1;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-72{
  margin-bottom: 18rem;
}
.mb-\[580px\]{
  margin-bottom: 580px;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-32{
  margin-left: 8rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[-271px\]{
  margin-left: -271px;
}
.ml-\[-350px\]{
  margin-left: -350px;
}
.ml-\[-381px\]{
  margin-left: -381px;
}
.ml-\[-400px\]{
  margin-left: -400px;
}
.ml-\[-408px\]{
  margin-left: -408px;
}
.ml-\[-494px\]{
  margin-left: -494px;
}
.ml-\[-500px\]{
  margin-left: -500px;
}
.ml-\[158px\]{
  margin-left: 158px;
}
.ml-\[165px\]{
  margin-left: 165px;
}
.ml-\[169px\]{
  margin-left: 169px;
}
.ml-\[172px\]{
  margin-left: 172px;
}
.ml-\[17px\]{
  margin-left: 17px;
}
.ml-\[184px\]{
  margin-left: 184px;
}
.ml-\[200px\]{
  margin-left: 200px;
}
.ml-\[330px\]{
  margin-left: 330px;
}
.ml-\[38px\]{
  margin-left: 38px;
}
.ml-\[424px\]{
  margin-left: 424px;
}
.ml-\[738px\]{
  margin-left: 738px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mr-32{
  margin-right: 8rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-40{
  margin-right: 10rem;
}
.mr-48{
  margin-right: 12rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-72{
  margin-right: 18rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[136px\]{
  margin-right: 136px;
}
.mr-\[148px\]{
  margin-right: 148px;
}
.mr-\[370px\]{
  margin-right: 370px;
}
.mr-\[89px\]{
  margin-right: 89px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-52{
  margin-top: 13rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-116px\]{
  margin-top: -116px;
}
.mt-\[-233px\]{
  margin-top: -233px;
}
.mt-\[-270px\]{
  margin-top: -270px;
}
.mt-\[-40px\]{
  margin-top: -40px;
}
.mt-\[1060px\]{
  margin-top: 1060px;
}
.mt-\[107px\]{
  margin-top: 107px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[160px\]{
  margin-top: 160px;
}
.mt-\[250px\]{
  margin-top: 250px;
}
.mt-\[260px\]{
  margin-top: 260px;
}
.mt-\[310px\]{
  margin-top: 310px;
}
.mt-\[478px\]{
  margin-top: 478px;
}
.mt-\[502px\]{
  margin-top: 502px;
}
.mt-\[67px\]{
  margin-top: 67px;
}
.mt-\[72px\]{
  margin-top: 72px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-\[96px\]{
  margin-top: 96px;
}
.ml-\[-340px\]{
  margin-left: -340px;
}
.mt-\[-287px\]{
  margin-top: -287px;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-\[114px\]{
  height: 114px;
}
.h-\[156px\]{
  height: 156px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[272px\]{
  height: 272px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[74px\]{
  height: 74px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-2{
  width: 0.5rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[490px\]{
  width: 490px;
}
.w-\[594px\]{
  width: 594px;
}
.w-\[645px\]{
  width: 645px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[818px\]{
  width: 818px;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.max-w-\[228px\]{
  max-width: 228px;
}
.max-w-\[317px\]{
  max-width: 317px;
}
.max-w-\[412px\]{
  max-width: 412px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[488px\]{
  max-width: 488px;
}
.max-w-\[524px\]{
  max-width: 524px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[0\.85\]{
  --tw-scale-y: 0.85;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-\[536px_646px\]{
  grid-template-columns: 536px 646px;
}
.grid-cols-\[auto_auto\]{
  grid-template-columns: auto auto;
}
.grid-cols-\[repeat\(3\2c 300px\)\]{
  grid-template-columns: repeat(3,300px);
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-28{
  gap: 7rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-48{
  gap: 12rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-52{
  gap: 13rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[100\%\]{
  border-radius: 100%;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[4px\]{
  border-bottom-width: 4px;
}
.border-b-\[5px\]{
  border-bottom-width: 5px;
}
.border-b-\[8px\]{
  border-bottom-width: 8px;
}
.border-b-\[9px\]{
  border-bottom-width: 9px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(159 160 160 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.bg-\[\#dbdcdc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 220 220 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(159 160 160 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-blue-400{
  --tw-gradient-from: #003b81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 59 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-400{
  --tw-gradient-to: #9fa0a0 var(--tw-gradient-to-position);
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-gray-400{
  fill: #9fa0a0;
}
.stroke-gray-400{
  stroke: #9fa0a0;
}
.p-2{
  padding: 0.5rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-80{
  padding-bottom: 20rem;
}
.pb-\[490px\]{
  padding-bottom: 490px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-28{
  padding-left: 7rem;
}
.pl-\[289px\]{
  padding-left: 289px;
}
.pl-\[300px\]{
  padding-left: 300px;
}
.pl-\[419px\]{
  padding-left: 419px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-56{
  padding-top: 14rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[437px\]{
  padding-top: 437px;
}
.pt-\[518px\]{
  padding-top: 518px;
}
.pt-\[581px\]{
  padding-top: 581px;
}
.pt-\[640px\]{
  padding-top: 640px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-en{
  font-family: Karla, sans-serif;
}
.text-2xl{
  font-size: 24px;
  line-height: 1.8;
}
.text-2xl\/\[1\.3\]{
  font-size: 24px;
  line-height: 1.3;
}
.text-2xl\/none{
  font-size: 24px;
  line-height: 1;
}
.text-\[110px\]\/none{
  font-size: 110px;
  line-height: 1;
}
.text-\[13px\]\/\[1\.6\]{
  font-size: 13px;
  line-height: 1.6;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[26px\]\/none{
  font-size: 26px;
  line-height: 1;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[58px\]\/none{
  font-size: 58px;
  line-height: 1;
}
.text-\[60px\]\/none{
  font-size: 60px;
  line-height: 1;
}
.text-\[87px\]\/none{
  font-size: 87px;
  line-height: 1;
}
.text-base{
  font-size: 16px;
  line-height: 1.8;
}
.text-lg{
  font-size: 18px;
  line-height: 1.8;
}
.text-lg\/\[2\]{
  font-size: 18px;
  line-height: 2;
}
.text-sm{
  font-size: 14px;
  line-height: 1.8;
}
.text-sm\/\[1\.5\]{
  font-size: 14px;
  line-height: 1.5;
}
.text-sm\/none{
  font-size: 14px;
  line-height: 1;
}
.text-xl{
  font-size: 20px;
  line-height: 1.8;
}
.text-xl\/none{
  font-size: 20px;
  line-height: 1;
}
.text-xs{
  font-size: 12px;
  line-height: 1.8;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-none{
  line-height: 1;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.tracking-widest{
  letter-spacing: 9px;
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(0 59 129 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(159 160 160 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.brightness-100{
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300{
  transition-delay: 300ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-\[1\.5s\]{
  transition-duration: 1.5s;
}
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.img-scaledown {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.flip-y {
    --tw-rotate-x: 0deg;
    --tw-rotate-y: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.clip-t {
    clip-path: inset(100% 0% 0% 0%);
  }
.clip-b {
    clip-path: inset(0% 0% 100% 0%);
  }
.zoom-90 {
    zoom: 0.9;
  }
.animate-scroll {
    animation: scrollline 2.6s ease-in-out infinite;
  }
.animate-float {
    animation: float 2.2s ease-in-out alternate infinite;
  }
.animate-float2 {
    animation: float2 2.2s ease-in-out alternate infinite;
  }
.\[-webkit-text-stroke\:1px_\#9fa0a0\]{
  -webkit-text-stroke: 1px #9fa0a0;
}
.\[-webkit-text-stroke\:1px_\#fff\]{
  -webkit-text-stroke: 1px #fff;
}
.basic-hover {
  cursor: pointer;
  transition: all 0.3s;
}
.basic-hover:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .nobr_m br {
    display: none;
  }
}

input.error, textarea.error, select.error {
  border: 1px solid #f00;
}
@media (max-width: 1200px) {
  input, textarea, select {
    border-radius: 0;
  }
}

body {
  overflow-x: hidden;
}

.m-text{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-text::-moz-placeholder{
  font-size: 14px;
  line-height: 1.8;
}

.m-text::placeholder{
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1200px){
  .m-text{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.m-textarea{
  resize: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-textarea::-moz-placeholder{
  font-size: 14px;
  line-height: 1.8;
}

.m-textarea::placeholder{
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1200px){
  .m-textarea{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.m-select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
}

.m-select:invalid{
  font-size: 14px;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(159 160 160 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px){
  .m-select{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0.5rem;
  }
}

.m-select {
  background: url(../images/select-arrow.svg) right 12px center no-repeat;
}

.m-select2{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
}

@media (max-width: 1200px){
  .m-select2{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0.5rem;
  }
}

.m-select2 {
  background: url(../images/select-arrow.svg) right 12px center no-repeat;
}
.m-select2.not-select{
  font-size: 14px;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(159 160 160 / var(--tw-text-opacity, 1));
}

.ryderset.is-lock{
  pointer-events: none;
  opacity: 0.5;
  --tw-grayscale: grayscale(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);
}

.bg-line {
  --lh: 34px;
  background: linear-gradient(to bottom, transparent var(--lh), #fff var(--lh)) 0 calc(var(--lh) * -1)/calc(var(--lh) + 1px) calc(var(--lh) + 1px) repeat;
}
@media (max-width: 1200px) {
  .bg-line {
    --lh: 28px;
  }
}

#btn:hover #stage {
  transform: translateY(-50%) translateZ(calc(var(--btn-label-height) * -0.5));
}

#scene {
  --btn-label-height: 2.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  perspective: calc(var(--btn-label-height) * 2);
  perspective-origin: center;
}
#scene #stage {
  width: 100%;
  height: var(--btn-label-height);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateZ(calc(var(--btn-label-height) * -0.5)) rotateX(-89.9deg);
  transform-style: preserve-3d;
  transition: transform 0.3s;
}
#scene #stage #one {
  transform: rotateX(90deg) translateZ(calc(var(--btn-label-height) * 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#scene #stage #two {
  transform: rotateY(0) translateZ(calc(var(--btn-label-height) * 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

#flickity-dots li{
  position: relative;
  height: 6px;
  width: 6px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#flickity-dots li.current{
  --tw-scale-x: 2.16;
  --tw-scale-y: 2.16;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
#flickity-dots li:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

#aboutWrap .title{
  margin-bottom: 4rem;
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px){
  #aboutWrap .title{
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.4;
  }
}
#aboutWrap .content{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 1200px){
  #aboutWrap .content{
    font-size: 12px;
    line-height: 1.8;
  }
}

.about-wave {
  width: 821px;
  height: 391px;
  background: url(../images/css_sprites.png) 0 0/100% no-repeat;
  animation: sprite1 1s steps(10) both infinite;
  animation-play-state: paused;
}
.about-wave.is-running {
  animation-play-state: running;
}

@keyframes sprite1 {
  100% {
    background-position: 0 100%;
  }
}
#cylinder {
  perspective: 800px;
}

#cylinder-stage {
  position: relative;
  width: 320px;
  height: 8px;
  transform-style: preserve-3d;
  animation: cylinder-rotate 10s infinite linear;
}
#cylinder-stage:hover {
  animation-play-state: paused;
}
#cylinder-stage li {
  position: absolute;
  width: 100%;
  height: 100%;
}
#cylinder-stage li:nth-child(1) {
  transform: rotateX(360deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 0px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(2) {
  transform: rotateX(352.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -8px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(3) {
  transform: rotateX(345.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -16px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(4) {
  transform: rotateX(338.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -24px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(5) {
  transform: rotateX(331.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -32px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(6) {
  transform: rotateX(324deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -40px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(7) {
  transform: rotateX(316.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -48px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(8) {
  transform: rotateX(309.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -56px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(9) {
  transform: rotateX(302.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -64px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(10) {
  transform: rotateX(295.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -72px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(11) {
  transform: rotateX(288deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -80px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(12) {
  transform: rotateX(280.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -88px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(13) {
  transform: rotateX(273.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -96px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(14) {
  transform: rotateX(266.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -104px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(15) {
  transform: rotateX(259.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -112px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(16) {
  transform: rotateX(252deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -120px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(17) {
  transform: rotateX(244.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -128px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(18) {
  transform: rotateX(237.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -136px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(19) {
  transform: rotateX(230.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -144px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(20) {
  transform: rotateX(223.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -152px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(21) {
  transform: rotateX(216deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -160px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(22) {
  transform: rotateX(208.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -168px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(23) {
  transform: rotateX(201.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -176px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(24) {
  transform: rotateX(194.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -184px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(25) {
  transform: rotateX(187.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -192px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(26) {
  transform: rotateX(180deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -200px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(27) {
  transform: rotateX(172.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -208px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(28) {
  transform: rotateX(165.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -216px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(29) {
  transform: rotateX(158.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -224px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(30) {
  transform: rotateX(151.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -232px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(31) {
  transform: rotateX(144deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -240px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(32) {
  transform: rotateX(136.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -248px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(33) {
  transform: rotateX(129.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -256px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(34) {
  transform: rotateX(122.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -264px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(35) {
  transform: rotateX(115.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -272px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(36) {
  transform: rotateX(108deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -280px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(37) {
  transform: rotateX(100.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -288px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(38) {
  transform: rotateX(93.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -296px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(39) {
  transform: rotateX(86.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -304px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(40) {
  transform: rotateX(79.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -312px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(41) {
  transform: rotateX(72deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -320px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(42) {
  transform: rotateX(64.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -328px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(43) {
  transform: rotateX(57.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -336px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(44) {
  transform: rotateX(50.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -344px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(45) {
  transform: rotateX(43.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -352px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(46) {
  transform: rotateX(36deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -360px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(47) {
  transform: rotateX(28.8deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -368px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(48) {
  transform: rotateX(21.6deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -376px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(49) {
  transform: rotateX(14.4deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -384px no-repeat;
  background-size: 320px 400px;
}
#cylinder-stage li:nth-child(50) {
  transform: rotateX(7.2deg) translateZ(54.5781793755px);
  background: url(../images/cylinder.jpg) 0 -392px no-repeat;
  background-size: 320px 400px;
}

@keyframes cylinder-rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after{
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}

.checked\:bg-dot:checked {
    background: radial-gradient(circle at center, #003b81 6px, transparent 0);
  }

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(0 59 129 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:animate-up {
    animation: AnimeBtnLink_Up 0.5s;
  }

.group.is-open .group-\[\.is-open\]\:rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.is-enter .group-\[\.is-enter\]\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.current .group-\[\.current\]\:border-solid{
  border-style: solid;
}

.group.current .group-\[\.current\]\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
}

.group.current .group-\[\.current\]\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 129 / var(--tw-bg-opacity, 1));
}

.group.current .group-\[\.current\]\:fill-blue-400{
  fill: #003b81;
}

.group.current .group-\[\.current\]\:stroke-blue-400{
  stroke: #003b81;
}

.group.current .group-\[\.current\]\:text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(0 59 129 / var(--tw-text-opacity, 1));
}

.group.current .group-\[\.current\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/btn.is-blue .group-\[\.is-blue\]\/btn\:text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(0 59 129 / var(--tw-text-opacity, 1));
}

.group\/btn.is-white .group-\[\.is-white\]\/btn\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group.current .group-\[\.current\]\:opacity-100{
  opacity: 1;
}

.group.is-enter .group-\[\.is-enter\]\:opacity-100{
  opacity: 1;
}

.group.is-enter .group-\[\.is-enter\]\:opacity-50{
  opacity: 0.5;
}

.group.is-open .group-\[\.is-open\]\:opacity-0{
  opacity: 0;
}

.group.current .group-\[\.current\]\:\[-webkit-text-stroke\:1px_\#094190\]{
  -webkit-text-stroke: 1px #094190;
}

@media (min-width: 1201px) and (max-width: 1700px){
  .xl\:left-20{
    left: 5rem;
  }
  .xl\:right-20{
    right: 5rem;
  }
  .xl\:top-\[-78px\]{
    top: -78px;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:w-\[44\%\]{
    width: 44%;
  }
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:pb-24{
    padding-bottom: 6rem;
  }
  .xl\:pt-44{
    padding-top: 11rem;
  }
  .xl\:zoom-80 {
    zoom: 0.8;
  }
}

@media (max-width: 1200px){
  .lg\:relative{
    position: relative;
  }
  .lg\:-bottom-10{
    bottom: -2.5rem;
  }
  .lg\:-bottom-12{
    bottom: -3rem;
  }
  .lg\:-left-10{
    left: -2.5rem;
  }
  .lg\:-top-5{
    top: -1.25rem;
  }
  .lg\:-top-px{
    top: -1px;
  }
  .lg\:bottom-3{
    bottom: 0.75rem;
  }
  .lg\:bottom-40{
    bottom: 10rem;
  }
  .lg\:bottom-5{
    bottom: 1.25rem;
  }
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-32{
    left: 8rem;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:left-\[134px\]{
    left: 134px;
  }
  .lg\:left-\[140px\]{
    left: 140px;
  }
  .lg\:left-\[54px\]{
    left: 54px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-16{
    right: 4rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:top-28{
    top: 7rem;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:top-\[-23px\]{
    top: -23px;
  }
  .lg\:top-\[10px\]{
    top: 10px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:top-full{
    top: 100%;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mb-4{
    margin-bottom: -1rem;
  }
  .lg\:-ml-1{
    margin-left: -0.25rem;
  }
  .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }
  .lg\:-mt-28{
    margin-top: -7rem;
  }
  .lg\:-mt-4{
    margin-top: -1rem;
  }
  .lg\:-mt-6{
    margin-top: -1.5rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-28{
    margin-bottom: 7rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[399px\]{
    margin-bottom: 399px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-1{
    margin-left: 0.25rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:ml-\[-20px\]{
    margin-left: -20px;
  }
  .lg\:ml-\[-89px\]{
    margin-left: -89px;
  }
  .lg\:ml-\[-93px\]{
    margin-left: -93px;
  }
  .lg\:ml-\[240px\]{
    margin-left: 240px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-1{
    margin-right: 0.25rem;
  }
  .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-11{
    margin-top: 2.75rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:mt-\[-130px\]{
    margin-top: -130px;
  }
  .lg\:mt-\[-178px\]{
    margin-top: -178px;
  }
  .lg\:mt-\[-40px\]{
    margin-top: -40px;
  }
  .lg\:mt-\[147px\]{
    margin-top: 147px;
  }
  .lg\:mt-\[160px\]{
    margin-top: 160px;
  }
  .lg\:mt-\[200px\]{
    margin-top: 200px;
  }
  .lg\:mt-\[240px\]{
    margin-top: 240px;
  }
  .lg\:mt-\[260px\]{
    margin-top: 260px;
  }
  .lg\:mt-\[280px\]{
    margin-top: 280px;
  }
  .lg\:mt-\[304px\]{
    margin-top: 304px;
  }
  .lg\:mt-\[320px\]{
    margin-top: 320px;
  }
  .lg\:mt-\[90px\]{
    margin-top: 90px;
  }
  .lg\:ml-\[-155px\]{
    margin-left: -155px;
  }
  .lg\:mt-\[-131px\]{
    margin-top: -131px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .lg\:h-3\.5{
    height: 0.875rem;
  }
  .lg\:h-6{
    height: 1.5rem;
  }
  .lg\:h-7{
    height: 1.75rem;
  }
  .lg\:h-9{
    height: 2.25rem;
  }
  .lg\:h-\[140px\]{
    height: 140px;
  }
  .lg\:h-\[150px\]{
    height: 150px;
  }
  .lg\:h-\[16px\]{
    height: 16px;
  }
  .lg\:h-\[17px\]{
    height: 17px;
  }
  .lg\:h-\[200px\]{
    height: 200px;
  }
  .lg\:h-\[214px\]{
    height: 214px;
  }
  .lg\:h-\[224px\]{
    height: 224px;
  }
  .lg\:h-\[29px\]{
    height: 29px;
  }
  .lg\:h-\[2px\]{
    height: 2px;
  }
  .lg\:h-\[30px\]{
    height: 30px;
  }
  .lg\:h-\[34px\]{
    height: 34px;
  }
  .lg\:h-\[38px\]{
    height: 38px;
  }
  .lg\:h-\[49px\]{
    height: 49px;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[64px\]{
    height: 64px;
  }
  .lg\:h-\[97px\]{
    height: 97px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-32{
    width: 8rem;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[306px\]{
    width: 306px;
  }
  .lg\:w-\[310px\]{
    width: 310px;
  }
  .lg\:w-\[330px\]{
    width: 330px;
  }
  .lg\:w-\[50px\]{
    width: 50px;
  }
  .lg\:w-\[62px\]{
    width: 62px;
  }
  .lg\:w-\[97px\]{
    width: 97px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[210px\]{
    max-width: 210px;
  }
  .lg\:max-w-\[322px\]{
    max-width: 322px;
  }
  .lg\:max-w-\[330px\]{
    max-width: 330px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:translate-y-20{
    --tw-translate-y: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-\[-17deg\]{
    --tw-rotate: -17deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[166px_166px\]{
    grid-template-columns: 166px 166px;
  }
  .lg\:grid-cols-\[300px\]{
    grid-template-columns: 300px;
  }
  .lg\:grid-cols-\[auto_auto\]{
    grid-template-columns: auto auto;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:items-stretch{
    align-items: stretch;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-1{
    gap: 0.25rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-9{
    gap: 2.25rem;
  }
  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:rounded-full{
    border-radius: 9999px;
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-b-\[3px\]{
    border-bottom-width: 3px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-t-0{
    border-top-width: 0px;
  }
  .lg\:border-t-2{
    border-top-width: 2px;
  }
  .lg\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
  }
  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(159 160 160 / var(--tw-border-opacity, 1));
  }
  .lg\:border-white\/50{
    border-color: rgb(255 255 255 / 0.5);
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-36{
    padding-bottom: 9rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-96{
    padding-bottom: 24rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:pt-60{
    padding-top: 15rem;
  }
  .lg\:pt-\[456px\]{
    padding-top: 456px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-\[35px\]\/\[1\.2\]{
    font-size: 35px;
    line-height: 1.2;
  }
  .lg\:text-\[48px\]\/none{
    font-size: 48px;
    line-height: 1;
  }
  .lg\:text-\[50px\]\/none{
    font-size: 50px;
    line-height: 1;
  }
  .lg\:text-\[55px\]{
    font-size: 55px;
  }
  .lg\:text-base{
    font-size: 16px;
    line-height: 1.8;
  }
  .lg\:text-base\/\[1\.4\]{
    font-size: 16px;
    line-height: 1.4;
  }
  .lg\:text-lg{
    font-size: 18px;
    line-height: 1.8;
  }
  .lg\:text-lg\/\[1\.3\]{
    font-size: 18px;
    line-height: 1.3;
  }
  .lg\:text-lg\/none{
    font-size: 18px;
    line-height: 1;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.8;
  }
  .lg\:text-sm\/\[2\]{
    font-size: 14px;
    line-height: 2;
  }
  .lg\:text-sm\/none{
    font-size: 14px;
    line-height: 1;
  }
  .lg\:text-xl{
    font-size: 20px;
    line-height: 1.8;
  }
  .lg\:text-xs{
    font-size: 12px;
    line-height: 1.8;
  }
  .lg\:text-xs\/\[1\.5\]{
    font-size: 12px;
    line-height: 1.5;
  }
  .lg\:text-xs\/none{
    font-size: 12px;
    line-height: 1;
  }
  .lg\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .lg\:leading-\[1\.3\]{
    line-height: 1.3;
  }
  .lg\:leading-none{
    line-height: 1;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
  .lg\:tracking-wider{
    letter-spacing: 6px;
  }
  .lg\:tf-0 {
    top: 0%;
    left: 0%;
    --tw-translate-y: 0%;
    --tw-translate-x: 0%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:clip-r {
    clip-path: inset(0% 100% 0% 0%);
  }
  .lg\:clip-l {
    clip-path: inset(0% 0% 0% 100%);
  }
  .lg\:zoom-45 {
    zoom: 0.45;
  }
  .lg\:zoom-50 {
    zoom: 0.5;
  }
  .lg\:zoom-60 {
    zoom: 0.6;
  }
  .lg\:zoom-65 {
    zoom: 0.65;
  }
  .lg\:zoom-70 {
    zoom: 0.7;
  }
  .lg\:zoom-75 {
    zoom: 0.75;
  }
  .lg\:zoom-80 {
    zoom: 0.8;
  }
  .lg\:zoom-85 {
    zoom: 0.85;
  }
  .group.current .lg\:group-\[\.current\]\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (orientation: portrait){
  .portrait\:hidden{
    display: none;
  }
}

.\[\&\.current\]\:pointer-events-auto.current{
  pointer-events: auto;
}

.\[\&\.current\]\:border-b-2.current{
  border-bottom-width: 2px;
}

.\[\&\.current\]\:border-solid.current{
  border-style: solid;
}

.\[\&\.current\]\:border-blue-400.current{
  --tw-border-opacity: 1;
  border-color: rgb(0 59 129 / var(--tw-border-opacity, 1));
}

.\[\&\.current\]\:bg-white.current{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&\.current\]\:text-blue-400.current{
  --tw-text-opacity: 1;
  color: rgb(0 59 129 / var(--tw-text-opacity, 1));
}

.\[\&\.current\]\:opacity-100.current{
  opacity: 1;
}

.\[\&\.current\]\:transition-all.current{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\.current\]\:duration-700.current{
  transition-duration: 700ms;
}

.\[\&\.current\]\:clip-0.current {
    clip-path: inset(0% 0% 0% 0%);
  }

@media (max-width: 1200px){
  .lg\:\[\&\.current\]\:bg-blue-400.current{
    --tw-bg-opacity: 1;
    background-color: rgb(0 59 129 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1200px){
  .desktop\:\[\&\.current\]\:scale-\[1\.4\].current{
    --tw-scale-x: 1.4;
    --tw-scale-y: 1.4;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.\[\&\.is-enter\]\:opacity-100.is-enter{
  opacity: 1;
}

.\[\&\.is-hide\]\:opacity-0.is-hide{
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
