@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&family=Roboto:wght@100;300;400;500;700;900&family=Noto+Sans+Mono:wght@100..900&display=swap");
/*
! tailwindcss v3.4.3 | 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #b3b3b3; /* 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 */
  -webkit-font-feature-settings: normal;
  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: Noto Sans Mono, serif; /* 1 */
  -webkit-font-feature-settings: normal;
  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 */
  -webkit-font-feature-settings: inherit;
  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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #b4b4b5; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #b4b4b5; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #b4b4b5; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #b4b4b5; /* 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] {
  display: none;
}
*, ::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:  ;
}
::-webkit-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:  ;
}
::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-left-7{
  left: -1.75rem;
}
.-left-\[21vw\]{
  left: -21vw;
}
.-right-\[50px\]{
  right: -50px;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-8{
  top: -2rem;
}
.-top-\[48px\]{
  top: -48px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-\[22px\]{
  bottom: 22px;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[11vw\]{
  left: 11vw;
}
.left-\[12vw\]{
  left: 12vw;
}
.left-\[17vw\]{
  left: 17vw;
}
.left-\[20vw\]{
  left: 20vw;
}
.left-\[22vw\]{
  left: 22vw;
}
.left-\[24vw\]{
  left: 24vw;
}
.left-\[26vw\]{
  left: 26vw;
}
.left-\[27vw\]{
  left: 27vw;
}
.left-\[2vw\]{
  left: 2vw;
}
.left-\[52px\]{
  left: 52px;
}
.left-\[6vw\]{
  left: 6vw;
}
.left-\[7vw\]{
  left: 7vw;
}
.left-\[8vw\]{
  left: 8vw;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[10vw\]{
  right: 10vw;
}
.right-\[136px\]{
  right: 136px;
}
.right-\[18vw\]{
  right: 18vw;
}
.right-\[20vw\]{
  right: 20vw;
}
.right-\[22vw\]{
  right: 22vw;
}
.right-\[25vw\]{
  right: 25vw;
}
.top-0{
  top: 0px;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-\[112px\]{
  top: 112px;
}
.top-\[12vh\]{
  top: 12vh;
}
.top-\[16vh\]{
  top: 16vh;
}
.top-\[23vh\]{
  top: 23vh;
}
.top-\[28vh\]{
  top: 28vh;
}
.top-\[2vh\]{
  top: 2vh;
}
.top-\[35vh\]{
  top: 35vh;
}
.top-\[38vh\]{
  top: 38vh;
}
.top-\[40vh\]{
  top: 40vh;
}
.top-\[46vh\]{
  top: 46vh;
}
.top-\[50vh\]{
  top: 50vh;
}
.top-\[56vh\]{
  top: 56vh;
}
.top-\[58vh\]{
  top: 58vh;
}
.top-\[61vh\]{
  top: 61vh;
}
.top-\[62px\]{
  top: 62px;
}
.top-\[63vh\]{
  top: 63vh;
}
.top-\[64vh\]{
  top: 64vh;
}
.top-\[68vh\]{
  top: 68vh;
}
.top-\[6vh\]{
  top: 6vh;
}
.top-\[71vh\]{
  top: 71vh;
}
.top-\[76vh\]{
  top: 76vh;
}
.top-\[78vh\]{
  top: 78vh;
}
.top-\[7vh\]{
  top: 7vh;
}
.top-\[84vh\]{
  top: 84vh;
}
.top-\[90vh\]{
  top: 90vh;
}
.-z-10{
  z-index: -10;
}
.-z-20{
  z-index: -20;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-60{
  z-index: 60;
}
.z-90{
  z-index: 90;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-\[112px\]{
  margin-bottom: -112px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[110px\]{
  margin-bottom: 110px;
}
.mb-\[112px\]{
  margin-bottom: 112px;
}
.mb-\[114px\]{
  margin-bottom: 114px;
}
.mb-\[34px\]{
  margin-bottom: 34px;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.mb-\[68px\]{
  margin-bottom: 68px;
}
.mb-\[86px\]{
  margin-bottom: 86px;
}
.mb-\[92px\]{
  margin-bottom: 92px;
}
.ml-12{
  margin-left: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[7px\]{
  margin-left: 7px;
}
.ml-\[94px\]{
  margin-left: 94px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[122px\]{
  margin-top: 122px;
}
.mt-\[132px\]{
  margin-top: 132px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[58px\]{
  margin-top: 58px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[62px\]{
  margin-top: 62px;
}
.mt-\[66px\]{
  margin-top: 66px;
}
.mt-\[75px\]{
  margin-top: 75px;
}
.mt-\[92px\]{
  margin-top: 92px;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[200vh\]{
  height: 200vh;
}
.h-\[33\.33333\%\]{
  height: 33.33333%;
}
.h-\[35vh\]{
  height: 35vh;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[71vh\]{
  height: 71vh;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[87\%\]{
  height: 87%;
}
.h-\[95px\]{
  height: 95px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[462px\]{
  max-height: 462px;
}
.min-h-\[164px\]{
  min-height: 164px;
}
.min-h-\[190px\]{
  min-height: 190px;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[21vw\]{
  width: 21vw;
}
.w-\[24vw\]{
  width: 24vw;
}
.w-\[33vw\]{
  width: 33vw;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[390px\]{
  width: 390px;
}
.w-\[42vw\]{
  width: 42vw;
}
.w-\[43vw\]{
  width: 43vw;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[55\%\]{
  width: 55%;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[134px\]{
  min-width: 134px;
}
.min-w-\[166px\]{
  min-width: 166px;
}
.min-w-\[40\%\]{
  min-width: 40%;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[30vw\]{
  max-width: 30vw;
}
.max-w-\[36px\]{
  max-width: 36px;
}
.max-w-\[40\%\]{
  max-width: 40%;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[45\%\]{
  max-width: 45%;
}
.max-w-\[46px\]{
  max-width: 46px;
}
.max-w-\[48px\]{
  max-width: 48px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[75\%\]{
  max-width: 75%;
}
.max-w-none{
  max-width: none;
}
.flex-auto{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.shrink-0{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.transform{
  -webkit-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));
  -ms-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));
  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;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.items-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-x-2{
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.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-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-b-\[32px\]{
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[28px\]{
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[20px\]{
  border-bottom-right-radius: 20px;
}
.rounded-br-\[28px\]{
  border-bottom-right-radius: 28px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
}
.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 130 194 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(158 159 159 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(180 180 181 / var(--tw-border-opacity));
}
.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(250 246 237 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#040000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(4 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#E2DED7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 222 215 / var(--tw-bg-opacity));
}
.bg-\[\#EFEAE3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 234 227 / var(--tw-bg-opacity));
}
.bg-\[\#efebe4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 228 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}
.bg-black-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 194 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 181 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 78 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(233 71 9 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 246 237 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-orange-100{
  --tw-gradient-from: #faf6ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 246 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-orange-100{
  --tw-gradient-to: rgb(250 246 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf6ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-7{
  padding: 1.75rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[58px\]{
  padding-left: 58px;
  padding-right: 58px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[118px\]{
  padding-top: 118px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-en{
  font-family: Roboto, serif;
}
.font-mono{
  font-family: Noto Sans Mono, serif;
}
.text-3xl{
  font-size: 20px;
  line-height: 1.2;
}
.text-4xl{
  font-size: 22px;
  line-height: 1.1;
}
.text-5xl{
  font-size: 24px;
  line-height: 1.1;
}
.text-6xl{
  font-size: 30px;
  line-height: 1;
}
.text-8xl{
  font-size: 50px;
  line-height: 1;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[70px\]{
  font-size: 70px;
}
.text-\[72px\]{
  font-size: 72px;
}
.text-lg{
  font-size: 17px;
  line-height: 1.6;
}
.text-sm{
  font-size: 13px;
  line-height: 1.5;
}
.text-xl{
  font-size: 18px;
  line-height: 1.4;
}
.text-xs{
  font-size: 12px;
  line-height: 1.5;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-tight{
  letter-spacing: 0;
}
.tracking-wide{
  letter-spacing: 3px;
}
.text-\[\#9F9F9F\]{
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-\[\#C8C9C9\]{
  --tw-text-opacity: 1;
  color: rgb(200 201 201 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}
.text-black-400{
  --tw-text-opacity: 1;
  color: rgb(89 87 87 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 130 194 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(158 159 159 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(180 180 181 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(0 164 78 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(233 71 9 / var(--tw-text-opacity));
}
.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(239 235 228 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.transition{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.duration-1000{
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.duration-100{
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.basic-hover {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
.basic-hover:hover {
      opacity: .6; }
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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));
    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%;
    -webkit-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));
    -ms-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));
    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)); }
@-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
@keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  overflow-x: hidden; }

:focus-visible {
  outline: none; }

body {
  background-color: #EFEBE4;
  overflow-x: hidden; }
  body.is-lock {
    margin-right: 17px;
    overflow: hidden; }

.category-border-radius {
  border-radius: 32px 32px 32px 0;
  overflow: hidden; }

.category-border-radius-right {
  border-radius: 32px 32px 0 32px;
  overflow: hidden; }

.modsSlider li {
  position: relative; }
  .modsSlider li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none; }
  .modsSlider li.is-selected:before {
    opacity: 0; }

.itinerarySlider li {
  position: relative; }
  .itinerarySlider li .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .itinerarySlider li.is-selected .pic:before {
    opacity: 0; }

.menuSlide svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.menuSlide.is-open {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-color: #00a44e; }
  .menuSlide.is-open svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

input[name="search"] {
  border-radius: 24px 24px 24px 0; }

.page-total {
  position: relative; }
  .page-total:before {
    content: "/";
    color: #b4b4b5;
    display: inline-block; }

#last-child {
  -webkit-transition: all .5s;
  transition: all .5s; }

@media (max-width: 1199px) {
  #last-child {
    padding-bottom: 140px; } }
  #last-child.is-open {
    padding-bottom: 0; }

.sightsList article:nth-child(4n+1) {
  background-color: #b3b3b3; }

.sightsList article:nth-child(4n+2) {
  background-color: #e94709; }

.sightsList article:nth-child(4n+3) {
  background-color: #00a44e; }

.sightsList article:nth-child(4n+4) {
  background-color: #0082c2; }

.itineraryList article:nth-child(3n+1) .item {
  background-color: #e94709; }

.itineraryList article:nth-child(3n+2) .item {
  background-color: #00a44e; }

.itineraryList article:nth-child(3n) .item {
  background-color: #0082c2; }

.trafficList li:nth-child(3n+1) {
  background-color: #0082c2; }

.trafficList li:nth-child(3n+2) {
  background-color: #00a44e; }

.trafficList li:nth-child(3n) {
  background-color: #e94709; }

.timetableList li .title {
  position: relative; }
  .timetableList li .title:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 8px;
    background-color: #0082c2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px; }
  .hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
  .hover\:bg-\[\#E2DED7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 222 215 / var(--tw-bg-opacity));
}
  .hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 78 / var(--tw-bg-opacity));
}
  .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  -webkit-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));
  -ms-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));
  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));
}
  @media (max-width: 1199px){
  .lg\:fixed{
    position: fixed;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-right-5{
    right: -1.25rem;
  }
  .lg\:-top-12{
    top: -3rem;
  }
  .lg\:-top-32{
    top: -8rem;
  }
  .lg\:-top-\[3vh\]{
    top: -3vh;
  }
  .lg\:left-10{
    left: 2.5rem;
  }
  .lg\:left-3{
    left: 0.75rem;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:left-\[18px\]{
    left: 18px;
  }
  .lg\:left-\[60px\]{
    left: 60px;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-2{
    right: 0.5rem;
  }
  .lg\:right-3{
    right: 0.75rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:top-16{
    top: 4rem;
  }
  .lg\:top-\[15vh\]{
    top: 15vh;
  }
  .lg\:top-\[44vh\]{
    top: 44vh;
  }
  .lg\:top-\[54vh\]{
    top: 54vh;
  }
  .lg\:top-\[5vh\]{
    top: 5vh;
  }
  .lg\:top-\[67vh\]{
    top: 67vh;
  }
  .lg\:top-\[72vh\]{
    top: 72vh;
  }
  .lg\:top-\[73vh\]{
    top: 73vh;
  }
  .lg\:top-\[76vh\]{
    top: 76vh;
  }
  .lg\:top-\[88vh\]{
    top: 88vh;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-ml-3{
    margin-left: -0.75rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[120vw\]{
    height: 120vw;
  }
  .lg\:h-\[23vh\]{
    height: 23vh;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[46\%\]{
    min-width: 46%;
  }
  .lg\:max-w-\[180px\]{
    max-width: 180px;
  }
  .lg\:max-w-\[36px\]{
    max-width: 36px;
  }
  .lg\:max-w-\[46\%\]{
    max-width: 46%;
  }
  .lg\:max-w-\[85\%\]{
    max-width: 85%;
  }
  .lg\:max-w-\[92px\]{
    max-width: 92px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-auto{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:justify-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * 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\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(180 180 181 / var(--tw-border-opacity));
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-base{
    font-size: 16px;
    line-height: 1;
  }
  .lg\:text-sm{
    font-size: 13px;
    line-height: 1.5;
  }
  .lg\:leading-tight{
    line-height: 1.25;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
}
  @media (min-width: 1200px) and (max-width: 1700px){
  .xl\:-left-\[30vw\]{
    left: -30vw;
  }
  .xl\:ml-24{
    margin-left: 6rem;
  }
  .xl\:mr-5{
    margin-right: 1.25rem;
  }
  .xl\:w-\[26vw\]{
    width: 26vw;
  }
  .xl\:w-\[30vw\]{
    width: 30vw;
  }
  .xl\:w-\[33vw\]{
    width: 33vw;
  }
  .xl\:w-\[40vw\]{
    width: 40vw;
  }
  .xl\:w-\[41vw\]{
    width: 41vw;
  }
  .xl\:w-\[50vw\]{
    width: 50vw;
  }
  .xl\:max-w-\[240px\]{
    max-width: 240px;
  }
  .xl\:max-w-\[290px\]{
    max-width: 290px;
  }
  .xl\:max-w-full{
    max-width: 100%;
  }
  .xl\:text-\[38px\]{
    font-size: 38px;
  }
  .xl\:zoom-80 {
    zoom: 0.8; }
  .xl\:zoom-85 {
    zoom: 0.85; }
}
  .\[\&\.current\]\:bg-green.current{
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 78 / var(--tw-bg-opacity));
}
  .\[\&\.current\]\:text-white.current{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*# sourceMappingURL=style.css.map */
