*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -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: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-\[0\.15rem\] {
  top: 0.15rem;
}
.-z-10 {
  z-index: -10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-\[5vw\] {
  margin-left: 5vw;
}
.ml-\[calc\(5vw\)\] {
  margin-left: calc(5vw);
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[50vw\] {
  height: 50vw;
}
.h-\[564px\] {
  height: 564px;
}
.h-\[579px\] {
  height: 579px;
}
.h-\[calc\(100\%_-_4rem\)\] {
  height: calc(100% - 4rem);
}
.h-\[calc\(65vmin\+6rem\)\] {
  height: calc(65vmin + 6rem);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-auto {
  width: auto !important;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[5rem\] {
  max-width: 5rem;
}
.max-w-\[6rem\] {
  max-width: 6rem;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[calc\(100vw_-_4rem\)\] {
  max-width: calc(100vw - 4rem);
}
.max-w-full {
  max-width: 100%;
}
.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.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-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.bg-\[--color-text\] {
  background-color: var(--color-text);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[10rem\] {
  padding-bottom: 10rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[60vw\] {
  padding-top: 60vw;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.95rem;
  line-height: 1.2;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 1.1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.3;
}
.text-lg {
  font-size: 1.25rem;
  line-height: 1.3;
}
.text-sm {
  font-size: 0.85rem;
  line-height: 1.3;
}
.text-xl {
  font-size: 1.30rem;
  line-height: 1.2;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[var\(--color-text\)\] {
  color: var(--color-text);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}

@font-face {
    font-family: 'cmun';
    src: url('cmunss.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cmun';
    src: url('cmunsx.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html {
    font-family: 'cmun', sans-serif;
}

details summary,
a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

details summary:hover,
a:hover {
  opacity: 0.75;
}



.text-width {
    max-width: 65ch;
}

.block-margin {
  margin-bottom: 4rem;
}

.top-menu svg path {
    stroke: var(--color-text);
}

html {
    /* font-family: 'ap'; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

html, body, #html-body {
  height: 100%;
    /* background-color: var(--color-bg-dark); */
}

.loader-main {
    opacity:1;
    transition: opacity 200ms ease-in;
}

.htmx-request.loader-main {
    opacity:0.8 ;
}

.loader-spinner {
    opacity:0;
    /* transition-delay: 1s; */
    
}
.htmx-request.loader-spinner {
  transition: opacity 800ms ease-in;
  transition-delay: 1s;
  opacity:1;
}

/* details summary::before {
    content:' + ';
    @apply inline-block w-6 text-center font-mono;
}
details[open] summary::before {
    content:' – ';
    @apply inline-block w-6 text-center;
} */
details summary {
    list-style: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}


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

.text p + p {
  margin-top: 1rem;
}

.underline {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

mux-player::part(center play button) {
    --media-control-background: rgba(0, 0, 0, 0.1);
}

[x-cloak] { display: none !important; }

.mix-blend-invert {
  mix-blend-mode: difference;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.loader-main {
    opacity:1;
    transition: opacity 0.3s ease-in !important;
}
.htmx-request.loader-main {
    opacity:0;
    /* transition-delay: 1.1s; */
}

.loader-spinner {
    opacity: 0;
}

.htmx-request.loader-spinner {
  transition: opacity 800ms ease-in;
  transition-delay: 1s;
  opacity: 1;
}

.htmx-request .logos {
  display: none;
}

.home-link {
  transition: opacity 0.5s ease-in;
  transition-delay: 0.3s;
}

.home-link:active {
  opacity: 0;
  transition: none;
}

.htmx-request .home-link {
  opacity: 0;
}


.text ul {
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text ul li {
  margin-left: 1rem;
    position: relative;
}

.text ul li::before {
    content: '– ';
    position: absolute;
    left:-1.25rem;
}

.text ol {
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 0px;
    counter-reset: item;
}

.text ol li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  text-align: left;
    counter-increment: item;

    position: relative;
}


.is-visible {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

/* video,
img {
    @apply shadow-lg;
}

img {
    @apply rounded-md;
}    */

.fade-bottom {
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent);
    mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent);
}

@keyframes strobe-blink-bg {
    0% {
        background-color: var(--color-bg-light);
        fill: var(--color-square-light) !important;

    }
    20% {
        background-color: var(--color-bg-dark);
        fill: var(--color-square-dark) !important;
    }
    20.1% {
        background-color: var(--color-bg-light);
        fill: var(--color-square-light) !important;
    }
    100% {
        background-color: var(--color-bg-dark);
        fill: var(--color-square-dark) !important;
    }
}

@keyframes strobe-blink-bg-short {
    0% {
        background-color: var(--color-bg-light);
        fill: var(--color-square-light) !important;
    }
    100% {
        background-color: var(--color-bg-dark);
        fill: var(--color-square-dark) !important;
    }
}

body {
    background-color: black;
}

body.strobe-blink {
    animation: strobe-blink-bg 2.2s ease-in-out;
    animation-fill-mode: both;
}

body.strobe-blink-short {
    animation: strobe-blink-bg-short 0.9s ease-in-out;
    animation-fill-mode: both;
}



#backgrounds svg .cls-1 {
    fill: var(--color-square-dark);
}
#backgrounds svg.strobe-blink .cls-1 {
    animation: strobe-blink-bg 2.2s ease-in-out;
    animation-fill-mode: both;
}

#backgrounds svg.strobe-blink-short .cls-1{
    animation: strobe-blink-bg-short 0.9s ease-in-out;
    animation-fill-mode: both;
}

body #container {
    opacity: 0;
}

body.content-visible #container {
    opacity: 1 !important;
    transition: opacity 0.25s ease-in !important;
}

body.content-visible .logos {
    opacity: 1 !important;
    transition: opacity 0.25s ease-in !important;
}


#logo {
    /* animation: strobe-blink-logo 3.6s ease-in-out;
    animation-fill-mode: forwards; */
    pointer-events: none;
    opacity: 0;
}

#logo path {
    fill: var(--color-text);
}

body.content-visible #logo {
    opacity: 1; 
    transition: opacity 0.25s ease-in !important;
}


details.day summary::after {
    content: ' +';
    font-family: monospace;
}
details[open].day summary::after {
    content: ' -';    
}

details.regular summary::before {
    content: ' +';
    font-family: monospace;
}
details[open].regular summary::before {
    content: ' -';    
}


details.after .signage::before {
    content: ' +';
    font-family: monospace;
}
details[open].after .signage::before {
    content: ' -';    
}


.bg-grid {
  display: grid;
    grid-template-areas: 'main';
}

.bg-grid-cell {
    grid-area: 'main';
}




input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
  font-size: 1.30rem;
  line-height: 1.2;
    /* font-weight: bold; */
    text-transform: uppercase;
    border: 2px solid var(--color-text);
    padding:0.50rem 0.8rem 0.25rem 0.8rem;
    margin-right: 1rem;
    transition: background 0.3s, color 0.3s;
}

.tickets-inversed {
    text-transform: uppercase;
    border: 2px solid black;
    padding:0.50rem 0.8rem 0.25rem 0.8rem;
    transition: background 0.3s, color 0.3s;
    background: black;
    color: var(--color-text);
}

.tickets {
    text-transform: uppercase;
    border: 2px solid var(--color-text);
    padding:0.50rem 0.8rem 0.25rem 0.8rem;
    transition: background 0.3s, color 0.3s;
    background: var(--color-text);
    color: black;
}

.tickets:hover {
    background: transparent;
    color: inherit;
}


/* Webkit browsers (Safari, Chrome) */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}

dialog {
    overscroll-behavior: contain;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-\[65vh\] {
    height: 65vh;
  }

  .md\:h-\[80vh\] {
    height: 80vh;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[40rem\] {
    width: 40rem;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-\[300px\2c 1fr\] {
    grid-template-columns: 300px 1fr;
  }

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

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

  .md\:pt-\[50vw\] {
    padding-top: 50vw;
  }

  .md\:text-2xl {
    font-size: 1.6rem;
    line-height: 1.2;
  }

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

  .md\:text-lg {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media (min-width: 1024px) {

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