@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_7d58ddbc7e07c265.org/show_bug.cgi_40004b2dc967aed4?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_742979d90ef3bac0.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_d25efd0337c3ad30.org/show_bug.cgi_40004b2dc967aed4?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_742979d90ef3bac0.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_d25efd0337c3ad30.org/show_bug.cgi_40004b2dc967aed4?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_f1080079a20598a5#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.2040b5bf3d.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_2072a8de82483db7::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_7991380d8547ecd3 :where(.prose_7991380d8547ecd3 > :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_93c6c47acf220b95, .gx-6_f6a2b6804774a3c7{
  --bs-gutter-x: 3.25rem;
}

.g-6_93c6c47acf220b95, .gy-6_4a2a3dd62ebf98df{
  --bs-gutter-y: 3.25rem;
}

.order-1_84eb87a964576b55{
  order: 1;
}

.order-2_fc1e6e0b592fd40e{
  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_3f4a94dc492c9cda */
    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.2040b5bf3d.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_673c62976e52dad1 {
  transition-delay: 0ms;
}

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

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

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

/* has-twoColumns project */

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

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

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

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

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

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

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

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

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

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

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

.visible_e707a778095eaac5{
  visibility: visible;
}

.invisible_3af79fa62206d835{
  visibility: hidden;
}

.collapse_95edfa1e48a761e8{
  visibility: collapse;
}

.static_298d402948d9b9fb{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_987cdf45f5a9f2ce{
  position: absolute;
}

.relative_ae426309737da8c3{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1_84eb87a964576b55{
  order: 1;
}

.order-2_fc1e6e0b592fd40e{
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_402737fa423b3c01{
  display: block;
}

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

.inline_eb5892d6f8cb4e88{
  display: inline;
}

.flex_f34d38ff9007dbae{
  display: flex;
}

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

.table_d551bb799444b243{
  display: table;
}

.contents_bf8b08474185d027{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto_c0d12cab206120f5{
  height: auto;
}

.h-full_2fa6340ce52178a6{
  height: 100%;
}

.h-px_fd1965c5ae5cb684{
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto_b4948b42cd7f54b9{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.grow_cb563c434b7bb7e8{
  flex-grow: 1;
}

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

.-translate-y-1_9b09e4a1542fb6f7{
  --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_9b09e4a1542fb6f7\/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_8fa0713184a208d1{
  --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_8270b41d1e35d521{
  --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_3601ba77cbd6aab1{
  --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_4482c54900c759d2{
  --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_78bda25c7d5cfeb1{
  --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_442fb96bf2386004{
  --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-_202da3ff297b00ac\[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-_202da3ff297b00ac\[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-_202da3ff297b00ac\[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_f77af9bdddf8f92b{
  --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_48f9de938949886f{
  --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_bdce5dd19087b4a7{
  --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_b53e38e030060aee{
  --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_01384d0164661959{
  --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_73ac85b8b9b23261{
  animation: spin 1s linear infinite;
}

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

.cursor-pointer_eda857b714a493c7{
  cursor: pointer;
}

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

.resize_963e48ff172ef0c9{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-0_c0a0117d744d6983 > :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_0dc363792546c8d3 > :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_24ab8ba08707be2e > :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_ee5691cc1bce5207{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded_c9d189a4f9caa05c{
  border-radius: 0.25rem;
}

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

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

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

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

.border_c88147c2d5a09e6a{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-_2d2081e990a7400c\[url\(\"\.\.\/images\/noise\.webp_a3f97be4033f9699\"\)\]{
  background-image: url("../pictures/noise.2040b5bf3d.webp");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase_18cb905a610d715e{
  text-transform: uppercase;
}

.capitalize_bf2007dc3d92a63f{
  text-transform: capitalize;
}

.italic_644870e97a7f32cd{
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-red-600_9cee44303d907b3b{
  --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_b737d7a539ab1db2 {
  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_2b369040ec2c2dbb{
  text-decoration-line: underline;
}

.opacity-0_c3c2b0c5f8d42dd2{
  opacity: 0;
}

.opacity-10_9b3b9387b2dad487{
  opacity: 0.1;
}

.opacity-100_506de7c52766268a{
  opacity: 1;
}

.opacity-5_41740df50dd7b4fc{
  opacity: 0.05;
}

.opacity-50_2759da3ce9525584{
  opacity: 0.5;
}

.opacity-60_f281bedf4d8114da{
  opacity: 0.6;
}

.opacity-75_04ac1734690023d6{
  opacity: 0.75;
}

.opacity-80_a396727c6a04e2f4{
  opacity: 0.8;
}

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

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

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

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

.outline_fb00edb040fd7615{
  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_0219c1d39a290294{
  --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_568a11156c4c439e{
  --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-_11868d67979d0c24\[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_236069fe1150194b{
  --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_073973d7390e8dfa{
  -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_3a84017f8f9c9673{
  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_b58eee15037503d8{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:mt-0{
  margin-top: 0px;
}

.group_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\: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_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:-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_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:\!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_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\: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_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:opacity-100{
  opacity: 1;
}

.group_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:opacity-60{
  opacity: 0.6;
}

.group_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\: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_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:delay-150{
  transition-delay: 150ms;
}

.group_3427cc3b116bcbe2:hover .group-hover_e7ea3bd5b2266f9a\:delay-300{
  transition-delay: 300ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_d62cab3f4cc5cb2a\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_8267f8babac39297\:block{
    display: block;
  }

  .md_8267f8babac39297\:flex{
    display: flex;
  }

  .md_8267f8babac39297\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_401760fe9bcae45d\:static{
    position: static;
  }

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

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

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

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

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

  .lg_401760fe9bcae45d\:block{
    display: block;
  }

  .lg_401760fe9bcae45d\:flex{
    display: flex;
  }

  .lg_401760fe9bcae45d\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl_84d5d4d9d46d86c3\: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_3af79fa62206d835\]\:-translate-y-full.invisible_3af79fa62206d835{
  --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_401760fe9bcae45d\:\[\&\.scrolled_7109e6863a0bfd04\]\:-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_401760fe9bcae45d\:\[\&\.scrolled_7109e6863a0bfd04\]\: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_401760fe9bcae45d\:\[\&\.scrolled_7109e6863a0bfd04\]\: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_3f4a94dc492c9cda {
  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_3f4a94dc492c9cda .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_040b7b0b4b508fae {
  border-radius: 1rem;
}
.rounded-b-none_0a523afba7f77f8e {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_d27dc891586fd1f9 {
  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_1a63b98d83c337ee {
  max-width: 160px;
  max-height: 40px;
}