@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700&display=swap');

/*
! tailwindcss v3.3.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 {
  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.
*/

html {
  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", ui-sans-serif, system-ui, -apple-system, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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;
}

:root,
[data-theme]{
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}

html{
  -webkit-tap-highlight-color: transparent;
}

:root{
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}

@media (prefers-color-scheme: dark){

  :root{
    color-scheme: dark;
    --pf: 262 80% 43%;
    --sf: 316 70% 43%;
    --af: 175 70% 34%;
    --in: 198 93% 60%;
    --su: 158 64% 52%;
    --wa: 43 96% 56%;
    --er: 0 91% 71%;
    --inc: 198 100% 12%;
    --suc: 158 100% 10%;
    --wac: 43 100% 11%;
    --erc: 0 100% 14%;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-text-case: uppercase;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 262 80% 50%;
    --pc: 0 0% 100%;
    --s: 316 70% 50%;
    --sc: 0 0% 100%;
    --a: 175 70% 41%;
    --ac: 0 0% 100%;
    --n: 213 18% 20%;
    --nf: 212 17% 17%;
    --nc: 220 13% 69%;
    --b1: 212 18% 14%;
    --b2: 213 18% 12%;
    --b3: 213 18% 10%;
    --bc: 220 13% 69%;
  }
}

[data-theme=light]{
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}

[data-theme=dark]{
  color-scheme: dark;
  --pf: 262 80% 43%;
  --sf: 316 70% 43%;
  --af: 175 70% 34%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 262 80% 50%;
  --pc: 0 0% 100%;
  --s: 316 70% 50%;
  --sc: 0 0% 100%;
  --a: 175 70% 41%;
  --ac: 0 0% 100%;
  --n: 213 18% 20%;
  --nf: 212 17% 17%;
  --nc: 220 13% 69%;
  --b1: 212 18% 14%;
  --b2: 213 18% 12%;
  --b3: 213 18% 10%;
  --bc: 220 13% 69%;
}

*, ::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:  ;
}

