@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_64d56c3c57638e41.org/show_bug.cgi_08fb6398e71afe3d?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_98fef3f2dd9a69b9.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_addf331531a622b2.org/show_bug.cgi_08fb6398e71afe3d?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_98fef3f2dd9a69b9.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_addf331531a622b2.org/show_bug.cgi_08fb6398e71afe3d?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_a0dfe1741a5f2fcf#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("../pictures/noise.fc42f9f232.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_500b5feb1802b163::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_5ab9bead62c27462 :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_5ab9bead62c27462 :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

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

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

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

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

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

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

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

.prose_5ab9bead62c27462 :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_5ab9bead62c27462 :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

.prose_5ab9bead62c27462 :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_5ab9bead62c27462 :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose_5ab9bead62c27462 :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_5ab9bead62c27462 :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_5ab9bead62c27462 :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_5ab9bead62c27462 :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

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

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

.prose_5ab9bead62c27462 :where(.prose_5ab9bead62c27462 > :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_4549690f196c765b, .gx-6_bd0c2c8396bbf7ab{
  --bs-gutter-x: 3.25rem;
}

.g-6_4549690f196c765b, .gy-6_d51479c10d85e647{
  --bs-gutter-y: 3.25rem;
}

.order-1_7a2f572027e9b7e9{
  order: 1;
}

.order-2_a2461f8b9a8e05aa{
  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_8a51f1a5334329a6 */
    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(../pictures/noise.fc42f9f232.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_258ae4d96aeb7819 {
  transition-delay: 0ms;
}

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

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

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

/* has-twoColumns project */

@media screen and (max-width: 1023px) {
  .has-twoColumns_74cc73aad7d3c1a2 {
    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_5ab9bead62c27462 > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

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

.content :where(.prose_5ab9bead62c27462 > 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_5ab9bead62c27462 > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(.prose_5ab9bead62c27462 > :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_d998909b5ee65ca6{
  --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_d998909b5ee65ca6 :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-light_d998909b5ee65ca6 :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_d998909b5ee65ca6 :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-light_d998909b5ee65ca6 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_dafa0175a65f300f{
  margin-top: 2rem;
}

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

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

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

.visible_76706bc30419cb23{
  visibility: visible;
}

.invisible_09d537b15c4ca0cb{
  visibility: hidden;
}

.collapse_de79cb01efa0091e{
  visibility: collapse;
}

.static_1115dc5e69f5b6b7{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_565477f5cf566f3d{
  position: absolute;
}

.relative_151898d33a774cb4{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1_7a2f572027e9b7e9{
  order: 1;
}

.order-2_a2461f8b9a8e05aa{
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_a5cb4ddaaba4af2b{
  display: block;
}

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

.inline_002f166dab311998{
  display: inline;
}

.flex_8911d116171a956f{
  display: flex;
}

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

.table_b59f1335c963b270{
  display: table;
}

.contents_1f0991b04a864c23{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto_922dbcd9133dc923{
  height: auto;
}

.h-full_d700ce51a6c0efba{
  height: 100%;
}

.h-px_2a7963f4155f1df0{
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto_42472aca6e5a6d71{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.grow_4e02ad07371c29ce{
  flex-grow: 1;
}

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

.-translate-y-1_0c2a4ad320a4acee{
  --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_0c2a4ad320a4acee\/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_5552d6060667f514{
  --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_493ab0dc026cb276{
  --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_f6e39b918bd7b11f{
  --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_ae83025fac4bf294{
  --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_1e58322989cc69b5{
  --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_0438c98f26d474ef{
  --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-_0f15ba20299387b7\[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-_0f15ba20299387b7\[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-_0f15ba20299387b7\[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_213b9d644869ffe6{
  --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_91d351c6210f0614{
  --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_5aa5cb68362f0100{
  --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_e41627ae046efe52{
  --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_ebfc463a8b6201ee{
  --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_5931f6ac181e6741{
  animation: spin 1s linear infinite;
}

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

.cursor-pointer_3a33c94a3e7e5429{
  cursor: pointer;
}

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

.resize_3486b5387202b19c{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-0_385878209488b4fd > :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_ee85af2d0c62e906 > :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_6d3d750fb2f87d5a > :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_f36c79612ac5b927{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded_1eca0d77e78ed924{
  border-radius: 0.25rem;
}

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

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

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

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

.border_f900b7725fbd61cc{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-_cb30f736776a53b0\[url\(\"\.\.\/images\/noise\.webp_616d0984996f59b4\"\)\]{
  background-image: url("../pictures/noise.fc42f9f232.webp");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase_9f1dc50d2a170ef7{
  text-transform: uppercase;
}

.capitalize_9fbaf28ecf623576{
  text-transform: capitalize;
}

.italic_823ac81cca12978c{
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-red-600_2eb6de3d76bc8cff{
  --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_108e07634e8e7456 {
  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_c6e94d923db1bff3{
  text-decoration-line: underline;
}

.opacity-0_1ea2331d95ed6a2b{
  opacity: 0;
}

.opacity-10_343ba2cecd4a4237{
  opacity: 0.1;
}

.opacity-100_8f5602b0dab30e7d{
  opacity: 1;
}

.opacity-5_67148d57c5faa7d8{
  opacity: 0.05;
}

.opacity-50_ebc2ecccf8dbc2bd{
  opacity: 0.5;
}

.opacity-60_a84671987ac88b15{
  opacity: 0.6;
}

.opacity-75_d1dc483071662203{
  opacity: 0.75;
}

.opacity-80_10d71a929bc5de05{
  opacity: 0.8;
}

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

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

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

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

.outline_2d58d0a798651a1a{
  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_eacc0f87ece3fae3{
  --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_4c1b2a8e20982d5c{
  --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-_cead9541593c7b89\[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_d52f07d904e6cca2{
  --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_c0e370256fb27a63{
  -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_baec0f5ea579b4c5{
  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_fc4a72d8c361e9b6{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-overlay_813f4ad2dc3d2b0e {
  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_b09c254834e17b50\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover_92a4f34703c95c24\: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_92a4f34703c95c24\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

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

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

.focus-visible_f6fc463a25e601ec\: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_f6fc463a25e601ec\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:mt-0{
  margin-top: 0px;
}

.group_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\: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_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:-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_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:\!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_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\: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_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:opacity-100{
  opacity: 1;
}

.group_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:opacity-60{
  opacity: 0.6;
}

.group_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\: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_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:delay-150{
  transition-delay: 150ms;
}

.group_e6107bb39e7e0494:hover .group-hover_3a25164c191a08ab\:delay-300{
  transition-delay: 300ms;
}

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

.group_e6107bb39e7e0494.aos-animate .group-_4aca4ee0eb445f53\[\.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_2fdbac42cdfc0eaa\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}

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

.prose-a_6591756dae01b1c9\: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_6591756dae01b1c9\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_b09c254834e17b50\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_b09c254834e17b50\: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_b09c254834e17b50\:rounded-lg{
    border-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_f37fcb98b2858c75\:block{
    display: block;
  }

  .md_f37fcb98b2858c75\:flex{
    display: flex;
  }

  .md_f37fcb98b2858c75\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_8b0646bc8432d211\:static{
    position: static;
  }

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

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

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

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

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

  .lg_8b0646bc8432d211\:block{
    display: block;
  }

  .lg_8b0646bc8432d211\:flex{
    display: flex;
  }

  .lg_8b0646bc8432d211\:hidden{
    display: none;
  }

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

  .lg_8b0646bc8432d211\: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_8b0646bc8432d211\:rounded-full{
    border-radius: 9999px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl_05f32315343d4915\: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_09d537b15c4ca0cb\]\:-translate-y-full.invisible_09d537b15c4ca0cb{
  --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_8b0646bc8432d211\:\[\&\.scrolled_2d095c6fa6828b05\]\:-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_8b0646bc8432d211\:\[\&\.scrolled_2d095c6fa6828b05\]\: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_8b0646bc8432d211\:\[\&\.scrolled_2d095c6fa6828b05\]\: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_8a51f1a5334329a6 {
  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_8a51f1a5334329a6 .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_5a215554e6f4d026 {
  border-radius: 1rem;
}
.rounded-b-none_161e1ec58591587d {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_3be1c18f1ff3b085 {
  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_23fcb1dbc8eb2f37 {
  max-width: 160px;
  max-height: 40px;
}