*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
@media (hover:hover) {

  .daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn):active,
.daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn).daisy-active,
.daisy-menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }
}
.daisy-btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  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-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled {
  pointer-events: none;
}
:where(.daisy-btn:is(input[type="checkbox"])),
:where(.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-dropdown {
  position: relative;
  display: inline-block;
}
.daisy-dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.daisy-dropdown .daisy-dropdown-content {
  position: absolute;
}
.daisy-dropdown:is(:not(details)) .daisy-dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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: 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;
}
.daisy-dropdown-end .daisy-dropdown-content {
  inset-inline-end: 0px;
}
.daisy-dropdown-left .daisy-dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}
.daisy-dropdown-right .daisy-dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}
.daisy-dropdown-bottom .daisy-dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}
.daisy-dropdown-top .daisy-dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.daisy-dropdown-end.daisy-dropdown-right .daisy-dropdown-content {
  bottom: 0px;
  top: auto;
}
.daisy-dropdown-end.daisy-dropdown-left .daisy-dropdown-content {
  bottom: 0px;
  top: auto;
}
.daisy-dropdown.daisy-dropdown-open .daisy-dropdown-content,
.daisy-dropdown:not(.daisy-dropdown-hover):focus .daisy-dropdown-content,
.daisy-dropdown:focus-within .daisy-dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) {

  .daisy-dropdown.daisy-dropdown-hover:hover .daisy-dropdown-content {
    visibility: visible;
    opacity: 1;
  }

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

  @supports (color: color-mix(in oklab, black, black)) {

    .daisy-btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {

    .daisy-btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

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

  .daisy-btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0% 0 0)) {

    .daisy-btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

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

  @supports (color: color-mix(in oklab, black, black)) {

    .daisy-btn:is(input[type="checkbox"]:checked):hover, .daisy-btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .daisy-dropdown.daisy-dropdown-hover:hover .daisy-dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(.daisy-active, .daisy-btn):hover, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(.daisy-active, .daisy-btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {

    :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(.daisy-active, .daisy-btn):hover, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(.daisy-active, .daisy-btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }
}
.daisy-dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}
.daisy-join .daisy-dropdown .daisy-join-item:first-child:not(:last-child),
  .daisy-join *:first-child:not(:last-child) .daisy-dropdown .daisy-join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.daisy-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.daisy-menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}
.daisy-menu :where(li:not(.daisy-menu-title) > *:not(ul, details, .daisy-menu-title, .daisy-btn)), .daisy-menu :where(li:not(.daisy-menu-title) > details > summary:not(.daisy-menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.daisy-menu li.daisy-disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.daisy-menu :where(li > .daisy-menu-dropdown:not(.daisy-menu-dropdown-show)) {
  display: none;
}
:where(.daisy-menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.daisy-menu li) .daisy-badge {
  justify-self: end;
}
.daisy-swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.daisy-swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.daisy-swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.daisy-swap .daisy-swap-on,
.daisy-swap .daisy-swap-indeterminate,
.daisy-swap input:indeterminate ~ .daisy-swap-on {
  opacity: 0;
}
.daisy-swap input:checked ~ .daisy-swap-off,
.daisy-swap-active .daisy-swap-off,
.daisy-swap input:indeterminate ~ .daisy-swap-off {
  opacity: 0;
}
.daisy-swap input:checked ~ .daisy-swap-on,
.daisy-swap-active .daisy-swap-on,
.daisy-swap input:indeterminate ~ .daisy-swap-indeterminate {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {

  .daisy-btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}
.daisy-btn:active:hover,
  .daisy-btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

  .daisy-btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }
}
.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-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --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-ghost.daisy-btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.daisy-btn.daisy-btn-disabled,
  .daisy-btn[disabled],
  .daisy-btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.daisy-btn:is(input[type="checkbox"]:checked),
.daisy-btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(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: var(--fallback-p,oklch(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;
  }
}
.daisy-dropdown.daisy-dropdown-open .daisy-dropdown-content,
.daisy-dropdown:focus .daisy-dropdown-content,
.daisy-dropdown:focus-within .daisy-dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.daisy-join > :where(*:not(:first-child)):is(.daisy-btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}
:where(.daisy-menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}
.daisy-menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}
.daisy-menu :where(li:not(.daisy-menu-title) > *:not(ul, details, .daisy-menu-title, .daisy-btn)),
.daisy-menu :where(li:not(.daisy-menu-title) > details > summary:not(.daisy-menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  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;
  text-wrap: balance;
}
:where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(summary, .daisy-active, .daisy-btn).daisy-focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):not(summary, .daisy-active, .daisy-btn):focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > *:not(ul, details, .daisy-menu-title)):is(summary):not(.daisy-active, .daisy-btn):focus-visible, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(summary, .daisy-active, .daisy-btn).daisy-focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):not(summary, .daisy-active, .daisy-btn):focus, :where(.daisy-menu li:not(.daisy-menu-title, .daisy-disabled) > details > summary:not(.daisy-menu-title)):is(summary):not(.daisy-active, .daisy-btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn):active,
.daisy-menu li > *:not(ul, .daisy-menu-title, details, .daisy-btn).daisy-active,
.daisy-menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.daisy-menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.daisy-menu :where(li > details > summary):after,
.daisy-menu :where(li > .daisy-menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.daisy-menu :where(li > details[open] > summary):after,
.daisy-menu :where(li > .daisy-menu-dropdown-toggle.daisy-menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
@keyframes modal-pop {

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

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

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

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

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

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

  100% {
    transform: translateY(0);
  }
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.daisy-swap-rotate .daisy-swap-on,
.daisy-swap-rotate .daisy-swap-indeterminate,
.daisy-swap-rotate input:indeterminate ~ .daisy-swap-on {
  --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));
}
.daisy-swap-rotate input:checked ~ .daisy-swap-off,
.daisy-swap-active:where(.daisy-swap-rotate) .daisy-swap-off,
.daisy-swap-rotate input:indeterminate ~ .daisy-swap-off {
  --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));
}
.daisy-swap-rotate input:checked ~ .daisy-swap-on,
.daisy-swap-active:where(.daisy-swap-rotate) .daisy-swap-on,
.daisy-swap-rotate input:indeterminate ~ .daisy-swap-indeterminate {
  --tw-rotate: 0deg;
  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));
}
.daisy-swap-flip .daisy-swap-on,
.daisy-swap-flip .daisy-swap-indeterminate,
.daisy-swap-flip input:indeterminate ~ .daisy-swap-on {
  transform: rotateY(180deg);
  backface-visibility: hidden;
  opacity: 1;
}
.daisy-swap-flip input:checked ~ .daisy-swap-off,
.daisy-swap-active:where(.daisy-swap-flip) .daisy-swap-off,
.daisy-swap-flip input:indeterminate ~ .daisy-swap-off {
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  opacity: 1;
}
.daisy-swap-flip input:checked ~ .daisy-swap-on,
.daisy-swap-active:where(.daisy-swap-flip) .daisy-swap-on,
.daisy-swap-flip input:indeterminate ~ .daisy-swap-indeterminate {
  transform: rotateY(0deg);
}
@keyframes toast-pop {

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.daisy-join.daisy-join-vertical > :where(*:not(:first-child)):is(.daisy-btn) {
  margin-top: calc(var(--border-btn) * -1);
}
.daisy-join.daisy-join-horizontal > :where(*:not(:first-child)):is(.daisy-btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}
.invisible {
  visibility: hidden;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!inset-x-\[20px\] {
  left: 20px !important;
  right: 20px !important;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.\!bottom-\[20px\] {
  bottom: 20px !important;
}
.\!top-\[calc\(var\(--header-height\)\+10px\)\] {
  top: calc(var(--header-height) + 10px) !important;
}
.bottom-\[calc\(80px\+1\.4em\)\] {
  bottom: calc(80px + 1.4em);
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-\[15px\] {
  top: 15px;
}
.top-full {
  top: 100%;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[0\.8em\] {
  height: 0.8em;
}
.h-\[1\.5em\] {
  height: 1.5em;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[2\.5em\] {
  height: 2.5em;
}
.h-\[2\.6em\] {
  height: 2.6em;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[3em\] {
  height: 3em;
}
.h-\[calc\(100svh-var\(--header-height\)\)\] {
  height: calc(100svh - var(--header-height));
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-svh {
  height: 100svh;
}
.max-h-\[calc\(100vw\*\(1000\/1440\)\)\] {
  max-height: calc(100vw * (1000 / 1440));
}
.max-h-\[calc\(100vw\*\(468\/375\)\)\] {
  max-height: calc(100vw * (468 / 375));
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[2\.5em\] {
  min-height: 2.5em;
}
.min-h-\[2\.6em\] {
  min-height: 2.6em;
}
.min-h-\[3em\] {
  min-height: 3em;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[calc\(100vw\*\(700\/1440\)\)\] {
  min-height: calc(100vw * (700 / 1440));
}
.min-h-full {
  min-height: 100%;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[253px\] {
  width: 253px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[99px\] {
  width: 99px;
}
.w-\[calc\(310\/1440\*100vw\)\] {
  width: calc(310 / 1440 * 100vw);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1145px\] {
  max-width: 1145px;
}
.max-w-\[1270px\] {
  max-width: 1270px;
}
.max-w-\[196px\] {
  max-width: 196px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[212px\] {
  max-width: 212px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[357px\] {
  max-width: 357px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-none {
  max-width: none;
}
.origin-left {
  transform-origin: left;
}
.-rotate-45 {
  --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));
}
.rotate-45 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[5px\] {
  gap: 5px;
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-\[50px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-none {
  border-radius: 0px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.bg-\[\#232D23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#282832\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#96825A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 130 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CDB49B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 155 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DCD7CD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 215 205 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--text-color\)\] {
  background-color: var(--text-color);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-colorPrimary {
  --tw-bg-opacity: 1;
  background-color: rgb(150 130 90 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#232D23\] {
  --tw-gradient-from: #232D23 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 45 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#282832\] {
  --tw-gradient-from: #282832 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 40 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#CDB49B\] {
  --tw-gradient-from: #CDB49B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 180 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#DCD7CD\] {
  --tw-gradient-from: #DCD7CD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 215 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[25\%\] {
  --tw-gradient-from-position: 25%;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-\[75\%\] {
  --tw-gradient-to-position: 75%;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[50px\] {
  padding: 50px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[var\(--header-height\)\] {
  padding-top: var(--header-height);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-\[calc\(12\/14\*1em\)\] {
  font-size: calc(12 / 14 * 1em);
}
.text-\[calc\(16\/14\*1em\)\] {
  font-size: calc(16 / 14 * 1em);
}
.text-\[calc\(17\/14\*1em\)\] {
  font-size: calc(17 / 14 * 1em);
}
.text-\[calc\(18\/14\*1em\)\] {
  font-size: calc(18 / 14 * 1em);
}
.text-\[calc\(20\/14\*1em\)\] {
  font-size: calc(20 / 14 * 1em);
}
.text-\[calc\(24\/14\*1em\)\] {
  font-size: calc(24 / 14 * 1em);
}
.text-\[calc\(26\/14\*1em\)\] {
  font-size: calc(26 / 14 * 1em);
}
.text-\[calc\(34\/12\*1em\)\] {
  font-size: calc(34 / 12 * 1em);
}
.text-\[calc\(8\/14\*1em\)\] {
  font-size: calc(8 / 14 * 1em);
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-none {
  line-height: 1;
}
.text-\[\#232D23\] {
  --tw-text-opacity: 1;
  color: rgb(35 45 35 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[var\(--text-color\)\] {
  color: var(--text-color);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.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-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background\] {
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[border-color\] {
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c background\] {
  transition-property: opacity,background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c color\] {
  transition-property: transform,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.\!duration-300 {
  transition-duration: 300ms !important;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.will-change-transform {
  will-change: transform;
}
.\[--rounded-btn\:0\] {
  --rounded-btn: 0;
}
.\[--text-color\:\#96825A\] {
  --text-color: #96825A;
}
.\[--text-color\:\#979797\] {
  --text-color: #979797;
}
.\[--text-color\:\#fff\] {
  --text-color: #fff;
}

:root {
    --header-height: 0;
    --box-padding: 30px;
}

@media (min-width: 769px) {

:root {
        --box-padding: 60px
}
    }

html {
  height: auto;
  scroll-behavior: smooth;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-family: "Visuelt Pro", "Noto Sans HK", "Noto Sans SC", sans-serif;
}

.prose {
  max-width: none !important;
}

.prose :where(p):not(:where([class~="not-prose"] *)),
    .prose :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose :where(p):not(:where([class~="not-prose"] *)):first-child, .prose :where(ol):not(:where([class~="not-prose"] *)):first-child {
  margin-top: 0px;
}

.prose :where(p):not(:where([class~="not-prose"] *)):last-child, .prose :where(ol):not(:where([class~="not-prose"] *)):last-child {
  margin-bottom: 0px;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.75em;
}

:root:has(.header .mobile-menu) {
    overflow: hidden;
}

.header .menu .menu-item {
  position: relative;
  border-bottom-width: 1px;
  border-color: var(--text-color);
  font-size: calc(16 / 14 * 1em);
  line-height: 2em;
  color: var(--text-color);
}

@media (min-width: 769px) {

.header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

            .header .menu .menu-item {
    border-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: calc(18 / 14 * 1em);
    line-height: 1;
  }

                .header .menu .menu-item a {
    display: block;
  }

                .header .menu .menu-item::before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1px;
    width: 0px;
    background-color: var(--text-color);
    opacity: 1;
    transition-property: opacity,width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: '';
    content: var(--tw-content);
  }
                    .header .menu .menu-item:hover::before {
    width: 100%;
  }
        }

.header .btn-menu {
  margin-right: -10px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  padding: 10px;
}

.header .btn-menu > div {
  position: relative;
  height: 1px;
  width: 25px;
  background-color: var(--text-color);
  transition-property: background,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header .btn-menu.active > div {
  background-color: transparent;
}

.footer .prose {
  line-height: 1.4;
        --tw-prose-body: var(--box-text-color, #232d23);
        --tw-prose-headings: var(--box-text-color, #232d23);
        --tw-prose-lead: var(--box-text-color, #232d23);
        --tw-prose-links: var(--box-text-color, #232d23);
        --tw-prose-bold: var(--box-text-color, #232d23);
        --tw-prose-counters: var(--box-text-color, #232d23);
        --tw-prose-bullets: var(--box-text-color, #232d23);
        --tw-prose-hr: var(--box-text-color, #232d23);
        --tw-prose-quotes: var(--box-text-color, #232d23);
        --tw-prose-quote-borders: var(--box-text-color, #232d23);
        --tw-prose-captions: var(--box-text-color, #232d23);
        --tw-prose-code: var(--box-text-color, #232d23);
        --tw-prose-pre-code: var(--box-text-color, #232d23);
        --tw-prose-pre-bg: var(--box-text-color, #232d23);
        --tw-prose-th-borders: var(--box-text-color, #232d23);
        --tw-prose-td-borders: var(--box-text-color, #232d23);
        --tw-prose-invert-body: var(--box-text-color, #232d23);
        --tw-prose-invert-headings: var(--box-text-color, #232d23);
        --tw-prose-invert-lead: var(--box-text-color, #232d23);
        --tw-prose-invert-links: var(--box-text-color, #232d23);
        --tw-prose-invert-bold: var(--box-text-color, #232d23);
        --tw-prose-invert-counters: var(--box-text-color, #232d23);
        --tw-prose-invert-bullets: var(--box-text-color, #232d23);
        --tw-prose-invert-hr: var(--box-text-color, #232d23);
        --tw-prose-invert-quotes: var(--box-text-color, #232d23);
        --tw-prose-invert-quote-borders: var(--box-text-color, #232d23);
        --tw-prose-invert-captions: var(--box-text-color, #232d23);
        --tw-prose-invert-code: var(--box-text-color, #232d23);
        --tw-prose-invert-pre-code: var(--box-text-color, #232d23);
        --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
        --tw-prose-invert-th-borders: var(--box-text-color, #232d23);
        --tw-prose-invert-td-borders: var(--box-text-color, #232d23);
}

:root:has(:is(.popup-box-wrapper[class*="fixed"]:not(.animate__animated))) {
    overflow: hidden;
}

.popup-box-wrapper {
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overscroll-behavior: contain;
}

.popup-box-wrapper:not([class*='z-']) {
  z-index: 9;
}

.popup-box-wrapper .popup-box {
  position: relative;
  z-index: 2;
  display: flex;
  height: var(--box-height,auto);
  max-height: calc(100% - 60px);
  width: var(--box-width,1145px);
  max-width: calc(100% - 120px);
  flex-direction: column;
  gap: calc(var(--box-padding) / 4);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  --tw-bg-opacity: 1;
  background-color: rgb(150 130 90 / var(--tw-bg-opacity, 1));
  padding: var(--box-padding);
  color: var(--box-text-color,#fff);
}

.popup-box-wrapper .popup-box .inner-content {
  height: auto;
  max-height: 100%;
}

.popup-box-wrapper .popup-box .inner-content:has(.scrollbar-track.scrollbar-track-y[style*="display: block"]) {
  margin-right: calc(calc(var(--box-padding) / 2) * -1);
  padding-right: calc(var(--box-padding) / 2);
}

.popup-box-wrapper .popup-box .inner-content > .scrollbar-track.scrollbar-track-y {
  right: 0px;
  width: 4px;
  overflow: visible;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 155 / var(--tw-bg-opacity, 1));
}

.popup-box-wrapper .popup-box .inner-content > .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  left: 0px;
  right: 0px;
  width: auto;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 35 / var(--tw-bg-opacity, 1));
}

.popup-box-wrapper .popup-box .inner-content .prose {
  line-height: 1.4;
                --tw-prose-body: var(--box-text-color, #fff);
                --tw-prose-headings: var(--box-text-color, #fff);
                --tw-prose-lead: var(--box-text-color, #fff);
                --tw-prose-links: var(--box-text-color, #fff);
                --tw-prose-bold: var(--box-text-color, #fff);
                --tw-prose-counters: var(--box-text-color, #fff);
                --tw-prose-bullets: var(--box-text-color, #fff);
                --tw-prose-hr: var(--box-text-color, #fff);
                --tw-prose-quotes: var(--box-text-color, #fff);
                --tw-prose-quote-borders: var(--box-text-color, #fff);
                --tw-prose-captions: var(--box-text-color, #fff);
                --tw-prose-code: var(--box-text-color, #fff);
                --tw-prose-pre-code: var(--box-text-color, #fff);
                --tw-prose-pre-bg: var(--box-text-color, #fff);
                --tw-prose-th-borders: var(--box-text-color, #fff);
                --tw-prose-td-borders: var(--box-text-color, #fff);
                --tw-prose-invert-body: var(--box-text-color, #fff);
                --tw-prose-invert-headings: var(--box-text-color, #fff);
                --tw-prose-invert-lead: var(--box-text-color, #fff);
                --tw-prose-invert-links: var(--box-text-color, #fff);
                --tw-prose-invert-bold: var(--box-text-color, #fff);
                --tw-prose-invert-counters: var(--box-text-color, #fff);
                --tw-prose-invert-bullets: var(--box-text-color, #fff);
                --tw-prose-invert-hr: var(--box-text-color, #fff);
                --tw-prose-invert-quotes: var(--box-text-color, #fff);
                --tw-prose-invert-quote-borders: var(--box-text-color, #fff);
                --tw-prose-invert-captions: var(--box-text-color, #fff);
                --tw-prose-invert-code: var(--box-text-color, #fff);
                --tw-prose-invert-pre-code: var(--box-text-color, #fff);
                --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
                --tw-prose-invert-th-borders: var(--box-text-color, #fff);
                --tw-prose-invert-td-borders: var(--box-text-color, #fff);
}

.disclaimer-widget {
  display: flex;
  font-size: 1rem;
}

.layout-board .disclaimer-widget {
  --tw-scale-x: calc(1 / var(--layout-scale));
  --tw-scale-y: calc(1 / var(--layout-scale));
  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));
}

.disclaimer-widget:not([class*="relative"]) {
  position: absolute;
}

.disclaimer-widget:not([class*="relative"]):not([class*="bottom-"]) {
  bottom: 15px;
}

.disclaimer-widget:not([class*="relative"]):not([class*="left-"]) {
  left: 20px;
}

.disclaimer-widget:not([class*="relative"]):not([class*="right-"]) {
  right: 20px;
}

.layout-board .disclaimer-widget:not([class*="relative"]):not([class*="max-w-"]) {
  max-width: calc((100% - 40px) * var(--layout-scale));
}

@media (min-width: 769px) {

.disclaimer-widget:not([class*="relative"]):not([class*="bottom-"]) {
    bottom: 20px;
  }

.disclaimer-widget:not([class*="relative"]):not([class*="left-"]) {
    left: 60px;
  }

.disclaimer-widget:not([class*="relative"]):not([class*="right-"]) {
    right: 60px;
  }

.layout-board .disclaimer-widget:not([class*="relative"]):not([class*="max-w-"]) {
    max-width: calc((100% - 120px) * var(--layout-scale));
  }
        }

.disclaimer-widget.justify-start:not([class*="origin-"]) {
  transform-origin: bottom left;
}

.disclaimer-widget.justify-end {
  margin-left: auto;
}

.disclaimer-widget.justify-end:not([class*="origin-"]) {
  transform-origin: bottom right;
}

.disclaimer-widget .caption {
  position: relative;
  z-index: 4;
  padding: 5px;
  font-size: calc(8 / 14 * 1em);
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: var(--btn-color,#fff);
  --tw-drop-shadow: drop-shadow(var(--btn-shadow,0 0 3px rgba(0,0,0,1)));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 769px) {

  .disclaimer-widget .caption {
    font-size: 1em;
  }
}

.disclaimer-widget .btn-disclaimer {
  position: relative;
  z-index: 4;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: calc(8 / 14 * 1em);
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--btn-color,#fff);
  --tw-drop-shadow: drop-shadow(var(--btn-shadow,0 0 3px rgba(0,0,0,1)));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 769px) {

  .disclaimer-widget .btn-disclaimer {
    font-size: 1em;
  }
}

.disclaimer-widget .disclaimer-box {
  position: absolute;
  bottom: 100%;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  background-color: rgb(150 130 90 / 0.8);
  padding: 30px 15px 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
  --tw-backdrop-blur: blur(8px);
  -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);
}

.disclaimer-widget .disclaimer-box .btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  width: 25px;
  cursor: pointer;
}

.disclaimer-widget .disclaimer-box .inner-content {
  position: relative;
  z-index: 2;
  height: auto;
  max-height: 100px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.disclaimer-widget .disclaimer-box .inner-content:has(.scrollbar-track.scrollbar-track-y[style*="display: block"]) {
  margin-right: -15px;
  padding-right: 15px;
}

.disclaimer-widget .disclaimer-box .inner-content > .scrollbar-track.scrollbar-track-y {
  right: 0px;
  width: 4px;
  overflow: visible;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 155 / var(--tw-bg-opacity, 1));
}

.disclaimer-widget .disclaimer-box .inner-content > .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  left: 0px;
  right: 0px;
  width: auto;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 35 / var(--tw-bg-opacity, 1));
}

.disclaimer-widget .disclaimer-box .inner-content .prose {
  line-height: 1.4;
                --tw-prose-body: #fff;
                --tw-prose-headings: #fff;
                --tw-prose-lead: #fff;
                --tw-prose-links: #fff;
                --tw-prose-bold: #fff;
                --tw-prose-counters: #fff;
                --tw-prose-bullets: #fff;
                --tw-prose-hr: #fff;
                --tw-prose-quotes: #fff;
                --tw-prose-quote-borders: #fff;
                --tw-prose-captions: #fff;
                --tw-prose-code: #fff;
                --tw-prose-pre-code: #fff;
                --tw-prose-pre-bg: #fff;
                --tw-prose-th-borders: #fff;
                --tw-prose-td-borders: #fff;
                --tw-prose-invert-body: #fff;
                --tw-prose-invert-headings: #fff;
                --tw-prose-invert-lead: #fff;
                --tw-prose-invert-links: #fff;
                --tw-prose-invert-bold: #fff;
                --tw-prose-invert-counters: #fff;
                --tw-prose-invert-bullets: #fff;
                --tw-prose-invert-hr: #fff;
                --tw-prose-invert-quotes: #fff;
                --tw-prose-invert-quote-borders: #fff;
                --tw-prose-invert-captions: #fff;
                --tw-prose-invert-code: #fff;
                --tw-prose-invert-pre-code: #fff;
                --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
                --tw-prose-invert-th-borders: #fff;
                --tw-prose-invert-td-borders: #fff;
                font-size: calc(12 / 14 * 1em);
}

.disclaimer-widget .disclaimer-box .inner-content .prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.disclaimer-widget .disclaimer-box .inner-content ol:has(li[value]), .disclaimer-widget .disclaimer-box .inner-content li:has(li[value]) {
                    list-style-type: none;
                    padding-left: 0;
                }

.disclaimer-widget .disclaimer-box .inner-content ol:has(li[value]) li, .disclaimer-widget .disclaimer-box .inner-content li:has(li[value]) li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.disclaimer-widget .disclaimer-box .inner-content ol:has(li[value]) li::before, .disclaimer-widget .disclaimer-box .inner-content li:has(li[value]) li::before {
                            content: attr(value) ". ";
                            min-width: 1em;
                            text-align: right;
                        }

.hover\:scale-\[1\.3\]:hover {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  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));
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.group.active .group-\[\.active\]\:-rotate-45 {
  --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));
}

.group.active .group-\[\.active\]\:rotate-45 {
  --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));
}

.group.active .group-\[\.active\]\:border-\[var\(--text-color\)\] {
  border-color: var(--text-color);
}

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

@media (min-width: 769px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[80px\] {
    bottom: 80px;
  }

  .md\:right-\[10px\] {
    right: 10px;
  }

  .md\:top-\[10px\] {
    top: 10px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:max-h-\[calc\(100vw\*\(1000\/1440\)\)\] {
    max-height: calc(100vw * (1000 / 1440));
  }

  .md\:max-h-\[calc\(100vw\*\(1000\/1440\)-var\(--header-height\)\)\] {
    max-height: calc(100vw * (1000 / 1440) - var(--header-height));
  }

  .md\:min-h-\[calc\(100vw\*\(700\/1440\)\)\] {
    min-height: calc(100vw * (700 / 1440));
  }

  .md\:w-\[141px\] {
    width: 141px;
  }

  .md\:w-\[45px\] {
    width: 45px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-\[0\.65\] {
    --tw-scale-x: 0.65;
    --tw-scale-y: 0.65;
    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));
  }

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .md\:px-\[3em\] {
    padding-left: 3em;
    padding-right: 3em;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:pl-\[calc\(100vw\*\(310\/1440\)\)\] {
    padding-left: calc(100vw * (310 / 1440));
  }

  .md\:text-\[1em\] {
    font-size: 1em;
  }

  .md\:text-\[calc\(12\/14\*1em\)\] {
    font-size: calc(12 / 14 * 1em);
  }

  .md\:text-\[calc\(16\/14\*1em\)\] {
    font-size: calc(16 / 14 * 1em);
  }

  .md\:text-\[calc\(35\/14\*1em\)\] {
    font-size: calc(35 / 14 * 1em);
  }

  .md\:\[--box-height\:640px\] {
    --box-height: 640px;
  }
}

@media (min-width: 1441px) {

  .\32xl\:pl-\[310px\] {
    padding-left: 310px;
  }
}

.\[\&\.menu-open\]\:fixed.menu-open {
  position: fixed;
}

.\[\&\>div\]\:absolute>div {
  position: absolute;
}

.\[\&\>div\]\:inset-\[5px\]>div {
  inset: 5px;
}

.\[\&\>div\]\:m-auto>div {
  margin: auto;
}

.\[\&\>div\]\:h-\[1px\]>div {
  height: 1px;
}

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

@media (min-width: 769px) {

  .md\:\[\&\>div\]\:inset-\[10px\]>div {
    inset: 10px;
  }

  .md\:\[\&\>div\]\:h-\[2px\]>div {
    height: 2px;
  }
}

.\[\&_\.caption\]\:absolute .caption {
  position: absolute;
}

.\[\&_\.caption\]\:right-\[15px\] .caption {
  right: 15px;
}

.\[\&_\.caption\]\:flex .caption {
  display: flex;
}

.\[\&_\.caption\]\:min-h-\[2\.5em\] .caption {
  min-height: 2.5em;
}

.\[\&_\.caption\]\:max-w-\[120px\] .caption {
  max-width: 120px;
}

.\[\&_\.caption\]\:items-center .caption {
  align-items: center;
}

.\[\&_\.caption\]\:pt-0 .caption {
  padding-top: 0px;
}

.\[\&_\.caption\]\:text-right .caption {
  text-align: right;
}

@media (min-width: 769px) {

  .md\:\[\&_\.caption\]\:right-\[60px\] .caption {
    right: 60px;
  }

  .md\:\[\&_\.caption\]\:max-w-none .caption {
    max-width: none;
  }
}

.\[\&_\.disclaimer-box\]\:max-w-\[700px\] .disclaimer-box {
  max-width: 700px;
}

.\[\&_\.inner-board\[style\*\=\'scale\(1\)\'\]\]\:\!w-full .inner-board[style*='scale(1)'] {
  width: 100% !important;
}

.\[\&_\.menu-item\.active\]\:\[--text-color\:\#282832\] .menu-item.active {
  --text-color: #282832;
}

.\[\&_\.menu-item\:hover\]\:\[--text-color\:\#282832\] .menu-item:hover {
  --text-color: #282832;
}

.\[\&_\.menu-item\]\:duration-300 .menu-item {
  transition-duration: 300ms;
}

@media (min-width: 769px) {

  .md\:\[\&_\.overlay-layer\]\:\!bg-transparent .overlay-layer {
    background-color: transparent !important;
  }

  .md\:\[\&_\.popup-box\]\:py-\[calc\(var\(--box-padding\)\/2\)\] .popup-box {
    padding-top: calc(var(--box-padding) / 2);
    padding-bottom: calc(var(--box-padding) / 2);
  }
}

@media (max-width: 768px) {

  .mobileOnly\:\[\&_\.popup-box\]\:max-h-full .popup-box {
    max-height: 100%;
  }

  .mobileOnly\:\[\&_\.popup-box\]\:max-w-full .popup-box {
    max-width: 100%;
  }
}

.\[\&_path\]\:fill-current path {
  fill: currentColor;
}

.header:has(.mobile-menu:not([class*='Out'])) .\[\.header\:has\(\.mobile-menu\:not\(\[class\*\=\'Out\'\]\)\)_\&\]\:border-transparent {
  border-color: transparent;
}

.header:has(.mobile-menu:not([class*='Out'])) .\[\.header\:has\(\.mobile-menu\:not\(\[class\*\=\'Out\'\]\)\)_\&\]\:opacity-100 {
  opacity: 1;
}

.new-world-logo {
  width: 90% !important;
}