::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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 576px){

  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){

  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){

  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){

  .container{
    max-width: 1920px;
  }
}
.daisy-btn{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 3rem;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  text-transform: var(--btn-text-case, uppercase);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline-color: hsl(var(--bc) / 1);
}
.daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled{
  pointer-events: none;
}
.daisy-btn-group > input[type="radio"].daisy-btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.daisy-btn-group > input[type="radio"].daisy-btn:before{
  content: attr(data-title);
}
.daisy-btn:is(input[type="checkbox"]),
.daisy-btn:is(input[type="radio"]){
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.daisy-btn:is(input[type="checkbox"]):after,
.daisy-btn:is(input[type="radio"]):after{
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.daisy-collapse:not(td):not(tr):not(colgroup){
  visibility: visible;
}
.daisy-collapse{
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.daisy-collapse-title,
.daisy-collapse > input[type="checkbox"],
.daisy-collapse > input[type="radio"],
.daisy-collapse-content{
  grid-column-start: 1;
  grid-row-start: 1;
}
.daisy-collapse > input[type="checkbox"],
.daisy-collapse > input[type="radio"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.daisy-collapse-content{
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 2;
  min-height: 0px;
  transition: visibility 0.2s;
  transition: padding 0.2s ease-out, background-color 0.2s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: unset;
}
.daisy-collapse[open],
.daisy-collapse-open,
.daisy-collapse:focus:not(.daisy-collapse-close){
  grid-template-rows: auto 1fr;
}
.daisy-collapse:not(.daisy-collapse-close):has(> input[type="checkbox"]:checked),
.daisy-collapse:not(.daisy-collapse-close):has(> input[type="radio"]:checked){
  grid-template-rows: auto 1fr;
}
.daisy-collapse[open] .daisy-collapse-content,
.daisy-collapse-open .daisy-collapse-content,
.daisy-collapse:focus:not(.daisy-collapse-close) .daisy-collapse-content,
.daisy-collapse:not(.daisy-collapse-close) input[type="checkbox"]:checked ~ .daisy-collapse-content,
.daisy-collapse:not(.daisy-collapse-close) input[type="radio"]:checked ~ .daisy-collapse-content{
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (hover: hover){

  .daisy-btn:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--b3) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }

  .daisy-btn.daisy-glass:hover{
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .daisy-btn-disabled:hover,
    .daisy-btn[disabled]:hover,
    .daisy-btn:disabled:hover{
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }

  .daisy-btn:is(input[type="checkbox"]:checked):hover, .daisy-btn:is(input[type="radio"]:checked):hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }
}
.daisy-join{
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.daisy-join :where(.daisy-join-item){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.daisy-join .daisy-join-item:not(:first-child):not(:last-child),
  .daisy-join *:not(:first-child):not(:last-child) .daisy-join-item{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.daisy-join .daisy-join-item:first-child:not(:last-child),
  .daisy-join *:first-child:not(:last-child) .daisy-join-item{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daisy-join :where(.daisy-join-item:first-child:not(:last-child)),
  .daisy-join :where(*:first-child:not(:last-child) .daisy-join-item){
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.daisy-join .daisy-join-item:last-child:not(:first-child),
  .daisy-join *:last-child:not(:first-child) .daisy-join-item{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.daisy-join :where(.daisy-join-item:last-child:not(:first-child)),
  .daisy-join :where(*:last-child:not(:first-child) .daisy-join-item){
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
:where(.daisy-join *){
  border-radius: inherit;
}
.daisy-btn:active:hover,
  .daisy-btn:active:focus{
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
.daisy-btn:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.daisy-btn.daisy-glass{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.daisy-btn.daisy-glass.daisy-btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.daisy-btn.daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.daisy-btn-group > input[type="radio"]:checked.daisy-btn,
  .daisy-btn-group > .daisy-btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.daisy-btn-group > input[type="radio"]:checked.daisy-btn:focus-visible, .daisy-btn-group > .daisy-btn-active:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--p) / 1);
}
.daisy-btn:is(input[type="checkbox"]:checked),
.daisy-btn:is(input[type="radio"]:checked){
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.daisy-btn:is(input[type="checkbox"]:checked):focus-visible, .daisy-btn:is(input[type="radio"]:checked):focus-visible{
  outline-color: hsl(var(--p) / 1);
}
@keyframes button-pop{

  0%{
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40%{
    transform: scale(1.02);
  }

  100%{
    transform: scale(1);
  }
}
@keyframes checkmark{

  0%{
    background-position-y: 5px;
  }

  50%{
    background-position-y: -2px;
  }

  100%{
    background-position-y: 0;
  }
}
details.daisy-collapse{
  width: 100%;
}
details.daisy-collapse summary{
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.daisy-collapse summary::-webkit-details-marker{
  display: none;
}
.daisy-collapse:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.daisy-collapse:has(.daisy-collapse-title:focus-visible),
.daisy-collapse:has(> input[type="checkbox"]:focus-visible),
.daisy-collapse:has(> input[type="radio"]:focus-visible){
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: hsl(var(--bc) / 1);
}
.daisy-collapse-arrow .daisy-collapse-title:after{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -100%;
  --tw-rotate: 45deg;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  top: 50%;
  right: 1.4rem;
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
[dir="rtl"] .daisy-collapse-arrow .daisy-collapse-title:after{
  --tw-rotate: -45deg;
}
.daisy-collapse-plus .daisy-collapse-title:after{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 0.9rem;
  right: 1.4rem;
  content: "+";
  pointer-events: none;
}
.daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) input[type="checkbox"],
.daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) input[type="radio"]:not(:checked),
.daisy-collapse:not(.daisy-collapse-open):not(.daisy-collapse-close) .daisy-collapse-title{
  cursor: pointer;
}
.daisy-collapse:focus:not(.daisy-collapse-open):not(.daisy-collapse-close):not(.daisy-collapse[open]) .daisy-collapse-title{
  cursor: unset;
}
.daisy-collapse-title{
  position: relative;
}
:where(.daisy-collapse > input[type="checkbox"]),
:where(.daisy-collapse > input[type="radio"]){
  z-index: 1;
}
.daisy-collapse-title,
:where(.daisy-collapse > input[type="checkbox"]),
:where(.daisy-collapse > input[type="radio"]){
  width: 100%;
  padding: 1rem;
  padding-right: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.daisy-collapse[open] :where(.daisy-collapse-content),
.daisy-collapse-open :where(.daisy-collapse-content),
.daisy-collapse:focus:not(.daisy-collapse-close) :where(.daisy-collapse-content),
.daisy-collapse:not(.daisy-collapse-close) :where(input[type="checkbox"]:checked ~ .daisy-collapse-content),
.daisy-collapse:not(.daisy-collapse-close) :where(input[type="radio"]:checked ~ .daisy-collapse-content){
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out, background-color 0.2s ease-out;
}
.daisy-collapse[open].daisy-collapse-arrow .daisy-collapse-title:after,
.daisy-collapse-open.daisy-collapse-arrow .daisy-collapse-title:after,
.daisy-collapse-arrow:focus:not(.daisy-collapse-close) .daisy-collapse-title:after,
.daisy-collapse-arrow:not(.daisy-collapse-close) input[type="checkbox"]:checked ~ .daisy-collapse-title:after,
.daisy-collapse-arrow:not(.daisy-collapse-close) input[type="radio"]:checked ~ .daisy-collapse-title:after{
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  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));
}
[dir="rtl"] .daisy-collapse[open].daisy-collapse-arrow .daisy-collapse-title:after,
[dir="rtl"] .daisy-collapse-open.daisy-collapse-arrow .daisy-collapse-title:after,
[dir="rtl"] .daisy-collapse-arrow:focus:not(.daisy-collapse-close) .daisy-collapse-title:after,
[dir="rtl"]
  .daisy-collapse-arrow:not(.daisy-collapse-close)
  input[type="checkbox"]:checked
  ~ .daisy-collapse-title:after{
  --tw-rotate: 135deg;
}
.daisy-collapse[open].daisy-collapse-plus .daisy-collapse-title:after,
.daisy-collapse-open.daisy-collapse-plus .daisy-collapse-title:after,
.daisy-collapse-plus:focus:not(.daisy-collapse-close) .daisy-collapse-title:after,
.daisy-collapse-plus:not(.daisy-collapse-close) input[type="checkbox"]:checked ~ .daisy-collapse-title:after,
.daisy-collapse-plus:not(.daisy-collapse-close) input[type="radio"]:checked ~ .daisy-collapse-title:after{
  content: "−";
}
.daisy-join > :where(*:not(:first-child)){
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.daisy-join-item:focus{
  isolation: isolate;
}
@keyframes modal-pop{

  0%{
    opacity: 0;
  }
}
@keyframes progress-loading{

  50%{
    background-position-x: -115%;
  }
}
@keyframes radiomark{

  0%{
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50%{
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100%{
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@keyframes rating-pop{

  0%{
    transform: translateY(-0.125em);
  }

  40%{
    transform: translateY(-0.125em);
  }

  100%{
    transform: translateY(0);
  }
}
@keyframes toast-pop{

  0%{
    transform: scale(0.9);
    opacity: 0;
  }

  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.daisy-join.daisy-join-vertical{
  flex-direction: column;
}
.daisy-join.daisy-join-vertical .daisy-join-item:first-child:not(:last-child),
  .daisy-join.daisy-join-vertical *:first-child:not(:last-child) .daisy-join-item{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.daisy-join.daisy-join-vertical .daisy-join-item:last-child:not(:first-child),
  .daisy-join.daisy-join-vertical *:last-child:not(:first-child) .daisy-join-item{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.daisy-join.daisy-join-horizontal{
  flex-direction: row;
}
.daisy-join.daisy-join-horizontal .daisy-join-item:first-child:not(:last-child),
  .daisy-join.daisy-join-horizontal *:first-child:not(:last-child) .daisy-join-item{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.daisy-join.daisy-join-horizontal .daisy-join-item:last-child:not(:first-child),
  .daisy-join.daisy-join-horizontal *:last-child:not(:first-child) .daisy-join-item{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.daisy-btn-group .daisy-btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.daisy-btn-group .daisy-btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.daisy-btn-group .daisy-btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.daisy-btn-group-horizontal .daisy-btn:not(:first-child):not(:last-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.daisy-btn-group-horizontal .daisy-btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}
.daisy-btn-group-horizontal .daisy-btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.daisy-btn-group-vertical .daisy-btn:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.daisy-btn-group-vertical .daisy-btn:last-child:not(:first-child){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}
.daisy-join.daisy-join-vertical > :where(*:not(:first-child)){
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.daisy-join.daisy-join-horizontal > :where(*:not(:first-child)){
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.\!visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!right-6{
  right: 1.5rem !important;
}
.\!top-4{
  top: 1rem !important;
}
.-left-1\/2{
  left: -50%;
}
.-top-24{
  top: -6rem;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-28{
  top: 7rem;
}
.top-48{
  top: 12rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[47\%\]{
  top: 47%;
}
.top-\[68\%\]{
  top: 68%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.m-\[auto\]{
  margin: auto;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-\[0\]{
  height: 0;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[calc\(var\(--dvh\)\*100\)\]{
  height: calc(var(--dvh) * 100);
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[768px\]{
  min-height: 768px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-\[0\]{
  width: 0;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[217px\]{
  width: 217px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[288px\]{
  width: 288px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[75\%\]{
  width: 75%;
}
.w-full{
  width: 100%;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[116px\]{
  min-width: 116px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.max-w-\[185px\]{
  max-width: 185px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.break-words{
  overflow-wrap: break-word;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-none{
  border-radius: 0px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b-\[14px\]{
  border-bottom-width: 14px;
}
.border-l-\[8px\]{
  border-left-width: 8px;
}
.border-r-\[8px\]{
  border-right-width: 8px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#bebebe\]{
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
}
.border-\[transparent_transparent_\#AE7848_transparent\]{
  border-color: transparent transparent #AE7848 transparent;
}
.\!border-t-\[\#576656\]{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(87 102 86 / var(--tw-border-opacity)) !important;
}
.border-t-\[\#556F3B\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 111 59 / var(--tw-border-opacity));
}
.\!bg-\[\#556F3B\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 111 59 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#576656\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 102 86 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#E7E6DC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 220 / var(--tw-bg-opacity));
}
.bg-\[\#EFEFEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#576745\]{
  --tw-gradient-from: #576745 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 103 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#576745\]\/80{
  --tw-gradient-from: rgb(87 103 69 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 103 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#7A806C\]{
  --tw-gradient-to: #7A806C var(--tw-gradient-to-position);
}
.to-\[\#7A806C\]\/80{
  --tw-gradient-to: rgb(122 128 108 / 0.8) var(--tw-gradient-to-position);
}
.\!fill-\[\#576656\]{
  fill: #576656 !important;
}
.fill-\[\#556F3B\]{
  fill: #556F3B;
}
.fill-white{
  fill: #fff;
}
.\!p-0{
  padding: 0px !important;
}
.p-4{
  padding: 1rem;
}
.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-optima{
  font-family: Optima;
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.\!text-\[21px\]{
  font-size: 21px !important;
}
.\!text-\[32px\]{
  font-size: 32px !important;
}
.\!text-\[calc\(18px\*var\(--fs-ratio\)\)\]{
  font-size: calc(18px * var(--fs-ratio)) !important;
}
.\!text-\[calc\(21px\*var\(--fs-ratio\)\)\]{
  font-size: calc(21px * var(--fs-ratio)) !important;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[calc\(18px\*var\(--fs-ratio\)\)\]{
  font-size: calc(18px * var(--fs-ratio));
}
.text-\[calc\(20px\*var\(--fs-ratio\)\)\]{
  font-size: calc(20px * var(--fs-ratio));
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.leading-\[30px\]{
  line-height: 30px;
}
.tracking-\[0\.15rem\]{
  letter-spacing: 0.15rem;
}
.\!text-\[\#556F3B\]{
  --tw-text-opacity: 1 !important;
  color: rgb(85 111 59 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#576656\]{
  --tw-text-opacity: 1 !important;
  color: rgb(87 102 86 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#fff\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#556F3B\]{
  --tw-text-opacity: 1;
  color: rgb(85 111 59 / var(--tw-text-opacity));
}
.text-\[\#576656\]{
  --tw-text-opacity: 1;
  color: rgb(87 102 86 / var(--tw-text-opacity));
}
.text-\[\#71804A\]{
  --tw-text-opacity: 1;
  color: rgb(113 128 74 / var(--tw-text-opacity));
}
.text-\[\#FFC74D\]{
  --tw-text-opacity: 1;
  color: rgb(255 199 77 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.brightness-50{
  --tw-brightness: brightness(.5);
  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);
}
.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!duration-500{
  transition-duration: 500ms !important;
}
.\!duration-700{
  transition-duration: 700ms !important;
}
.duration-500{
  transition-duration: 500ms;
}
.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

:root {
    --animate-delay: 1s;
}

html {
    scroll-behavior: smooth;
}

body{
  position: relative;
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 220 / var(--tw-bg-opacity));
  padding: 0px;
  font-family: "Noto Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

body[data-lang="tc"]{
  font-family: "Noto Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

body[page="home"] {
        /*

        .btn-menu {
            >div {
                @apply bg-white;
            }

            &:hover {
                >div {
                    @apply bg-[#576656];
                }
            }
        }
        .text3A {
            @apply text-white;
        }

        .lang {
            @apply text-white;
        }

        .angle-down {
            @apply border-[white_transparent_transparent_transparent];
        }
        */
    }

body[page="latest-news"] .logo-wfsk svg{
  fill: #576656 !important;
}

body[page="latest-news"] .btn-menu >div{
  --tw-bg-opacity: 1;
  background-color: rgb(87 102 86 / var(--tw-bg-opacity));
}

body[page="latest-news"] .text3A span{
  --tw-text-opacity: 1;
  color: rgb(87 102 86 / var(--tw-text-opacity));
}

body[page="latest-news"] .text3A i{
  --tw-border-opacity: 1;
  border-top-color: rgb(87 102 86 / var(--tw-border-opacity));
}

.header{
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 40;
  height: 96px;
}

.header .inner-header{
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer{
  position: relative;
}

.footer .inner-footer{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(87 103 69 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 103 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(122 128 108 / 0.75) var(--tw-gradient-to-position);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px){

  .footer .inner-footer{
    flex-direction: row;
    align-items: flex-end;
  }
}

.main-menu{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(87 103 69 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 103 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(122 128 108 / 0.9) var(--tw-gradient-to-position);
}

@media (min-width: 992px){

  .main-menu{
    width: 240px;
  }
}

.main-menu .inner-menu{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px){

  .main-menu .inner-menu{
    align-items: flex-start;
  }
}

.main-menu .menu-item{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.main-menu .menu-item >a{
  position: relative;
  display: block;
  transform-origin: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 992px){

  .main-menu .menu-item >a{
    padding-left: 2.5rem;
  }

  .main-menu .menu-item >a::before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    display: block;
    height: 1px;
    width: 35px;
    transform-origin: left;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (max-width: 991px){

  .main-menu .menu-item >a{
    font-size: 24px;
    font-weight: 300;
  }
}

.btn-menu{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 1rem;
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 21px;
  width: 32px;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-menu:hover{
  --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));
}

.btn-menu > div{
  display: block;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 992px){

  .btn-menu > div{
    --tw-bg-opacity: 1;
    background-color: rgb(87 102 86 / var(--tw-bg-opacity));
  }
}

.btn-close{
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  z-index: 10;
  height: 24px;
  width: 24px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-close:hover{
  --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));
}

.show-admin-bar .btn-close{
  top: 3.25rem;
}

.section{
  position: relative;
}

.angle-down{
  height: 0px;
  width: 0px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 7px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #576656 transparent transparent transparent;
}

.section-title{
  font-size: calc(36px * var(--fs-ratio));
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 991px){

  .section-title{
    margin-bottom: 1rem;
  }
}

.section-desc{
  text-align: justify;
  font-size: calc(21px * var(--fs-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 991px){

  .section-desc{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.layer{
  position: absolute;
  inset: 0px;
  z-index: 0;
  margin: auto;
}

.layer.bg-layer{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-content{
  min-height: 100vh;
  padding-top: var(--header-height);
}

/* decimal */
ol.list-decimal-brackets {
    counter-reset: list;
    padding-left: 2.8rem;
}

ol.list-decimal-brackets > li {
    position: relative;
    list-style: none;
    letter-spacing: 0.05em;
}

ol.list-decimal-brackets > li:before {
    content: "(" counter(list, decimal) ") ";
    counter-increment: list;
    position: absolute;
    left: -2.5rem;
}

.pagination-number,
.page-buttons{
  font-size: 1.1rem;
  background-color: lightblue;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}

.pagination-number:hover,
.page-buttons:not(.disabled):hover {
  background: lightblue;
}

.pagination-number.active {
    color: #fff;
    background: #0c313f;
}

.olStyle{
    display: inline-block;
    text-align: left;
}

.hidden {
    display: none;
}


.scrollbar-track.scrollbar-track-y{
  background-color: transparent;
}


.scrollbar-track .scrollbar-thumb.scrollbar-thumb-y{
  --tw-bg-opacity: 1;
  background-color: rgb(85 111 59 / var(--tw-bg-opacity));
}

a.link{
  --tw-text-opacity: 1;
  color: rgb(87 102 86 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.link:hover{
  font-weight: 500;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:\!h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px !important;
}

.before\:pb-\[100\%\]::before{
  content: var(--tw-content);
  padding-bottom: 100%;
}

.before\:pb-\[45\%\]::before{
  content: var(--tw-content);
  padding-bottom: 45%;
}

.before\:\!content-\[\'\(2\)\'\]::before{
  --tw-content: '(2)' !important;
  content: var(--tw-content) !important;
}

.before\:\!content-\[\'\(3\)\'\]::before{
  --tw-content: '(3)' !important;
  content: var(--tw-content) !important;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:\!bg-\[\#576656\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 102 86 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#556F3B\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(85 111 59 / var(--tw-bg-opacity));
}

.hover\:text-\[\#fff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:before\:h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}

@media (min-width: 992px){

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:right-16{
    right: 4rem;
  }

  .lg\:top-\[calc\(100vh-100px-6rem\)\]{
    top: calc(100vh - 100px - 6rem);
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-3\/4{
    height: 75%;
  }

  .lg\:h-\[64px\]{
    height: 64px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-\[145px\]{
    width: 145px;
  }

  .lg\:w-\[220px\]{
    width: 220px;
  }

  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pl-\[calc\(3rem\+120px\)\]{
    padding-left: calc(3rem + 120px);
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:\!text-\[21px\]{
    font-size: 21px !important;
  }

  .lg\:text-\[\#576656\]{
    --tw-text-opacity: 1;
    color: rgb(87 102 86 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:\!text-\[21px\]{
    font-size: 21px !important;
  }
}

@media (min-width: 1200px){

  .xl\:w-\[240px\]{
    width: 240px;
  }
}

@media (max-width: 991px){

  .mobileOnly\:mt-4{
    margin-top: 1rem;
  }

  .mobileOnly\:block{
    display: block;
  }

  .mobileOnly\:hidden{
    display: none;
  }

  .mobileOnly\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .mobileOnly\:border-b-\[1px\]{
    border-bottom-width: 1px;
  }

  .mobileOnly\:border-solid{
    border-style: solid;
  }

  .mobileOnly\:border-b-white{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .mobileOnly\:border-t-white{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .mobileOnly\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mobileOnly\:pt-4{
    padding-top: 1rem;
  }

  .mobileOnly\:text-center{
    text-align: center;
  }

  .mobileOnly\:\!text-\[32px\]{
    font-size: 32px !important;
  }

  .mobileOnly\:text-\[calc\(16px\*var\(--fs-ratio\)\)\]{
    font-size: calc(16px * var(--fs-ratio));
  }

  .mobileOnly\:text-\[calc\(18px\*var\(--fs-ratio\)\)\]{
    font-size: calc(18px * var(--fs-ratio));
  }

  .mobileOnly\:\!font-bold{
    font-weight: 700 !important;
  }
}