/*
! tailwindcss v3.4.1 | 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: currentColor; /* 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 */
  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;
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}.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;
}.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  inset: 0px;
}.-bottom-2 {
  bottom: -0.5rem;
}.-bottom-32 {
  bottom: -8rem;
}.-left-28 {
  left: -7rem;
}.bottom-0 {
  bottom: 0px;
}.bottom-2 {
  bottom: 0.5rem;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-2 {
  left: 0.5rem;
}.left-2\.5 {
  left: 0.625rem;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-20 {
  top: 5rem;
}.top-4 {
  top: 1rem;
}.z-10 {
  z-index: 10;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-20 {
  margin-top: -5rem;
}.-mt-5 {
  margin-top: -1.25rem;
}.-mt-8 {
  margin-top: -2rem;
}.-mt-px {
  margin-top: -1px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-0\.5 {
  margin-bottom: 0.125rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-11 {
  margin-bottom: 2.75rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-28 {
  margin-bottom: 7rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-32 {
  margin-bottom: 8rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-40 {
  margin-bottom: 10rem;
}.mb-44 {
  margin-bottom: 11rem;
}.mb-48 {
  margin-bottom: 12rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.mb-\[230px\] {
  margin-bottom: 230px;
}.mr-2 {
  margin-right: 0.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-28 {
  margin-top: 7rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.flex {
  display: flex;
}.\!inline-flex {
  display: inline-flex !important;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.\!hidden {
  display: none !important;
}.hidden {
  display: none;
}.size-28 {
  width: 7rem;
  height: 7rem;
}.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}.size-4 {
  width: 1rem;
  height: 1rem;
}.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}.size-8 {
  width: 2rem;
  height: 2rem;
}.size-\[22px\] {
  width: 22px;
  height: 22px;
}.size-\[26px\] {
  width: 26px;
  height: 26px;
}.size-\[35px\] {
  width: 35px;
  height: 35px;
}.size-\[45px\] {
  width: 45px;
  height: 45px;
}.size-\[52px\] {
  width: 52px;
  height: 52px;
}.size-\[60px\] {
  width: 60px;
  height: 60px;
}.size-\[76px\] {
  width: 76px;
  height: 76px;
}.size-\[88px\] {
  width: 88px;
  height: 88px;
}.size-\[9px\] {
  width: 9px;
  height: 9px;
}.size-full {
  width: 100%;
  height: 100%;
}.h-1 {
  height: 0.25rem;
}.h-14 {
  height: 3.5rem;
}.h-20 {
  height: 5rem;
}.h-28 {
  height: 7rem;
}.h-56 {
  height: 14rem;
}.h-9 {
  height: 2.25rem;
}.h-\[182px\] {
  height: 182px;
}.h-\[185px\] {
  height: 185px;
}.h-\[195px\] {
  height: 195px;
}.h-\[303px\] {
  height: 303px;
}.h-\[35px\] {
  height: 35px;
}.h-\[58px\] {
  height: 58px;
}.h-\[608px\] {
  height: 608px;
}.h-\[65px\] {
  height: 65px;
}.h-\[669px\] {
  height: 669px;
}.h-\[75px\] {
  height: 75px;
}.h-\[77px\] {
  height: 77px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.min-h-screen {
  min-height: 100vh;
}.w-1 {
  width: 0.25rem;
}.w-1\.5 {
  width: 0.375rem;
}.w-1\/2 {
  width: 50%;
}.w-24 {
  width: 6rem;
}.w-28 {
  width: 7rem;
}.w-4\/5 {
  width: 80%;
}.w-\[108px\] {
  width: 108px;
}.w-\[289px\] {
  width: 289px;
}.w-\[371px\] {
  width: 371px;
}.w-\[478px\] {
  width: 478px;
}.w-\[523px\] {
  width: 523px;
}.w-auto {
  width: auto;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.min-w-\[800px\] {
  min-width: 800px;
}.\!max-w-\[1160px\] {
  max-width: 1160px !important;
}.\!max-w-\[1274px\] {
  max-width: 1274px !important;
}.\!max-w-\[1277px\] {
  max-width: 1277px !important;
}.\!max-w-\[1306px\] {
  max-width: 1306px !important;
}.\!max-w-\[1360px\] {
  max-width: 1360px !important;
}.\!max-w-\[293px\] {
  max-width: 293px !important;
}.\!max-w-\[475px\] {
  max-width: 475px !important;
}.\!max-w-\[805px\] {
  max-width: 805px !important;
}.\!max-w-\[924px\] {
  max-width: 924px !important;
}.max-w-\[1091px\] {
  max-width: 1091px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[260px\] {
  max-width: 260px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-\[371px\] {
  max-width: 371px;
}.max-w-\[387px\] {
  max-width: 387px;
}.max-w-\[400px\] {
  max-width: 400px;
}.max-w-\[404px\] {
  max-width: 404px;
}.max-w-\[440px\] {
  max-width: 440px;
}.max-w-\[475px\] {
  max-width: 475px;
}.max-w-\[478px\] {
  max-width: 478px;
}.max-w-\[495px\] {
  max-width: 495px;
}.max-w-\[500px\] {
  max-width: 500px;
}.max-w-\[504px\] {
  max-width: 504px;
}.max-w-\[734px\] {
  max-width: 734px;
}.max-w-\[770px\] {
  max-width: 770px;
}.max-w-\[800px\] {
  max-width: 800px;
}.max-w-\[924px\] {
  max-width: 924px;
}.max-w-md {
  max-width: 28rem;
}.shrink-0 {
  flex-shrink: 0;
}.grow {
  flex-grow: 1;
}.-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));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-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));
}.translate-x-\[calc\(-50\%\+3px\)\] {
  --tw-translate-x: calc(-50% + 3px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-24 {
  --tw-translate-y: 6rem;
  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-none {
  resize: none;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-\[auto_auto_auto\] {
  grid-template-columns: auto auto auto;
}.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;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-11 {
  gap: 2.75rem;
}.gap-14 {
  gap: 3.5rem;
}.gap-16 {
  gap: 4rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-36 {
  gap: 9rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-7 {
  gap: 1.75rem;
}.gap-8 {
  gap: 2rem;
}.gap-9 {
  gap: 2.25rem;
}.gap-\[30px\] {
  gap: 30px;
}.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-x-\[26px\] {
  -moz-column-gap: 26px;
       column-gap: 26px;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-12 {
  row-gap: 3rem;
}.gap-y-\[30px\] {
  row-gap: 30px;
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.\!rounded-\[14px\] {
  border-radius: 14px !important;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[14px\] {
  border-radius: 14px;
}.rounded-\[24px\] {
  border-radius: 24px;
}.rounded-\[25px\] {
  border-radius: 25px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-\[\#000000\]\/20 {
  border-color: rgb(0 0 0 / 0.2);
}.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-\[\#CFCDCD\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 205 205 / var(--tw-border-opacity));
}.border-black\/10 {
  border-color: rgb(34 34 34 / 0.1);
}.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity));
}.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(16 164 206 / var(--tw-border-opacity));
}.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 240 / var(--tw-bg-opacity));
}.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.bg-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(6 60 76 / var(--tw-bg-opacity));
}.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(239 125 0 / var(--tw-bg-opacity));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-10 {
  padding: 2.5rem;
}.p-12 {
  padding: 3rem;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-\[18px\] {
  padding: 18px;
}.\!py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}.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;
}.px-\[102px\] {
  padding-left: 102px;
  padding-right: 102px;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-28 {
  padding-bottom: 7rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-36 {
  padding-bottom: 9rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-\[200px\] {
  padding-bottom: 200px;
}.pr-5 {
  padding-right: 1.25rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-32 {
  padding-top: 8rem;
}.pt-36 {
  padding-top: 9rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-\[170px\] {
  padding-top: 170px;
}.pt-\[250px\] {
  padding-top: 250px;
}.pt-\[260px\] {
  padding-top: 260px;
}.pt-\[300px\] {
  padding-top: 300px;
}.pt-\[420px\] {
  padding-top: 420px;
}.text-center {
  text-align: center;
}.font-oswald {
  font-family: Oswald, sans-serif;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-9xl {
  font-size: 8rem;
  line-height: 1;
}.text-\[100px\]\/none {
  font-size: 100px;
  line-height: 1;
}.text-\[150px\] {
  font-size: 150px;
}.text-\[150px\]\/none {
  font-size: 150px;
  line-height: 1;
}.text-\[150px\]\/tight {
  font-size: 150px;
  line-height: 1.25;
}.text-\[25px\]\/loose {
  font-size: 25px;
  line-height: 2;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[32px\]\/tight {
  font-size: 32px;
  line-height: 1.25;
}.text-\[40px\] {
  font-size: 40px;
}.text-\[40px\]\/none {
  font-size: 40px;
  line-height: 1;
}.text-\[40px\]\/tight {
  font-size: 40px;
  line-height: 1.25;
}.text-\[55px\]\/tight {
  font-size: 55px;
  line-height: 1.25;
}.text-\[75px\]\/none {
  font-size: 75px;
  line-height: 1;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.uppercase {
  text-transform: uppercase;
}.leading-\[3\] {
  line-height: 3;
}.leading-relaxed {
  line-height: 1.625;
}.tracking-\[8px\] {
  letter-spacing: 8px;
}.text-\[\#F2F0F0\] {
  --tw-text-opacity: 1;
  color: rgb(242 240 240 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}.text-black\/75 {
  color: rgb(34 34 34 / 0.75);
}.text-gray {
  --tw-text-opacity: 1;
  color: rgb(242 240 240 / var(--tw-text-opacity));
}.text-primary {
  --tw-text-opacity: 1;
  color: rgb(16 164 206 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-0 {
  opacity: 0;
}.opacity-10 {
  opacity: 0.1;
}.opacity-100 {
  opacity: 1;
}.opacity-50 {
  opacity: 0.5;
}.shadow-\[5px_20px_50px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 5px 20px 50px rgba(0,0,0,0.05);
  --tw-shadow-colored: 5px 20px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.transition-all {
  transition-property: all;
  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;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}html {
  scroll-behavior: smooth;
}body {
  margin: 0px;
  padding: 0px;
}html,body {
  overscroll-behavior-y: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Poppins, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}* {
  box-sizing: border-box;
}img {
  display: block;
  height: auto;
  width: 100%;
}strong {
  font-weight: 700;
}.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1172px;
  padding-left: 1rem;
  padding-right: 1rem;
}a {
  display: inline-block;
  color: inherit;
  text-decoration-line: none;
}a:visited,a:hover {
  text-decoration-line: none;
}.button {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.button:hover {
  opacity: 0.7;
}@media (max-width: 1024px) {

  .button {
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (max-width: 768px) {

  .button {
    height: 2.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}@media (max-width: 480px) {

  .button {
    height: 2.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.prose {
  max-width: 100%;
}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}.prose h2 {
  margin-bottom: 3rem;
  font-size: 32px;
  line-height: 1.25;
}@media (max-width: 1024px) {

  .prose h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (max-width: 768px) {

  .prose h2 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (max-width: 480px) {

  .prose h2 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.prose h4 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 164 206 / var(--tw-text-opacity));
}@media (max-width: 1024px) {

  .prose h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (max-width: 768px) {

  .prose h4 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (max-width: 480px) {

  .prose h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.prose p {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(34 34 34 / 0.75);
}@media (max-width: 1024px) {

  .prose p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (max-width: 768px) {

  .prose p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (max-width: 480px) {

  .prose p {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.prose li {
  margin: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(34 34 34 / 0.75);
}@media (max-width: 1024px) {

  .prose li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (max-width: 768px) {

  .prose li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (max-width: 480px) {

  .prose li {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.prose li::marker {
  color: rgb(34 34 34 / 0.75);
}[data-opacity-move]{opacity:0;transform:translateY(20px);transition:transform .8s cubic-bezier(0.17, 0.16, 0.09, 0.93),opacity .8s cubic-bezier(0.17, 0.16, 0.09, 0.93)}[data-opacity-move].animate{opacity:1;transform:translateY(0)}[data-opacity]{opacity:.5;transition:opacity .8s ease-in-out}[data-opacity].animate{opacity:1}[data-chart-item]{width:0;transition:width .5s ease-in-out}[data-chart-item]>*{opacity:0;transition:opacity .4s .5s ease-in-out}[data-chart-item].animate{width:var(--width)}[data-chart-item].animate>*{opacity:1}[data-timeline-item]>div{opacity:.2;transform:translateY(20px);transition:opacity .8s ease-in-out,transform .8s ease-in-out}[data-timeline-item].animate>div{opacity:1;transform:translateY(0)}#burger {
  z-index: 50;
  display: none;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
}@media (max-width: 1200px) {

  #burger {
    display: flex;
  }
}#burger .wrapper {
  position: relative;
  height: 1.25rem;
  width: 1.5rem;
}#burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1.5px;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#burger span:first-child {
  top: 25%;
  left: 25%;
  width: 50%;
}#burger span:last-child {
  top: 75%;
  left: 75%;
  width: 50%;
}#burger.--active span:first-child {
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --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));
}#burger.--active span:nth-child(2) {
  opacity: 0;
}#burger.--active span:last-child {
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --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));
}.placeholder\:text-black\/50::-moz-placeholder {
  color: rgb(34 34 34 / 0.5);
}.placeholder\:text-black\/50::placeholder {
  color: rgb(34 34 34 / 0.5);
}.placeholder\:text-black\/75::-moz-placeholder {
  color: rgb(34 34 34 / 0.75);
}.placeholder\:text-black\/75::placeholder {
  color: rgb(34 34 34 / 0.75);
}.last\:mb-0:last-child {
  margin-bottom: 0px;
}.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:underline:hover {
  text-decoration-line: underline;
}.hover\:opacity-70:hover {
  opacity: 0.7;
}.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.data-\[visible\=\'true\'\]\:visible[data-visible='true'] {
  visibility: visible;
}.data-\[active-attraction-tab-content\=true\]\:block[data-active-attraction-tab-content=true] {
  display: block;
}.data-\[active-resort-tab-content\=true\]\:block[data-active-resort-tab-content=true] {
  display: block;
}.data-\[active-tab-content\=true\]\:block[data-active-tab-content=true] {
  display: block;
}.data-\[active-tab-content\=true\]\:flex[data-active-tab-content=true] {
  display: flex;
}.data-\[hover\=true\]\:scale-125[data-hover=true] {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}.data-\[active-tab-trigger\=true\]\:border-primary[data-active-tab-trigger=true] {
  --tw-border-opacity: 1;
  border-color: rgb(16 164 206 / var(--tw-border-opacity));
}.data-\[active\=\'true\'\]\:bg-primary[data-active='true'] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
}.data-\[active\=\'true\'\]\:text-white[data-active='true'] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.data-\[active-tab-trigger\=true\]\:opacity-100[data-active-tab-trigger=true] {
  opacity: 1;
}.data-\[hover\=false\]\:opacity-50[data-hover=false] {
  opacity: 0.5;
}.data-\[visible\=\'true\'\]\:opacity-100[data-visible='true'] {
  opacity: 1;
}.group[data-accept='true'] .group-data-\[accept\=\'true\'\]\:block {
  display: block;
}.group[data-status='active'] .group-data-\[status\=\'active\'\]\:block {
  display: block;
}.group[data-active-tab-trigger=true] .group-data-\[active-tab-trigger\=true\]\:hidden {
  display: none;
}.group[data-hover=true] .group-data-\[hover\=true\]\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group[data-accept='true'] .group-data-\[accept\=\'true\'\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
}.group[data-status='active'] .group-data-\[status\=\'active\'\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(16 164 206 / var(--tw-bg-opacity));
}.group[data-active-attraction-tab=false] .group-data-\[active-attraction-tab\=false\]\:opacity-50 {
  opacity: 0.5;
}.group[data-active-resort-tab=false] .group-data-\[active-resort-tab\=false\]\:opacity-50 {
  opacity: 0.5;
}@media (max-width: 1301px) {

  .\-2xl\:\!-left-10 {
    left: -2.5rem !important;
  }

  .\-2xl\:\!-left-5 {
    left: -1.25rem !important;
  }

  .\-2xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\-2xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\-2xl\:text-\[80px\] {
    font-size: 80px;
  }
}@media (max-width: 1200px) {

  .-xl\:invisible {
    visibility: hidden;
  }

  .-xl\:fixed {
    position: fixed;
  }

  .-xl\:inset-0 {
    inset: 0px;
  }

  .-xl\:\!-left-5 {
    left: -1.25rem !important;
  }

  .-xl\:\!left-0 {
    left: 0px !important;
  }

  .-xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .-xl\:-bottom-20 {
    bottom: -5rem;
  }

  .-xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .-xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .-xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .-xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .-xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .-xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .-xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .-xl\:mt-0 {
    margin-top: 0px;
  }

  .-xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .-xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .-xl\:mt-28 {
    margin-top: 7rem;
  }

  .-xl\:\!flex {
    display: flex !important;
  }

  .-xl\:flex {
    display: flex;
  }

  .-xl\:grid {
    display: grid;
  }

  .-xl\:hidden {
    display: none;
  }

  .-xl\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .-xl\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .-xl\:size-full {
    width: 100%;
    height: 100%;
  }

  .-xl\:h-14 {
    height: 3.5rem;
  }

  .-xl\:h-16 {
    height: 4rem;
  }

  .-xl\:h-\[150px\] {
    height: 150px;
  }

  .-xl\:h-\[160px\] {
    height: 160px;
  }

  .-xl\:h-\[400px\] {
    height: 400px;
  }

  .-xl\:w-0 {
    width: 0px;
  }

  .-xl\:w-0\.5 {
    width: 0.125rem;
  }

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

  .-xl\:w-full {
    width: 100%;
  }

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

  .-xl\:translate-x-\[calc\(-50\%\+1px\)\] {
    --tw-translate-x: calc(-50% + 1px);
    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));
  }

  .-xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .-xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .-xl\:flex-col {
    flex-direction: column;
  }

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

  .-xl\:gap-10 {
    gap: 2.5rem;
  }

  .-xl\:gap-12 {
    gap: 3rem;
  }

  .-xl\:gap-2 {
    gap: 0.5rem;
  }

  .-xl\:gap-20 {
    gap: 5rem;
  }

  .-xl\:gap-4 {
    gap: 1rem;
  }

  .-xl\:gap-6 {
    gap: 1.5rem;
  }

  .-xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .-xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .-xl\:bg-black\/90 {
    background-color: rgb(34 34 34 / 0.9);
  }

  .-xl\:p-2 {
    padding: 0.5rem;
  }

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

  .-xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .-xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .-xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .-xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .-xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .-xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .-xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .-xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .-xl\:pt-16 {
    padding-top: 4rem;
  }

  .-xl\:pt-\[200px\] {
    padding-top: 200px;
  }

  .-xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .-xl\:text-\[100px\] {
    font-size: 100px;
  }

  .-xl\:text-\[100px\]\/tight {
    font-size: 100px;
    line-height: 1.25;
  }

  .-xl\:text-\[60px\] {
    font-size: 60px;
  }

  .-xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .-xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .-xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .-xl\:tracking-\[6px\] {
    letter-spacing: 6px;
  }

  .-xl\:opacity-0 {
    opacity: 0;
  }

  .-xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -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);
  }
}@media (max-width: 1024px) {

  .-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .-lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .-lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .-lg\:flex {
    display: flex;
  }

  .-lg\:h-12 {
    height: 3rem;
  }

  .-lg\:h-14 {
    height: 3.5rem;
  }

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

  .-lg\:h-px {
    height: 1px;
  }

  .-lg\:w-14 {
    width: 3.5rem;
  }

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

  .-lg\:w-full {
    width: 100%;
  }

  .-lg\:\!max-w-full {
    max-width: 100% !important;
  }

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

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

  .-lg\:max-w-full {
    max-width: 100%;
  }

  .-lg\:translate-y-16 {
    --tw-translate-y: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .-lg\:flex-col {
    flex-direction: column;
  }

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

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

  .-lg\:gap-10 {
    gap: 2.5rem;
  }

  .-lg\:gap-4 {
    gap: 1rem;
  }

  .-lg\:gap-5 {
    gap: 1.25rem;
  }

  .-lg\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

  .-lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .-lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .-lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .-lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .-lg\:text-\[100px\] {
    font-size: 100px;
  }

  .-lg\:text-\[50px\] {
    font-size: 50px;
  }

  .-lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .-lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (max-width: 768px) {

  .-md\:top-24 {
    top: 6rem;
  }

  .-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .-md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .-md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .-md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .-md\:mb-20 {
    margin-bottom: 5rem;
  }

  .-md\:mb-4 {
    margin-bottom: 1rem;
  }

  .-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .-md\:mb-8 {
    margin-bottom: 2rem;
  }

  .-md\:mt-8 {
    margin-top: 2rem;
  }

  .-md\:flex {
    display: flex;
  }

  .-md\:hidden {
    display: none;
  }

  .-md\:size-2 {
    width: 0.5rem;
    height: 0.5rem;
  }

  .-md\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .-md\:size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .-md\:h-10 {
    height: 2.5rem;
  }

  .-md\:h-12 {
    height: 3rem;
  }

  .-md\:h-6 {
    height: 1.5rem;
  }

  .-md\:h-\[160px\] {
    height: 160px;
  }

  .-md\:h-\[300px\] {
    height: 300px;
  }

  .-md\:h-\[400px\] {
    height: 400px;
  }

  .-md\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .-md\:w-20 {
    width: 5rem;
  }

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

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

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

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

  .-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .-md\:flex-col {
    flex-direction: column;
  }

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

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

  .-md\:gap-1 {
    gap: 0.25rem;
  }

  .-md\:gap-10 {
    gap: 2.5rem;
  }

  .-md\:gap-2 {
    gap: 0.5rem;
  }

  .-md\:gap-4 {
    gap: 1rem;
  }

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

  .-md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .-md\:p-4 {
    padding: 1rem;
  }

  .-md\:p-6 {
    padding: 1.5rem;
  }

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

  .-md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .-md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .-md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .-md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .-md\:pb-4 {
    padding-bottom: 1rem;
  }

  .-md\:pb-8 {
    padding-bottom: 2rem;
  }

  .-md\:pt-10 {
    padding-top: 2.5rem;
  }

  .-md\:pt-12 {
    padding-top: 3rem;
  }

  .-md\:pt-8 {
    padding-top: 2rem;
  }

  .-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .-md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .-md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .-md\:text-\[40px\] {
    font-size: 40px;
  }

  .-md\:text-\[70px\] {
    font-size: 70px;
  }

  .-md\:text-\[80px\] {
    font-size: 80px;
  }

  .-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .-md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .-md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .-md\:tracking-\[4px\] {
    letter-spacing: 4px;
  }
}@media (max-width: 480px) {

  .-sm\:-mt-0 {
    margin-top: -0px;
  }

  .-sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .-sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .-sm\:flex {
    display: flex;
  }

  .-sm\:size-4 {
    width: 1rem;
    height: 1rem;
  }

  .-sm\:h-10 {
    height: 2.5rem;
  }

  .-sm\:h-8 {
    height: 2rem;
  }

  .-sm\:h-\[140px\] {
    height: 140px;
  }

  .-sm\:w-full {
    width: 100%;
  }

  .-sm\:max-w-\[350px\] {
    max-width: 350px;
  }

  .-sm\:max-w-full {
    max-width: 100%;
  }

  .-sm\:flex-col {
    flex-direction: column;
  }

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

  .-sm\:gap-1 {
    gap: 0.25rem;
  }

  .-sm\:gap-2 {
    gap: 0.5rem;
  }

  .-sm\:gap-6 {
    gap: 1.5rem;
  }

  .-sm\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .-sm\:p-4 {
    padding: 1rem;
  }

  .-sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .-sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .-sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .-sm\:pt-8 {
    padding-top: 2rem;
  }

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

  .-sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .-sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .-sm\:text-\[50px\] {
    font-size: 50px;
  }

  .-sm\:text-\[60px\] {
    font-size: 60px;
  }

  .-sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .-sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .-sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}.\[\&\.--active\]\:visible.--active {
  visibility: visible;
}.\[\&\.--active\]\:opacity-100.--active {
  opacity: 1;
}.\[\&_\.current-menu-item_a\]\:font-bold .current-menu-item a {
  font-weight: 700;
}.\[\&_a\]\:text-base a {
  font-size: 1rem;
  line-height: 1.5rem;
}.\[\&_a\]\:font-light a {
  font-weight: 300;
}.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\[\&_a\]\:transition-opacity a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.hover\:\[\&_a\]\:opacity-70 a:hover {
  opacity: 0.7;
}.\[\&_h2\]\:\!mb-6 h2 {
  margin-bottom: 1.5rem !important;
}.\[\&_h2\]\:\!mb-\[72px\] h2 {
  margin-bottom: 72px !important;
}@media (max-width: 1200px) {

  .-xl\:\[\&_h2\]\:\!mb-4 h2 {
    margin-bottom: 1rem !important;
  }

  .-xl\:\[\&_h2\]\:\!mb-6 h2 {
    margin-bottom: 1.5rem !important;
  }
}.\[\&_h3\]\:mb-\[72px\] h3 {
  margin-bottom: 72px;
}.\[\&_h3\]\:text-\[32px\] h3 {
  font-size: 32px;
}@media (max-width: 1024px) {

  .-lg\:\[\&_h3\]\:mb-12 h3 {
    margin-bottom: 3rem;
  }

  .-lg\:\[\&_h3\]\:text-2xl h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}.\[\&_p\]\:m-0 p {
  margin: 0px;
}.\[\&_p\]\:\!mb-10 p {
  margin-bottom: 2.5rem !important;
}.\[\&_p\]\:mb-10 p {
  margin-bottom: 2.5rem;
}.\[\&_p\]\:mb-12 p {
  margin-bottom: 3rem;
}.\[\&_p\]\:text-xl p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.\[\&_p\]\:font-light p {
  font-weight: 300;
}.\[\&_p\]\:text-black\/75 p {
  color: rgb(34 34 34 / 0.75);
}@media (max-width: 1200px) {

  .-xl\:\[\&_p\]\:\!mb-4 p {
    margin-bottom: 1rem !important;
  }
}@media (max-width: 1024px) {

  .-lg\:\[\&_p\]\:mb-8 p {
    margin-bottom: 2rem;
  }
}@media (max-width: 768px) {

  .-md\:\[\&_p\]\:mb-6 p {
    margin-bottom: 1.5rem;
  }
}@media (max-width: 480px) {

  .-sm\:\[\&_p\]\:mb-4 p {
    margin-bottom: 1rem;
  }
}.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}.\[\&_ul\]\:m-0 ul {
  margin: 0px;
}@media(max-width:1440px) {

  .\[\@media\(max-width\:1440px\)\]\:-left-14 {
    left: -3.5rem;
  }
}
