/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
/*!
Theme Name: playcognito
Theme URI: https://www.egor.im/playcognito/
Description: A custom theme based on _tw
Version: 0.1.0
Author: Egor Volchenko
Author URI: https://www.egor.im/
Text Domain: playcognito
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

playcognito is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --blur-sm: 8px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.-top-\[27\%\] {
  top: calc(27% * -1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-\[0px\] {
  top: 0px;
}
.top-\[55\%\] {
  top: 55%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-8 {
  right: calc(var(--spacing) * 8);
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[13\%\] {
  right: 13%;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-8 {
  bottom: calc(var(--spacing) * 8);
}
.bottom-\[0px\] {
  bottom: 0px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-8 {
  left: calc(var(--spacing) * 8);
}
.left-\[10\%\] {
  left: 10%;
}
.-z-\[1\] {
  z-index: calc(1 * -1);
}
.z-10 {
  z-index: 10;
}
.z-11 {
  z-index: 11;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[9999\] {
  z-index: 9999;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-inline: calc(var(--spacing) * 4);
}
.mx-auto {
  margin-inline: auto;
}
.my-auto {
  margin-block: auto;
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.\!mt-0 {
  margin-top: calc(var(--spacing) * 0) !important;
}
.\!mt-auto {
  margin-top: auto !important;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-7\.5 {
  margin-top: calc(var(--spacing) * 7.5);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-auto {
  margin-top: auto;
}
.\!mb-0 {
  margin-bottom: calc(var(--spacing) * 0) !important;
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-auto {
  margin-left: auto;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[163\/46\] {
  aspect-ratio: 163/46;
}
.aspect-\[275\/219\] {
  aspect-ratio: 275/219;
}
.aspect-\[321\.5\/256\] {
  aspect-ratio: 321.5/256;
}
.aspect-\[368\/293\] {
  aspect-ratio: 368/293;
}
.aspect-\[812\/148\] {
  aspect-ratio: 812/148;
}
.aspect-\[1235\/1332\] {
  aspect-ratio: 1235/1332;
}
.\!h-\[0px\] {
  height: 0px !important;
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-\[21\.12px\] {
  height: 21.12px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[159\%\] {
  height: 159%;
}
.h-\[200px\] {
  height: 200px;
}
.h-full {
  height: 100%;
}
.max-h-9 {
  max-height: calc(var(--spacing) * 9);
}
.min-h-142 {
  min-height: calc(var(--spacing) * 142);
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-auto {
  min-height: auto;
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-28 {
  width: calc(var(--spacing) * 28);
}
.w-52 {
  width: calc(var(--spacing) * 52);
}
.w-80 {
  width: calc(var(--spacing) * 80);
}
.w-\[21\.12px\] {
  width: 21.12px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[139\%\] {
  width: 139%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-36 {
  max-width: calc(var(--spacing) * 36);
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[709px\] {
  max-width: 709px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[1170px\] {
  max-width: 1170px;
}
.max-w-\[1218px\] {
  max-width: 1218px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-\[200px\] {
  min-width: 200px;
}
.flex-1 {
  flex: 1;
}
.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}
.flex-auto {
  flex: auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-35 {
  column-gap: calc(var(--spacing) * 35);
}
.gap-x-\[8px\] {
  column-gap: 8px;
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-\[rgb\(255_255_255_\/_20\%\)\] {
  border-color: rgb(255 255 255 / 20%);
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-\[\#0f0817\] {
  background-color: #0f0817;
}
.bg-\[\#1d1129\]\/95 {
  background-color: color-mix(in oklab, #1d1129 95%, transparent);
}
.bg-\[rgb\(7_5_10_\/_15\%\)\] {
  background-color: rgb(7 5 10 / 15%);
}
.bg-\[rgb\(16_4_21_\/_60\%\)\] {
  background-color: rgb(16 4 21 / 60%);
}
.bg-\[rgb\(24_15_33_\/_51\%\)\] {
  background-color: rgb(24 15 33 / 51%);
}
.bg-black\/70 {
  background-color: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.bg-neutral-700\/20 {
  background-color: color-mix(in srgb, oklch(37.1% 0 0) 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-neutral-700\/20 {
    background-color: color-mix(in oklab, var(--color-neutral-700) 20%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/5 {
  background-color: color-mix(in srgb, #fff 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/5 {
    background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
  }
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-white\/25 {
  background-color: color-mix(in srgb, #fff 25%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/25 {
    background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
  }
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(to_bottom\,_\#180f21\,_rgb\(0_0_0_\/_0\%\)\)\] {
  background-image: linear-gradient(to bottom, #180f21, rgb(0 0 0 / 0%));
}
.from-\[\#673AB7\]\/40 {
  --tw-gradient-from: color-mix(in oklab, #673AB7 40%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-transparent {
  --tw-gradient-via: transparent;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#1d1129\]\/80 {
  --tw-gradient-to: color-mix(in oklab, #1d1129 80%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-13 {
  padding-block: calc(var(--spacing) * 13);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-15 {
  padding-top: calc(var(--spacing) * 15);
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[156px\] {
  padding-top: 156px;
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-\[\'BigNoodleTitling\'\,\'Outfit\'\] {
  font-family: 'BigNoodleTitling','Outfit';
}
.font-\[\'BigNoodleTitling\'\] {
  font-family: 'BigNoodleTitling';
}
.font-\[\'DM_Sans\'\] {
  font-family: 'DM Sans';
}
.font-\[\'Outfit\'\] {
  font-family: 'Outfit';
}
.font-\[\'Poppins\'\] {
  font-family: 'Poppins';
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.leading-3 {
  --tw-leading: calc(var(--spacing) * 3);
  line-height: calc(var(--spacing) * 3);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.font-thin {
  --tw-font-weight: var(--font-weight-thin);
  font-weight: var(--font-weight-thin);
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.text-\[\#1d1129\] {
  color: #1d1129;
}
.text-\[\#673AB7\] {
  color: #673AB7;
}
.text-\[rgb\(255_255_255_\/_60\%\)\] {
  color: rgb(255 255 255 / 60%);
}
.text-white {
  color: var(--color-white);
}
.text-white\/50 {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/50 {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.text-white\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/60 {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-75 {
  opacity: 75%;
}
.shadow-\[0_0_60px_-10px_\#7651B8\] {
  --tw-shadow: 0 0 60px -10px var(--tw-shadow-color, #7651B8);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.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,);
}
.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-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -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 {
  -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 {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-2:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/10:hover {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/10:hover {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:opacity-70:hover {
    opacity: 70%;
  }
}
@media (hover: hover) {
  .hover\:opacity-\[0\.8\]:hover {
    opacity: 0.8;
  }
}
@media (width < 1220px) {
  .max-\[1220px\]\:hidden {
    display: none;
  }
}
@media (width < 1180px) {
  .max-\[1180px\]\:\!visible {
    visibility: visible !important;
  }
}
@media (width >= 900p) {
  .min-\[900p\]\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 360px) {
  .min-\[360px\]\:min-h-auto {
    min-height: auto;
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:block {
    display: block;
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:flex {
    display: flex;
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:w-28 {
    width: calc(var(--spacing) * 28);
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:w-32 {
    width: calc(var(--spacing) * 32);
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:w-37\.5 {
    width: calc(var(--spacing) * 37.5);
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:w-\[200px\] {
    width: 200px;
  }
}
@media (width >= 768px) {
  .min-\[768px\]\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:absolute {
    position: absolute;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:top-\[18\.40px\] {
    top: 18.40px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:top-\[36\.80px\] {
    top: 36.80px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:top-\[68\%\] {
    top: 68%;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:right-7\.5 {
    right: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:right-\[13\%\] {
    right: 13%;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:left-7\.5 {
    left: calc(var(--spacing) * 7.5);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:my-auto {
    margin-block: auto;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:mb-13\.75 {
    margin-bottom: calc(var(--spacing) * 13.75);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:block {
    display: block;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:hidden {
    display: none;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:inline-flex {
    display: inline-flex;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:h-96 {
    height: calc(var(--spacing) * 96);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:h-\[21\.12px\] {
    height: 21.12px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:min-h-100 {
    min-height: calc(var(--spacing) * 100);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-2\/5 {
    width: calc(2/5 * 100%);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-3\/5 {
    width: calc(3/5 * 100%);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-10 {
    width: calc(var(--spacing) * 10);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-40\.75 {
    width: calc(var(--spacing) * 40.75);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-60 {
    width: calc(var(--spacing) * 60);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-70 {
    width: calc(var(--spacing) * 70);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-80 {
    width: calc(var(--spacing) * 80);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-\[21\.12px\] {
    width: 21.12px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-\[41\%\] {
    width: 41%;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:w-auto {
    width: auto;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:max-w-52 {
    max-width: calc(var(--spacing) * 52);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:max-w-\[496px\] {
    max-width: 496px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:max-w-\[600px\] {
    max-width: 600px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-9 {
    gap: calc(var(--spacing) * 9);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:gap-y-7 {
    row-gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pt-\[15px\] {
    padding-top: 15px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:pb-\[15px\] {
    padding-bottom: 15px;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:text-center {
    text-align: center;
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 900px) {
  .min-\[900px\]\:leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:top-\[68\%\] {
    top: 68%;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:mb-\[15\%\] {
    margin-bottom: 15%;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:mb-\[87px\] {
    margin-bottom: 87px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:mb-\[103px\] {
    margin-bottom: 103px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:hidden {
    display: none;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:min-h-\[768px\] {
    min-height: 768px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:min-h-auto {
    min-height: auto;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:w-69 {
    width: calc(var(--spacing) * 69);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:w-80 {
    width: calc(var(--spacing) * 80);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:w-92 {
    width: calc(var(--spacing) * 92);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:max-w-\[560px\] {
    max-width: 560px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:max-w-\[592px\] {
    max-width: 592px;
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:py-25\.75 {
    padding-block: calc(var(--spacing) * 25.75);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:pt-29\.75 {
    padding-top: calc(var(--spacing) * 29.75);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:pb-32\.5 {
    padding-bottom: calc(var(--spacing) * 32.5);
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 1220px) {
  .min-\[1220px\]\:leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
}
@media (width >= 1270px) {
  .min-\[1270px\]\:w-full {
    width: 100%;
  }
}
@media (width >= 1270px) {
  .min-\[1270px\]\:pl-14 {
    padding-left: calc(var(--spacing) * 14);
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[700px\] {
    min-height: 700px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:min-h-screen {
    min-height: 100vh;
  }
}
@media (width >= 64rem) {
  .lg\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@font-face {
  font-family: 'BigNoodle';
  src: url('fonts/bignoodletitling_oblique.ttf') format('truetype');
  font-style: oblique;
  font-weight: normal;
}
@font-face {
  font-family: 'BigNoodleTitling';
  src: url('fonts/bignoodletitlingrusbydaymarius.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
body:not(.editor-styles-wrapper) {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='3402' viewBox='0 0 1440 3402' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_212_178)'%3E%3Crect width='1440' height='3402' fill='%23180F21'/%3E%3Cg filter='url(%23filter0_f_212_178)'%3E%3Cpath d='M1789.47 730.469C1875.27 797.521 1699.64 2040.18 1637.47 2119.72C1575.31 2199.27 1349.87 1991.3 1264.07 1924.25C1178.27 1857.2 1159.11 1738.36 1221.27 1658.82C1283.43 1579.27 1362.99 670.412 1789.47 730.469Z' fill='url(%23paint0_radial_212_178)' fill-opacity='0.8'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_212_178)'%3E%3Cpath d='M397.814 1378.26C302.129 1416.7 -37.2149 1035.19 -74.8526 941.517C-112.49 847.844 -131.404 767.247 -35.7197 728.801C59.9649 690.355 168.044 735.126 205.682 828.799C243.319 922.472 493.498 1339.81 397.814 1378.26Z' fill='url(%23paint1_radial_212_178)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_212_178)'%3E%3Cpath d='M843.029 2612.99C759.133 2646.7 461.595 2312.18 428.594 2230.05C395.593 2147.92 379.01 2077.25 462.906 2043.54C546.803 2009.83 641.566 2049.09 674.567 2131.22C707.568 2213.35 926.926 2579.28 843.029 2612.99Z' fill='url(%23paint2_radial_212_178)'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_212_178)'%3E%3Cellipse cx='369.5' cy='71.5' rx='413.5' ry='351.5' fill='url(%23paint3_radial_212_178)'/%3E%3C/g%3E%3Cg filter='url(%23filter4_f_212_178)'%3E%3Cellipse cx='369.5' cy='3473.5' rx='413.5' ry='351.5' fill='url(%23paint4_radial_212_178)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_212_178' x='884.767' y='427.621' width='1227.87' height='2009.96' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_212_178'/%3E%3C/filter%3E%3Cfilter id='filter1_f_212_178' x='-405.575' y='415.023' width='1125.04' height='1265.95' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_212_178'/%3E%3C/filter%3E%3Cfilter id='filter2_f_212_178' x='101.657' y='1731.46' width='1060.36' height='1183.9' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_212_178'/%3E%3C/filter%3E%3Cfilter id='filter3_f_212_178' x='-394' y='-630' width='1527' height='1403' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='175' result='effect1_foregroundBlur_212_178'/%3E%3C/filter%3E%3Cfilter id='filter4_f_212_178' x='-394' y='2772' width='1527' height='1403' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='175' result='effect1_foregroundBlur_212_178'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_212_178' cx='0' cy='0' r='1' gradientTransform='matrix(127.795 -515.379 519.286 150.62 1528.36 1929.89)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BB54CB'/%3E%3Cstop offset='0.269231' stop-color='%23A170DA'/%3E%3Cstop offset='0.533654' stop-color='%23898AE9'/%3E%3Cstop offset='0.783654' stop-color='%23755BCC'/%3E%3Cstop offset='1' stop-color='%23673AB7'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_212_178' cx='0' cy='0' r='1' gradientTransform='matrix(371.116 373.329 -366.063 363.786 32.4291 898.411)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CB54B1'/%3E%3Cstop offset='0.163462' stop-color='%23AA83EE'/%3E%3Cstop offset='1' stop-color='%23673AB7'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_212_178' cx='0' cy='0' r='1' gradientTransform='matrix(325.396 327.336 -320.965 318.968 522.659 2192.26)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CB54B1'/%3E%3Cstop offset='0.163462' stop-color='%23AB8EDF'/%3E%3Cstop offset='1' stop-color='%23673AB7'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_212_178' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(369.5 71.5) rotate(90) scale(351.5 413.5)'%3E%3Cstop stop-color='%23AA83EE'/%3E%3Cstop offset='1' stop-color='%23673AB7'/%3E%3C/radialGradient%3E%3CradialGradient id='paint4_radial_212_178' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(369.5 3473.5) rotate(90) scale(351.5 413.5)'%3E%3Cstop stop-color='%23AA83EE'/%3E%3Cstop offset='1' stop-color='%23673AB7'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_212_178'%3E%3Crect width='1440' height='3402' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: repeat;
}
.button-violet-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  background: linear-gradient(to top, #5c3c93, #7651b8);
  padding: 10px 25px;
  border-radius: 10px;
  border-top: 1px solid rgb(255 255 255 / 31%);
}
.arrow-white-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.502 5.21973L18.8447 10.5624L13.502 15.9052' stroke='white' stroke-width='1.32028' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.88135 10.562H18.6948' stroke='white' stroke-width='1.32028' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
}
.button-white-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 10px 25px;
  border-radius: 10px;
  color: #FFF;
  background: linear-gradient(to top, #cdcdcd, #FFF);
  color: #5d3d93;
  border-top: 1px solid #a6a6a6 !important;
}
.arrow-purple-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.502 5.21973L18.8447 10.5624L13.502 15.9052' stroke='%23673AB7' stroke-width='1.32028' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.88135 10.562H18.6948' stroke='%23673AB7' stroke-width='1.32028' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-button-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='163' height='46' viewBox='0 0 163 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M163.5 46.5H-0.5V-0.5H143.901L144.047 -0.357422L163.35 18.5537L163.5 18.7012V46.5Z' fill='white' stroke='url(%23paint0_linear_101_90)'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_101_90' x1='81.5' y1='-1.30701e-08' x2='81.5' y2='46' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EF8EFF'%3E%3C/stop%3E%3Cstop offset='0.526042' stop-color='%239D20D8'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23AC04FB' stop-opacity='0'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-blur-button-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='163' height='46' viewBox='0 0 163 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M163.5 46.5H-0.5V-0.5H143.901L144.047 -0.357422L163.35 18.5537L163.5 18.7012V46.5Z' fill='%237D55C2'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
.bg-black-before-60:before {
  background: rgb(0 0 0 / 60%);
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
}
.bg-black-before-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  position: absolute;
}
.bg-arrow-to-left-white-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.41424 5.00008H13V7.00008H4.41424L7.70714 10.293L6.29292 11.7072L0.585815 6.00008L6.29292 0.292969L7.70714 1.70718L4.41424 5.00008Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-arrow-to-right-white-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3186 9.03817H1.94946V6.96216H10.3186L7.10879 3.54413L8.48732 2.07617L14.0504 8.00017L8.48732 13.9242L7.10879 12.4562L10.3186 9.03817Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-arrow-to-left-white-icon:not(.slider-counter-arrow), .bg-arrow-to-right-white-icon:not(.slider-counter-arrow) {
  visibility: hidden;
}
.twitch-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1966 4.85016H16.3858V9.99234H18.1966V4.85016ZM13.2198 4.82812H11.4091V9.97266H13.2198V4.82812ZM5.52437 0L1 4.28531V19.7147H6.42953V24L10.9544 19.7147H14.5755L22.7209 12V0H5.52437ZM20.9106 11.1445L17.2909 14.572H13.6703L10.5016 17.572V14.572H6.42953V1.71469H20.9106V11.1445Z' fill='%23F5FFE6'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.instagram-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5082 6.11758C8.52695 6.11758 6.12227 8.52227 6.12227 11.5035C6.12227 14.4848 8.52695 16.8895 11.5082 16.8895C14.4895 16.8895 16.8941 14.4848 16.8941 11.5035C16.8941 8.52227 14.4895 6.11758 11.5082 6.11758ZM11.5082 15.0051C9.58164 15.0051 8.00664 13.4348 8.00664 11.5035C8.00664 9.57227 9.57695 8.00195 11.5082 8.00195C13.4395 8.00195 15.0098 9.57227 15.0098 11.5035C15.0098 13.4348 13.4348 15.0051 11.5082 15.0051ZM18.3707 5.89727C18.3707 6.5957 17.8082 7.15352 17.1145 7.15352C16.416 7.15352 15.8582 6.59102 15.8582 5.89727C15.8582 5.20352 16.4207 4.64102 17.1145 4.64102C17.8082 4.64102 18.3707 5.20352 18.3707 5.89727ZM21.9379 7.17227C21.8582 5.48945 21.4738 3.99883 20.241 2.7707C19.0129 1.54258 17.5223 1.1582 15.8395 1.07383C14.1051 0.975391 8.90664 0.975391 7.17227 1.07383C5.49414 1.15352 4.00352 1.53789 2.7707 2.76602C1.53789 3.99414 1.1582 5.48477 1.07383 7.16758C0.975391 8.90195 0.975391 14.1004 1.07383 15.8348C1.15352 17.5176 1.53789 19.0082 2.7707 20.2363C4.00352 21.4645 5.48945 21.8488 7.17227 21.9332C8.90664 22.0316 14.1051 22.0316 15.8395 21.9332C17.5223 21.8535 19.0129 21.4691 20.241 20.2363C21.4691 19.0082 21.8535 17.5176 21.9379 15.8348C22.0363 14.1004 22.0363 8.90664 21.9379 7.17227ZM19.6973 17.6957C19.3316 18.6145 18.6238 19.3223 17.7004 19.6926C16.3176 20.241 13.0363 20.1145 11.5082 20.1145C9.98008 20.1145 6.69414 20.2363 5.31602 19.6926C4.39727 19.327 3.68945 18.6191 3.31914 17.6957C2.7707 16.3129 2.89727 13.0316 2.89727 11.5035C2.89727 9.97539 2.77539 6.68945 3.31914 5.31133C3.68477 4.39258 4.39258 3.68477 5.31602 3.31445C6.69883 2.76602 9.98008 2.89258 11.5082 2.89258C13.0363 2.89258 16.3223 2.7707 17.7004 3.31445C18.6191 3.68008 19.327 4.38789 19.6973 5.31133C20.2457 6.69414 20.1191 9.97539 20.1191 11.5035C20.1191 13.0316 20.2457 16.3176 19.6973 17.6957Z' fill='%23F5FFE6'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.twitter-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.533 6.85784C21.5482 7.07103 21.5482 7.28427 21.5482 7.49745C21.5482 14 16.599 21.4924 7.5533 21.4924C4.76648 21.4924 2.17767 20.6852 0 19.2843C0.395953 19.3299 0.776625 19.3452 1.18781 19.3452C3.48727 19.3452 5.60405 18.5685 7.29441 17.2437C5.13197 17.198 3.31978 15.7817 2.69541 13.8325C3 13.8781 3.30455 13.9086 3.62437 13.9086C4.06598 13.9086 4.50764 13.8477 4.91878 13.7411C2.66498 13.2842 0.974578 11.3045 0.974578 8.91369V8.8528C1.62937 9.21828 2.39086 9.4467 3.19791 9.47712C1.87303 8.59386 1.00505 7.08627 1.00505 5.38067C1.00505 4.46698 1.24866 3.62942 1.67508 2.89845C4.09641 5.88322 7.73602 7.83242 11.8172 8.04566C11.7411 7.68017 11.6954 7.2995 11.6954 6.91878C11.6954 4.20809 13.8883 2 16.6141 2C18.0304 2 19.3095 2.59391 20.208 3.5533C21.3197 3.34011 22.3857 2.92892 23.3299 2.36548C22.9643 3.50764 22.1877 4.46703 21.1674 5.07613C22.1573 4.96958 23.1167 4.69541 23.9999 4.31473C23.33 5.28931 22.4924 6.1573 21.533 6.85784Z' fill='%23F5FFE6'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.youtube-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8876 7.34699C21.6422 6.42316 20.9193 5.69559 20.0015 5.44867C18.3378 5 11.6667 5 11.6667 5C11.6667 5 4.99559 5 3.33187 5.44867C2.41402 5.69563 1.69113 6.42316 1.44578 7.34699C1 9.02148 1 12.5152 1 12.5152C1 12.5152 1 16.0088 1.44578 17.6833C1.69113 18.6071 2.41402 19.3044 3.33187 19.5513C4.99559 20 11.6667 20 11.6667 20C11.6667 20 18.3378 20 20.0015 19.5513C20.9193 19.3044 21.6422 18.6071 21.8876 17.6833C22.3334 16.0088 22.3334 12.5152 22.3334 12.5152C22.3334 12.5152 22.3334 9.02148 21.8876 7.34699ZM9.48484 15.6871V9.34316L15.0606 12.5152L9.48484 15.6871Z' fill='%23F5FFE6'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.before-vertical-line {
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 35%);
  opacity: 20%;
}
.wow {
  visibility: hidden;
}
.hero-img, .bg_hero_main {
  -webkit-mask: linear-gradient(180deg, black 58%, rgba(0, 0, 0, 0) 95%), radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 100%);
  mask: linear-gradient(180deg, black 58%, rgba(0, 0, 0, 0) 95%), radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 100%);
  -webkit-mask-composite: source-in;
  mask-composite: source-in;
  -webkit-transition: background-image .1s ease-out;
  -o-transition: background-image .1s ease-out;
  transition: background-image .1s ease-out;
  pointer-events: none;
}
.bg_hero_main:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000ab;
}
.slider-wrapper > [data-interaction] {
  will-change: transform;
}
.slider-animating {
  pointer-events: none;
}
.bg-arrow-to-right-white-icon:before, .bg-arrow-to-left-white-icon:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  margin: auto;
}
@media screen and (min-width:1180px) {
  .bg-clip-path {
    background: rgba(74, 67, 77, 0.10);
    backdrop-filter: blur(15px);
    clip-path: polygon(	0 0,	calc(100% - 72px) 0,	100% 72px,	100% 100%,	0 100%	);
  }
}
#form-info {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#form-info.visible_notion {
  opacity: 0.6;
}
.age-gate-btn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  outline: 0;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.age-gate-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.age-gate-btn:active {
  transform: translateY(0);
}
.bg_hero_main {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-mask: linear-gradient(180deg, black 58%, rgba(0, 0, 0, 0) 95%), radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 100%);
  mask: linear-gradient(180deg, black 58%, rgba(0, 0, 0, 0) 95%), radial-gradient(15.77% 44.22% at 50% 104.95%, rgba(66, 66, 66, 0) 0%, #333333 100%);
  -webkit-mask-composite: source-in;
  mask-composite: source-in;
  -webkit-transition: background-image .1s ease-out;
  -o-transition: background-image .1s ease-out;
  transition: background-image .1s ease-out;
  pointer-events: none;
}
.bg_hero_main:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000ab;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slider-element .slide.active {
  visibility: visible !important;
}
.slider-counter-arrow {
  background-size: 16px auto;
}
@media (min-width: 900px) {
  .slider-counter-arrow {
    background-size: 18px auto;
  }
}
.slider-photos .bg-arrow-to-left-white-icon, .slider-photos .bg-arrow-to-right-white-icon {
  opacity: 0 !important;
  visibility: hidden !important;
}
.demo-play-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(255, 255, 255)' d='M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
.slide.w-full {
  margin: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
