@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500&display=swap');

@font-face {
  font-family: "Melodrama";

  src: url("../fonts/melodrama/Melodrama-Variable.woff2");
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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_58f25cff9b49e5d8.org/show_bug.cgi_c26d0d0978d71882?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium_c59d1fcdaed9963c.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_f066c0ad2e945bec.org/show_bug.cgi_c26d0d0978d71882?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_c59d1fcdaed9963c.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_f066c0ad2e945bec.org/show_bug.cgi_c26d0d0978d71882?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_9287cb5a0bc380d0#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%;
  width: stretch;
  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:  ;
}

:root {
  color-scheme: dark;
  --font-primary: "Outfit", sans-serif;
  --font-secondary: "Melodrama", serif;
  /* Bootstrap grid variables — defined at :root so .container inherits them
     regardless of whether a .row ancestor exists in the DOM */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

html{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
  font-family: var(--font-primary), serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 16px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* noice background */

main::after,
footer::after,
.page-banner::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -99999;
  height: 100%;
  width: 100%;
  background-image: url("../imgstore/noise.219558c137.webp");
  opacity: 0.75;
  mix-blend-mode: overlay;
  --tw-content: '';
  content: var(--tw-content);
}

footer::after{
  opacity: 0.1;
}

/* update container */

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

/* stretched link */

.stretched-link_0b00fd999db893ce::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.prose_be6ec366cd5190b0{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

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

.prose_be6ec366cd5190b0 :where([class~="lead"]):not(:where([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_be6ec366cd5190b0 :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose_be6ec366cd5190b0 :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose_be6ec366cd5190b0 :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose_be6ec366cd5190b0 :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose_be6ec366cd5190b0 :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose_be6ec366cd5190b0 :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose_be6ec366cd5190b0 :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose_be6ec366cd5190b0 :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose_be6ec366cd5190b0 :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose_be6ec366cd5190b0 :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose_be6ec366cd5190b0 :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose_be6ec366cd5190b0 :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose_be6ec366cd5190b0 :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose_be6ec366cd5190b0 :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose_be6ec366cd5190b0 :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose_be6ec366cd5190b0 :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose_be6ec366cd5190b0 :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose_be6ec366cd5190b0 :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose_be6ec366cd5190b0 :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose_be6ec366cd5190b0 :where(h1):not(:where([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_be6ec366cd5190b0 :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(h2):not(:where([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_be6ec366cd5190b0 :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(h3):not(:where([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_be6ec366cd5190b0 :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose_be6ec366cd5190b0 :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose_be6ec366cd5190b0 :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose_be6ec366cd5190b0 :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose_be6ec366cd5190b0 :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose_be6ec366cd5190b0 :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose_be6ec366cd5190b0 :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose_be6ec366cd5190b0 :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose_be6ec366cd5190b0 :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose_be6ec366cd5190b0 :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose_be6ec366cd5190b0 :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose_be6ec366cd5190b0 :where(pre code):not(:where([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_be6ec366cd5190b0 :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose_be6ec366cd5190b0 :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose_be6ec366cd5190b0 :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose_be6ec366cd5190b0 :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose_be6ec366cd5190b0 :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose_be6ec366cd5190b0 :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose_be6ec366cd5190b0 :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose_be6ec366cd5190b0 :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose_be6ec366cd5190b0 :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose_be6ec366cd5190b0 :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose_be6ec366cd5190b0{
  --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-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-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_be6ec366cd5190b0 :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose_be6ec366cd5190b0 :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose_be6ec366cd5190b0 :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

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

.prose_be6ec366cd5190b0 :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

.prose_be6ec366cd5190b0 :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose_be6ec366cd5190b0 :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose_be6ec366cd5190b0 :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose_be6ec366cd5190b0 :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose_be6ec366cd5190b0 :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose_be6ec366cd5190b0 :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose_be6ec366cd5190b0 :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose_be6ec366cd5190b0 :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose_be6ec366cd5190b0 :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose_be6ec366cd5190b0 :where(.prose_be6ec366cd5190b0 > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.container, .container-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}

@media (min-width: 640px){
  .container{
    max-width: 640px!important;
  }
}

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px!important;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px!important;
  }
}

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

.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-4{
  flex: 0 0 auto;
  width: 33.333333333333336%;
}

.col-5{
  flex: 0 0 auto;
  width: 41.66666666666667%;
}

.col-6{
  flex: 0 0 auto;
  width: 50%;
}

.col-7{
  flex: 0 0 auto;
  width: 58.333333333333336%;
}

.col-8{
  flex: 0 0 auto;
  width: 66.66666666666667%;
}

.col-9{
  flex: 0 0 auto;
  width: 75%;
}

.col-10{
  flex: 0 0 auto;
  width: 83.33333333333334%;
}

.col-12{
  flex: 0 0 auto;
  width: 100%;
}

.g-0, .gx-0{
  --bs-gutter-x: 0;
}

.g-0, .gy-0{
  --bs-gutter-y: 0;
}

.g-2, .gy-2{
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4{
  --bs-gutter-x: 2rem;
}

.g-4, .gy-4{
  --bs-gutter-y: 2rem;
}

.g-5, .gy-5{
  --bs-gutter-y: 2.75rem;
}

.g-6_f1b7eea2e06a0738, .gx-6_2daa9f7f0f1dd313{
  --bs-gutter-x: 3.25rem;
}

.g-6_f1b7eea2e06a0738, .gy-6_4c709fbdb4a8c7ca{
  --bs-gutter-y: 3.25rem;
}

.order-1_9447d3129b013967{
  order: 1;
}

.order-2_7f7f4e3f6951101f{
  order: 2;
}

.header, .navbar {
  transition: 0.3s ease;
}

.navbar{
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: calc(100% + 0.5rem);
  z-index: 30;
  width: 14rem;
  max-width: 100%;
  transform-origin: top right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(24 24 26 / 0.3);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .navbar{
    visibility: visible;
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    overflow: visible;
    /* pill styles — same as .header-pill_4b913184128a3536 */
    background-color: rgb(24 24 26 / 0.3);
    --tw-backdrop-blur: blur(10px);
    -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);
    border: 1px solid rgba(255,255,255,0.1);
    --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));
    border-radius: 9999px;
    padding: 0.25rem;
    opacity: 1;
    transition-duration: 0.3s;
  }
}

.navOpen .navbar{
  visibility: visible;
  --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));
  opacity: 1;
}

.navbar a{
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
  color: rgb(255 255 255 / 0.5);
}

.navbar a:hover{
  color: rgb(255 255 255 / 1);
}

@media (min-width: 1024px){
  .navbar a{
    color: rgb(255 255 255 / 1);
  }
}

.navbar a {
  transition: 0.3s color 0s, 0.3s opacity 0s;
}

.navbar .indicator{
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 1024px){
  .navbar .indicator{
    display: block;
  }
}

.navbar .indicator {
  transition: 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar .indicator::before{
  position: absolute;
  top: 0.5rem;
  left: 0px;
  height: calc(100% - 1rem);
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  --tw-content: "";
  content: var(--tw-content);
}

.navToggler{
  position: relative;
  z-index: 40;
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 0.25rem;
}

@media (min-width: 1024px){
  .navToggler{
    display: none;
  }
}

.navToggler svg{
  margin: auto;
}

.navToggler svg:last-child{
  display: none;
}

.navOpen .navToggler svg:first-child{
  display: none;
}

.navOpen .navToggler svg:last-child{
  display: block;
}

.navOverlay{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 20;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.navOverlay.navOverlayVisible{
  visibility: visible;
  opacity: 0;
}

.button{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  background-color: rgb(24 24 26 / 0.6);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(10px);
  -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 (min-width: 640px){
  .button{
    font-size: 15px;
  }
}

.button-sm{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button::before,
.button::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.button-dark{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.button-dark::before,
.button-dark::after{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}

.button span{
  position: relative;
  z-index: 10;
  display: block;
  transition: 0.2s color;
}

.button::before {
  content: "";
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button::after {
  content: "";
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}

.button:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button:hover span{
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
  animation: MoveScaleUpInitial 0.25s forwards, MoveScaleUpEnd 0.25s forwards 0.25s;
}

.button-dark:hover span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.link {
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease-in-out;
}

.link-dark {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#18181A, #18181A);
}

.link:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.homepage-banner{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0px;
}

@media (min-width: 640px){
  .homepage-banner{
    padding-top: 6rem;
  }
}

@media (min-width: 1024px){
  .homepage-banner{
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}

.homepage-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -30%;
  height: 180%;
  width: 150%;
  left: -25%;
  background: url(../imgstore/noise.219558c137.webp) repeat,
    linear-gradient(83.21deg, #3245ff 0%, #8952ee 100%);
  background-blend-mode: overlay;
  -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
  mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
}

.homepage-banner .bg-text{
  pointer-events: none;
  position: fixed;
  top: -5%;
  left: -5%;
  z-index: -99999;
  white-space: nowrap;
  font-family: var(--font-secondary), serif;
  font-size: 115vh;
  line-height: 1;
}

.homepage-banner .bg-text span{
  opacity: 0.04;
}

.homepage-banner .name{
  font-size: clamp(3em, 8vw, 6.5em);
  font-weight: 600;
  line-height: 1.25;
}

.work-process-item{
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 2rem;
}

.work-process > div:nth-child(1) .work-process-item,
.work-process > div:nth-child(2) .work-process-item{
  position: relative;
}

.work-process > div:nth-child(1) .work-process-item::after{
  position: absolute;
  top: 9px;
  right: -1.95rem;
  height: 1px;
  width: 2.15rem;
  --tw-rotate: 36deg;
  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));
  background-color: rgb(255 255 255 / 0.1);
  --tw-content: '';
  content: var(--tw-content);
}

@media screen and (max-width: 767px) {
  .work-process > div:nth-child(1) .work-process-item::after{
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .work-process > div:nth-child(2) .work-process-item::after{
    display: none;
  }
}

.footer-cta{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1920px;
  max-width: 100%;
  overflow: hidden;
}

.footer-cta .animated-line{
  position: relative;
  display: flex;
  white-space: nowrap;
}

.footer-cta .animated-line .line-block,
.footer-cta .animated-line .line-block-copy{
  display: flex;
  padding-bottom: 6px;
}

.footer-cta .animated-line .line-block-copy {
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%) translateZ(0);
  will-change: transform;
}

.footer-cta .animated-line-one .line-block {
  animation: move-horizontal-forward 20s linear infinite;
}

.footer-cta .animated-line-one .line-block-copy {
  animation: move-horizontal-forward-copy 20s linear infinite;
}

.footer-cta .animated-line-two .line-block {
  animation: move-horizontal-backward 20s linear infinite;
}

.footer-cta .animated-line-two .line-block-copy {
  animation: move-horizontal-backward-copy 20s linear infinite;
}

.footer-cta .cta-text {
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer-cta .cta-icon {
  opacity: .75;
  transform: rotateX(0deg);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 640px) {
  .footer-cta .cta-icon {
    transform: rotateX(88deg);
  }
}

.footer-cta:hover .cta-text{
  opacity: 0.75;
}

.footer-cta:hover .cta-icon {
  opacity: 1;
  transform: rotateX(0) rotateZ(-45deg);
}

.footer-cta:hover .animated-line .line-block,
.footer-cta:hover .animated-line .line-block-copy {
  animation-play-state: paused;
}

@keyframes move-horizontal-forward {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

@keyframes move-horizontal-forward-copy {
  0% {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes move-horizontal-backward {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes move-horizontal-backward-copy {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

[data-aos="fade-up-sm"] {
  transform: translate3d(0, 50px, 0);
}

.init-delay_12f367d2cd06b96c {
  transition-delay: 0ms;
}

@media (min-width: 640px) {
  .init-delay_12f367d2cd06b96c {
    transition-delay: var(--sm-delay)
  }
}

@media (min-width: 768px) {
  .init-delay_12f367d2cd06b96c {
    transition-delay: var(--md-delay)
  }
}

@media (min-width: 1024px) {
  .init-delay_12f367d2cd06b96c {
    transition-delay: var(--lg-delay);
  }
}

/* has-twoColumns project */

@media screen and (max-width: 1023px) {
  .has-twoColumns_aa8fdf43ba878207 {
    height: 100% !important;
  }
}

/* form autofill reset */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* prose/typography */

.content > *:first-child{
  margin-top: 0px;
}

.content > *:last-child{
  margin-bottom: 0px;
}

.content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

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

.content :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.content :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.content :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.content :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.content :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.content :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.content :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.content :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.content :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.content :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.content :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.content :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.content :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.content :where(h1):not(:where([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;
}

.content :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.content :where(h2):not(:where([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;
}

.content :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.content :where(h3):not(:where([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;
}

.content :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.content :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.content :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.content :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.content :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.content :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.content :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.content :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.content :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.content :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.content :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.content :where(pre code):not(:where([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;
}

.content :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.content :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.content :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.content :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.content :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.content :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.content :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.content{
  --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-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-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;
}

.content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

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

.content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.content :where(.prose_be6ec366cd5190b0 > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content :where(.prose_be6ec366cd5190b0 > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.content :where(.prose_be6ec366cd5190b0 > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.content :where(.prose_be6ec366cd5190b0 > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.content :where(.prose_be6ec366cd5190b0 > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

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

.content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.content :where(.prose_be6ec366cd5190b0 > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(.prose_be6ec366cd5190b0 > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.content{
  max-width: none;
}

.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.content :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.content :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}

.content :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  text-decoration-line: none;
}

.content :is(:where(pre):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.content :is(:where(strong):not(:where([class~="not-prose"] *))){
  font-weight: 500;
}

.content :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-left-width: 8px;
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.content :is(:where(img):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
}

.content blockquote > p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: normal;
}

.content blockquote > p::before{
  content: var(--tw-content);
  display: none;
}

.content blockquote > p::after{
  content: var(--tw-content);
  display: none;
}

.content blockquote cite{
  margin-top: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  color: rgb(255 255 255 / 0.5);
}

.content-light_c6ee8d675c37d611{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.content-light_c6ee8d675c37d611 :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-light_c6ee8d675c37d611 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-light_c6ee8d675c37d611 :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-light_c6ee8d675c37d611 blockquote cite{
  color: rgb(255 255 255 / 0.5);
}

.content-dark{
  color: rgb(24 24 26 / 0.88);
}

.content-dark :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.content-dark :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.content-dark :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.content-dark :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-dark blockquote cite{
  color: rgb(0 0 0 / 0.5);
}

.image_b0c555b4d603afa0{
  margin-top: 2rem;
}

.image_b0c555b4d603afa0 p{
  margin: 0px;
  line-height: 1;
}

.image_b0c555b4d603afa0 img{
  margin-top: 0px;
}

.pointer-events-none_7f9e74ec8fc05cfe{
  pointer-events: none;
}

.visible_7558909fe7d7744b{
  visibility: visible;
}

.invisible_e3be8e75fd60d58f{
  visibility: hidden;
}

.collapse_b451437331b7f3c0{
  visibility: collapse;
}

.static_291f3a90987fd60e{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_6d6e33e26aa9e9fc{
  position: absolute;
}

.relative_fa272feae3ae7aca{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0_4e5948b5b1277a7a{
  inset: 0px;
}

.-left-1_105ce91ca1056447{
  left: -0.25rem;
}

.-right-1_74d48df6dae58baa{
  right: -0.25rem;
}

.-right-_f82532384adafeed\[1\.95rem\]{
  right: -1.95rem;
}

.bottom-0_90660b5e277c03f1{
  bottom: 0px;
}

.left-0_17af060f2f244e90{
  left: 0px;
}

.left-\[-5\%\]{
  left: -5%;
}

.right-0_f5ec0d758b27ac27{
  right: 0px;
}

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

.top-0{
  top: 0px;
}

.top-1_f7ce23f48c8a9990{
  top: 0.25rem;
}

.top-1_f7ce23f48c8a9990\/2{
  top: 50%;
}

.top-2_dfef8543aa469e97{
  top: 0.5rem;
}

.top-6_a8b996772e5b720f{
  top: 1.5rem;
}

.top-8_9d6d23f062f78e95{
  top: 2rem;
}

.top-_e258f960790242e3\[-0px\]{
  top: -0px;
}

.top-_e258f960790242e3\[-5\%\]{
  top: -5%;
}

.top-_e258f960790242e3\[9px\]{
  top: 9px;
}

.-z-10_cecfb9ccd5890274{
  z-index: -10;
}

.-z-_89a9c443a7aa02ca\[99999\]{
  z-index: -99999;
}

.z-0_43d86c39d6d25168{
  z-index: 0;
}

.z-10_92b65ba008ad9f60{
  z-index: 10;
}

.z-20_88b2173ce701bc15{
  z-index: 20;
}

.z-30_f3585b9705fb4226{
  z-index: 30;
}

.z-40_f36cb83952ae3f62{
  z-index: 40;
}

.z-\[-99999\]{
  z-index: -99999;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[9000\]{
  z-index: 9000;
}

.order-1_9447d3129b013967{
  order: 1;
}

.order-2_7f7f4e3f6951101f{
  order: 2;
}

.m-0_1475a0d0ed6bc14b{
  margin: 0px;
}

.mx-0_4129ed03fe181138{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2_22527d5bb978b33e{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4_cb10a78867fe39f1{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5_c0f6cf825247dc26{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-8_ee0834eecc8e246f{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto_a9ea198465728374{
  margin-left: auto;
  margin-right: auto;
}

.my-0_302193156957b82b{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4_304fe928586e41e6{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6_f9c370bb610ce70b{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.-ml-4_71ea1eaa71def449{
  margin-left: -1rem;
}

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

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

.-mt-_7d3db1be0dcb8493\[6px\]{
  margin-top: -6px;
}

.mb-0_7d7e82dfa17158a2{
  margin-bottom: 0px;
}

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

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

.mb-12_b1f6a99b0f6b3dca{
  margin-bottom: 3rem;
}

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

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

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

.mb-24_11a20a352a669543{
  margin-bottom: 6rem;
}

.mb-3_c64231a9e89a0b7c{
  margin-bottom: 0.75rem;
}

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

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

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

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

.ml-10_eca9c2919ae11928{
  margin-left: 2.5rem;
}

.ml-11_f2927d060144c826{
  margin-left: 2.75rem;
}

.ml-12_5431bf217944ddf2{
  margin-left: 3rem;
}

.ml-14_910c7c4a44302510{
  margin-left: 3.5rem;
}

.ml-16_571b88d76fe2ea1f{
  margin-left: 4rem;
}

.ml-2_ff1765d6471e8fad{
  margin-left: 0.5rem;
}

.mr-2_38966f6f3f1ef71a{
  margin-right: 0.5rem;
}

.mr-20_54692c27c7948b59{
  margin-right: 5rem;
}

.mr-24_5e7bc51a22acf4a7{
  margin-right: 6rem;
}

.mr-3_0892e4071ceba513{
  margin-right: 0.75rem;
}

.mt-0_6868a8244ece1158{
  margin-top: 0px;
}

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

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

.mt-12_c964cd9a0153bc3a{
  margin-top: 3rem;
}

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

.mt-16_fc0ae36bbb462a4f{
  margin-top: 4rem;
}

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

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

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

.mt-5_695dc0d85183ad4c{
  margin-top: 1.25rem;
}

.mt-6_84c8c6d745b5948e{
  margin-top: 1.5rem;
}

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

.mt-auto_408aebb00f542fd6{
  margin-top: auto;
}

.block_50d2f79f37713f67{
  display: block;
}

.inline-block_ef405c8ab500d5d8{
  display: inline-block;
}

.inline_29738dc362da16cb{
  display: inline;
}

.flex_373e8b41ffe44f45{
  display: flex;
}

.inline-flex_ee75c22c64d25d7b{
  display: inline-flex;
}

.table_dfa9c98a0b1b4c38{
  display: table;
}

.contents_641564583e199ebe{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-square_def1a6f0beb26957{
  aspect-ratio: 1 / 1;
}

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

.\!h-auto{
  height: auto !important;
}

.h-0_5974c2dbfde77034{
  height: 0px;
}

.h-10_c254e0edc93675be{
  height: 2.5rem;
}

.h-11_52553635574168ef{
  height: 2.75rem;
}

.h-12_4fb47e83aa4f7833{
  height: 3rem;
}

.h-16_bf8fff549b5b354b{
  height: 4rem;
}

.h-28_51d8ca50672ca6ab{
  height: 7rem;
}

.h-_d23d9c80aff85d00\[376px\]{
  height: 376px;
}

.h-_d23d9c80aff85d00\[4\.5rem\]{
  height: 4.5rem;
}

.h-_d23d9c80aff85d00\[460px\]{
  height: 460px;
}

.h-_d23d9c80aff85d00\[500px\]{
  height: 500px;
}

.h-_d23d9c80aff85d00\[calc\(100\%_-_1rem\)\]{
  height: calc(100% - 1rem);
}

.h-auto_6987e0476ccebc44{
  height: auto;
}

.h-full_eb3790bf001d5201{
  height: 100%;
}

.h-px_4e07a993504949f8{
  height: 1px;
}

.max-h-20_7e76b6b57824ad0a{
  max-height: 5rem;
}

.min-h-_fdb2d07806dd4a8f\[82vh\]{
  min-height: 82vh;
}

.w-1_81c2aa79761a619f{
  width: 0.25rem;
}

.w-1_81c2aa79761a619f\/4{
  width: 25%;
}

.w-10_08fb7991a80c5b7f{
  width: 2.5rem;
}

.w-11_8c56a648636fda64{
  width: 2.75rem;
}

.w-12_771cc1bd42096993{
  width: 3rem;
}

.w-16_b2fb951d39b17775{
  width: 4rem;
}

.w-28_b26472ba02e4d944{
  width: 7rem;
}

.w-56_a8509d47a689bc08{
  width: 14rem;
}

.w-_7f186ff07df3fef2\[1920px\]{
  width: 1920px;
}

.w-_7f186ff07df3fef2\[2\.15rem\]{
  width: 2.15rem;
}

.w-_7f186ff07df3fef2\[4\.5rem\]{
  width: 4.5rem;
}

.w-auto_9420a83d2c939683{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-full_4bdecba230081ef6{
  max-width: 100%;
}

.max-w-xl_e63754a9f647d688{
  max-width: 36rem;
}

.flex-shrink_7b5e6b28628f615d{
  flex-shrink: 1;
}

.shrink-0_5c8a0c09f587f4b2{
  flex-shrink: 0;
}

.flex-grow_1464b1243ff034bf{
  flex-grow: 1;
}

.grow_d1197f704c7fe99f{
  flex-grow: 1;
}

.border-collapse_d4d8b588d3ae7394{
  border-collapse: collapse;
}

.-translate-y-1_5bf0799fd684cee6{
  --tw-translate-y: -0.25rem;
  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_5bf0799fd684cee6\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-full_4d71210455024fc1{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-1_fbf8006d5cabf170{
  --tw-rotate: -1deg;
  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-12_0e6cafb9d9136923{
  --tw-rotate: -12deg;
  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-180_e36f9e8f3434e713{
  --tw-rotate: -180deg;
  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-180_8e3f04fce2bb60d4{
  --tw-rotate: 180deg;
  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-_2a0d487165230701\[135deg\]{
  --tw-rotate: 135deg;
  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-_2a0d487165230701\[360deg\]{
  --tw-rotate: 360deg;
  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-_2a0d487165230701\[36deg\]{
  --tw-rotate: 36deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}

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

.scale-100_fbb4cd988cd46f06{
  --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));
}

.scale-110_c9363cde68c3d88a{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150_5d7825b277e3fd50{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90_d586763763365d61{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin_1965345da43c86ed{
  animation: spin 1s linear infinite;
}

.cursor-not-allowed_df9f5f0353f8c549{
  cursor: not-allowed;
}

.cursor-pointer_da82dee2c6c01417{
  cursor: pointer;
}

.select-none_9ff133c0399d53f9{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize_8fe940a476d534c1{
  resize: both;
}

.columns-1_323a0c32069281f7{
  -moz-columns: 1;
       columns: 1;
}

.columns-10_2e24a8e6a63ccd0c{
  -moz-columns: 10;
       columns: 10;
}

.columns-11_7bc8d0c6cf80825e{
  -moz-columns: 11;
       columns: 11;
}

.columns-12_aee4d67dc6efb889{
  -moz-columns: 12;
       columns: 12;
}

.columns-2_0e470a3c9f32e995{
  -moz-columns: 2;
       columns: 2;
}

.columns-2xl_2bebab78510b95ed{
  -moz-columns: 42rem;
       columns: 42rem;
}

.columns-2xs_b9b6411e9f568462{
  -moz-columns: 18rem;
       columns: 18rem;
}

.columns-3_3f10ac0ce88f6ac4{
  -moz-columns: 3;
       columns: 3;
}

.columns-3xl_008c38cf66fd1728{
  -moz-columns: 48rem;
       columns: 48rem;
}

.columns-3xs_2c537b4847c50148{
  -moz-columns: 16rem;
       columns: 16rem;
}

.flex-col_07c89c0702db17aa{
  flex-direction: column;
}

.flex-wrap_823632b78587f944{
  flex-wrap: wrap;
}

.flex-nowrap_05e9568932957257{
  flex-wrap: nowrap;
}

.content-center_7d1fa7604ad42ba1{
  align-content: center;
}

.items-end_a86a6b431aab051c{
  align-items: flex-end;
}

.items-center_73480e608a398ca7{
  align-items: center;
}

.justify-start_b0d264de47fef252{
  justify-content: flex-start;
}

.justify-end_f859c930d8d23467{
  justify-content: flex-end;
}

.justify-center_610b0dcca06e20f0{
  justify-content: center;
}

.justify-between_c1db7efa765c3250{
  justify-content: space-between;
}

.gap-8_54a88734a3214512{
  gap: 2rem;
}

.gap-x-4_5e752559275c93e7{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.space-x-0_242894cf4a2b0b8a > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5_2e62d9ae350a1816 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8_429b34c1f08ea71c > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-start_9099f5213ee699a2{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden_51a08da62b1c587e{
  overflow-x: hidden;
}

.whitespace-nowrap_a49fbd4ebe60b1a1{
  white-space: nowrap;
}

.rounded_20e4bf13e79cfba4{
  border-radius: 0.25rem;
}

.rounded-3xl_43001f5c64177b85{
  border-radius: 1.5rem;
}

.rounded-full_c2e2017f84fb47a2{
  border-radius: 9999px;
}

.rounded-lg_ca4019045644b501{
  border-radius: 0.5rem;
}

.rounded-b-2xl_c3026aa0e669676e{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.border_9dc851fbe4c1ccd1{
  border-width: 1px;
}

.border-2_430752cc96d7c5d1{
  border-width: 2px;
}

.border-b_ab5a64a6f3fc83d1{
  border-bottom-width: 1px;
}

.border-t_63d299fae1eee274{
  border-top-width: 1px;
}

.border-none_7b731193946c9986{
  border-style: none;
}

.border-dark_57982b9e6372e763{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
}

.border-light_7c0fd85ed14a700c{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-light_7c0fd85ed14a700c\/10{
  border-color: rgb(204 204 204 / 0.1);
}

.border-light_7c0fd85ed14a700c\/90{
  border-color: rgb(204 204 204 / 0.9);
}

.border-white_99210feba2a81bbf{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white_99210feba2a81bbf\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white_99210feba2a81bbf\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-white_99210feba2a81bbf\/80{
  border-color: rgb(255 255 255 / 0.8);
}

.bg-_25575eae729f3a41\[\#E3DFDC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 223 220 / var(--tw-bg-opacity));
}

.bg-_25575eae729f3a41\[\#efefef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-black_a2f9c36391a7c448{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black_a2f9c36391a7c448\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black_a2f9c36391a7c448\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-dark_3bcc04d5410c7921{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}

.bg-dark_3bcc04d5410c7921\/30{
  background-color: rgb(24 24 26 / 0.3);
}

.bg-dark_3bcc04d5410c7921\/60{
  background-color: rgb(24 24 26 / 0.6);
}

.bg-light_5515f62cf95aa214{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.bg-light_5515f62cf95aa214\/10{
  background-color: rgb(204 204 204 / 0.1);
}

.bg-light_5515f62cf95aa214\/20{
  background-color: rgb(204 204 204 / 0.2);
}

.bg-transparent_d3a8c3aee4cde765{
  background-color: transparent;
}

.bg-white_50b6dd3aceafa0d5{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white_50b6dd3aceafa0d5\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white_50b6dd3aceafa0d5\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-_25575eae729f3a41\[url\(\"\.\.\/images\/noise\.webp_2f4166ab26cc2534\"\)\]{
  background-image: url("../imgstore/noise.219558c137.webp");
}

.object-cover_967766fd378a57f1{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center_48384d5140eb491d{
  -o-object-position: center;
     object-position: center;
}

.p-1_66b8751c3e3688d2{
  padding: 0.25rem;
}

.p-6_2f582d01fd1b91c4{
  padding: 1.5rem;
}

.p-8_9261d0518025a5b6{
  padding: 2rem;
}

.px-0_91bcea33bc85fe51{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10_4d7834723dc5cb0a{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2_1a979fe18b79636d{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20_50e2751e0788e208{
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

.px-5_57b99c1b471d5d89{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7_affcdde47a2f984a{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-_fedb186bdd90a1d4\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.py-1_5f2653b32a4a4941{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2_7edfe17baaaa42ab{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-28_a82228a6e6d79ae7{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3_3860d82c3bf4c2b7{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5_4ee5b8f0c77afd54{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-_33990e9c6c17818f\[0\.875rem\]{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0_bc89d90a62d2c275{
  padding-bottom: 0px;
}

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

.pb-12_f16ca842d990e411{
  padding-bottom: 3rem;
}

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

.pb-24_9e9c2d578f25de4d{
  padding-bottom: 6rem;
}

.pb-28_f74852d6161af9a3{
  padding-bottom: 7rem;
}

.pb-_12c1733417e6073c\[6px\]{
  padding-bottom: 6px;
}

.pl-0_e3adc87d64b4a266{
  padding-left: 0px;
}

.pl-12_5355445374856f48{
  padding-left: 3rem;
}

.pl-24_db01a30cbacf129c{
  padding-left: 6rem;
}

.pl-4_ab75c80753542677{
  padding-left: 1rem;
}

.pl-7_b7e5d22b54b863c9{
  padding-left: 1.75rem;
}

.pl-8_8160e7e8ea19f526{
  padding-left: 2rem;
}

.pr-0_69d84ae96d2d8082{
  padding-right: 0px;
}

.pr-4_1b50e9b2e15ab2f2{
  padding-right: 1rem;
}

.pr-7_d31cbcab41bb1b12{
  padding-right: 1.75rem;
}

.pr-8_418a78c5b88287bf{
  padding-right: 2rem;
}

.pt-0_774a79b4a2cf1560{
  padding-top: 0px;
}

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

.pt-20_37cbb7d84940c991{
  padding-top: 5rem;
}

.pt-24_4ec16a1c66cb594c{
  padding-top: 6rem;
}

.pt-28_d4b23e48f34fc7bc{
  padding-top: 7rem;
}

.pt-3_8b06667f28988276{
  padding-top: 0.75rem;
}

.pt-36_aa81712d664cf8a3{
  padding-top: 9rem;
}

.pt-5_d84f019ad068fda0{
  padding-top: 1.25rem;
}

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

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

.text-left_f40b860b88855785{
  text-align: left;
}

.text-center_1fccc19089ea8636{
  text-align: center;
}

.text-right_8f91ec843d542e10{
  text-align: right;
}

.align-middle_616aac5dfdc21c33{
  vertical-align: middle;
}

.align-bottom_bdab01612d229768{
  vertical-align: bottom;
}

.font-primary_3c77271f18abf60b{
  font-family: var(--font-primary), serif;
}

.font-secondary_a31f7d9b5f9b89d5{
  font-family: var(--font-secondary), serif;
}

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

.text-3xl_85baa413eb5b2b24{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl_605e2e893eef783a{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl_fd55e09c22e6b327{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl_37c77b5bdba3a93a{
  font-size: 3.75rem;
  line-height: 1;
}

.text-_baf127ddfad4bd23\[115vh\]{
  font-size: 115vh;
}

.text-_baf127ddfad4bd23\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-_baf127ddfad4bd23\[25vh\]{
  font-size: 25vh;
}

.text-_baf127ddfad4bd23\[clamp\(3em\2c _8vw\2c _6\.5em\)\]{
  font-size: clamp(3em, 8vw, 6.5em);
}

.text-lg_8b30c720dd832bbd{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl_6149025139c8b778{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs_f95157564a7a6eaa{
  font-size: 0.9rem;
  line-height: 1rem;
}

.font-light_43287017c7cd1ed3{
  font-weight: 300;
}

.font-medium_630ea55321a641c6{
  font-weight: 500;
}

.font-semibold_a1e19ed81a3c537a{
  font-weight: 600;
}

.font-thin_6026950e1cdfea7d{
  font-weight: 100;
}

.uppercase_df0de0d73a07661a{
  text-transform: uppercase;
}

.capitalize_f26f0b1abb67ea7e{
  text-transform: capitalize;
}

.italic_78b3afd31b24aef7{
  font-style: italic;
}

.not-italic_4b71a32cafa8ed38{
  font-style: normal;
}

.\!leading-tight{
  line-height: 1.25 !important;
}

.leading-9_7b454a82a0f8a336{
  line-height: 2.25rem;
}

.leading-_9031de1092c51ee7\[0\.65\]{
  line-height: 0.65;
}

.leading-none_357500691efc7b1e{
  line-height: 1;
}

.leading-normal_aa0acb3777b80770{
  line-height: 1.5;
}

.leading-snug_cff32ef80037bbb0{
  line-height: 1.375;
}

.leading-tight_c5dda1d841816bd3{
  line-height: 1.25;
}

.leading-_9031de1092c51ee7\[3rem\]{
  line-height: 3rem;
}

.tracking-wider_89956250e03d23fd{
  letter-spacing: 0.05em;
}

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

.text-black_6537ff6204d956fd{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black_6537ff6204d956fd\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black_6537ff6204d956fd\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-dark_5da4064474316aa0{
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.text-green-600_9dc48278a31daff1{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-red-600_8c3ad99024c11b2c{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.bDot_4841ed7e9cfbdf53 {
  margin-left: 2px;
  margin-right: 1px;
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.underline_45e1fe08c786e574{
  text-decoration-line: underline;
}

.opacity-0_00c6936ed251ec74{
  opacity: 0;
}

.opacity-10_e7541d7b74fd3be9{
  opacity: 0.1;
}

.opacity-100_88495a3aba57d2ad{
  opacity: 1;
}

.opacity-5_6b17908f8847b414{
  opacity: 0.05;
}

.opacity-50_1a4c48193b13aa76{
  opacity: 0.5;
}

.opacity-60_e6c47aa626b96d74{
  opacity: 0.6;
}

.opacity-75_cb3cf9ce5ecad962{
  opacity: 0.75;
}

.opacity-80_13e1a9b43b78a0b1{
  opacity: 0.8;
}

.opacity-_9f73294db4613a64\[0\.015\]{
  opacity: 0.015;
}

.opacity-_9f73294db4613a64\[0\.04\]{
  opacity: 0.04;
}

.mix-blend-overlay_6a2b058ac685dddd{
  mix-blend-mode: overlay;
}

.outline-none_4d0c39c713c1d1e4{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline_2441f6f531985f3c{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.blur-sm_42eacbbb5d3e8a4c{
  --tw-blur: blur(4px);
  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);
}

.brightness-75_88448a7f26435da4{
  --tw-brightness: brightness(.75);
  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);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-_a2049f51801d5879\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -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);
}

.backdrop-blur-lg_2d75fe540ea5584b{
  --tw-backdrop-blur: blur(16px);
  -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);
}

.backdrop-filter_bb250ba93052473d{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition_02448e8b135b34b1{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all_14d63851b2623e7d{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform_8abe6e0dbb85f508{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150_ea61fa1987e99188{
  transition-delay: 150ms;
}

.delay-300_88b460dd011427ab{
  transition-delay: 300ms;
}

.duration-0_e78fa68c0424ff4a{
  transition-duration: 0s;
}

.duration-1000_1b110d8e9fb816c0{
  transition-duration: 1000ms;
}

.duration-300_267dda42642d580f{
  transition-duration: 300ms;
}

.duration-500_c0adc437d9c4ef1c{
  transition-duration: 500ms;
}

.duration-700_4619653e8a1c47a3{
  transition-duration: 700ms;
}

.ease-in_33d88c07372ad341{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out_deb7fb2529e575c2{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out_ff1486c58d50860e{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-_dc105b4c44a12d22\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}

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

.bg-overlay_4961a56800324e43 {
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(9,9,121,0) 50%, rgba(0,0,0,0.6) 100%);
}

@media (min-width: 640px){
  .sm_69385734f892cc4a\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .sm_69385734f892cc4a\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .sm_69385734f892cc4a\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .sm_69385734f892cc4a\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .sm_69385734f892cc4a\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .sm_69385734f892cc4a\:gy-4{
    --bs-gutter-y: 2rem;
  }

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

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

@media (min-width: 768px){
  .md_d1e6593e04ab4745\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .md_d1e6593e04ab4745\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .md_d1e6593e04ab4745\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .md_d1e6593e04ab4745\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .md_d1e6593e04ab4745\:gx-4{
    --bs-gutter-x: 2rem;
  }

  .md_d1e6593e04ab4745\:gx-6{
    --bs-gutter-x: 3.25rem;
  }
}

@media (min-width: 1024px){
  .lg_565032b43a26356e\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .lg_565032b43a26356e\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .lg_565032b43a26356e\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .lg_565032b43a26356e\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .lg_565032b43a26356e\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .lg_565032b43a26356e\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }

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

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

@media (min-width: 1280px){
  .xl_cc11f76300690a36\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .xl_cc11f76300690a36\:col-9{
    flex: 0 0 auto;
    width: 75%;
  }
}

.before_9328244b359a3712\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.after_3c7061a43b425b02\:hidden::after{
  content: var(--tw-content);
  display: none;
}

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

.hover_0e1d3159d7c5143d\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

.hover_0e1d3159d7c5143d\:opacity-75:hover{
  opacity: 0.75;
}

.focus_4d56abadb0930745\:border-dark\/50:focus{
  border-color: rgb(24 24 26 / 0.5);
}

.focus-visible_6aceec304aafed95\:shadow-none:focus-visible{
  --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);
}

.focus-visible_6aceec304aafed95\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:mt-0{
  margin-top: 0px;
}

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

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:-rotate-1{
  --tw-rotate: -1deg;
  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_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:\!scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}

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

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

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:opacity-60{
  opacity: 0.6;
}

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:brightness-75{
  --tw-brightness: brightness(.75);
  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);
}

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:delay-150{
  transition-delay: 150ms;
}

.group_175a563ac09adedd:hover .group-hover_fe0511ec4320f091\:delay-300{
  transition-delay: 300ms;
}

.group_175a563ac09adedd.aos-animate .group-_71943a01cf6f7427\[\.aos-animate\]\:h-0{
  height: 0px;
}

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

.prose-headings_a783c0ed2dc93726\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}

.prose-headings_a783c0ed2dc93726\:mt-8 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
}

.prose-a_e793d97b4dcab7cc\:text-black :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-a_e793d97b4dcab7cc\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}

.prose-blockquote_96f390a6af3ff20e\:my-8 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose-blockquote_96f390a6af3ff20e\:rounded-lg :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
}

.prose-blockquote_96f390a6af3ff20e\:border-2 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-width: 2px;
}

.prose-blockquote_96f390a6af3ff20e\:border-light\/40 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.4);
}

.prose-blockquote_96f390a6af3ff20e\:p-8 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  padding: 2rem;
}

.prose-blockquote_96f390a6af3ff20e\:text-2xl :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}

.prose-blockquote_96f390a6af3ff20e\:font-light :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  font-weight: 300;
}

.prose-blockquote_96f390a6af3ff20e\:leading-normal :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  line-height: 1.5;
}

.prose-pre_77b7f4fddd37549e\:p-6 :is(:where(pre):not(:where([class~="not-prose"] *))){
  padding: 1.5rem;
}

@media (min-width: 640px){
  .sm_69385734f892cc4a\:-left-1\/4{
    left: -25%;
  }

  .sm_69385734f892cc4a\:-right-1\/4{
    right: -25%;
  }

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

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

  .sm_69385734f892cc4a\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm_69385734f892cc4a\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

  .sm_69385734f892cc4a\:inline-block{
    display: inline-block;
  }

  .sm_69385734f892cc4a\:flex{
    display: flex;
  }

  .sm_69385734f892cc4a\:h-28{
    height: 7rem;
  }

  .sm_69385734f892cc4a\:max-h-20{
    max-height: 5rem;
  }

  .sm_69385734f892cc4a\:w-28{
    width: 7rem;
  }

  .sm_69385734f892cc4a\:w-auto{
    width: auto;
  }

  .sm_69385734f892cc4a\:columns-1{
    -moz-columns: 1;
         columns: 1;
  }

  .sm_69385734f892cc4a\:columns-10{
    -moz-columns: 10;
         columns: 10;
  }

  .sm_69385734f892cc4a\:columns-11{
    -moz-columns: 11;
         columns: 11;
  }

  .sm_69385734f892cc4a\:columns-12{
    -moz-columns: 12;
         columns: 12;
  }

  .sm_69385734f892cc4a\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .sm_69385734f892cc4a\:columns-2xl{
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .sm_69385734f892cc4a\:columns-2xs{
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .sm_69385734f892cc4a\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .sm_69385734f892cc4a\:columns-3xl{
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .sm_69385734f892cc4a\:columns-3xs{
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .sm_69385734f892cc4a\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm_69385734f892cc4a\:justify-start{
    justify-content: flex-start;
  }

  .sm_69385734f892cc4a\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm_69385734f892cc4a\:border-none{
    border-style: none;
  }

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

  .sm_69385734f892cc4a\:pl-12{
    padding-left: 3rem;
  }

  .sm_69385734f892cc4a\:pl-7{
    padding-left: 1.75rem;
  }

  .sm_69385734f892cc4a\:pr-7{
    padding-right: 1.75rem;
  }

  .sm_69385734f892cc4a\:pt-0{
    padding-top: 0px;
  }

  .sm_69385734f892cc4a\:pt-24{
    padding-top: 6rem;
  }

  .sm_69385734f892cc4a\:text-left{
    text-align: left;
  }

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

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

  .sm_69385734f892cc4a\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm_69385734f892cc4a\:text-\[15px\]{
    font-size: 15px;
  }

  .sm_69385734f892cc4a\:leading-9{
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .md_d1e6593e04ab4745\:absolute{
    position: absolute;
  }

  .md_d1e6593e04ab4745\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md_d1e6593e04ab4745\:mb-0{
    margin-bottom: 0px;
  }

  .md_d1e6593e04ab4745\:ml-16{
    margin-left: 4rem;
  }

  .md_d1e6593e04ab4745\:mr-24{
    margin-right: 6rem;
  }

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

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

  .md_d1e6593e04ab4745\:block{
    display: block;
  }

  .md_d1e6593e04ab4745\:flex{
    display: flex;
  }

  .md_d1e6593e04ab4745\:hidden{
    display: none;
  }

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

  .md_d1e6593e04ab4745\:w-16{
    width: 4rem;
  }

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

  .md_d1e6593e04ab4745\:max-w-xl{
    max-width: 36rem;
  }

  .md_d1e6593e04ab4745\:columns-1{
    -moz-columns: 1;
         columns: 1;
  }

  .md_d1e6593e04ab4745\:columns-10{
    -moz-columns: 10;
         columns: 10;
  }

  .md_d1e6593e04ab4745\:columns-11{
    -moz-columns: 11;
         columns: 11;
  }

  .md_d1e6593e04ab4745\:columns-12{
    -moz-columns: 12;
         columns: 12;
  }

  .md_d1e6593e04ab4745\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md_d1e6593e04ab4745\:columns-2xl{
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .md_d1e6593e04ab4745\:columns-2xs{
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .md_d1e6593e04ab4745\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .md_d1e6593e04ab4745\:columns-3xl{
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .md_d1e6593e04ab4745\:columns-3xs{
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .md_d1e6593e04ab4745\:justify-start{
    justify-content: flex-start;
  }

  .md_d1e6593e04ab4745\:justify-end{
    justify-content: flex-end;
  }

  .md_d1e6593e04ab4745\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md_d1e6593e04ab4745\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md_d1e6593e04ab4745\:text-left{
    text-align: left;
  }

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

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

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

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

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

@media (min-width: 1024px){
  .lg_565032b43a26356e\:visible{
    visibility: visible;
  }

  .lg_565032b43a26356e\:static{
    position: static;
  }

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

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

  .lg_565032b43a26356e\:mb-0{
    margin-bottom: 0px;
  }

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

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

  .lg_565032b43a26356e\:block{
    display: block;
  }

  .lg_565032b43a26356e\:flex{
    display: flex;
  }

  .lg_565032b43a26356e\:hidden{
    display: none;
  }

  .lg_565032b43a26356e\:w-auto{
    width: auto;
  }

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

  .lg_565032b43a26356e\:rounded-full{
    border-radius: 9999px;
  }

  .lg_565032b43a26356e\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .lg_565032b43a26356e\:pb-12{
    padding-bottom: 3rem;
  }

  .lg_565032b43a26356e\:pl-8{
    padding-left: 2rem;
  }

  .lg_565032b43a26356e\:pr-8{
    padding-right: 2rem;
  }

  .lg_565032b43a26356e\:pt-36{
    padding-top: 9rem;
  }

  .lg_565032b43a26356e\:pt-\[106px\]{
    padding-top: 106px;
  }

  .lg_565032b43a26356e\:text-left{
    text-align: left;
  }

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

  .lg_565032b43a26356e\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .lg_565032b43a26356e\:opacity-100{
    opacity: 1;
  }

  .lg_565032b43a26356e\:duration-0{
    transition-duration: 0s;
  }
}

@media (min-width: 1280px){
  .xl_cc11f76300690a36\:pl-24{
    padding-left: 6rem;
  }
}

.\[\&\.aos-animate\]\:rotate-0.aos-animate{
  --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));
}

.\[\&\.aos-animate\]\:scale-100.aos-animate{
  --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));
}

.\[\&\.invisible_e3be8e75fd60d58f\]\:-translate-y-full.invisible_e3be8e75fd60d58f{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px){
  .lg_565032b43a26356e\:\[\&\.scrolled_ba2a4833ae399d22\]\:-translate-x-8.scrolled{
    --tw-translate-x: -2rem;
    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_565032b43a26356e\:\[\&\.scrolled_ba2a4833ae399d22\]\:translate-x-8.scrolled{
    --tw-translate-x: 2rem;
    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_565032b43a26356e\:\[\&\.scrolled_ba2a4833ae399d22\]\:opacity-0.scrolled{
    opacity: 0;
  }
}

.\[\&\>\*\:last-child\]\:pointer-events-none>*:last-child{
  pointer-events: none;
}

.\[\&\>li\:hover\]\:bg-light\/20>li:hover{
  background-color: rgb(204 204 204 / 0.2);
}

.\[\&\>li\]\:mb-3>li{
  margin-bottom: 0.75rem;
}

.\[\&\>li\]\:rounded-lg>li{
  border-radius: 0.5rem;
}

.\[\&\>li\]\:bg-light\/10>li{
  background-color: rgb(204 204 204 / 0.1);
}

.\[\&\>li\]\:leading-none>li{
  line-height: 1;
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

.\[\&_a\]\:hover\:no-underline:hover a{
  text-decoration-line: none;
}

.\[\&_img\]\:w-full img{
  width: 100%;
}

.\[\&_li\]\:mt-1 li{
  margin-top: 0.25rem;
}
/* ===== Dropdown Navigation ===== */
.nav-dropdown {
  position: relative;
}

.nav-dropdown > .nav-dropdown-trigger {
  padding: 0.75rem 1.375rem;
  line-height: 1;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255,255,255,1);
  cursor: pointer;
  user-select: none;
  transition: color 0.3s 0s, opacity 0.3s 0s;
}

.nav-dropdown > .nav-dropdown-trigger:hover {
  color: rgba(255,255,255,1);
}

@media (max-width: 1023px) {
  .nav-dropdown > .nav-dropdown-trigger {
    color: rgba(255,255,255,0.5);
  }
  .nav-dropdown > .nav-dropdown-trigger:hover {
    color: rgba(255,255,255,1);
  }
}

.nav-dropdown-trigger svg.dropdown-arrow {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.nav-dropdown.open > .nav-dropdown-trigger svg.dropdown-arrow {
  transform: rotate(180deg);
}

/* Desktop dropdown panel */
.nav-dropdown-menu {
  background-color: rgb(24 24 26 / 0.88);
  --tw-backdrop-blur: blur(20px);
  -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);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 0.5rem 0;
  min-width: 160px;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .nav-dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    top: calc(100% + 8px);
    z-index: 50;
  }

  .nav-dropdown.open > .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
  }
}

@media (max-width: 1023px) {
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  }

  .nav-dropdown.open > .nav-dropdown-menu {
    max-height: 300px;
    padding-bottom: 0.5rem;
  }
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  transition: color 0.15s, background-color 0.15s;
  text-decoration: none;
}

.nav-dropdown-menu a:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.05);
}

@media (max-width: 1023px) {
  .nav-dropdown-menu a {
    padding-left: 2.5rem;
  }
}

/* ===== Three-pill header ===== */

/* Shared pill style — used by logo pill, navbar pill, and CTA/hamburger pill */
.header-pill_4b913184128a3536 {
  background-color: rgb(24 24 26 / 0.3);
  --tw-backdrop-blur: blur(10px);
  -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);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  padding: 0.25rem;
  transition: 0.3s ease;
}

/* CTA link inside its pill */
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.header-cta:hover {
  color: rgba(255,255,255,1);
}

/* navToggler inside pill — strip its own border/bg since the pill provides it */
.header-pill_4b913184128a3536 .navToggler {
  border: none;
  background: none;
  border-radius: 9999px;
  padding: 0.4rem;
}


/* ============================================================
   AVER-HUGO component styles
   ============================================================ */

/* ── Scroll-top button ─────────────────────────────────────── */
.scroll-top {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  z-index: 999;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.15);
  background-color: rgb(24 24 26 / 0.6);
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background-color 0.3s;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
          backdrop-filter: var(--tw-backdrop-blur);
}
.scroll-top.show { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background-color: rgba(255,255,255,0.12); color: #fff; }

/* ── Preloader ─────────────────────────────────────────────── */
.aver-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #18181a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
.aver-preloader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.aver-preloader__inner { text-align: center; }
.aver-preloader__icon { margin-bottom: 1rem; opacity: 0.6; }
.aver-preloader__letters { display: flex; gap: 0.1em; justify-content: center; }
.aver-preloader__letter {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255,255,255,0.15);
  letter-spacing: 0.05em;
  animation: preloader-pulse 1.4s ease-in-out infinite;
}
.aver-preloader__letter:nth-child(2) { animation-delay: 0.1s; }
.aver-preloader__letter:nth-child(3) { animation-delay: 0.2s; }
.aver-preloader__letter:nth-child(4) { animation-delay: 0.3s; }
.aver-preloader__letter:nth-child(5) { animation-delay: 0.4s; }
.aver-preloader__letter:nth-child(6) { animation-delay: 0.5s; }
.aver-preloader__letter:nth-child(7) { animation-delay: 0.6s; }
@keyframes preloader-pulse {
  0%, 100% { color: rgba(255,255,255,0.15); }
  50%       { color: rgba(255,255,255,0.9); }
}

/* ── Footer disclaimer text (Aver typography on dark) ────────── */
/* Aver's own .link, .text-white/*, .container etc handle the rest */

/* ── Breadcrumbs on white body ──────────────────────────────── */
.inner-banner-one {
  background: transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pager {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 0 0;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.4);
  flex-wrap: wrap;
}
.pager li a { color: rgba(0,0,0,0.55); text-decoration: none; transition: color 0.2s; }
.pager li a:hover { color: #000; }

/* ── Banner & content rounding ──────────────────────────────── */
.rounded-2xl_bf0cb68c1212f6f6 {
  border-radius: 1rem;
}
.rounded-b-none_280dce08c731c5a2 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_0be3da0f2df543d9 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.content-rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

/* ── TOC — theme-consistent redesign ───────────────────────── */
.toc-container {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f8f8f8;
}
.toc-title {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 0.875rem 1.25rem;
  cursor: pointer;
  text-align: left;
}
.toc-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toc-header-content p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
}
.toc-toggle-icon {
  flex-shrink: 0;
  color: rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}
.toc-toggle-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.toc-content {
  padding: 1rem 1.25rem;
}
.toc-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-content ul ul {
  padding-left: 1rem;
  margin-top: 0.25rem;
  border-left: 2px solid rgba(0,0,0,0.06);
}
.toc-content li {
  margin-bottom: 0.2rem;
}
.toc-content a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.875rem;
  color: rgba(0,0,0,0.6);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s;
}
.toc-content a:hover {
  color: rgba(0,0,0,0.9);
}
.toc-title:focus-visible {
  outline: 2px solid rgba(0,0,0,0.2);
  outline-offset: -2px;
}

/* ── Tables — elegant base styles ───────────────────────────── */
.content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.content table thead tr {
  border-bottom: 2px solid rgba(0,0,0,0.12);
}
.content table thead th {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  text-align: left;
  white-space: nowrap;
}
.content table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.15s;
}
.content table tbody tr:last-child {
  border-bottom: none;
}
.content table tbody tr:hover {
  background: rgba(0,0,0,0.025);
}
.content table tbody td {
  padding: 0.6rem 1rem;
  color: rgba(0,0,0,0.75);
  vertical-align: middle;
  white-space: nowrap;
}

/* ── Table scroll wrapper (added by JS) ─────────────────────── */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0.5rem;
  border: 1px solid rgba(0,0,0,0.07);
}
.table-scroll table {
  margin: 0;
  border-radius: 0;
  white-space: nowrap;
  min-width: 100%;
}

/* ── Missing utility classes ────────────────────────────────── */
.pt-12 { padding-top: 3rem; }

/* ── TOC padding fix ────────────────────────────────────────── */
.toc-container {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.toc-title {
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  padding: 0rem 1rem 0.5rem;
}
.toc-content {
  margin-top: -1.2rem;
  padding: 0.5rem 1rem 0.75rem;
}

/* ── Footer: casino logo spacing & bigger copyright ─────────── */
.footer-casino-logos li {
  padding: 0 0.4rem;
}
.footer-copyright {
  font-size: 1rem !important;
  color: rgba(255,255,255,0.55) !important;
}

@media screen and (max-width: 767px) {
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footerLogo_6941c0ea4251c6fa {
  max-width: 160px;
  max-height: 40px;
}