@layer tailwind-base, custom-base, tailwind-components, custom-components, tailwind-utilities, custom-utilities, tailwind-variants, custom-variants;

@layer custom-base {
  html {
    scroll-behavior: smooth;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  body{
    font-family: Mona Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}

@layer custom-components {
  /* Typography */
  .h1{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .h2{
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .h3{
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .h4{
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: -0.01em;
  }

  @media (min-width: 768px) {
    .h1{
      font-size: 2.5rem;
      line-height: 3rem;
    }

    .h2{
      font-size: 2rem;
      line-height: 2.5rem;
    }
  }

  /* Buttons */
  button[disabled='']{
    cursor: not-allowed !important;
    --tw-bg-opacity: 0.75 !important;
    --tw-grayscale: grayscale(80%) !important;
    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) !important;
  }
  button[disabled='']:hover{
    background-blend-mode: lighten !important;
  }

  .btn,
  .btn-sm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: transparent;
    font-weight: 500;
    line-height: 1.375;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .btn{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .btn-sm{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  /* Forms */
  .form-input,
  .form-textarea,
  .form-multiselect,
  .form-select,
  .form-checkbox,
  .form-radio{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 223 223 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .form-input:focus,
  .form-textarea:focus,
  .form-multiselect:focus,
  .form-select:focus,
  .form-checkbox:focus,
  .form-radio:focus{
    --tw-border-opacity: 1;
    border-color: rgb(127 127 127 / var(--tw-border-opacity));
  }

  .form-input,
  .form-textarea,
  .form-multiselect,
  .form-select,
  .form-checkbox{
    border-radius: 0.25rem;
  }

  .form-input,
  .form-textarea,
  .form-multiselect,
  .form-select{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(127 127 127 / var(--tw-placeholder-opacity));
  }

  .form-input::placeholder,
  .form-textarea::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(127 127 127 / var(--tw-placeholder-opacity));
  }

  .form-select{
    padding-right: 2.5rem;
  }

  .form-checkbox,
  .form-radio{
    border-radius: 0.125rem;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }
}

@layer tailwind-base, custom-base, tailwind-components, custom-components, tailwind-utilities, custom-utilities, tailwind-variants, custom-variants;

@layer custom-base {
  @font-face {
    font-family: 'Mona Sans';
    font-weight: 200 900;
    font-display: block;
    font-style: normal;
    font-stretch: 75% 125%;
    src: url(/_next/static/media/Mona-Sans.var.37e1d48f.woff2) format('woff2');
  }

  .font-display {
    font-variation-settings: "wdth" 125;
  }
}

@layer tailwind-base, custom-base, tailwind-components, custom-components, tailwind-utilities, custom-utilities, tailwind-variants, custom-variants;

@layer tailwind-base {
  /*
! tailwindcss v3.4.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: #EAEAEA; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Mona Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #999999; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #999999; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  *, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(51 140 245 / 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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  ::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(51 140 245 / 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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
}

@layer tailwind-components {
  .container{
    width: 100%;
  }
  @media (min-width: 640px){

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

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

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

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

    .container{
      max-width: 1536px;
    }
  }
  .prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :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 :where(a):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(thead th strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .prose :where(hr):not(:where([class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"] *)){
    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 :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
    content: close-quote;
  }
  .prose :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 :where(h1 strong):not(:where([class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .prose :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 :where(h2 strong):not(:where([class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .prose :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 :where(h3 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .prose :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 :where(h4 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .prose :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :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 :where(code):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"] *))::before{
    content: "`";
  }
  .prose :where(code):not(:where([class~="not-prose"] *))::after{
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(h1 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(h4 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :where(thead th code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  .prose :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 :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 :where(pre code):not(:where([class~="not-prose"] *))::before{
    content: none;
  }
  .prose :where(pre code):not(:where([class~="not-prose"] *))::after{
    content: none;
  }
  .prose :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 :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :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 :where(tbody tr):not(:where([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"] *)){
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"] *)){
    vertical-align: top;
  }
  .prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-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 :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .prose :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 :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }
  .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.1428571em;
  }
  .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.1428571em;
  }
  .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

@layer tailwind-utilities {
  .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;
  }
  .pointer-events-none{
    pointer-events: none;
  }
  .visible{
    visibility: visible;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .sticky{
    position: sticky;
  }
  .inset-0{
    inset: 0px;
  }
  .inset-x-0{
    left: 0px;
    right: 0px;
  }
  .inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }
  .-top-14{
    top: -3.5rem;
  }
  .bottom-0{
    bottom: 0px;
  }
  .left-0{
    left: 0px;
  }
  .left-6{
    left: 1.5rem;
  }
  .right-0{
    right: 0px;
  }
  .right-1{
    right: 0.25rem;
  }
  .top-0{
    top: 0px;
  }
  .top-1\/2{
    top: 50%;
  }
  .top-px{
    top: 1px;
  }
  .isolate{
    isolation: isolate;
  }
  .-z-1{
    z-index: -1;
  }
  .-z-10{
    z-index: -10;
  }
  .z-0{
    z-index: 0;
  }
  .z-40{
    z-index: 40;
  }
  .z-50{
    z-index: 50;
  }
  .z-\[\+1\]{
    z-index: +1;
  }
  .order-first{
    order: -9999;
  }
  .-m-2{
    margin: -0.5rem;
  }
  .-m-2\.5{
    margin: -0.625rem;
  }
  .-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-mb-8{
    margin-bottom: -2rem;
  }
  .-ml-0{
    margin-left: -0px;
  }
  .-ml-0\.5{
    margin-left: -0.125rem;
  }
  .-mt-12{
    margin-top: -3rem;
  }
  .-mt-3{
    margin-top: -0.75rem;
  }
  .-mt-8{
    margin-top: -2rem;
  }
  .mb-0{
    margin-bottom: 0px;
  }
  .mb-0\.5{
    margin-bottom: 0.125rem;
  }
  .mb-12{
    margin-bottom: 3rem;
  }
  .mb-20{
    margin-bottom: 5rem;
  }
  .mb-24{
    margin-bottom: 6rem;
  }
  .mb-3{
    margin-bottom: 0.75rem;
  }
  .mb-4{
    margin-bottom: 1rem;
  }
  .mb-6{
    margin-bottom: 1.5rem;
  }
  .mb-8{
    margin-bottom: 2rem;
  }
  .ml-3{
    margin-left: 0.75rem;
  }
  .ml-8{
    margin-left: 2rem;
  }
  .mr-2{
    margin-right: 0.5rem;
  }
  .mr-2\.5{
    margin-right: 0.625rem;
  }
  .mt-10{
    margin-top: 2.5rem;
  }
  .mt-12{
    margin-top: 3rem;
  }
  .mt-16{
    margin-top: 4rem;
  }
  .mt-2{
    margin-top: 0.5rem;
  }
  .mt-2\.5{
    margin-top: 0.625rem;
  }
  .mt-20{
    margin-top: 5rem;
  }
  .mt-24{
    margin-top: 6rem;
  }
  .mt-4{
    margin-top: 1rem;
  }
  .mt-6{
    margin-top: 1.5rem;
  }
  .mt-8{
    margin-top: 2rem;
  }
  .mt-px{
    margin-top: 1px;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .inline-flex{
    display: inline-flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .contents{
    display: contents;
  }
  .hidden{
    display: none;
  }
  .aspect-\[719\/680\]{
    aspect-ratio: 719/680;
  }
  .aspect-square{
    aspect-ratio: 1 / 1;
  }
  .aspect-video{
    aspect-ratio: 16 / 9;
  }
  .h-16{
    height: 4rem;
  }
  .h-2{
    height: 0.5rem;
  }
  .h-3{
    height: 0.75rem;
  }
  .h-48{
    height: 12rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-6{
    height: 1.5rem;
  }
  .h-8{
    height: 2rem;
  }
  .h-\[1000px\]{
    height: 1000px;
  }
  .h-\[884px\]{
    height: 884px;
  }
  .h-full{
    height: 100%;
  }
  .h-px{
    height: 1px;
  }
  .max-h-screen{
    max-height: 100vh;
  }
  .min-h-50vh{
    min-height: 50vh;
  }
  .min-h-\[90vh\]{
    min-height: 90vh;
  }
  .min-h-full{
    min-height: 100%;
  }
  .w-11{
    width: 2.75rem;
  }
  .w-2{
    width: 0.5rem;
  }
  .w-3{
    width: 0.75rem;
  }
  .w-4{
    width: 1rem;
  }
  .w-48{
    width: 12rem;
  }
  .w-5{
    width: 1.25rem;
  }
  .w-6{
    width: 1.5rem;
  }
  .w-8\/12{
    width: 66.666667%;
  }
  .w-80{
    width: 20rem;
  }
  .w-\[10vw\]{
    width: 10vw;
  }
  .w-full{
    width: 100%;
  }
  .w-px{
    width: 1px;
  }
  .w-screen{
    width: 100vw;
  }
  .min-w-32{
    min-width: 8rem;
  }
  .min-w-52{
    min-width: 13rem;
  }
  .max-w-2xl{
    max-width: 40rem;
  }
  .max-w-3xl{
    max-width: 48rem;
  }
  .max-w-44{
    max-width: 11rem;
  }
  .max-w-52{
    max-width: 13rem;
  }
  .max-w-5xl{
    max-width: 64rem;
  }
  .max-w-7xl{
    max-width: 80rem;
  }
  .max-w-8xl{
    max-width: 96rem;
  }
  .max-w-96{
    max-width: 24rem;
  }
  .max-w-\[100px\]{
    max-width: 100px;
  }
  .max-w-sm{
    max-width: 24rem;
  }
  .flex-auto{
    flex: 1 1 auto;
  }
  .flex-none{
    flex: none;
  }
  .flex-shrink{
    flex-shrink: 1;
  }
  .flex-shrink-0{
    flex-shrink: 0;
  }
  .shrink-0{
    flex-shrink: 0;
  }
  .flex-grow{
    flex-grow: 1;
  }
  .grow{
    flex-grow: 1;
  }
  .basis-1\/2{
    flex-basis: 50%;
  }
  .basis-1\/3{
    flex-basis: 33.333333%;
  }
  .origin-center{
    transform-origin: center;
  }
  .origin-left{
    transform-origin: left;
  }
  .translate-x-0{
    --tw-translate-x: 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-x-5{
    --tw-translate-x: 1.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));
  }
  .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));
  }
  .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));
  }
  .cursor-auto{
    cursor: auto;
  }
  .cursor-grab{
    cursor: grab;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .resize{
    resize: both;
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-col-reverse{
    flex-direction: column-reverse;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .items-baseline{
    align-items: baseline;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-10{
    gap: 2.5rem;
  }
  .gap-12{
    gap: 3rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gap-y-10{
    row-gap: 2.5rem;
  }
  .gap-y-16{
    row-gap: 4rem;
  }
  .gap-y-24{
    row-gap: 6rem;
  }
  .gap-y-4{
    row-gap: 1rem;
  }
  .space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-visible{
    overflow: visible;
  }
  .text-nowrap{
    text-wrap: nowrap;
  }
  .break-all{
    word-break: break-all;
  }
  .rounded-2xl{
    border-radius: 1rem;
  }
  .rounded-4xl{
    border-radius: 2.5rem;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .rounded-t-4xl{
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
  .border{
    border-width: 1px;
  }
  .border-2{
    border-width: 2px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-neutral-300{
    --tw-border-opacity: 1;
    border-color: rgb(75 65 126 / var(--tw-border-opacity));
  }
  .border-neutral-950\/10{
    border-color: rgb(0 0 0 / 0.1);
  }
  .border-transparent{
    border-color: transparent;
  }
  .bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  }
  .bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  }
  .bg-metal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(231 230 230 / var(--tw-bg-opacity));
  }
  .bg-metal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(157 151 153 / var(--tw-bg-opacity));
  }
  .bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(124 112 181 / var(--tw-bg-opacity));
  }
  .bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(15 13 25 / var(--tw-bg-opacity));
  }
  .bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .bg-neutral-950\/10{
    background-color: rgb(0 0 0 / 0.1);
  }
  .bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(104 40 96 / var(--tw-bg-opacity));
  }
  .bg-transparent{
    background-color: transparent;
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }
  .bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 204 / var(--tw-bg-opacity));
  }
  .bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(204 204 0 / var(--tw-bg-opacity));
  }
  .bg-\[url\(\'\/images\/Particular-Einstein\.jpg\'\)\]{
    background-image: url('/images/Particular-Einstein.jpg');
  }
  .bg-\[url\(\'\/images\/Particular-GraffitiWall\.jpg\'\)\]{
    background-image: url('/images/Particular-GraffitiWall.jpg');
  }
  .bg-\[url\(\'\/images\/Particular-Princip\.jpg\'\)\]{
    background-image: url('/images/Particular-Princip.jpg');
  }
  .bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .from-metal-50{
    --tw-gradient-from: #f4f3f3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 243 243 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-neutral-950\/50{
    --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .to-neutral-950\/0{
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  }
  .bg-cover{
    background-size: cover;
  }
  .fill-current{
    fill: currentColor;
  }
  .fill-magenta-600{
    fill: #CC009C;
  }
  .fill-metal-100{
    fill: #e7e6e6;
  }
  .fill-metal-50{
    fill: #f4f3f3;
  }
  .fill-neutral-600{
    fill: #0F0D19;
  }
  .fill-neutral-950{
    fill: #000;
  }
  .fill-purple-600{
    fill: #682860;
  }
  .fill-white{
    fill: #fff;
  }
  .fill-yellow-600{
    fill: #CCCC00;
  }
  .stroke-metal-950\/5{
    stroke: rgb(27 26 26 / 0.05);
  }
  .stroke-neutral-600{
    stroke: #0F0D19;
  }
  .stroke-neutral-950\/10{
    stroke: rgb(0 0 0 / 0.1);
  }
  .object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0{
    padding: 0px;
  }
  .p-0\.5{
    padding: 0.125rem;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-2\.5{
    padding: 0.625rem;
  }
  .px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\!pt-12{
    padding-top: 3rem !important;
  }
  .pb-14{
    padding-bottom: 3.5rem;
  }
  .pb-4{
    padding-bottom: 1rem;
  }
  .pl-8{
    padding-left: 2rem;
  }
  .pt-12{
    padding-top: 3rem;
  }
  .pt-14{
    padding-top: 3.5rem;
  }
  .pt-16{
    padding-top: 4rem;
  }
  .pt-2{
    padding-top: 0.5rem;
  }
  .pt-24{
    padding-top: 6rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-8{
    padding-top: 2rem;
  }
  .pt-9{
    padding-top: 2.25rem;
  }
  .text-center{
    text-align: center;
  }
  .font-display{
    font-family: Mona Sans, sans-serif;
  }
  .text-2xl{
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .text-3xl{
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .text-4xl{
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .text-5xl{
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .text-base{
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .text-base\/6{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .text-xl{
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-black{
    font-weight: 900;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .lowercase{
    text-transform: lowercase;
  }
  .capitalize{
    text-transform: capitalize;
  }
  .italic{
    font-style: italic;
  }
  .not-italic{
    font-style: normal;
  }
  .\!leading-shrink{
    line-height: .9 !important;
  }
  .leading-none{
    line-height: 1;
  }
  .leading-tight{
    line-height: 1.25;
  }
  .leading-tighter{
    line-height: 1.125;
  }
  .tracking-tight{
    letter-spacing: -0.01em;
  }
  .tracking-tighter{
    letter-spacing: -0.02em;
  }
  .tracking-wide{
    letter-spacing: 0.01em;
  }
  .tracking-wider{
    letter-spacing: 0.02em;
  }
  .text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
  }
  .text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(25 25 25 / var(--tw-text-opacity));
  }
  .text-metal-200{
    --tw-text-opacity: 1;
    color: rgb(206 204 205 / var(--tw-text-opacity));
  }
  .text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(96 83 159 / var(--tw-text-opacity));
  }
  .text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(75 65 126 / var(--tw-text-opacity));
  }
  .text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(55 48 92 / var(--tw-text-opacity));
  }
  .text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(35 30 59 / var(--tw-text-opacity));
  }
  .text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(15 13 25 / var(--tw-text-opacity));
  }
  .text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(104 40 96 / var(--tw-text-opacity));
  }
  .text-red-600{
    --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));
  }
  .underline{
    text-decoration-line: underline;
  }
  .no-underline{
    text-decoration-line: none;
  }
  .antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0{
    opacity: 0;
  }
  .opacity-100{
    opacity: 1;
  }
  .shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-gray-400{
    --tw-shadow-color: #999999;
    --tw-shadow: var(--tw-shadow-colored);
  }
  .outline{
    outline-style: solid;
  }
  .ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .ring-transparent{
    --tw-ring-color: transparent;
  }
  .grayscale{
    --tw-grayscale: grayscale(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);
  }
  .\!invert{
    --tw-invert: invert(100%) !important;
    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) !important;
  }
  .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);
  }
  .transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-100{
    transition-duration: 100ms;
  }
  .duration-200{
    transition-duration: 200ms;
  }
  .duration-500{
    transition-duration: 500ms;
  }
  .ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .\[counter-increment\:section\]{
    counter-increment: section;
  }
  .\[counter-reset\:section\]{
    counter-reset: section;
  }
  .\[mask-image\:linear-gradient\(to_bottom_left\2c white_40\%\2c transparent_50\%\)\]{
    -webkit-mask-image: linear-gradient(to bottom left,white 40%,transparent 50%);
            mask-image: linear-gradient(to bottom left,white 40%,transparent 50%);
  }
  .\[text-wrap\:balance\]{
    text-wrap: balance;
  }
  .\[text-wrap\:pretty\]{
    text-wrap: pretty;
  }
}

@layer tailwind-variants {
  .before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
  }
  .before\:inset-x-0::before{
    content: var(--tw-content);
    left: 0px;
    right: 0px;
  }
  .before\:left-0::before{
    content: var(--tw-content);
    left: 0px;
  }
  .before\:top-0::before{
    content: var(--tw-content);
    top: 0px;
  }
  .before\:h-6::before{
    content: var(--tw-content);
    height: 1.5rem;
  }
  .before\:h-px::before{
    content: var(--tw-content);
    height: 1px;
  }
  .before\:w-6::before{
    content: var(--tw-content);
    width: 1.5rem;
  }
  .before\:w-px::before{
    content: var(--tw-content);
    width: 1px;
  }
  .before\:bg-neutral-800::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .before\:bg-neutral-950::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .before\:bg-white::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .before\:text-neutral-300::before{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(75 65 126 / var(--tw-text-opacity));
  }
  .before\:content-\[\'\/_\'\]::before{
    --tw-content: '/ ';
    content: var(--tw-content);
  }
  .after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }
  .after\:bottom-0::after{
    content: var(--tw-content);
    bottom: 0px;
  }
  .after\:left-0::after{
    content: var(--tw-content);
    left: 0px;
  }
  .after\:left-8::after{
    content: var(--tw-content);
    left: 2rem;
  }
  .after\:right-0::after{
    content: var(--tw-content);
    right: 0px;
  }
  .after\:top-0::after{
    content: var(--tw-content);
    top: 0px;
  }
  .after\:top-8::after{
    content: var(--tw-content);
    top: 2rem;
  }
  .after\:h-px::after{
    content: var(--tw-content);
    height: 1px;
  }
  .after\:w-px::after{
    content: var(--tw-content);
    width: 1px;
  }
  .after\:bg-neutral-100::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(124 112 181 / var(--tw-bg-opacity));
  }
  .after\:bg-neutral-950\/10::after{
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.1);
  }
  .after\:bg-white\/10::after{
    content: var(--tw-content);
    background-color: rgb(255 255 255 / 0.1);
  }
  .after\:text-neutral-950::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .after\:content-\[counter\(section\2c decimal-leading-zero\)\]::after{
    --tw-content: counter(section,decimal-leading-zero);
    content: var(--tw-content);
  }
  .even\:mt-px:nth-child(even){
    margin-top: 1px;
  }
  .focus-within\:z-10:focus-within{
    z-index: 10;
  }
  .hover\:bg-metal-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(231 230 230 / var(--tw-bg-opacity));
  }
  .hover\:bg-neutral-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(35 30 59 / var(--tw-bg-opacity));
  }
  .hover\:bg-neutral-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .hover\:bg-neutral-950\/10:hover{
    background-color: rgb(0 0 0 / 0.1);
  }
  .hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(104 40 96 / var(--tw-bg-opacity));
  }
  .hover\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
  }
  .hover\:text-metal-200:hover{
    --tw-text-opacity: 1;
    color: rgb(206 204 205 / var(--tw-text-opacity));
  }
  .hover\:text-neutral-200:hover{
    --tw-text-opacity: 1;
    color: rgb(96 83 159 / var(--tw-text-opacity));
  }
  .hover\:text-neutral-700:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .hover\:text-neutral-950:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .focus\:border-neutral-950:focus{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .focus\:ring-neutral-950\/5:focus{
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }
  .active\:cursor-grabbing:active{
    cursor: grabbing;
  }
  .group:first-child .group-first\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .group:last-child .group-last\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .group:nth-child(odd) .group-odd\:right-0{
    right: 0px;
  }
  .group:nth-child(even) .group-even\:left-0{
    left: 0px;
  }
  .group:hover .group-hover\:fill-metal-200{
    fill: #cecccd;
  }
  .group:hover .group-hover\:fill-neutral-700{
    fill: #000;
  }
  .group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .group-hover\:opacity-100{
    opacity: 1;
  }
  .peer:focus ~ .peer-focus\:-translate-y-4{
    --tw-translate-y: -1rem;
    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));
  }
  .peer:focus ~ .peer-focus\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
  .peer:focus ~ .peer-focus\:font-semibold{
    font-weight: 600;
  }
  .peer:focus ~ .peer-focus\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:-translate-y-4{
    --tw-translate-y: -1rem;
    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));
  }
  .peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:-translate-y-4{
    --tw-translate-y: -1rem;
    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));
  }
  .peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
  .peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
  .peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:font-semibold{
    font-weight: 600;
  }
  .peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:font-semibold{
    font-weight: 600;
  }
  .peer:not(:-moz-placeholder-shown) ~ .peer-\[\:not\(\:-moz-placeholder-shown\)\]\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .peer:not(:placeholder-shown) ~ .peer-\[\:not\(\:placeholder-shown\)\]\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  @media (prefers-reduced-motion: no-preference){

    .group:hover .motion-safe\:group-hover\: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));
    }
  }
  @media (min-width: 640px){

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

    .sm\:mx-12{
      margin-left: 3rem;
      margin-right: 3rem;
    }

    .sm\:my-16{
      margin-top: 4rem;
      margin-bottom: 4rem;
    }

    .sm\:my-32{
      margin-top: 8rem;
      margin-bottom: 8rem;
    }

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

    .sm\:mb-32{
      margin-bottom: 8rem;
    }

    .sm\:ml-0{
      margin-left: 0px;
    }

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

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

    .sm\:mt-32{
      margin-top: 8rem;
    }

    .sm\:h-3{
      height: 0.75rem;
    }

    .sm\:h-60{
      height: 15rem;
    }

    .sm\:w-1\/2{
      width: 50%;
    }

    .sm\:w-3{
      width: 0.75rem;
    }

    .sm\:w-96{
      width: 24rem;
    }

    .sm\:w-lg{
      width: 32rem;
    }

    .sm\:max-w-3\/4{
      max-width: 75%;
    }

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

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

    .sm\:items-end{
      align-items: flex-end;
    }

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

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

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

    .sm\:bg-neutral-950{
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

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

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

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

    .sm\:py-12{
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

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

    .sm\:py-32{
      padding-top: 8rem;
      padding-bottom: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

    .sm\:leading-shrink{
      line-height: .9;
    }

    .sm\:leading-snug{
      line-height: 1.375;
    }

    .sm\:leading-tighter{
      line-height: 1.125;
    }

    .sm\:odd\:pr-16:nth-child(odd){
      padding-right: 4rem;
    }

    .sm\:even\:mt-0:nth-child(even){
      margin-top: 0px;
    }

    .sm\:even\:border-l:nth-child(even){
      border-left-width: 1px;
    }

    .sm\:even\:border-neutral-800:nth-child(even){
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }
  }
  @media (min-width: 768px){

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

    .md\:my-56{
      margin-top: 14rem;
      margin-bottom: 14rem;
    }

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

    .md\:w-96{
      width: 24rem;
    }

    .md\:min-w-lg{
      min-width: 32rem;
    }

    .md\:min-w-xl{
      min-width: 36rem;
    }

    .md\:max-w-2xl{
      max-width: 40rem;
    }

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

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

    .md\:px-40{
      padding-left: 10rem;
      padding-right: 10rem;
    }

    .md\:py-16{
      padding-top: 4rem;
      padding-bottom: 4rem;
    }

    .md\:py-48{
      padding-top: 12rem;
      padding-bottom: 12rem;
    }

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

    .md\:font-extrabold{
      font-weight: 800;
    }
  }
  @media (min-width: 1024px){

    .lg\:order-last{
      order: 9999;
    }

    .lg\:mx-12{
      margin-left: 3rem;
      margin-right: 3rem;
    }

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

    .lg\:mt-20{
      margin-top: 5rem;
    }

    .lg\:mt-24{
      margin-top: 6rem;
    }

    .lg\:mt-40{
      margin-top: 10rem;
    }

    .lg\:flex{
      display: flex;
    }

    .lg\:w-\[37rem\]{
      width: 37rem;
    }

    .lg\:max-w-3\/4{
      max-width: 75%;
    }

    .lg\:max-w-5xl{
      max-width: 64rem;
    }

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

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

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

    .lg\:grid-flow-col{
      grid-auto-flow: column;
    }

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

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

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

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

    .lg\:grid-cols-none{
      grid-template-columns: none;
    }

    .lg\:flex-row{
      flex-direction: row;
    }

    .lg\:flex-row-reverse{
      flex-direction: row-reverse;
    }

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

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

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

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

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

    .lg\:gap-x-8{
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }

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

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

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

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

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

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

    .group\/section:nth-child(odd) .lg\:group-odd\/section\:pr-24{
      padding-right: 6rem;
    }

    .group\/section:nth-child(even) .lg\:group-even\/section\:order-first{
      order: -9999;
    }

    .group\/section:nth-child(even) .lg\:group-even\/section\:justify-start{
      justify-content: flex-start;
    }

    .group\/section:nth-child(even) .lg\:group-even\/section\:pl-24{
      padding-left: 6rem;
    }
  }
  @media (min-width: 1280px){

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

    .xl\:flex-row{
      flex-direction: row;
    }

    .xl\:gap-x-20{
      -moz-column-gap: 5rem;
           column-gap: 5rem;
    }
  }
  .dark\:bg-neutral-950:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .dark\:bg-white:where(.dark, .dark *){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:fill-metal-800:where(.dark, .dark *){
    fill: #363233;
  }
  .dark\:fill-neutral-950:where(.dark, .dark *){
    fill: #000;
  }
  .dark\:fill-purple-600:where(.dark, .dark *){
    fill: #682860;
  }
  .dark\:fill-white:where(.dark, .dark *){
    fill: #fff;
  }
  .dark\:text-neutral-600:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgb(15 13 25 / var(--tw-text-opacity));
  }
  .dark\:text-neutral-950:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .dark\:text-white:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:before\:bg-white:where(.dark, .dark *)::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-neutral-950\/10:hover:where(.dark, .dark *){
    background-color: rgb(0 0 0 / 0.1);
  }
  .dark\:hover\:bg-white\/10:hover:where(.dark, .dark *){
    background-color: rgb(255 255 255 / 0.1);
  }
  .dark\:hover\:text-neutral-200:hover:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgb(96 83 159 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-neutral-700:hover:where(.dark, .dark *){
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .group:hover .dark\:group-hover\:fill-metal-200:where(.dark, .dark *){
    fill: #cecccd;
  }
  .group:hover .dark\:group-hover\:fill-neutral-700:where(.dark, .dark *){
    fill: #000;
  }
  @media (min-width: 640px){

    .dark\:sm\:bg-white:where(.dark, .dark *){
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .dark\:sm\:even\:border-white:nth-child(even):where(.dark, .dark *){
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }
  }
}

@layer custom-base {
  /* See Alpine.js: https://github.com/alpinejs/alpine#x-cloak */
  [x-cloak=""] {
    display: none;
  }
}

@layer custom-components {
  .prose h1 > a,
  .prose h2 > a,
  .prose h3 > a,
  .prose hr > a,
  .prose h5 > a,
  .prose h6 > a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
  }

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

  .prose.no-underline :where(a):not(:where([class~="not-prose"] *)) {
    text-decoration-line: none !important;
  }

  .prose.leading-normal {
    line-height: 1.5 !important;
  }

  .prose a.not-prose {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
  }
}

/* Additional Tailwind directives: https://tailwindcss.com/docs/functions-and-directives/#responsive */
@layer custom-variants {
  .rtl {
    direction: rtl;
  }
}

